﻿2025-08-20T21:28:18.2358756Z Current runner version: '2.328.0'
2025-08-20T21:28:18.2382839Z ##[group]Runner Image Provisioner
2025-08-20T21:28:18.2383714Z Hosted Compute Agent
2025-08-20T21:28:18.2384791Z Version: 20250818.377
2025-08-20T21:28:18.2385481Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:28:18.2386210Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:28:18.2386882Z ##[endgroup]
2025-08-20T21:28:18.2387429Z ##[group]Operating System
2025-08-20T21:28:18.2388431Z Ubuntu
2025-08-20T21:28:18.2389021Z 24.04.2
2025-08-20T21:28:18.2389513Z LTS
2025-08-20T21:28:18.2390033Z ##[endgroup]
2025-08-20T21:28:18.2390575Z ##[group]Runner Image
2025-08-20T21:28:18.2391143Z Image: ubuntu-24.04
2025-08-20T21:28:18.2391712Z Version: 20250818.1.0
2025-08-20T21:28:18.2392778Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:28:18.2394481Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:28:18.2395586Z ##[endgroup]
2025-08-20T21:28:18.2396922Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:28:18.2399062Z Attestations: write
2025-08-20T21:28:18.2399760Z Contents: write
2025-08-20T21:28:18.2400300Z Metadata: read
2025-08-20T21:28:18.2400889Z Packages: write
2025-08-20T21:28:18.2401473Z ##[endgroup]
2025-08-20T21:28:18.2403638Z Secret source: Actions
2025-08-20T21:28:18.2404386Z Prepare workflow directory
2025-08-20T21:28:18.2731183Z Prepare all required actions
2025-08-20T21:28:18.2769300Z Getting action download info
2025-08-20T21:28:18.7620084Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:28:19.4405356Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:28:20.0809288Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:28:20.1887371Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:28:20.8201066Z Getting action download info
2025-08-20T21:28:21.0243781Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:28:21.5117005Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:28:22.0649294Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/micro/official)
2025-08-20T21:28:22.1210127Z ##[group]Run ##Presets
2025-08-20T21:28:22.1210487Z [36;1m##Presets[0m
2025-08-20T21:28:22.1210718Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:22.1210939Z [36;1m#-------------#[0m
2025-08-20T21:28:22.1211256Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:28:22.1211631Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:28:22.1211988Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1212301Z [36;1m  fi[0m
2025-08-20T21:28:22.1212582Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:28:22.1212978Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:28:22.1213330Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1213610Z [36;1m  fi[0m
2025-08-20T21:28:22.1213864Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:28:22.1214248Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:28:22.1214581Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1214961Z [36;1m  fi[0m
2025-08-20T21:28:22.1215214Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:28:22.1215562Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:28:22.1216115Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:28:22.1216432Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:28:22.1216756Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1217038Z [36;1m     else[0m
2025-08-20T21:28:22.1217280Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1217567Z [36;1m     fi[0m
2025-08-20T21:28:22.1217770Z [36;1m  fi[0m
2025-08-20T21:28:22.1217945Z [36;1mfi[0m
2025-08-20T21:28:22.1285242Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:22.1285783Z env:
2025-08-20T21:28:22.1286377Z   GH_TOKEN: ***
2025-08-20T21:28:22.1286668Z ##[endgroup]
2025-08-20T21:28:22.1578836Z ##[group]Run ##Presets
2025-08-20T21:28:22.1579254Z [36;1m##Presets[0m
2025-08-20T21:28:22.1579643Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:22.1580092Z [36;1m#-------------#[0m
2025-08-20T21:28:22.1580486Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:28:22.1581173Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:28:22.1581750Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:28:22.1582280Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:28:22.1582795Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:28:22.1583321Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:28:22.1583791Z [36;1m  exit 1[0m
2025-08-20T21:28:22.1584073Z [36;1mfi[0m
2025-08-20T21:28:22.1622210Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:22.1622578Z env:
2025-08-20T21:28:22.1623130Z   RO_GHTOKEN: ***
2025-08-20T21:28:22.1623496Z   RO_GLTOKEN: ***
2025-08-20T21:28:22.1624738Z   MINISIGN_KEY: ***
2025-08-20T21:28:22.1625054Z ##[endgroup]
2025-08-20T21:28:22.1822159Z ##[group]Run ##Presets
2025-08-20T21:28:22.1822515Z [36;1m##Presets[0m
2025-08-20T21:28:22.1822727Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:22.1822947Z [36;1m#-------------#[0m
2025-08-20T21:28:22.1823165Z [36;1m##Host Triplet[0m
2025-08-20T21:28:22.1823445Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:28:22.1823763Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:28:22.1824075Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:28:22.1824386Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:28:22.1824675Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:28:22.1825007Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:28:22.1825331Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:28:22.1825648Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:28:22.1825912Z [36;1m   fi[0m
2025-08-20T21:28:22.1826203Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:28:22.1826534Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:28:22.1826841Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:28:22.1827159Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:28:22.1827437Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:28:22.1827657Z [36;1m fi[0m
2025-08-20T21:28:22.1827921Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1828509Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1828877Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1829221Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1829490Z [36;1m##Debug[0m
2025-08-20T21:28:22.1829699Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:28:22.1829955Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:28:22.1830179Z [36;1m else[0m
2025-08-20T21:28:22.1830374Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:28:22.1830782Z [36;1m fi[0m
2025-08-20T21:28:22.1831014Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1831300Z [36;1m##Docker Platform[0m
2025-08-20T21:28:22.1831584Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:28:22.1831902Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:28:22.1832234Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:28:22.1832576Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:28:22.1832891Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:28:22.1833213Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:28:22.1833529Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:28:22.1833839Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:28:22.1834089Z [36;1m fi[0m
2025-08-20T21:28:22.1834369Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1834787Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1835105Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:28:22.1835567Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/micro/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:28:22.1836071Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:28:22.1836376Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1836676Z [36;1m##Logs[0m
2025-08-20T21:28:22.1836878Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:28:22.1837197Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:28:22.1837430Z [36;1m else[0m
2025-08-20T21:28:22.1837627Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:28:22.1837884Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:28:22.1838308Z [36;1m fi[0m
2025-08-20T21:28:22.1838716Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1839104Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1839447Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:28:22.1839795Z [36;1m PKG_FAMILY_LOCAL="$(echo "micro" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:28:22.1840170Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:28:22.1840492Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1840804Z [36;1m##Rebuild[0m
2025-08-20T21:28:22.1841021Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:28:22.1841297Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:28:22.1841548Z [36;1m else[0m
2025-08-20T21:28:22.1841757Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:28:22.1842000Z [36;1m fi[0m
2025-08-20T21:28:22.1842253Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1842565Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:28:22.1843000Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:28:22.1843531Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:28:22.1844317Z [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:22.1845014Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:28:22.1845373Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:28:22.1845803Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:28:22.1846219Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:28:22.1846586Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1846869Z [36;1m    exit 1[0m
2025-08-20T21:28:22.1847077Z [36;1m   else[0m
2025-08-20T21:28:22.1847283Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:28:22.1847741Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1848274Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:28:22.1848615Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:28:22.1848946Z [36;1m      #check if supported[0m
2025-08-20T21:28:22.1849314Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:28:22.1849831Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:28:22.1850245Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:28:22.1850560Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1850845Z [36;1m         exit 1[0m
2025-08-20T21:28:22.1851051Z [36;1m       fi[0m
2025-08-20T21:28:22.1851261Z [36;1m      #get build system[0m
2025-08-20T21:28:22.1851632Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:28:22.1852005Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:28:22.1852278Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1852628Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:28:22.1852974Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1853293Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1853622Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:28:22.1853953Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1854269Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:22.1854541Z [36;1m       fi[0m
2025-08-20T21:28:22.1854862Z [36;1m     fi[0m
2025-08-20T21:28:22.1855053Z [36;1m   fi[0m
2025-08-20T21:28:22.1855260Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:28:22.1890484Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:22.1890734Z ##[endgroup]
2025-08-20T21:28:22.9204432Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:28:22.9204999Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:28:22.9205221Z 
2025-08-20T21:28:22.9448928Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:28:23.1132390Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:28:23.1133239Z 100  4037  100  4037    0     0  20757      0 --:--:-- --:--:-- --:--:-- 20702
2025-08-20T21:28:23.1149045Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:28:23.1384573Z ##[group]Run ##Presets
2025-08-20T21:28:23.1384868Z [36;1m##Presets[0m
2025-08-20T21:28:23.1385075Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:23.1385305Z [36;1m#-------------#[0m
2025-08-20T21:28:23.1385510Z [36;1m##Debug?[0m
2025-08-20T21:28:23.1385751Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:23.1386045Z [36;1m  set -x[0m
2025-08-20T21:28:23.1386225Z [36;1mfi[0m
2025-08-20T21:28:23.1386405Z [36;1m#-------------#[0m
2025-08-20T21:28:23.1386611Z [36;1m##CoreUtils[0m
2025-08-20T21:28:23.1386822Z [36;1msudo apt update -y[0m
2025-08-20T21:28:23.1387170Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:28:23.1388437Z [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:23.1389353Z [36;1m##tmp[0m
2025-08-20T21:28:23.1389641Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:28:23.1389969Z [36;1m#GH ENV[0m
2025-08-20T21:28:23.1390416Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:23.1390732Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:23.1390999Z [36;1m#-------------#[0m
2025-08-20T21:28:23.1391223Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:28:23.1391477Z [36;1msudo apt update -y[0m
2025-08-20T21:28:23.1391727Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:28:23.1391998Z [36;1m##Setup Minisign[0m
2025-08-20T21:28:23.1392240Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:28:23.1392681Z [36;1mecho "***[0m
2025-08-20T21:28:23.1393925Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:28:23.1394224Z [36;1m##User-Agent[0m
2025-08-20T21:28:23.1394965Z [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:23.1395759Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:23.1435083Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:23.1435328Z env:
2025-08-20T21:28:23.1435517Z   CROSS_COMPILING: NO
2025-08-20T21:28:23.1435732Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:23.1435965Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:23.1436192Z   ON_QEMU: NO
2025-08-20T21:28:23.1436379Z   DEBUG: 0
2025-08-20T21:28:23.1436567Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:23.1436797Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:23.1437080Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:28:23.1437383Z   KEEP_LOGS: YES
2025-08-20T21:28:23.1437581Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:23.1437796Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:28:23.1438160Z   SBUILD_REBUILD: false
2025-08-20T21:28:23.1438717Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:28:23.1439278Z   BUILD_SYS: docker://go
2025-08-20T21:28:23.1439497Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:23.1439696Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:23.1439890Z ##[endgroup]
2025-08-20T21:28:23.1906714Z 
2025-08-20T21:28:23.1907505Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:28:23.1908248Z 
2025-08-20T21:28:23.2481906Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:28:23.2964844Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:28:23.2982287Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:28:23.3026494Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:28:23.3051477Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:28:23.3254283Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:28:23.3387442Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:28:23.4242606Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:28:23.4387400Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:28:23.4414113Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:28:23.4435768Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:28:23.4512739Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:28:23.4541306Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:28:23.4574114Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:28:23.4700650Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:28:23.4710053Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:28:23.4719599Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:28:23.5263656Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:28:23.5278898Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:28:23.5288313Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:28:23.5297064Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:28:23.5364223Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:28:23.5442505Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:28:23.5452819Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:28:23.5462689Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:28:23.5520388Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:28:23.5548268Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:28:23.5563179Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:28:23.5650887Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:28:23.5690382Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:28:23.5698356Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:28:23.6400219Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:28:23.6457086Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:28:23.6577204Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:28:30.2982104Z Fetched 10.6 MB in 1s (8285 kB/s)
2025-08-20T21:28:30.9846668Z Reading package lists...
2025-08-20T21:28:31.1317579Z Building dependency tree...
2025-08-20T21:28:31.1324082Z Reading state information...
2025-08-20T21:28:31.1458757Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:28:31.1572832Z 
2025-08-20T21:28:31.1573402Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:28:31.1573743Z 
2025-08-20T21:28:31.1697168Z Reading package lists...
2025-08-20T21:28:31.3230864Z Building dependency tree...
2025-08-20T21:28:31.3238828Z Reading state information...
2025-08-20T21:28:31.4750058Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:28:31.4750605Z bc set to manually installed.
2025-08-20T21:28:31.4751323Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:28:31.4751944Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:28:31.4752484Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:28:31.4753001Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:28:31.4753515Z The following additional packages will be installed:
2025-08-20T21:28:31.4754165Z   libtime-duration-perl
2025-08-20T21:28:31.5016987Z The following NEW packages will be installed:
2025-08-20T21:28:31.5022885Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:28:31.5186817Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:28:31.5410803Z Need to get 616 kB of archives.
2025-08-20T21:28:31.5411548Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:28:31.5412242Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:28:31.7808837Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:28:31.8619876Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:28:31.9423122Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:28:32.0233710Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:28:32.3556452Z Fetched 616 kB in 1s (1073 kB/s)
2025-08-20T21:28:32.3773725Z Selecting previously unselected package fdupes.
2025-08-20T21:28:32.3974074Z (Reading database ... 
2025-08-20T21:28:32.3974684Z (Reading database ... 5%
2025-08-20T21:28:32.3975080Z (Reading database ... 10%
2025-08-20T21:28:32.3975523Z (Reading database ... 15%
2025-08-20T21:28:32.3975971Z (Reading database ... 20%
2025-08-20T21:28:32.3976216Z (Reading database ... 25%
2025-08-20T21:28:32.3976444Z (Reading database ... 30%
2025-08-20T21:28:32.3976670Z (Reading database ... 35%
2025-08-20T21:28:32.3976885Z (Reading database ... 40%
2025-08-20T21:28:32.3977092Z (Reading database ... 45%
2025-08-20T21:28:32.3977301Z (Reading database ... 50%
2025-08-20T21:28:32.4038205Z (Reading database ... 55%
2025-08-20T21:28:32.4231150Z (Reading database ... 60%
2025-08-20T21:28:32.4354766Z (Reading database ... 65%
2025-08-20T21:28:32.4523814Z (Reading database ... 70%
2025-08-20T21:28:32.4689702Z (Reading database ... 75%
2025-08-20T21:28:32.4879529Z (Reading database ... 80%
2025-08-20T21:28:32.5125561Z (Reading database ... 85%
2025-08-20T21:28:32.5381893Z (Reading database ... 90%
2025-08-20T21:28:32.5760854Z (Reading database ... 95%
2025-08-20T21:28:32.5761393Z (Reading database ... 100%
2025-08-20T21:28:32.5762004Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:28:32.5804577Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:28:32.5827786Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:28:32.6095082Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:28:32.6234755Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:28:32.6244305Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:28:32.6462736Z Selecting previously unselected package moreutils.
2025-08-20T21:28:32.6600247Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:28:32.6613225Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:28:32.6916041Z Selecting previously unselected package dos2unix.
2025-08-20T21:28:32.7053325Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:28:32.7066392Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:28:32.8709936Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:28:32.8744403Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:28:32.8777630Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:28:32.8805045Z Setting up moreutils (0.69-1) ...
2025-08-20T21:28:32.8832573Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:28:42.7532457Z 
2025-08-20T21:28:42.7532974Z Running kernel seems to be up-to-date.
2025-08-20T21:28:42.7533376Z 
2025-08-20T21:28:42.7533497Z Restarting services...
2025-08-20T21:28:42.7603231Z 
2025-08-20T21:28:42.7603547Z Service restarts being deferred:
2025-08-20T21:28:42.7608184Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:28:42.7608573Z 
2025-08-20T21:28:42.7608823Z No containers need to be restarted.
2025-08-20T21:28:42.7609111Z 
2025-08-20T21:28:42.7609312Z No user sessions are running outdated binaries.
2025-08-20T21:28:42.7609687Z 
2025-08-20T21:28:42.7609938Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:28:43.6524430Z Reading package lists...
2025-08-20T21:28:43.8261467Z Building dependency tree...
2025-08-20T21:28:43.8269026Z Reading state information...
2025-08-20T21:28:43.9886325Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:28:43.9886915Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:28:43.9888295Z apt-utils set to manually installed.
2025-08-20T21:28:43.9888831Z ca-certificates is already the newest version (20240203).
2025-08-20T21:28:43.9889401Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:28:43.9889928Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:28:43.9890441Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:28:43.9891071Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:28:43.9891658Z moreutils is already the newest version (0.69-1).
2025-08-20T21:28:43.9892101Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:28:43.9892559Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:28:43.9893081Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:28:43.9893691Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:28:43.9894161Z tmux set to manually installed.
2025-08-20T21:28:43.9894520Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:28:43.9894956Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:28:43.9895346Z The following additional packages will be installed:
2025-08-20T21:28:43.9895742Z   python3-software-properties
2025-08-20T21:28:43.9896032Z Recommended packages:
2025-08-20T21:28:43.9896280Z   unattended-upgrades
2025-08-20T21:28:44.0161722Z The following NEW packages will be installed:
2025-08-20T21:28:44.0162246Z   rename
2025-08-20T21:28:44.0170420Z The following packages will be upgraded:
2025-08-20T21:28:44.0171143Z   python3-software-properties software-properties-common
2025-08-20T21:28:44.0336169Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:28:44.0570750Z Need to get 64.7 kB of archives.
2025-08-20T21:28:44.0571583Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:28:44.0572419Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:28:44.1527202Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:28:44.2335809Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:28:44.3152665Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:28:44.5616622Z Fetched 64.7 kB in 0s (240 kB/s)
2025-08-20T21:28:44.5864452Z (Reading database ... 
2025-08-20T21:28:44.5864895Z (Reading database ... 5%
2025-08-20T21:28:44.5865300Z (Reading database ... 10%
2025-08-20T21:28:44.5865695Z (Reading database ... 15%
2025-08-20T21:28:44.5866082Z (Reading database ... 20%
2025-08-20T21:28:44.5866475Z (Reading database ... 25%
2025-08-20T21:28:44.5867184Z (Reading database ... 30%
2025-08-20T21:28:44.5867863Z (Reading database ... 35%
2025-08-20T21:28:44.5868432Z (Reading database ... 40%
2025-08-20T21:28:44.5868816Z (Reading database ... 45%
2025-08-20T21:28:44.5869220Z (Reading database ... 50%
2025-08-20T21:28:44.5946555Z (Reading database ... 55%
2025-08-20T21:28:44.5979425Z (Reading database ... 60%
2025-08-20T21:28:44.6000027Z (Reading database ... 65%
2025-08-20T21:28:44.6032622Z (Reading database ... 70%
2025-08-20T21:28:44.6056281Z (Reading database ... 75%
2025-08-20T21:28:44.6083608Z (Reading database ... 80%
2025-08-20T21:28:44.6217224Z (Reading database ... 85%
2025-08-20T21:28:44.6305938Z (Reading database ... 90%
2025-08-20T21:28:44.6557428Z (Reading database ... 95%
2025-08-20T21:28:44.6558208Z (Reading database ... 100%
2025-08-20T21:28:44.6558931Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:28:44.6598916Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:28:44.7473548Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:28:44.8487681Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:28:44.9310760Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:28:44.9574050Z Selecting previously unselected package rename.
2025-08-20T21:28:44.9712337Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:28:44.9721514Z Unpacking rename (2.02-1) ...
2025-08-20T21:28:45.0135218Z Setting up rename (2.02-1) ...
2025-08-20T21:28:45.0198442Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:28:45.0226022Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:28:45.1354191Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:28:45.2342965Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:28:49.2853727Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:28:50.8785854Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:28:50.9090655Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:28:50.9099795Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:28:50.9105037Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:28:50.9109993Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:28:50.9166163Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:28:50.9260784Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:28:52.0252293Z Reading package lists...
2025-08-20T21:28:52.1788621Z Building dependency tree...
2025-08-20T21:28:52.1795343Z Reading state information...
2025-08-20T21:28:52.1932640Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:28:52.2080932Z 
2025-08-20T21:28:52.2081396Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:28:52.2081770Z 
2025-08-20T21:28:52.2583080Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:28:52.2832942Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:28:52.2842802Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:28:52.2848854Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:28:52.2853610Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:28:52.3002174Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:28:52.3097203Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:28:53.4081401Z Reading package lists...
2025-08-20T21:28:53.5639997Z Building dependency tree...
2025-08-20T21:28:53.5646829Z Reading state information...
2025-08-20T21:28:53.5793529Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:28:53.5903907Z 
2025-08-20T21:28:53.5905129Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:28:53.5905517Z 
2025-08-20T21:28:53.6030326Z Reading package lists...
2025-08-20T21:28:53.7668554Z Building dependency tree...
2025-08-20T21:28:53.7676185Z Reading state information...
2025-08-20T21:28:53.9212000Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:28:53.9598421Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:28:53.9884784Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:28:54.0272609Z ##[group]Run ##Presets
2025-08-20T21:28:54.0272894Z [36;1m##Presets[0m
2025-08-20T21:28:54.0273102Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:54.0273316Z [36;1m#-------------#[0m
2025-08-20T21:28:54.0273525Z [36;1m##Debug?[0m
2025-08-20T21:28:54.0273772Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:54.0274072Z [36;1m  set -x[0m
2025-08-20T21:28:54.0274261Z [36;1mfi[0m
2025-08-20T21:28:54.0274446Z [36;1m#-------------#[0m
2025-08-20T21:28:54.0274896Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:28:54.0275696Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:28:54.0276091Z [36;1msudo service procps restart[0m
2025-08-20T21:28:54.0276362Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:28:54.0315557Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:54.0315793Z env:
2025-08-20T21:28:54.0316032Z   CROSS_COMPILING: NO
2025-08-20T21:28:54.0316256Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:54.0316486Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:54.0316703Z   ON_QEMU: NO
2025-08-20T21:28:54.0316881Z   DEBUG: 0
2025-08-20T21:28:54.0336416Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:54.0336864Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:54.0337342Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:28:54.0337840Z   KEEP_LOGS: YES
2025-08-20T21:28:54.0338409Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:54.0338801Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:28:54.0339197Z   SBUILD_REBUILD: false
2025-08-20T21:28:54.0340149Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:28:54.0341173Z   BUILD_SYS: docker://go
2025-08-20T21:28:54.0341571Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:54.0341941Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:54.0342293Z   SYSTMP: /tmp
2025-08-20T21:28:54.0342622Z   GHA_MODE: MATRIX
2025-08-20T21:28:54.0343397Z   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:28:54.0344270Z ##[endgroup]
2025-08-20T21:28:54.0476199Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:28:54.0552922Z 0
2025-08-20T21:28:54.0871567Z vm.max_map_count = 262144
2025-08-20T21:28:54.0872040Z fs.inotify.max_user_watches = 655360
2025-08-20T21:28:54.0872488Z fs.inotify.max_user_instances = 1280
2025-08-20T21:28:54.0872902Z vm.mmap_rnd_bits = 28
2025-08-20T21:28:54.0944242Z ##[group]Run ##Presets
2025-08-20T21:28:54.0944583Z [36;1m##Presets[0m
2025-08-20T21:28:54.0944793Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:54.0945009Z [36;1m#-------------#[0m
2025-08-20T21:28:54.0945211Z [36;1m##Debug?[0m
2025-08-20T21:28:54.0945454Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:54.0945749Z [36;1m  set -x[0m
2025-08-20T21:28:54.0945937Z [36;1mfi[0m
2025-08-20T21:28:54.0946117Z [36;1m#-------------#[0m
2025-08-20T21:28:54.0946322Z [36;1m##Main[0m
2025-08-20T21:28:54.0946536Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:28:54.0947180Z [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:28:54.0947918Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:28:54.0948543Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:28:54.0948826Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:28:54.0949083Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:28:54.0949389Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:28:54.0949702Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:28:54.0950007Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:28:54.0950350Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:28:54.0950653Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:28:54.0950986Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:28:54.0951367Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:28:54.0951649Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:28:54.0951911Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:28:54.0952200Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:28:54.0952489Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:28:54.0952779Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:28:54.0953275Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:28:54.0953585Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:28:54.0953899Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:28:54.0954203Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:28:54.0954517Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:28:54.0954824Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:28:54.0955124Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:28:54.0955429Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:28:54.0955701Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:28:54.0956049Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:28:54.0956502Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:28:54.0956972Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:28:54.0957444Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:28:54.0957793Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:28:54.0958330Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:28:54.0958966Z [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:28:54.0959750Z [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:28:54.0960283Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:54.0960555Z [36;1m else[0m
2025-08-20T21:28:54.0961040Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:28:54.0961431Z [36;1m fi[0m
2025-08-20T21:28:54.0961683Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:28:54.0962078Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:28:54.0962524Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:28:54.0962929Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:28:54.0963323Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:28:54.0963725Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:28:54.0964135Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:28:54.0964549Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:28:54.0964974Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:28:54.0965401Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:28:54.0965715Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:28:54.1005233Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:54.1005470Z env:
2025-08-20T21:28:54.1005652Z   CROSS_COMPILING: NO
2025-08-20T21:28:54.1005880Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:54.1006116Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:54.1006334Z   ON_QEMU: NO
2025-08-20T21:28:54.1006524Z   DEBUG: 0
2025-08-20T21:28:54.1006706Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:54.1006938Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:54.1007216Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:28:54.1007514Z   KEEP_LOGS: YES
2025-08-20T21:28:54.1007707Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:54.1007923Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:28:54.1008359Z   SBUILD_REBUILD: false
2025-08-20T21:28:54.1008901Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:28:54.1009642Z   BUILD_SYS: docker://go
2025-08-20T21:28:54.1009856Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:54.1010055Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:54.1010255Z   SYSTMP: /tmp
2025-08-20T21:28:54.1010440Z   GHA_MODE: MATRIX
2025-08-20T21:28:54.1010876Z   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:28:54.1011549Z   GHCR_TOKEN: ***
2025-08-20T21:28:54.1011829Z   GITHUB_TOKEN: ***
2025-08-20T21:28:54.1012059Z   GITLAB_TOKEN: ***
2025-08-20T21:28:54.1013163Z   MINISIGN_KEY: ***
2025-08-20T21:28:54.1013432Z ##[endgroup]
2025-08-20T21:28:54.1488524Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:28:54.2104212Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:28:54.2104965Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:28:54.2105346Z 
2025-08-20T21:28:54.2429262Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:28:54.2439271Z 100  4037  100  4037    0     0   120k      0 --:--:-- --:--:-- --:--:--  123k
2025-08-20T21:28:54.2440403Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:28:54.2522509Z 
2025-08-20T21:28:54.2522812Z [+] Building [/tmp/tmp.BYFpDd8jkZ/SBUILD_INPUT] Locally
2025-08-20T21:28:54.2523204Z 
2025-08-20T21:28:54.2536759Z '/tmp/tmp.BYFpDd8jkZ/SBUILD_INPUT' -> '/tmp/pkgforge/mg7CfiQCT_build.yaml'
2025-08-20T21:28:54.3429029Z 
2025-08-20T21:28:54.3429560Z [+] Passwordless sudo is Configured
2025-08-20T21:28:54.3999601Z 
2025-08-20T21:28:54.4011862Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:28:54.4012153Z 
2025-08-20T21:28:54.4470120Z 
2025-08-20T21:28:54.4471127Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:28:54.4471743Z 
2025-08-20T21:28:54.4471755Z 
2025-08-20T21:28:54.4472011Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:28:54.4472310Z 
2025-08-20T21:28:54.4677381Z [+] Installing: 7z -> 7z
2025-08-20T21:28:54.9774321Z [+] Installing: actionlint -> actionlint
2025-08-20T21:28:55.0826227Z [+] Installing: anew -> anew
2025-08-20T21:28:55.5830823Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:28:56.1146107Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:28:56.2040805Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:28:56.6936793Z [+] Installing: archey -> archey
2025-08-20T21:28:57.2292048Z [+] Installing: aria2 -> aria2c
2025-08-20T21:28:57.7121386Z [+] Installing: askalono -> askalono
2025-08-20T21:28:57.9094725Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:28:58.0387451Z [+] Installing: b3sum -> b3sum
2025-08-20T21:28:58.6748326Z [+] Installing: bita -> bita
2025-08-20T21:28:59.0109017Z [+] Installing: btop -> btop
2025-08-20T21:28:59.5374161Z [+] Installing: chafa -> chafa
2025-08-20T21:29:00.0997026Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:29:00.7077176Z [+] Installing: croc -> croc
2025-08-20T21:29:01.5588626Z [+] Installing: csvtk -> csvtk
2025-08-20T21:29:02.1244524Z [+] Installing: cutlines -> cutlines
2025-08-20T21:29:02.2012249Z curl: (22) The requested URL returned error: 404
2025-08-20T21:29:02.2046230Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:29:02.2047255Z [+] Installing: dbin -> dbin
2025-08-20T21:29:02.3518905Z [+] Installing: dasel -> dasel
2025-08-20T21:29:02.8936571Z [+] Installing: delta -> delta
2025-08-20T21:29:03.5156792Z [+] Installing: ds -> ds
2025-08-20T21:29:03.9936054Z curl: (22) The requested URL returned error: 404
2025-08-20T21:29:03.9973565Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:29:03.9974606Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:29:04.5660420Z [+] Installing: duf -> duf
2025-08-20T21:29:04.6634868Z [+] Installing: duplicut -> duplicut
2025-08-20T21:29:04.8193602Z [+] Installing: dust -> dust
2025-08-20T21:29:05.4310953Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:29:05.7237117Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:29:05.8576317Z [+] Installing: dysk -> dysk
2025-08-20T21:29:06.4747467Z [+] Installing: eget -> eget
2025-08-20T21:29:06.6867259Z [+] Installing: epoch -> epoch
2025-08-20T21:29:07.2370711Z [+] Installing: faketty -> faketty
2025-08-20T21:29:07.8417494Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:29:08.1109603Z [+] Installing: freeze -> freeze
2025-08-20T21:29:09.2344106Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:29:09.8810844Z [+] Installing: gdu -> gdu
2025-08-20T21:29:10.5476785Z [+] Installing: gh -> gh
2025-08-20T21:29:11.0077292Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:29:11.6415658Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:29:11.8572054Z [+] Installing: glab -> glab
2025-08-20T21:29:12.6557364Z [+] Installing: glow -> glow
2025-08-20T21:29:13.2319437Z [+] Installing: httpx -> httpx
2025-08-20T21:29:13.9489392Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:29:14.5593590Z [+] Installing: husarnet -> husarnet
2025-08-20T21:29:14.6363177Z curl: (22) The requested URL returned error: 404
2025-08-20T21:29:14.6394303Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:29:14.6395551Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:29:15.1129386Z curl: (22) The requested URL returned error: 404
2025-08-20T21:29:15.1165768Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:29:15.1166955Z [+] Installing: imgcat -> imgcat
2025-08-20T21:29:15.7483785Z [+] Installing: jc -> jc
2025-08-20T21:29:16.3230206Z [+] Installing: jq -> jq
2025-08-20T21:29:16.4095051Z [+] Installing: logdy -> logdy
2025-08-20T21:29:17.0381412Z [+] Installing: micro -> micro
2025-08-20T21:29:17.6759725Z [+] Installing: miniserve -> miniserve
2025-08-20T21:29:18.5714252Z [+] Installing: minisign -> minisign
2025-08-20T21:29:19.1537682Z [+] Installing: ncdu -> ncdu
2025-08-20T21:29:19.3693242Z [+] Installing: notify -> notify
2025-08-20T21:29:19.9990377Z [+] Installing: ouch -> ouch
2025-08-20T21:29:20.5851199Z [+] Installing: oras -> oras
2025-08-20T21:29:20.8032615Z [+] Installing: pipetty -> pipetty
2025-08-20T21:29:21.0269000Z [+] Installing: pixterm -> pixterm
2025-08-20T21:29:21.5444636Z [+] Installing: qsv -> qsv
2025-08-20T21:29:22.1065362Z [+] Installing: rclone -> rclone
2025-08-20T21:29:22.5820577Z [+] Installing: ripgrep -> rg
2025-08-20T21:29:22.6891736Z [+] Installing: rga -> rga
2025-08-20T21:29:23.2047203Z [+] Installing: rsync -> rsync
2025-08-20T21:29:23.7204968Z [+] Installing: script -> script
2025-08-20T21:29:23.8894912Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:29:24.5326048Z [+] Installing: soar -> soar
2025-08-20T21:29:25.1680409Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:29:25.7591565Z [+] Installing: sstrip -> sstrip
2025-08-20T21:29:26.3933579Z [+] Installing: strace -> strace
2025-08-20T21:29:27.0186717Z [+] Installing: sttr -> sttr
2025-08-20T21:29:27.5882172Z [+] Installing: tailscale -> tailscale
2025-08-20T21:29:28.2425603Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:29:29.2121372Z [+] Installing: taplo -> taplo
2025-08-20T21:29:29.7431280Z [+] Installing: tldr -> tldr
2025-08-20T21:29:29.8654883Z [+] Installing: tldr -> tealdeer
2025-08-20T21:29:30.3955931Z [+] Installing: tmux -> tmux
2025-08-20T21:29:30.6008894Z [+] Installing: tok -> tok
2025-08-20T21:29:31.1065751Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:29:31.3917081Z [+] Installing: trurl -> trurl
2025-08-20T21:29:31.9199926Z [+] Installing: tss -> tss
2025-08-20T21:29:32.1280718Z [+] Installing: ulexec -> ulexec
2025-08-20T21:29:32.4180318Z [+] Installing: unfurl -> unfurl
2025-08-20T21:29:32.7031689Z [+] Installing: upx -> upx
2025-08-20T21:29:33.3044076Z [+] Installing: validtoml -> validtoml
2025-08-20T21:29:33.5907078Z [+] Installing: wget -> wget
2025-08-20T21:29:34.1771694Z [+] Installing: wget2 -> wget2
2025-08-20T21:29:35.0736683Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:29:36.1114576Z [+] Installing: xq -> xq
2025-08-20T21:29:36.6408413Z [+] Installing: xz -> xz
2025-08-20T21:29:36.9796792Z [+] Installing: unxz -> unxz
2025-08-20T21:29:37.1483059Z [+] Installing: yq -> yq
2025-08-20T21:29:37.7030939Z [+] Installing: yj -> yj
2025-08-20T21:29:38.2364366Z [+] Installing: zapper -> zapper
2025-08-20T21:29:38.7287372Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:29:39.4021861Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:29:39.8753433Z curl: (22) The requested URL returned error: 404
2025-08-20T21:29:39.8792692Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:29:39.8793569Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:29:40.3532978Z curl: (22) The requested URL returned error: 404
2025-08-20T21:29:40.3570880Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:29:40.3572054Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:29:40.4335995Z curl: (22) The requested URL returned error: 404
2025-08-20T21:29:40.4370980Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:29:40.4372063Z [+] Installing: zstd -> zstd
2025-08-20T21:29:40.5379049Z [+] Creating symlinks...
2025-08-20T21:29:40.5469971Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:29:40.5574836Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:29:40.5674305Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:29:40.5773494Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:29:40.5871609Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:29:40.5966751Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:29:40.6064114Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:29:40.6162500Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:29:40.6261125Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:29:40.6357817Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:29:40.6455169Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:29:40.6552955Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:29:40.6651514Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:29:40.6749216Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:29:40.6846565Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:29:40.6944159Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:29:40.7042195Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:29:40.7080788Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:29:40.7167572Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:29:40.7263155Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:29:40.7359801Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:29:40.7397248Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:29:40.7485523Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:29:40.7583660Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:29:40.7681599Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:29:40.7780234Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:29:40.7879153Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:29:40.7977000Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:29:40.8073994Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:29:40.8171774Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:29:40.8269342Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:29:40.8366300Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:29:40.8461982Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:29:40.8557878Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:29:40.8655338Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:29:40.8752182Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:29:40.8848228Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:29:40.8944411Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:29:40.9041865Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:29:40.9138423Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:29:40.9234611Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:29:40.9332053Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:29:40.9428583Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:29:40.9524589Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:29:40.9562099Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:29:40.9589571Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:29:40.9677106Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:29:40.9774022Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:29:40.9873377Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:29:40.9974984Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:29:41.0075003Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:29:41.0174478Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:29:41.0271231Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:29:41.0367252Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:29:41.0464344Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:29:41.0559718Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:29:41.0654214Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:29:41.0749873Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:29:41.0843757Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:29:41.0937270Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:29:41.1033283Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:29:41.1127813Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:29:41.1222257Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:29:41.1319853Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:29:41.1415201Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:29:41.1511911Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:29:41.1605953Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:29:41.1700364Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:29:41.1795658Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:29:41.1891735Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:29:41.1986583Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:29:41.2083968Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:29:41.2182085Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:29:41.2277467Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:29:41.2372031Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:29:41.2466947Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:29:41.2562129Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:29:41.2656313Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:29:41.2750519Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:29:41.2844741Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:29:41.2939014Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:29:41.3033075Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:29:41.3127598Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:29:41.3223261Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:29:41.3317820Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:29:41.3411983Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:29:41.3507299Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:29:41.3601969Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:29:41.3695433Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:29:41.3790942Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:29:41.3887062Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:29:41.4000318Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:29:41.4116476Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:29:41.4212896Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:29:41.4309752Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:29:41.4346398Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:29:41.4375025Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:29:41.4402573Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:29:41.4489657Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:29:41.4515833Z 
2025-08-20T21:29:41.4516329Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:29:41.4516742Z 
2025-08-20T21:29:41.4530607Z 
2025-08-20T21:29:41.4621998Z 
2025-08-20T21:29:41.4622337Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:29:41.4622702Z 
2025-08-20T21:29:41.4622855Z [+] Installation completed!
2025-08-20T21:29:41.4694530Z 
2025-08-20T21:29:41.4694707Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:29:41.8679381Z github.com
2025-08-20T21:29:41.8680584Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:29:41.8681302Z   - Active account: true
2025-08-20T21:29:41.8681655Z   - Git operations protocol: https
2025-08-20T21:29:41.8682071Z   - Token: ghp_************************************
2025-08-20T21:29:41.8683060Z   - 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:29:41.8683973Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:29:41.8684438Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:29:42.0553527Z Limit: 5000, Remaining: 4996, Reset: 2025-08-20 22:27:57 +0000 UTC (58m15s)
2025-08-20T21:29:42.0563146Z 
2025-08-20T21:29:42.0563391Z [+] GHCR_TOKEN is Exported
2025-08-20T21:29:42.0606307Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:29:42.4266600Z Login Succeeded
2025-08-20T21:29:42.4278315Z 
2025-08-20T21:29:42.4278511Z [+] GITLAB is Exported
2025-08-20T21:29:42.4578748Z [git remote -v]
2025-08-20T21:29:42.7632090Z gitlab.com
2025-08-20T21:29:42.7632911Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:29:42.7633927Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:29:42.7634640Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:29:42.7635350Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:29:42.7636052Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:29:42.7636708Z   ✓ Token found: **************************
2025-08-20T21:29:42.7637084Z 
2025-08-20T21:29:42.7637786Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:29:42.7638989Z [git remote -v]
2025-08-20T21:29:42.7658229Z 2025/08/20 21:29:42 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:29:42.7659121Z git: exit status 128]
2025-08-20T21:29:43.0876795Z 
2025-08-20T21:29:43.0876809Z 
2025-08-20T21:29:43.0877623Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:29:43 PM)
2025-08-20T21:29:43.0878306Z 
2025-08-20T21:29:43.0878311Z 
2025-08-20T21:29:43.0878399Z [+] USER = runner
2025-08-20T21:29:43.0878616Z [+] HOME = /home/runner
2025-08-20T21:29:43.0880950Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:29:43.0885039Z 
2025-08-20T21:29:43.1473521Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:29:43.1759168Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:29:43.1766080Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:29:43.1771949Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:29:43.1779075Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:29:43.1788887Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:29:43.1799925Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:29:44.3050206Z Reading package lists...
2025-08-20T21:29:44.3364517Z Reading package lists...
2025-08-20T21:29:44.4934618Z Building dependency tree...
2025-08-20T21:29:44.4942066Z Reading state information...
2025-08-20T21:29:44.6656501Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:29:44.6656971Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:29:44.6657378Z ca-certificates is already the newest version (20240203).
2025-08-20T21:29:44.6657805Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:29:44.6658387Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:29:44.6658783Z moreutils is already the newest version (0.69-1).
2025-08-20T21:29:44.6659249Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:29:44.6659755Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:29:44.6660482Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:29:44.7250838Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:29:44.7506801Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:29:44.7517387Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:29:44.7524047Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:29:44.7525717Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:29:44.7531143Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:29:44.7547646Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:29:45.8636344Z Reading package lists...
2025-08-20T21:29:45.8951050Z Reading package lists...
2025-08-20T21:29:46.0523501Z Building dependency tree...
2025-08-20T21:29:46.0531034Z Reading state information...
2025-08-20T21:29:46.1961244Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:29:46.1961940Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:29:46.1962610Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:29:46.1963239Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:29:46.1963921Z ca-certificates is already the newest version (20240203).
2025-08-20T21:29:46.1964585Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:29:46.1965212Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:29:46.1965782Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:29:46.1966273Z gawk set to manually installed.
2025-08-20T21:29:46.1966723Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:29:46.1967279Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:29:46.1967850Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:29:46.1968638Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:29:46.1969250Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:29:46.1970251Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:29:46.1970886Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:29:46.1971511Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:29:46.1972220Z The following additional packages will be installed:
2025-08-20T21:29:46.1973001Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:29:46.1973785Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:29:46.1974553Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:29:46.1975274Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:29:46.1975996Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:29:46.1976690Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:29:46.1977216Z Suggested packages:
2025-08-20T21:29:46.1989834Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:29:46.1990730Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:29:46.1991580Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:29:46.1992424Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:29:46.1993239Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:29:46.1994018Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:29:46.1994662Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:29:46.2225674Z The following NEW packages will be installed:
2025-08-20T21:29:46.2226414Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:29:46.2227819Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:29:46.2229268Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:29:46.2230187Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:29:46.2231066Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:29:46.2233217Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:29:46.2234225Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:29:46.2409639Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:29:46.2410062Z Need to get 27.5 MB of archives.
2025-08-20T21:29:46.2410398Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:29:46.2410780Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:29:46.3370024Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:29:46.7843394Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:29:47.1103527Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:29:47.2696884Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:29:47.3505360Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:29:47.4315104Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:29:47.6703534Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:29:47.8370142Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:29:48.0013709Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:29:48.0831638Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:29:48.9620564Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:29:49.0463391Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:29:49.2096205Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:29:49.2921227Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:29:49.3723159Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:29:49.4532326Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:29:49.5337564Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:29:49.9347517Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T21:29:50.0157728Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:29:50.0988420Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:29:50.1789649Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:29:50.2608304Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T21:29:50.4248238Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T21:29:50.5124833Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:29:50.6020094Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T21:29:50.6829032Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T21:29:50.8590351Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:29:50.9602043Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T21:29:51.0403157Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:29:51.1211356Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:29:51.2005689Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:29:51.2819192Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:29:51.4074391Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:29:51.6567655Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:29:51.8175428Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:29:51.9798445Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:29:52.2253775Z Preconfiguring packages ...
2025-08-20T21:29:52.2839225Z Fetched 27.5 MB in 6s (4778 kB/s)
2025-08-20T21:29:52.3051778Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:29:52.3104490Z (Reading database ... 
2025-08-20T21:29:52.3104936Z (Reading database ... 5%
2025-08-20T21:29:52.3105205Z (Reading database ... 10%
2025-08-20T21:29:52.3105679Z (Reading database ... 15%
2025-08-20T21:29:52.3105932Z (Reading database ... 20%
2025-08-20T21:29:52.3106177Z (Reading database ... 25%
2025-08-20T21:29:52.3106421Z (Reading database ... 30%
2025-08-20T21:29:52.3106669Z (Reading database ... 35%
2025-08-20T21:29:52.3106907Z (Reading database ... 40%
2025-08-20T21:29:52.3107153Z (Reading database ... 45%
2025-08-20T21:29:52.3107418Z (Reading database ... 50%
2025-08-20T21:29:52.3129228Z (Reading database ... 55%
2025-08-20T21:29:52.3222603Z (Reading database ... 60%
2025-08-20T21:29:52.3243678Z (Reading database ... 65%
2025-08-20T21:29:52.3276562Z (Reading database ... 70%
2025-08-20T21:29:52.3300382Z (Reading database ... 75%
2025-08-20T21:29:52.3328332Z (Reading database ... 80%
2025-08-20T21:29:52.3462584Z (Reading database ... 85%
2025-08-20T21:29:52.3552316Z (Reading database ... 90%
2025-08-20T21:29:52.3810993Z (Reading database ... 95%
2025-08-20T21:29:52.3811500Z (Reading database ... 100%
2025-08-20T21:29:52.3812113Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:29:52.3854133Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:29:52.4052510Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:29:52.5526369Z Selecting previously unselected package poppler-data.
2025-08-20T21:29:52.5662154Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:29:52.5672482Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:29:52.6964018Z Selecting previously unselected package b3sum.
2025-08-20T21:29:52.7100383Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:29:52.7113016Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:29:52.7388978Z Selecting previously unselected package build-essential.
2025-08-20T21:29:52.7524654Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:29:52.7536285Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:29:52.7765062Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:29:52.7902561Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:29:52.7930725Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:29:52.8174740Z Selecting previously unselected package ccache.
2025-08-20T21:29:52.8311181Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:29:52.8322074Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:29:52.8655691Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:29:52.8792127Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:29:52.8805398Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:29:52.9098187Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:29:52.9236164Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:29:52.9246525Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:29:52.9595596Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:29:52.9732307Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:29:52.9742999Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:29:53.0077254Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:29:53.0219714Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:29:53.0863898Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:29:53.1782049Z Selecting previously unselected package libgs-common.
2025-08-20T21:29:53.1918787Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:29:53.1930706Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:29:53.2177681Z Selecting previously unselected package libgs10-common.
2025-08-20T21:29:53.2315134Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:29:53.2325513Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:29:53.3051685Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:29:53.3193126Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:29:53.3209166Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:29:53.3460242Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:29:53.3599552Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:29:53.3611829Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:29:53.3852628Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:29:53.3988774Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:29:53.4001284Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:29:53.4272404Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:29:53.4409260Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:29:53.4424311Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:29:53.4652271Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:29:53.4787743Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:29:53.4801925Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:29:53.5845155Z Selecting previously unselected package ghostscript.
2025-08-20T21:29:53.5983926Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:29:53.5995668Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:29:53.6303755Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:29:53.6441560Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:29:53.6458374Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:29:53.6824566Z Selecting previously unselected package imagemagick.
2025-08-20T21:29:53.6960872Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:29:53.6977232Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:29:53.7190090Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:29:53.7326097Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:29:53.7337620Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:29:53.7600055Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:29:53.7735689Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:29:53.7747972Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:29:53.8052215Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:29:53.8187328Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:29:53.8197537Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:29:53.8455711Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:29:53.8592885Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:29:53.8603081Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:29:53.8840914Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:29:53.8976963Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:29:53.8986427Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:29:53.9201562Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:29:53.9336756Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:29:53.9349681Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:29:53.9763439Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:29:53.9899698Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:29:53.9923699Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:29:54.0148217Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:29:54.0284925Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:29:54.0294924Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:29:54.0899811Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:29:54.1035973Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:29:54.1053985Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:29:54.1287519Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:29:54.1425276Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:29:54.1432583Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:29:54.1653822Z Selecting previously unselected package libtool-bin.
2025-08-20T21:29:54.1791085Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:29:54.1803980Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:29:54.2031922Z Selecting previously unselected package lzip.
2025-08-20T21:29:54.2168426Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:29:54.2178922Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:29:54.2415599Z Selecting previously unselected package netpbm.
2025-08-20T21:29:54.2552302Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:29:54.2562081Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:29:54.4339090Z Selecting previously unselected package musl:amd64.
2025-08-20T21:29:54.4476720Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:29:54.4488945Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:29:54.4750493Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:29:54.4887149Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:29:54.4895159Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:29:54.5527053Z Selecting previously unselected package musl-tools.
2025-08-20T21:29:54.5663864Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:29:54.5672325Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:29:54.6088975Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:29:54.7752874Z 
2025-08-20T21:29:54.7753438Z Creating config file /etc/papersize with new version
2025-08-20T21:29:54.8558250Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:29:54.8581870Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:29:54.8622530Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:29:54.8654302Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:29:54.8679920Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:29:54.8704963Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:29:54.8730459Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:29:54.8754701Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:29:54.8869413Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:29:54.8895506Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:29:54.8920232Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:29:54.8984496Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:29:54.9028721Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:29:54.9074777Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:29:54.9097476Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:29:54.9122970Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:29:54.9149185Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:29:54.9174790Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:29:54.9197578Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:29:54.9266285Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:29:54.9309092Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:29:54.9363546Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:29:54.9407532Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:29:54.9479489Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:29:54.9524004Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:29:54.9579979Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:29:54.9623366Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:29:54.9678186Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:29:54.9722918Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:29:54.9779921Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:29:54.9824474Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:29:54.9878365Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:29:54.9923302Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:29:54.9977905Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:29:55.0022694Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:29:55.0079048Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:29:55.0125220Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:29:55.0185116Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:29:55.0232392Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:29:55.0289207Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:29:55.0338491Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:29:55.0357384Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:29:55.0380731Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:29:55.0414904Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:29:55.0437483Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:29:55.0641217Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:29:55.0665079Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:29:55.0685567Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:29:55.0709909Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:29:55.0736785Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:29:55.0830857Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:29:55.0849392Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:29:55.0889918Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:29:55.0921544Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:29:55.0942468Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:29:55.0962657Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:29:55.0985425Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:29:55.2306612Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:29:55.2333667Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:29:55.2359734Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:29:55.2387827Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:29:55.2454783Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:29:55.3382546Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:29:55.5299511Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:29:55.5866027Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:29:55.7763117Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:01.7446700Z Reading package lists...
2025-08-20T21:30:01.9020889Z Building dependency tree...
2025-08-20T21:30:01.9028272Z Reading state information...
2025-08-20T21:30:02.0539747Z autoconf is already the newest version (2.71-3).
2025-08-20T21:30:02.0540717Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:30:02.0541662Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:30:02.0542568Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:30:02.0543517Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:30:02.0544210Z ca-certificates is already the newest version (20240203).
2025-08-20T21:30:02.0544771Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:30:02.0545283Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:30:02.0546155Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:30:02.0546727Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:30:02.0547286Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:30:02.0547833Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:30:02.0548541Z patch set to manually installed.
2025-08-20T21:30:02.0549025Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:30:02.0549543Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:30:02.0549974Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:30:02.0550395Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:30:02.0550766Z Suggested packages:
2025-08-20T21:30:02.0551011Z   scons-doc
2025-08-20T21:30:02.0693630Z The following NEW packages will be installed:
2025-08-20T21:30:02.0701611Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:30:02.0873158Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:02.0873770Z Need to get 15.8 MB of archives.
2025-08-20T21:30:02.0874115Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:30:02.0874501Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:30:02.1847548Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:30:02.3445642Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:30:02.4255059Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:30:03.2178457Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:30:03.3792801Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:30:03.6283332Z Fetched 15.8 MB in 1s (12.1 MB/s)
2025-08-20T21:30:03.6465615Z Selecting previously unselected package autopoint.
2025-08-20T21:30:03.6519432Z (Reading database ... 
2025-08-20T21:30:03.6519846Z (Reading database ... 5%
2025-08-20T21:30:03.6520262Z (Reading database ... 10%
2025-08-20T21:30:03.6520662Z (Reading database ... 15%
2025-08-20T21:30:03.6521040Z (Reading database ... 20%
2025-08-20T21:30:03.6521298Z (Reading database ... 25%
2025-08-20T21:30:03.6521552Z (Reading database ... 30%
2025-08-20T21:30:03.6521808Z (Reading database ... 35%
2025-08-20T21:30:03.6522055Z (Reading database ... 40%
2025-08-20T21:30:03.6522302Z (Reading database ... 45%
2025-08-20T21:30:03.6522547Z (Reading database ... 50%
2025-08-20T21:30:03.6542986Z (Reading database ... 55%
2025-08-20T21:30:03.6634873Z (Reading database ... 60%
2025-08-20T21:30:03.6656053Z (Reading database ... 65%
2025-08-20T21:30:03.6689774Z (Reading database ... 70%
2025-08-20T21:30:03.6714184Z (Reading database ... 75%
2025-08-20T21:30:03.6742273Z (Reading database ... 80%
2025-08-20T21:30:03.6877683Z (Reading database ... 85%
2025-08-20T21:30:03.6969600Z (Reading database ... 90%
2025-08-20T21:30:03.7233957Z (Reading database ... 95%
2025-08-20T21:30:03.7234364Z (Reading database ... 100%
2025-08-20T21:30:03.7234880Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:30:03.7276466Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:30:03.7290258Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:30:03.7534062Z Selecting previously unselected package clang.
2025-08-20T21:30:03.7669445Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:30:03.7677029Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:30:03.7898927Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:30:03.8036279Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:30:03.8045383Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:30:04.2353532Z Selecting previously unselected package scons.
2025-08-20T21:30:04.2490771Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:30:04.2500251Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:30:04.3199058Z Selecting previously unselected package byacc.
2025-08-20T21:30:04.3337539Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:30:04.3347625Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:30:04.3749391Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:30:04.3798954Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:30:04.3881061Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:30:04.4094957Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:30:04.8081717Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:30:04.8112509Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:08.8228428Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:30:10.2426298Z Reading package lists...
2025-08-20T21:30:10.4049059Z Building dependency tree...
2025-08-20T21:30:10.4056612Z Reading state information...
2025-08-20T21:30:10.5557172Z The following additional packages will be installed:
2025-08-20T21:30:10.5557906Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:30:10.5558815Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:30:10.5559658Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:30:10.5560378Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:30:10.5561060Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:30:10.5561774Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:30:10.5562577Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:30:10.5563217Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:30:10.5563806Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:30:10.5569586Z Suggested packages:
2025-08-20T21:30:10.5570020Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:30:10.5570813Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:30:10.5571351Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:30:10.5571865Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:30:10.5572414Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:30:10.5572951Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:30:10.5573487Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:30:10.5574092Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:30:10.5574537Z   wdiff-doc
2025-08-20T21:30:10.5574751Z Recommended packages:
2025-08-20T21:30:10.5575114Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:30:10.5575662Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:30:10.5576219Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:30:10.5576798Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:30:10.5747915Z The following NEW packages will be installed:
2025-08-20T21:30:10.5749198Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:30:10.5749962Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:30:10.5750759Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:30:10.5751709Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:30:10.5752599Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:30:10.5753453Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:30:10.5754618Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:30:10.5755476Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:30:10.5756282Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:30:10.5929089Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:10.5929731Z Need to get 2417 kB of archives.
2025-08-20T21:30:10.5930310Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:30:10.5930991Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:30:10.6904072Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:30:10.7749779Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:30:10.8552614Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:30:10.9358440Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:30:11.0164944Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:30:11.0983012Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:30:11.1784723Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:30:11.2591053Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:30:11.3395291Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:30:11.4203502Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:30:11.5007742Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:30:11.5813680Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:30:11.6621472Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:30:11.7426730Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:30:11.8227896Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:30:11.9051202Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:30:11.9866401Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:30:12.0718320Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:30:12.1517882Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:30:12.2320271Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:30:12.3120074Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:30:12.4695235Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:30:12.5528758Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:30:12.6326184Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:30:12.7132110Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:30:12.7944384Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:30:12.8754082Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:30:12.9621746Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:30:13.0435021Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:30:13.1244381Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:30:13.4638790Z Fetched 2417 kB in 3s (920 kB/s)
2025-08-20T21:30:13.4828278Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:30:13.4882073Z (Reading database ... 
2025-08-20T21:30:13.4882728Z (Reading database ... 5%
2025-08-20T21:30:13.4883075Z (Reading database ... 10%
2025-08-20T21:30:13.4883482Z (Reading database ... 15%
2025-08-20T21:30:13.4883875Z (Reading database ... 20%
2025-08-20T21:30:13.4884266Z (Reading database ... 25%
2025-08-20T21:30:13.4884555Z (Reading database ... 30%
2025-08-20T21:30:13.4884797Z (Reading database ... 35%
2025-08-20T21:30:13.4885055Z (Reading database ... 40%
2025-08-20T21:30:13.4885301Z (Reading database ... 45%
2025-08-20T21:30:13.4885547Z (Reading database ... 50%
2025-08-20T21:30:13.4907174Z (Reading database ... 55%
2025-08-20T21:30:13.5000870Z (Reading database ... 60%
2025-08-20T21:30:13.5022569Z (Reading database ... 65%
2025-08-20T21:30:13.5057621Z (Reading database ... 70%
2025-08-20T21:30:13.5082308Z (Reading database ... 75%
2025-08-20T21:30:13.5111890Z (Reading database ... 80%
2025-08-20T21:30:13.5249290Z (Reading database ... 85%
2025-08-20T21:30:13.5340389Z (Reading database ... 90%
2025-08-20T21:30:13.5601631Z (Reading database ... 95%
2025-08-20T21:30:13.5602063Z (Reading database ... 100%
2025-08-20T21:30:13.5602583Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:30:13.5644407Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:30:13.5653194Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:30:13.5889855Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:30:13.6024301Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:30:13.6033135Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:30:13.6245441Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:30:13.6381210Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:30:13.6389254Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:30:13.6623277Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:30:13.6759441Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:30:13.6768798Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:30:13.6973651Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:30:13.7109329Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:30:13.7117743Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:30:13.7321254Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:30:13.7455177Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:30:13.7463175Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:30:13.7672252Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:30:13.7806045Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:30:13.7816675Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:30:13.8031156Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:30:13.8165801Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:30:13.8175560Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:30:13.8378312Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:30:13.8512557Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:30:13.8519912Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:30:13.8733966Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:30:13.8868534Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:30:13.8876924Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:30:13.9084326Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:30:13.9219955Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:30:13.9266206Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:30:13.9469718Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:30:13.9605212Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:30:13.9613213Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:30:13.9817538Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:30:13.9953638Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:30:13.9960976Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:30:14.0181652Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:30:14.0316525Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:30:14.0341128Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:30:14.0551997Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:30:14.0687036Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:30:14.0695241Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:30:14.0940442Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:30:14.1076844Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:30:14.1086372Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:30:14.1291759Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:30:14.1428785Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:30:14.1438137Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:30:14.1813061Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:30:14.1950632Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:30:14.1962433Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:30:14.2182722Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:30:14.2319181Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:30:14.2329343Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:30:14.2554122Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:30:14.2689998Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:30:14.2700267Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:30:14.2910366Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:30:14.3046171Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:30:14.3055361Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:30:14.3468779Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:30:14.3606035Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:30:14.3619826Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:30:14.3899859Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:30:14.4040037Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:30:14.4050540Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:30:14.4273217Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:30:14.4413667Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:30:14.4424656Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:30:14.4665550Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:30:14.4804420Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:30:14.4867205Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:30:14.5074661Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:30:14.5212620Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:30:14.5223899Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:30:14.5462344Z Selecting previously unselected package libwww-perl.
2025-08-20T21:30:14.5599650Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:30:14.5627535Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:30:14.5936625Z Selecting previously unselected package patchutils.
2025-08-20T21:30:14.6073736Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:30:14.6084722Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:30:14.6359032Z Selecting previously unselected package wdiff.
2025-08-20T21:30:14.6495666Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:30:14.6505115Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:30:14.6751075Z Selecting previously unselected package devscripts.
2025-08-20T21:30:14.6885532Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:30:14.7076997Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:30:14.8260636Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:30:14.8290760Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:30:14.8315845Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:30:14.8337694Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:30:14.8364882Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:30:14.8395893Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:30:14.8421522Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:30:14.8447199Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:30:14.8474886Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:30:14.8501106Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:30:14.8533890Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:30:14.8562561Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:30:14.8594566Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:30:14.8615601Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:30:14.8635697Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:30:14.8655354Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:30:14.8679217Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:30:14.8709415Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:30:14.8737820Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:30:14.8763369Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:30:14.8787618Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:30:14.8811532Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:30:14.8836257Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:30:14.8862837Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:30:14.8888418Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:30:14.8913646Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:30:14.8938836Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:30:14.8974690Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:30:14.9005003Z Setting up devscripts (2.23.7) ...
2025-08-20T21:30:15.0197384Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:30:15.0224115Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:19.8617108Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:30:21.3360264Z Reading package lists...
2025-08-20T21:30:21.4915367Z Building dependency tree...
2025-08-20T21:30:21.4923110Z Reading state information...
2025-08-20T21:30:21.6453702Z The following additional packages will be installed:
2025-08-20T21:30:21.6460284Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:30:21.6466172Z Suggested packages:
2025-08-20T21:30:21.6466585Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:30:21.6597263Z The following NEW packages will be installed:
2025-08-20T21:30:21.6603306Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:30:21.6766627Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:21.6767210Z Need to get 13.6 MB of archives.
2025-08-20T21:30:21.6767621Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:30:21.6768168Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:30:21.8529038Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:30:22.1536139Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:30:22.3334813Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:30:22.7596183Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:30:23.7404106Z Fetched 13.6 MB in 2s (7461 kB/s)
2025-08-20T21:30:23.7594030Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:30:23.7649581Z (Reading database ... 
2025-08-20T21:30:23.7649992Z (Reading database ... 5%
2025-08-20T21:30:23.7650376Z (Reading database ... 10%
2025-08-20T21:30:23.7650754Z (Reading database ... 15%
2025-08-20T21:30:23.7651133Z (Reading database ... 20%
2025-08-20T21:30:23.7651497Z (Reading database ... 25%
2025-08-20T21:30:23.7651860Z (Reading database ... 30%
2025-08-20T21:30:23.7652219Z (Reading database ... 35%
2025-08-20T21:30:23.7652602Z (Reading database ... 40%
2025-08-20T21:30:23.7652961Z (Reading database ... 45%
2025-08-20T21:30:23.7653586Z (Reading database ... 50%
2025-08-20T21:30:23.7673573Z (Reading database ... 55%
2025-08-20T21:30:23.7764958Z (Reading database ... 60%
2025-08-20T21:30:23.7786089Z (Reading database ... 65%
2025-08-20T21:30:23.7820772Z (Reading database ... 70%
2025-08-20T21:30:23.7844362Z (Reading database ... 75%
2025-08-20T21:30:23.7873182Z (Reading database ... 80%
2025-08-20T21:30:23.8009297Z (Reading database ... 85%
2025-08-20T21:30:23.8098891Z (Reading database ... 90%
2025-08-20T21:30:23.8369583Z (Reading database ... 95%
2025-08-20T21:30:23.8370068Z (Reading database ... 100%
2025-08-20T21:30:23.8370709Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:30:23.8412125Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:30:23.8429668Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:30:23.8657505Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:30:23.8793353Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:30:23.8803510Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:30:23.9049195Z Selecting previously unselected package cmake-data.
2025-08-20T21:30:23.9185715Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:30:23.9253160Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:30:24.5235389Z Selecting previously unselected package cmake.
2025-08-20T21:30:24.5387260Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:30:24.5397514Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:30:24.7104380Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:30:24.7125864Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:30:24.7146022Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:30:24.7206402Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:30:24.7227621Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:28.9445166Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:30:29.5080680Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T21:30:29.5082017Z Running kernel seems to be up-to-date.
2025-08-20T21:30:29.5082260Z 
2025-08-20T21:30:29.5082375Z Restarting services...
2025-08-20T21:30:29.5144205Z 
2025-08-20T21:30:29.5144502Z Service restarts being deferred:
2025-08-20T21:30:29.5145037Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:30:29.5145399Z 
2025-08-20T21:30:29.5145568Z No containers need to be restarted.
2025-08-20T21:30:29.5145852Z 
2025-08-20T21:30:29.5146048Z No user sessions are running outdated binaries.
2025-08-20T21:30:29.5146376Z 
2025-08-20T21:30:29.5146691Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:30:30.3833658Z Reading package lists...
2025-08-20T21:30:30.5590685Z Building dependency tree...
2025-08-20T21:30:30.5598919Z Reading state information...
2025-08-20T21:30:30.7412847Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:30:30.7413650Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:30:30.7414301Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:30:30.7414823Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:30:30.7415293Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:30:30.7415899Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:30:30.7430124Z ca-certificates is already the newest version (20240203).
2025-08-20T21:30:30.7430878Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:30:30.7431475Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:30:30.7432042Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:30:30.7432652Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:30:30.7433602Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:30:30.7434053Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:30:30.7434525Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:30:30.7434927Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:30:30.7435329Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:30:30.7435690Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:30:30.7436034Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:30:30.7436337Z musl is already the newest version (1.2.4-2).
2025-08-20T21:30:30.7436634Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:30:30.7436944Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:30:30.7437307Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:30:30.7437684Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:30:30.7438291Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:30:30.7438623Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:30:30.7438995Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:30.7663872Z Reading package lists...
2025-08-20T21:30:30.9276682Z Building dependency tree...
2025-08-20T21:30:30.9284174Z Reading state information...
2025-08-20T21:30:31.1003222Z autoconf is already the newest version (2.71-3).
2025-08-20T21:30:31.1004016Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:30:31.1004774Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:30:31.1005504Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:30:31.1006193Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:30:31.1006686Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:30:31.1007425Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:30:31.1007890Z ca-certificates is already the newest version (20240203).
2025-08-20T21:30:31.1008576Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:30:31.1008994Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:30:31.1009402Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:30:31.1009826Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:30:31.1010316Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:30:31.1010920Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:30:31.1011562Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:30:31.1012155Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:30:31.1012855Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:30:31.1013606Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:30:31.1014392Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:30:31.1015059Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:30:31.1015704Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:30:31.1016410Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:31.1243758Z Reading package lists...
2025-08-20T21:30:31.2872555Z Building dependency tree...
2025-08-20T21:30:31.2880316Z Reading state information...
2025-08-20T21:30:31.4735353Z devscripts is already the newest version (2.23.7).
2025-08-20T21:30:31.4736022Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:31.4967619Z Reading package lists...
2025-08-20T21:30:31.6728502Z Building dependency tree...
2025-08-20T21:30:31.6736633Z Reading state information...
2025-08-20T21:30:31.8562411Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:30:31.8563013Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:31.8803686Z Reading package lists...
2025-08-20T21:30:32.0584237Z Building dependency tree...
2025-08-20T21:30:32.0595943Z Reading state information...
2025-08-20T21:30:32.2391760Z Suggested packages:
2025-08-20T21:30:32.2392212Z   binutils-doc
2025-08-20T21:30:32.2649662Z The following NEW packages will be installed:
2025-08-20T21:30:32.2656023Z   binutils-aarch64-linux-gnu
2025-08-20T21:30:32.2832576Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:32.3066638Z Need to get 3711 kB of archives.
2025-08-20T21:30:32.3067167Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:30:32.3067576Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:30:32.4044605Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:30:32.9797779Z Fetched 3711 kB in 0s (8671 kB/s)
2025-08-20T21:30:32.9991138Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:30:33.0048177Z (Reading database ... 
2025-08-20T21:30:33.0048624Z (Reading database ... 5%
2025-08-20T21:30:33.0049028Z (Reading database ... 10%
2025-08-20T21:30:33.0049406Z (Reading database ... 15%
2025-08-20T21:30:33.0049828Z (Reading database ... 20%
2025-08-20T21:30:33.0050184Z (Reading database ... 25%
2025-08-20T21:30:33.0050550Z (Reading database ... 30%
2025-08-20T21:30:33.0050915Z (Reading database ... 35%
2025-08-20T21:30:33.0051274Z (Reading database ... 40%
2025-08-20T21:30:33.0051641Z (Reading database ... 45%
2025-08-20T21:30:33.0052003Z (Reading database ... 50%
2025-08-20T21:30:33.0072404Z (Reading database ... 55%
2025-08-20T21:30:33.0169688Z (Reading database ... 60%
2025-08-20T21:30:33.0192118Z (Reading database ... 65%
2025-08-20T21:30:33.0228590Z (Reading database ... 70%
2025-08-20T21:30:33.0253806Z (Reading database ... 75%
2025-08-20T21:30:33.0286515Z (Reading database ... 80%
2025-08-20T21:30:33.0431855Z (Reading database ... 85%
2025-08-20T21:30:33.0529995Z (Reading database ... 90%
2025-08-20T21:30:33.0818539Z (Reading database ... 95%
2025-08-20T21:30:33.0819130Z (Reading database ... 100%
2025-08-20T21:30:33.0819881Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:30:33.0869523Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:30:33.0891427Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:30:33.2516452Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:30:33.2544190Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:30:33.2685674Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:30:38.7264727Z Reading package lists...
2025-08-20T21:30:38.8923602Z Building dependency tree...
2025-08-20T21:30:38.8931584Z Reading state information...
2025-08-20T21:30:39.0586634Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:30:39.0587595Z The following additional packages will be installed:
2025-08-20T21:30:39.0588687Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:30:39.0589720Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:30:39.0590670Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:30:39.0591595Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:30:39.0592439Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:30:39.0593149Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:30:39.0594010Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:30:39.0594664Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:30:39.0595245Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:30:39.0595806Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:30:39.0596384Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:30:39.0597314Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:30:39.0597927Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:30:39.0598827Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:30:39.0599468Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:30:39.0600028Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:30:39.0602315Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:30:39.0603063Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:30:39.0603775Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:30:39.0604519Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:30:39.0605331Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:30:39.0606009Z   linux-libc-dev-armhf-cross
2025-08-20T21:30:39.0606407Z Suggested packages:
2025-08-20T21:30:39.0606785Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:30:39.0607264Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:30:39.1152840Z The following NEW packages will be installed:
2025-08-20T21:30:39.1153733Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:30:39.1154758Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:30:39.1155860Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:30:39.1156918Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:30:39.1157937Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:30:39.1159532Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:30:39.1160380Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:30:39.1161292Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:30:39.1162156Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:30:39.1162972Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:30:39.1163769Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:30:39.1164582Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:30:39.1165303Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:30:39.1165902Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:30:39.1166473Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:30:39.1167029Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:30:39.1167568Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:30:39.1168313Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:30:39.1168834Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:30:39.1169326Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:30:39.1169852Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:30:39.1170416Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:30:39.1170901Z   linux-libc-dev-armhf-cross
2025-08-20T21:30:39.1364234Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:30:39.1364864Z Need to get 171 MB of archives.
2025-08-20T21:30:39.1365227Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:30:39.1365617Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:30:39.2325248Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:30:39.3161313Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:30:40.1199698Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:30:40.2005000Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:30:40.9451563Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:30:41.0264373Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:30:41.6639947Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:30:41.7442417Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:30:41.8266446Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:30:41.9069428Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:30:41.9877496Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:30:42.0685122Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:30:42.3081608Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:30:42.3882863Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:30:42.4720323Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:30:42.5519715Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:30:42.6325998Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:30:42.7914429Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:30:42.8730601Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:30:43.0324160Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:30:43.1970250Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:30:43.2791019Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:30:43.3613351Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:30:43.6890980Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:30:44.7958415Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:30:45.0410708Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:30:45.2953956Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:30:45.6176601Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:30:46.6517638Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:30:47.0397509Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:30:47.1212121Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:30:47.2026591Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:30:47.3676602Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:30:47.4495655Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:30:47.5307119Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:30:47.6117631Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:30:48.0259998Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:30:48.1886964Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:30:48.4332436Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:30:48.5950717Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:30:49.4071880Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:30:49.6468200Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:30:49.8884302Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:30:50.1396967Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:30:50.7879527Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:30:51.1872790Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:30:51.4269844Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:30:51.5072549Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:30:51.5881650Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:30:51.6700841Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:30:51.9931516Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:30:52.1545560Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:30:52.3907702Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:30:52.5686216Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:30:53.4516571Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:30:53.6916614Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:30:53.9302626Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:30:54.3458438Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:30:54.9859915Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:30:55.0666902Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:30:55.1465463Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:30:55.2265010Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:30:55.3065287Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:30:55.3879990Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:30:55.6933174Z Fetched 171 MB in 16s (10.5 MB/s)
2025-08-20T21:30:55.7124082Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:30:55.7181176Z (Reading database ... 
2025-08-20T21:30:55.7181577Z (Reading database ... 5%
2025-08-20T21:30:55.7181957Z (Reading database ... 10%
2025-08-20T21:30:55.7182331Z (Reading database ... 15%
2025-08-20T21:30:55.7183069Z (Reading database ... 20%
2025-08-20T21:30:55.7183435Z (Reading database ... 25%
2025-08-20T21:30:55.7183780Z (Reading database ... 30%
2025-08-20T21:30:55.7184145Z (Reading database ... 35%
2025-08-20T21:30:55.7184512Z (Reading database ... 40%
2025-08-20T21:30:55.7184870Z (Reading database ... 45%
2025-08-20T21:30:55.7185216Z (Reading database ... 50%
2025-08-20T21:30:55.7204961Z (Reading database ... 55%
2025-08-20T21:30:55.7294433Z (Reading database ... 60%
2025-08-20T21:30:55.7315631Z (Reading database ... 65%
2025-08-20T21:30:55.7350024Z (Reading database ... 70%
2025-08-20T21:30:55.7373609Z (Reading database ... 75%
2025-08-20T21:30:55.7403980Z (Reading database ... 80%
2025-08-20T21:30:55.7542664Z (Reading database ... 85%
2025-08-20T21:30:55.7626164Z (Reading database ... 90%
2025-08-20T21:30:55.7889710Z (Reading database ... 95%
2025-08-20T21:30:55.7890144Z (Reading database ... 100%
2025-08-20T21:30:55.7890683Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:30:55.7931452Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:55.7941045Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:55.8156992Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:30:55.8291607Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:55.8335664Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:55.9811859Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:30:55.9951261Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:55.9960172Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.0163777Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:30:56.0303524Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:56.0334835Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.1622112Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:30:56.1761641Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:56.1772352Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.1984177Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:30:56.2124018Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:56.2156384Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.3505163Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:30:56.3643568Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:30:56.3653394Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:56.3861908Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:30:56.3999320Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:30:56.4013309Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:30:56.4216663Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:30:56.4354761Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:30:56.4365376Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:30:56.4577068Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:30:56.4715062Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.4726077Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.4940225Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:30:56.5079058Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.5088587Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.5297960Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:30:56.5435542Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:56.5448492Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:56.5822233Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:30:56.5959954Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.5967884Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.6174983Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:30:56.6313509Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.6321566Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.6542502Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:30:56.6681736Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.6690609Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.6906192Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:30:56.7045286Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.7054436Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.7273323Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:30:56.7411127Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.7436547Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.7753732Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:30:56.7892899Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.7903702Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.8159074Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:30:56.8296734Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.8307703Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.8616060Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:30:56.8754772Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.8767944Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.9095023Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:30:56.9232837Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.9244627Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.9489637Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:30:56.9628421Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:56.9638677Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:56.9910691Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:30:57.0048662Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:57.0059841Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:57.1088515Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:30:57.1226644Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:57.1259546Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:57.3856133Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:30:57.3994939Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:30:57.4003207Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:30:57.5863507Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:30:57.6005643Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:57.6013329Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:57.7223571Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:30:57.7367569Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:57.7378716Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:57.9643156Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:30:57.9786541Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:57.9817741Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.1320783Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:30:58.1461563Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:30:58.1480037Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:30:58.2353451Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:30:58.2493261Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:58.2504314Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.2711602Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:30:58.2852699Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:58.2860976Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.3103735Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:30:58.3250520Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:58.3258437Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:58.3611962Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:30:58.3754736Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:58.3764046Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.3989324Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:30:58.4133212Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:58.4145345Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.4380427Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:30:58.4520918Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:58.4531773Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.4746040Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:30:58.4889943Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:58.4904619Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.5524057Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:30:58.5666994Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:58.5674733Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.5987795Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:30:58.6127724Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:58.6155611Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.6511717Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:30:58.6655320Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:58.6663597Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.7202161Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:30:58.7342931Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:58.7374783Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:58.9802763Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:30:58.9943364Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:30:58.9953657Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:30:59.1867817Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:30:59.2011204Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:59.2020154Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:59.3236800Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:30:59.3379116Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:59.3387084Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:59.5495083Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:30:59.5640071Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:30:59.5673805Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:30:59.7108774Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:30:59.7250017Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:30:59.7259723Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:30:59.8134283Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:30:59.8277478Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:30:59.8285139Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:30:59.8667620Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:30:59.8811300Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:59.8820764Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:59.9037204Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:30:59.9179622Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:59.9190514Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:59.9405773Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:30:59.9545859Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:59.9556485Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:30:59.9781717Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:30:59.9923776Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:30:59.9933509Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:00.0585457Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:31:00.0729127Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:00.0741438Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:00.1024636Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:31:00.1166303Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:00.1176038Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:00.1533181Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:31:00.1674155Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:00.1685290Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:00.2220907Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:31:00.2362509Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:31:00.2395642Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:00.4819025Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:31:00.4968300Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:31:00.4976507Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:31:00.6825817Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:31:00.6973423Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:31:00.6983812Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:00.8266488Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:31:00.8413125Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:31:00.8423889Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.0411438Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:31:01.0559730Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:31:01.0594630Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.2020612Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:31:01.2165635Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:31:01.2174937Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.2387732Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:31:01.2531542Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:31:01.2540814Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.2744805Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:31:01.2887044Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:31:01.2897222Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:01.3120380Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:31:01.3265015Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:31:01.3275983Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:01.3480969Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:31:01.3625442Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:31:01.3633821Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.3861742Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:31:01.4005186Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:31:01.4016472Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.4471054Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:31:01.4495274Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:01.4519154Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4543832Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4566912Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4596512Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:31:01.4625667Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4647643Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:01.4673317Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:31:01.4707584Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4738583Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:31:01.4760911Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:01.4783046Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4810897Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4835233Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4861013Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:01.4884449Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:31:01.4905846Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4929647Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4957267Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.4992447Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5018995Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5039968Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5063589Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5084513Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5106146Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5130243Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5160001Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5186120Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5214319Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:01.5241782Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5267160Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:31:01.5307397Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5333455Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5357809Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5381114Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.5403193Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:01.5430695Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5459055Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5483075Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5507754Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5533541Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5556748Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.5580156Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5605795Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5631088Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5656426Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5679354Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5705339Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5729075Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5753754Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5788843Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:01.5813898Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5852340Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5880213Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5907924Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5940910Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.5968257Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:31:01.5993061Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.6021529Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.6050303Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:31:01.6076051Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.6111673Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.6142554Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:31:01.6172307Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:31:01.6191285Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:31:01.6280549Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:05.9404411Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:31:07.3879852Z Reading package lists...
2025-08-20T21:31:07.5610143Z Building dependency tree...
2025-08-20T21:31:07.5617829Z Reading state information...
2025-08-20T21:31:07.7349918Z The following additional packages will be installed:
2025-08-20T21:31:07.7350937Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:31:07.7355086Z   libpcap0.8-dev
2025-08-20T21:31:07.7638530Z The following NEW packages will be installed:
2025-08-20T21:31:07.7639289Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:31:07.7645654Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:31:07.7822972Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:31:07.8054608Z Need to get 1613 kB of archives.
2025-08-20T21:31:07.8055290Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:31:07.8055977Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:07.9035774Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:31:07.9879377Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:31:08.0700518Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:31:08.1514960Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:31:08.2358581Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:31:08.4002150Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:31:08.4974881Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:31:08.5782726Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:31:08.8388218Z Fetched 1613 kB in 1s (2059 kB/s)
2025-08-20T21:31:08.8591445Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:31:08.8650036Z (Reading database ... 
2025-08-20T21:31:08.8650504Z (Reading database ... 5%
2025-08-20T21:31:08.8650942Z (Reading database ... 10%
2025-08-20T21:31:08.8651389Z (Reading database ... 15%
2025-08-20T21:31:08.8651818Z (Reading database ... 20%
2025-08-20T21:31:08.8652602Z (Reading database ... 25%
2025-08-20T21:31:08.8653020Z (Reading database ... 30%
2025-08-20T21:31:08.8653396Z (Reading database ... 35%
2025-08-20T21:31:08.8653760Z (Reading database ... 40%
2025-08-20T21:31:08.8654121Z (Reading database ... 45%
2025-08-20T21:31:08.8654473Z (Reading database ... 50%
2025-08-20T21:31:08.8751548Z (Reading database ... 55%
2025-08-20T21:31:08.8772151Z (Reading database ... 60%
2025-08-20T21:31:08.8794415Z (Reading database ... 65%
2025-08-20T21:31:08.8835289Z (Reading database ... 70%
2025-08-20T21:31:08.8858638Z (Reading database ... 75%
2025-08-20T21:31:08.8899553Z (Reading database ... 80%
2025-08-20T21:31:08.9053017Z (Reading database ... 85%
2025-08-20T21:31:08.9328915Z (Reading database ... 90%
2025-08-20T21:31:08.9422419Z (Reading database ... 95%
2025-08-20T21:31:08.9422887Z (Reading database ... 100%
2025-08-20T21:31:08.9423476Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:31:08.9469443Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:31:08.9478751Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:31:08.9798967Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:31:08.9945401Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:31:08.9962090Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:31:09.0191013Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:31:09.0336459Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:31:09.0345797Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:31:09.0783017Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:31:09.0930393Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:31:09.0938780Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:31:09.1192202Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:31:09.1339009Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:31:09.1348214Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:31:09.2063975Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:31:09.2209188Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:31:09.2241596Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:31:09.2614305Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:31:09.2762586Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:31:09.2773081Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:31:09.3005251Z Selecting previously unselected package pcaputils.
2025-08-20T21:31:09.3151590Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:31:09.3186195Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:31:09.3612358Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:31:09.3632388Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:31:09.5576694Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:31:09.5599802Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:31:09.5695424Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:31:09.8632424Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:31:09.8660197Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:31:09.8715852Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:31:09.8899676Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:14.5421702Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:31:14.6363628Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:31:14.6395669Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:31:16.0227669Z Reading package lists...
2025-08-20T21:31:16.1732703Z Building dependency tree...
2025-08-20T21:31:16.1741397Z Reading state information...
2025-08-20T21:31:16.2128549Z Reading package lists...
2025-08-20T21:31:16.3691424Z Building dependency tree...
2025-08-20T21:31:16.3699608Z Reading state information...
2025-08-20T21:31:16.5120049Z The following additional packages will be installed:
2025-08-20T21:31:16.5124042Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:31:16.5129023Z Suggested packages:
2025-08-20T21:31:16.5129622Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:31:16.5130257Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:31:16.5275784Z The following NEW packages will be installed:
2025-08-20T21:31:16.5276525Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:31:16.5280480Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:31:16.5446093Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:31:16.5446711Z Need to get 800 kB of archives.
2025-08-20T21:31:16.5447280Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:31:16.5447950Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:16.6407091Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:31:16.7234253Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:31:16.8045050Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:31:16.8897706Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:31:16.9697416Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:31:17.0499222Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:31:17.1315078Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:31:17.2120393Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:31:17.2927030Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:31:17.5483536Z Fetched 800 kB in 1s (1054 kB/s)
2025-08-20T21:31:17.5690382Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:31:17.5750391Z (Reading database ... 
2025-08-20T21:31:17.5750779Z (Reading database ... 5%
2025-08-20T21:31:17.5751166Z (Reading database ... 10%
2025-08-20T21:31:17.5773801Z (Reading database ... 15%
2025-08-20T21:31:17.5774480Z (Reading database ... 20%
2025-08-20T21:31:17.5774865Z (Reading database ... 25%
2025-08-20T21:31:17.5775235Z (Reading database ... 30%
2025-08-20T21:31:17.5775579Z (Reading database ... 35%
2025-08-20T21:31:17.5775915Z (Reading database ... 40%
2025-08-20T21:31:17.5776262Z (Reading database ... 45%
2025-08-20T21:31:17.5776624Z (Reading database ... 50%
2025-08-20T21:31:17.5861719Z (Reading database ... 55%
2025-08-20T21:31:17.5882487Z (Reading database ... 60%
2025-08-20T21:31:17.5904458Z (Reading database ... 65%
2025-08-20T21:31:17.5946242Z (Reading database ... 70%
2025-08-20T21:31:17.5971542Z (Reading database ... 75%
2025-08-20T21:31:17.6009929Z (Reading database ... 80%
2025-08-20T21:31:17.6163201Z (Reading database ... 85%
2025-08-20T21:31:17.6432899Z (Reading database ... 90%
2025-08-20T21:31:17.6523131Z (Reading database ... 95%
2025-08-20T21:31:17.6523553Z (Reading database ... 100%
2025-08-20T21:31:17.6523973Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:31:17.6567799Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:31:17.6590672Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:31:17.6818333Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:31:17.6961548Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:31:17.6971017Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:31:17.7196209Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:31:17.7338850Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:31:17.7349667Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:31:17.8143033Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:31:17.8288885Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:31:17.8298196Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:31:17.8581069Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:31:17.8726236Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:31:17.8734731Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:31:17.8972228Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:31:17.9117319Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:31:17.9126107Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:31:17.9417417Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:31:17.9562379Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:31:17.9570643Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:31:17.9795322Z Selecting previously unselected package lzma.
2025-08-20T21:31:17.9941904Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:31:17.9953158Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:31:18.0239657Z Selecting previously unselected package lzma-dev.
2025-08-20T21:31:18.0385191Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:31:18.0394709Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:31:18.0847575Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:31:18.0876250Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:31:18.0905333Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:31:18.0946943Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:31:18.0980338Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:31:18.1049664Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:31:18.1080331Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:31:18.1111202Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:31:18.1134468Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:31:18.1161245Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:31:18.1191792Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:31:18.1340367Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:22.4646932Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:31:23.0984402Z 
2025-08-20T21:31:23.0984994Z Running kernel seems to be up-to-date.
2025-08-20T21:31:23.0985364Z 
2025-08-20T21:31:23.0985497Z Restarting services...
2025-08-20T21:31:23.1046078Z 
2025-08-20T21:31:23.1046382Z Service restarts being deferred:
2025-08-20T21:31:23.1046897Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:31:23.1047264Z 
2025-08-20T21:31:23.1047424Z No containers need to be restarted.
2025-08-20T21:31:23.1047718Z 
2025-08-20T21:31:23.1047906Z No user sessions are running outdated binaries.
2025-08-20T21:31:23.1048390Z 
2025-08-20T21:31:23.1048699Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:31:24.0075042Z Reading package lists...
2025-08-20T21:31:24.1832471Z Building dependency tree...
2025-08-20T21:31:24.1841192Z Reading state information...
2025-08-20T21:31:24.3905497Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:31:24.3906496Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:31:24.3907313Z inetutils-telnet set to manually installed.
2025-08-20T21:31:24.3907924Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:31:24.3908813Z The following additional packages will be installed:
2025-08-20T21:31:24.3909193Z   tcpd update-inetd
2025-08-20T21:31:24.4062206Z The following packages will be REMOVED:
2025-08-20T21:31:24.4070958Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:31:24.4072215Z The following NEW packages will be installed:
2025-08-20T21:31:24.4072713Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:31:24.4073182Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:31:24.4079406Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:31:24.4253231Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:31:24.4253872Z Need to get 698 kB of archives.
2025-08-20T21:31:24.4254200Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:31:24.4254822Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:24.5685016Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:31:24.6515050Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:31:24.7350206Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:31:24.8171796Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:31:24.9031444Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:31:24.9865881Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:31:25.0720829Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:31:25.1566155Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:31:25.2389830Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:31:25.3212642Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:31:25.4055018Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:31:25.4875027Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:31:25.5706267Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:31:25.7995169Z Preconfiguring packages ...
2025-08-20T21:31:25.8937769Z Fetched 698 kB in 1s (604 kB/s)
2025-08-20T21:31:25.9119729Z (Reading database ... 
2025-08-20T21:31:25.9120368Z (Reading database ... 5%
2025-08-20T21:31:25.9120743Z (Reading database ... 10%
2025-08-20T21:31:25.9121123Z (Reading database ... 15%
2025-08-20T21:31:25.9121497Z (Reading database ... 20%
2025-08-20T21:31:25.9121855Z (Reading database ... 25%
2025-08-20T21:31:25.9122152Z (Reading database ... 30%
2025-08-20T21:31:25.9122398Z (Reading database ... 35%
2025-08-20T21:31:25.9122633Z (Reading database ... 40%
2025-08-20T21:31:25.9122865Z (Reading database ... 45%
2025-08-20T21:31:25.9123099Z (Reading database ... 50%
2025-08-20T21:31:25.9145383Z (Reading database ... 55%
2025-08-20T21:31:25.9238826Z (Reading database ... 60%
2025-08-20T21:31:25.9262161Z (Reading database ... 65%
2025-08-20T21:31:25.9301833Z (Reading database ... 70%
2025-08-20T21:31:25.9324423Z (Reading database ... 75%
2025-08-20T21:31:25.9365760Z (Reading database ... 80%
2025-08-20T21:31:25.9524213Z (Reading database ... 85%
2025-08-20T21:31:25.9778736Z (Reading database ... 90%
2025-08-20T21:31:25.9873471Z (Reading database ... 95%
2025-08-20T21:31:25.9873981Z (Reading database ... 100%
2025-08-20T21:31:25.9874684Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:31:25.9917751Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:31:26.0065587Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:26.0221751Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:31:26.3996453Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:31:26.4055744Z (Reading database ... 
2025-08-20T21:31:26.4056174Z (Reading database ... 5%
2025-08-20T21:31:26.4056527Z (Reading database ... 10%
2025-08-20T21:31:26.4056794Z (Reading database ... 15%
2025-08-20T21:31:26.4057049Z (Reading database ... 20%
2025-08-20T21:31:26.4057321Z (Reading database ... 25%
2025-08-20T21:31:26.4057567Z (Reading database ... 30%
2025-08-20T21:31:26.4058228Z (Reading database ... 35%
2025-08-20T21:31:26.4058489Z (Reading database ... 40%
2025-08-20T21:31:26.4058735Z (Reading database ... 45%
2025-08-20T21:31:26.4058982Z (Reading database ... 50%
2025-08-20T21:31:26.4079173Z (Reading database ... 55%
2025-08-20T21:31:26.4174805Z (Reading database ... 60%
2025-08-20T21:31:26.4197257Z (Reading database ... 65%
2025-08-20T21:31:26.4237948Z (Reading database ... 70%
2025-08-20T21:31:26.4261505Z (Reading database ... 75%
2025-08-20T21:31:26.4303564Z (Reading database ... 80%
2025-08-20T21:31:26.4466063Z (Reading database ... 85%
2025-08-20T21:31:26.4730396Z (Reading database ... 90%
2025-08-20T21:31:26.4822925Z (Reading database ... 95%
2025-08-20T21:31:26.4823414Z (Reading database ... 100%
2025-08-20T21:31:26.4824069Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:31:26.4867703Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.4903395Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:26.5137412Z Selecting previously unselected package tcpd.
2025-08-20T21:31:26.5282758Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:31:26.5293384Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:31:26.5532276Z Selecting previously unselected package update-inetd.
2025-08-20T21:31:26.5677016Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:31:26.5685954Z Unpacking update-inetd (4.53) ...
2025-08-20T21:31:26.5928164Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:31:26.6072774Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.6125701Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:26.6357836Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:31:26.6501761Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.6512189Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:31:26.6753066Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:31:26.6896549Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.6905034Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:26.7158172Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:31:26.7301588Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.7313771Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:31:26.7571690Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:31:26.7714810Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.7722116Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:31:26.7938181Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:31:26.8082118Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.8089799Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:26.8304053Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:31:26.8462097Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.8501628Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:26.8724291Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:31:26.8869020Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.8876785Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:31:26.9109950Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:31:26.9252041Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:31:26.9259586Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:31:26.9514309Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:31:26.9657704Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:31:26.9666520Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:31:27.0076856Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:31:27.0155587Z Setting up update-inetd (4.53) ...
2025-08-20T21:31:27.1029882Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:31:27.1091550Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:31:27.1110571Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:27.5065851Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:31:27.5066306Z 
2025-08-20T21:31:27.5066433Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:31:27.5066644Z 
2025-08-20T21:31:27.5067014Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:31:27.5067396Z 
2025-08-20T21:31:27.5068434Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:31:27.5069400Z 
2025-08-20T21:31:27.8085145Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:31:27.8163820Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:31:27.8223719Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:31:27.8242142Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:31:27.8273015Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:31:27.8294161Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:31:27.8314701Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:28.2243336Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:31:28.2243783Z 
2025-08-20T21:31:28.2244711Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:31:28.2245654Z 
2025-08-20T21:31:28.5201843Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:28.6563067Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:28.7258784Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:31:28.7906745Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:34.9813688Z Reading package lists...
2025-08-20T21:31:35.1376926Z Building dependency tree...
2025-08-20T21:31:35.1385264Z Reading state information...
2025-08-20T21:31:35.3460001Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:31:35.3460488Z iputils-tracepath set to manually installed.
2025-08-20T21:31:35.3460821Z The following packages will be REMOVED:
2025-08-20T21:31:35.3473518Z   inetutils-ping
2025-08-20T21:31:35.3475158Z The following NEW packages will be installed:
2025-08-20T21:31:35.3484086Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:31:35.3666585Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:31:35.3666973Z Need to get 71.5 kB of archives.
2025-08-20T21:31:35.3667305Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:31:35.3667693Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:35.4628958Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:31:35.5533307Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:31:35.6363432Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:31:35.9140325Z Fetched 71.5 kB in 0s (253 kB/s)
2025-08-20T21:31:35.9325603Z (Reading database ... 
2025-08-20T21:31:35.9326001Z (Reading database ... 5%
2025-08-20T21:31:35.9326239Z (Reading database ... 10%
2025-08-20T21:31:35.9326486Z (Reading database ... 15%
2025-08-20T21:31:35.9326697Z (Reading database ... 20%
2025-08-20T21:31:35.9327121Z (Reading database ... 25%
2025-08-20T21:31:35.9327324Z (Reading database ... 30%
2025-08-20T21:31:35.9327525Z (Reading database ... 35%
2025-08-20T21:31:35.9327728Z (Reading database ... 40%
2025-08-20T21:31:35.9327928Z (Reading database ... 45%
2025-08-20T21:31:35.9328320Z (Reading database ... 50%
2025-08-20T21:31:35.9409653Z (Reading database ... 55%
2025-08-20T21:31:35.9445156Z (Reading database ... 60%
2025-08-20T21:31:35.9467904Z (Reading database ... 65%
2025-08-20T21:31:35.9509633Z (Reading database ... 70%
2025-08-20T21:31:35.9539669Z (Reading database ... 75%
2025-08-20T21:31:35.9574851Z (Reading database ... 80%
2025-08-20T21:31:35.9740851Z (Reading database ... 85%
2025-08-20T21:31:36.0006237Z (Reading database ... 90%
2025-08-20T21:31:36.0097573Z (Reading database ... 95%
2025-08-20T21:31:36.0098220Z (Reading database ... 100%
2025-08-20T21:31:36.0098691Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:31:36.0139985Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:31:36.0593102Z Selecting previously unselected package iputils-ping.
2025-08-20T21:31:36.0653107Z (Reading database ... 
2025-08-20T21:31:36.0653593Z (Reading database ... 5%
2025-08-20T21:31:36.0654040Z (Reading database ... 10%
2025-08-20T21:31:36.0654482Z (Reading database ... 15%
2025-08-20T21:31:36.0654919Z (Reading database ... 20%
2025-08-20T21:31:36.0655316Z (Reading database ... 25%
2025-08-20T21:31:36.0655581Z (Reading database ... 30%
2025-08-20T21:31:36.0655847Z (Reading database ... 35%
2025-08-20T21:31:36.0656114Z (Reading database ... 40%
2025-08-20T21:31:36.0656381Z (Reading database ... 45%
2025-08-20T21:31:36.0656646Z (Reading database ... 50%
2025-08-20T21:31:36.0736683Z (Reading database ... 55%
2025-08-20T21:31:36.0771957Z (Reading database ... 60%
2025-08-20T21:31:36.0793906Z (Reading database ... 65%
2025-08-20T21:31:36.0834905Z (Reading database ... 70%
2025-08-20T21:31:36.0862290Z (Reading database ... 75%
2025-08-20T21:31:36.0897769Z (Reading database ... 80%
2025-08-20T21:31:36.1053567Z (Reading database ... 85%
2025-08-20T21:31:36.1307529Z (Reading database ... 90%
2025-08-20T21:31:36.1398651Z (Reading database ... 95%
2025-08-20T21:31:36.1399087Z (Reading database ... 100%
2025-08-20T21:31:36.1399546Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:31:36.1442350Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:31:36.1453646Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:36.1688895Z Selecting previously unselected package iputils-arping.
2025-08-20T21:31:36.1829649Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:31:36.1846533Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:36.2059869Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:31:36.2199915Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:31:36.2212321Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:36.2648581Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:36.2803686Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:36.2961159Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:31:36.3117313Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:42.2747489Z Reading package lists...
2025-08-20T21:31:42.4333144Z Building dependency tree...
2025-08-20T21:31:42.4341221Z Reading state information...
2025-08-20T21:31:42.5834154Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:31:42.5834952Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:31:42.6212657Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:31:42.9274207Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:31:43.2425011Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:31:43.4873493Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:31:43.5879721Z Collecting pip
2025-08-20T21:31:43.6210939Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:31:43.6273707Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:31:43.6602439Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 57.4 MB/s eta 0:00:00
2025-08-20T21:31:43.9057072Z Installing collected packages: pip
2025-08-20T21:31:44.6301331Z Successfully installed pip-25.2
2025-08-20T21:31:44.8875232Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:31:44.9320460Z Reading package lists...
2025-08-20T21:31:45.1094173Z Building dependency tree...
2025-08-20T21:31:45.1102645Z Reading state information...
2025-08-20T21:31:45.2663876Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:31:45.2664698Z pciutils set to manually installed.
2025-08-20T21:31:45.2665400Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:31:45.2666020Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:31:45.2666560Z python3-distro set to manually installed.
2025-08-20T21:31:45.2667148Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:31:45.2667767Z python3-netifaces set to manually installed.
2025-08-20T21:31:45.2668580Z The following additional packages will be installed:
2025-08-20T21:31:45.2668895Z   libsysfs2
2025-08-20T21:31:45.2671500Z Suggested packages:
2025-08-20T21:31:45.2671864Z   fancontrol read-edid i2c-tools
2025-08-20T21:31:45.2936141Z The following NEW packages will be installed:
2025-08-20T21:31:45.2938450Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:31:45.3105618Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:31:45.3333962Z Need to get 142 kB of archives.
2025-08-20T21:31:45.3334936Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:31:45.3335670Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:45.4294529Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:31:45.5115459Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:31:45.5935137Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:31:45.6767351Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:31:45.9393038Z Fetched 142 kB in 0s (400 kB/s)
2025-08-20T21:31:45.9599189Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:31:45.9658817Z (Reading database ... 
2025-08-20T21:31:45.9659297Z (Reading database ... 5%
2025-08-20T21:31:45.9659694Z (Reading database ... 10%
2025-08-20T21:31:45.9660132Z (Reading database ... 15%
2025-08-20T21:31:45.9660518Z (Reading database ... 20%
2025-08-20T21:31:45.9660917Z (Reading database ... 25%
2025-08-20T21:31:45.9661214Z (Reading database ... 30%
2025-08-20T21:31:45.9661460Z (Reading database ... 35%
2025-08-20T21:31:45.9661708Z (Reading database ... 40%
2025-08-20T21:31:45.9661958Z (Reading database ... 45%
2025-08-20T21:31:45.9662206Z (Reading database ... 50%
2025-08-20T21:31:45.9739875Z (Reading database ... 55%
2025-08-20T21:31:45.9774442Z (Reading database ... 60%
2025-08-20T21:31:45.9796243Z (Reading database ... 65%
2025-08-20T21:31:45.9836966Z (Reading database ... 70%
2025-08-20T21:31:45.9865408Z (Reading database ... 75%
2025-08-20T21:31:45.9900059Z (Reading database ... 80%
2025-08-20T21:31:46.0061635Z (Reading database ... 85%
2025-08-20T21:31:46.0324490Z (Reading database ... 90%
2025-08-20T21:31:46.0417302Z (Reading database ... 95%
2025-08-20T21:31:46.0417685Z (Reading database ... 100%
2025-08-20T21:31:46.0418432Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:31:46.0462832Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:31:46.0484323Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:31:46.0741146Z Selecting previously unselected package sysfsutils.
2025-08-20T21:31:46.0884970Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:31:46.0918584Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:31:46.1166484Z Selecting previously unselected package lm-sensors.
2025-08-20T21:31:46.1310189Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:31:46.1501533Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:31:46.1765166Z Selecting previously unselected package virt-what.
2025-08-20T21:31:46.1909800Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:31:46.1917731Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:31:46.2330006Z Setting up virt-what (1.25-2) ...
2025-08-20T21:31:46.2354896Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:31:46.2382228Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:31:46.6336577Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:31:46.6337000Z 
2025-08-20T21:31:46.6337483Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:31:46.6338304Z 
2025-08-20T21:31:46.9500837Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:31:47.3395312Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:31:47.3395843Z 
2025-08-20T21:31:47.3430168Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:31:51.9827201Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:31:53.5506906Z Reading package lists...
2025-08-20T21:31:53.7345414Z Building dependency tree...
2025-08-20T21:31:53.7354354Z Reading state information...
2025-08-20T21:31:53.9335190Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:31:53.9335740Z The following additional packages will be installed:
2025-08-20T21:31:53.9339833Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:31:53.9340262Z   xorg-sgml-doctools
2025-08-20T21:31:53.9346641Z Suggested packages:
2025-08-20T21:31:53.9346983Z   libxcb-doc
2025-08-20T21:31:53.9526173Z The following NEW packages will be installed:
2025-08-20T21:31:53.9528458Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:31:53.9532865Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:31:53.9533541Z   xcb xorg-sgml-doctools
2025-08-20T21:31:53.9721733Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:31:53.9722359Z Need to get 807 kB of archives.
2025-08-20T21:31:53.9722926Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:31:53.9723620Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:31:54.1550335Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:31:54.2356965Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:31:54.3162104Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:31:54.4812887Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:31:54.5616885Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:31:54.6563070Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:31:54.7399550Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:31:54.8209289Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:31:54.9060435Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:31:54.9874683Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:31:55.0684591Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:31:55.3383804Z Fetched 807 kB in 1s (729 kB/s)
2025-08-20T21:31:55.3592415Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:31:55.3652179Z (Reading database ... 
2025-08-20T21:31:55.3652595Z (Reading database ... 5%
2025-08-20T21:31:55.3652979Z (Reading database ... 10%
2025-08-20T21:31:55.3653357Z (Reading database ... 15%
2025-08-20T21:31:55.3653698Z (Reading database ... 20%
2025-08-20T21:31:55.3653948Z (Reading database ... 25%
2025-08-20T21:31:55.3654357Z (Reading database ... 30%
2025-08-20T21:31:55.3654751Z (Reading database ... 35%
2025-08-20T21:31:55.3655139Z (Reading database ... 40%
2025-08-20T21:31:55.3655500Z (Reading database ... 45%
2025-08-20T21:31:55.3655848Z (Reading database ... 50%
2025-08-20T21:31:55.3756383Z (Reading database ... 55%
2025-08-20T21:31:55.3777275Z (Reading database ... 60%
2025-08-20T21:31:55.3800455Z (Reading database ... 65%
2025-08-20T21:31:55.3842073Z (Reading database ... 70%
2025-08-20T21:31:55.3871296Z (Reading database ... 75%
2025-08-20T21:31:55.3907202Z (Reading database ... 80%
2025-08-20T21:31:55.4075659Z (Reading database ... 85%
2025-08-20T21:31:55.4359735Z (Reading database ... 90%
2025-08-20T21:31:55.4458281Z (Reading database ... 95%
2025-08-20T21:31:55.4458679Z (Reading database ... 100%
2025-08-20T21:31:55.4459223Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:31:55.4505812Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:31:55.4519321Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:31:55.4735264Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:31:55.4877529Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:31:55.4886055Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:31:55.5163491Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:31:55.5310458Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:31:55.5320467Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:31:55.5917093Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:31:55.6062063Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:31:55.6074949Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:31:55.6311058Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:31:55.6455429Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:31:55.6470329Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:31:55.6695516Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:31:55.6840275Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.6849623Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.7101425Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:31:55.7245007Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.7257498Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.7502870Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:31:55.7647236Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.7665990Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.7887636Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:31:55.8032446Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.8041042Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.8266432Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:31:55.8410782Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:31:55.8420822Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.8654070Z Selecting previously unselected package xcb.
2025-08-20T21:31:55.8798951Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:31:55.8809891Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:31:55.9233886Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:31:55.9260228Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:31:55.9290177Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:31:55.9339631Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:31:55.9388860Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:31:55.9535360Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:32:00.4605085Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:32:00.4708944Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:32:00.4752670Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:32:00.4791335Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:32:00.4832106Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:32:00.4869982Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:32:00.4907607Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:32:00.4945904Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:32:02.1529886Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:02.3201655Z Collecting build
2025-08-20T21:32:02.3511405Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:32:02.4550955Z Collecting cffi
2025-08-20T21:32:02.4580051Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:32:02.4714794Z Collecting scons
2025-08-20T21:32:02.4737650Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:02.5491518Z Collecting scuba
2025-08-20T21:32:02.5538757Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:32:02.5991788Z Collecting pytest
2025-08-20T21:32:02.6016747Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:32:02.6193241Z Collecting packaging>=19.1 (from build)
2025-08-20T21:32:02.6222075Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:02.6316494Z Collecting pyproject_hooks (from build)
2025-08-20T21:32:02.6340931Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:32:02.6432694Z Collecting pycparser (from cffi)
2025-08-20T21:32:02.6458184Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:32:02.6774795Z Collecting PyYAML (from scuba)
2025-08-20T21:32:02.6808308Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:32:02.6905476Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:32:02.6931784Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:32:02.7082362Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:32:02.7115807Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:32:02.7299124Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:32:02.7321205Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:02.7407155Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:32:02.7463821Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:32:02.7563203Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:02.7780207Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 204.1 MB/s  0:00:00
2025-08-20T21:32:02.7820775Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:32:02.7894246Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:32:02.7959600Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:32:02.8001542Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:32:02.8046082Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:02.8096929Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:02.8179704Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 161.0 MB/s  0:00:00
2025-08-20T21:32:02.8213918Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:32:02.8260970Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:32:02.8307545Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:32:02.8379670Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 102.1 MB/s  0:00:00
2025-08-20T21:32:02.9550463Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:32:04.7004251Z 
2025-08-20T21:32:04.7021454Z 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:05.0222226Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:05.1872378Z Collecting ansi2txt
2025-08-20T21:32:05.2183549Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:32:05.2411983Z Collecting pipx
2025-08-20T21:32:05.2437110Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:05.2588779Z Collecting scons
2025-08-20T21:32:05.2605971Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:05.2686406Z Collecting py2static
2025-08-20T21:32:05.2715787Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:32:05.2875289Z Collecting typer
2025-08-20T21:32:05.2901691Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:32:05.3179224Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:32:05.3203042Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:05.3364440Z Collecting packaging>=20 (from pipx)
2025-08-20T21:32:05.3375526Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:05.3527550Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:32:05.3551737Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:32:05.3697449Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:32:05.3720283Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:05.4105047Z Collecting pyinstaller (from py2static)
2025-08-20T21:32:05.4132277Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:32:05.4273396Z Collecting staticx (from py2static)
2025-08-20T21:32:05.4306605Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:32:05.4464230Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:32:05.4490078Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:05.4767645Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:32:05.4793568Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:05.4915252Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:32:05.4939214Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:32:05.5293340Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:32:05.5320248Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:05.5491007Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:05.5515910Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:05.5716133Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:05.5726959Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:05.5819064Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:32:05.5841348Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:32:05.6917292Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:32:05.6942318Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:32:05.7121852Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:32:05.7145888Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:05.7320231Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:32:05.7357715Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:05.7526655Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:32:05.7548864Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:32:05.7624238Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:32:05.7663267Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:32:05.7711819Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:05.7773871Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:32:05.7814745Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:32:05.7858696Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:32:05.7902000Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:32:05.7933175Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:05.7956779Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:32:05.8001765Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:32:05.8038914Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:05.8073885Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:32:05.8115533Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:32:05.8156915Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:32:05.8197814Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:32:05.8238254Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:32:05.8288550Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:32:05.8350051Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 129.4 MB/s  0:00:00
2025-08-20T21:32:05.8388355Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:32:05.8451365Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:05.8536949Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 152.1 MB/s  0:00:00
2025-08-20T21:32:05.8563483Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:32:05.8614938Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:32:05.8689045Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:32:06.0196982Z 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:06.8622159Z   Attempting uninstall: scons
2025-08-20T21:32:06.8706711Z     Found existing installation: SCons 4.9.1
2025-08-20T21:32:06.9092300Z     Uninstalling SCons-4.9.1:
2025-08-20T21:32:06.9165957Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:32:07.5414261Z   Attempting uninstall: pygments
2025-08-20T21:32:07.5505267Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:32:07.5742290Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:32:07.5769802Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:32:08.2071913Z   Attempting uninstall: packaging
2025-08-20T21:32:08.2151253Z     Found existing installation: packaging 25.0
2025-08-20T21:32:08.2176579Z     Uninstalling packaging-25.0:
2025-08-20T21:32:08.2184522Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:09.2461975Z 
2025-08-20T21:32:09.2493389Z 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:09.5867806Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:09.7568417Z Collecting build
2025-08-20T21:32:09.7579901Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:32:09.8445076Z Collecting cffi
2025-08-20T21:32:09.8457545Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:32:09.8573663Z Collecting scons
2025-08-20T21:32:09.8584010Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:09.8686820Z Collecting scuba
2025-08-20T21:32:09.8696993Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:32:09.9105400Z Collecting pytest
2025-08-20T21:32:09.9116657Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:32:09.9282795Z Collecting packaging>=19.1 (from build)
2025-08-20T21:32:09.9292933Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:09.9364230Z Collecting pyproject_hooks (from build)
2025-08-20T21:32:09.9374261Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:32:09.9449828Z Collecting pycparser (from cffi)
2025-08-20T21:32:09.9461108Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:32:09.9751858Z Collecting PyYAML (from scuba)
2025-08-20T21:32:09.9765060Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:32:09.9836792Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:32:09.9848178Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:32:09.9990437Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:32:10.0000534Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:32:10.0157877Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:32:10.0168427Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:10.0226749Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:32:10.0237099Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:32:10.0250360Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:10.0291595Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:32:10.0303312Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:32:10.0315723Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:32:10.0325342Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:32:10.0334718Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:10.0344603Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:10.0363465Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:32:10.0374452Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:32:10.0384048Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:32:10.1676615Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:32:10.1681824Z   Attempting uninstall: scons
2025-08-20T21:32:10.1765221Z     Found existing installation: SCons 4.9.1
2025-08-20T21:32:10.2149745Z     Uninstalling SCons-4.9.1:
2025-08-20T21:32:10.2222327Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:32:10.8442570Z   Attempting uninstall: PyYAML
2025-08-20T21:32:10.8534613Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:32:10.8564204Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:32:10.8573735Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:32:10.9100534Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:32:10.9183078Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:32:10.9200246Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:32:10.9207022Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:32:10.9296966Z   Attempting uninstall: pygments
2025-08-20T21:32:10.9375446Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:32:10.9601487Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:32:10.9628624Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:32:11.6040422Z   Attempting uninstall: pycparser
2025-08-20T21:32:11.6129357Z     Found existing installation: pycparser 2.22
2025-08-20T21:32:11.6155865Z     Uninstalling pycparser-2.22:
2025-08-20T21:32:11.6163590Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:32:11.7354155Z   Attempting uninstall: pluggy
2025-08-20T21:32:11.7440914Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:32:11.7460801Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:32:11.7467578Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:32:11.7615831Z   Attempting uninstall: packaging
2025-08-20T21:32:11.7694863Z     Found existing installation: packaging 25.0
2025-08-20T21:32:11.7718636Z     Uninstalling packaging-25.0:
2025-08-20T21:32:11.7725712Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:11.8101065Z   Attempting uninstall: iniconfig
2025-08-20T21:32:11.8183623Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:32:11.8199681Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:32:11.8206234Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:32:11.8277372Z   Attempting uninstall: scuba
2025-08-20T21:32:11.8356608Z     Found existing installation: scuba 2.14.1
2025-08-20T21:32:11.8377755Z     Uninstalling scuba-2.14.1:
2025-08-20T21:32:11.8386868Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:32:11.8582233Z   Attempting uninstall: pytest
2025-08-20T21:32:11.8663751Z     Found existing installation: pytest 8.4.1
2025-08-20T21:32:11.8726986Z     Uninstalling pytest-8.4.1:
2025-08-20T21:32:11.8984251Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:32:12.1088552Z   Attempting uninstall: cffi
2025-08-20T21:32:12.1166630Z     Found existing installation: cffi 1.17.1
2025-08-20T21:32:12.1196206Z     Uninstalling cffi-1.17.1:
2025-08-20T21:32:12.1427625Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:32:12.2106970Z   Attempting uninstall: build
2025-08-20T21:32:12.2189210Z     Found existing installation: build 1.3.0
2025-08-20T21:32:12.2214204Z     Uninstalling build-1.3.0:
2025-08-20T21:32:12.2224188Z       Successfully uninstalled build-1.3.0
2025-08-20T21:32:12.2406478Z 
2025-08-20T21:32:12.2435623Z 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:12.5720371Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:12.7374703Z Collecting ansi2txt
2025-08-20T21:32:12.7387499Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:32:12.7573229Z Collecting pipx
2025-08-20T21:32:12.7584571Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:12.7713890Z Collecting scons
2025-08-20T21:32:12.7731219Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:32:12.7803799Z Collecting py2static
2025-08-20T21:32:12.7814410Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:32:12.7952366Z Collecting typer
2025-08-20T21:32:12.7963128Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:32:12.8199186Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:32:12.8211052Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:12.8356866Z Collecting packaging>=20 (from pipx)
2025-08-20T21:32:12.8368197Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:12.8521823Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:32:12.8533204Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:32:12.8658686Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:32:12.8670443Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:12.9042245Z Collecting pyinstaller (from py2static)
2025-08-20T21:32:12.9054512Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:32:12.9180647Z Collecting staticx (from py2static)
2025-08-20T21:32:12.9191300Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:32:12.9335336Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:32:12.9346052Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:12.9597166Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:32:12.9607816Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:32:12.9707400Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:32:12.9718522Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:32:13.0036353Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:32:13.0047222Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:32:13.0193434Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:13.0204765Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:13.0392062Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:32:13.0402592Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:32:13.0509145Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:32:13.0520073Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:32:13.1579652Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:32:13.1592241Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:32:13.1752018Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:32:13.1762533Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:13.1924430Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:32:13.1935248Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:13.2093653Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:32:13.2104373Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:32:13.2142276Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:32:13.2152539Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:32:13.2163232Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:32:13.2204896Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:32:13.2214975Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:32:13.2225134Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:32:13.2235389Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:32:13.2245969Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:13.2256341Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:32:13.2266521Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:32:13.2278396Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:13.2297511Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:32:13.2308344Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:32:13.2318513Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:32:13.2328680Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:32:13.2338926Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:32:13.2349755Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:32:13.2365430Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:32:13.2378664Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:13.2396737Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:32:13.2406975Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:32:13.2418152Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:32:13.3916086Z 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:13.3920725Z   Attempting uninstall: pyelftools
2025-08-20T21:32:13.3999746Z     Found existing installation: pyelftools 0.32
2025-08-20T21:32:13.4051625Z     Uninstalling pyelftools-0.32:
2025-08-20T21:32:13.4067701Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:32:13.5190566Z   Attempting uninstall: altgraph
2025-08-20T21:32:13.5278372Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:32:13.5298189Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:32:13.5305051Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:32:13.5462078Z   Attempting uninstall: typing-extensions
2025-08-20T21:32:13.5549796Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:32:13.5564130Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:32:13.5807266Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:32:13.6050420Z   Attempting uninstall: staticx
2025-08-20T21:32:13.6135523Z     Found existing installation: staticx 0.14.1
2025-08-20T21:32:13.6162017Z     Uninstalling staticx-0.14.1:
2025-08-20T21:32:13.6172555Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:32:13.6375841Z   Attempting uninstall: shellingham
2025-08-20T21:32:13.6458536Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:32:13.6477752Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:32:13.6494094Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:32:13.6588983Z   Attempting uninstall: setuptools
2025-08-20T21:32:13.6675045Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:32:13.6964564Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:32:13.7239674Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:32:14.3800476Z   Attempting uninstall: scons
2025-08-20T21:32:14.3898384Z     Found existing installation: SCons 4.9.1
2025-08-20T21:32:14.4296305Z     Uninstalling SCons-4.9.1:
2025-08-20T21:32:14.4366576Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:32:15.0538641Z   Attempting uninstall: pygments
2025-08-20T21:32:15.0627381Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:32:15.0857934Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:32:15.0884114Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:32:15.6936242Z   Attempting uninstall: platformdirs
2025-08-20T21:32:15.7022833Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:32:15.7043362Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:32:15.7050423Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:32:15.7204294Z   Attempting uninstall: packaging
2025-08-20T21:32:15.7286833Z     Found existing installation: packaging 25.0
2025-08-20T21:32:15.7311820Z     Uninstalling packaging-25.0:
2025-08-20T21:32:15.7319504Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:15.7714216Z   Attempting uninstall: mdurl
2025-08-20T21:32:15.7797474Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:32:15.7815270Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:32:15.7822424Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:32:15.7911815Z   Attempting uninstall: click
2025-08-20T21:32:15.7995629Z     Found existing installation: click 8.2.1
2025-08-20T21:32:15.8020031Z     Uninstalling click-8.2.1:
2025-08-20T21:32:15.8027341Z       Successfully uninstalled click-8.2.1
2025-08-20T21:32:15.8635993Z   Attempting uninstall: argcomplete
2025-08-20T21:32:15.8722575Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:32:15.8751864Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:32:15.8763900Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:32:15.8996792Z   Attempting uninstall: ansi2txt
2025-08-20T21:32:15.9079162Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:32:15.9094596Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:32:15.9342868Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:32:15.9397630Z   Attempting uninstall: userpath
2025-08-20T21:32:15.9481992Z     Found existing installation: userpath 1.9.2
2025-08-20T21:32:15.9502030Z     Uninstalling userpath-1.9.2:
2025-08-20T21:32:15.9511290Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:32:15.9616656Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:32:15.9699869Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:32:16.0142307Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:32:16.0185836Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:32:16.3000872Z   Attempting uninstall: markdown-it-py
2025-08-20T21:32:16.3099373Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:32:16.3159004Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:32:16.3174016Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:32:16.3794521Z   Attempting uninstall: rich
2025-08-20T21:32:16.3884709Z     Found existing installation: rich 14.1.0
2025-08-20T21:32:16.3949702Z     Uninstalling rich-14.1.0:
2025-08-20T21:32:16.3960220Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:32:16.5629149Z   Attempting uninstall: pyinstaller
2025-08-20T21:32:16.5712161Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:32:16.6081110Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:32:16.6126988Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:32:16.9522017Z   Attempting uninstall: pipx
2025-08-20T21:32:16.9618332Z     Found existing installation: pipx 1.7.1
2025-08-20T21:32:16.9658636Z     Uninstalling pipx-1.7.1:
2025-08-20T21:32:16.9669515Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:32:17.0191936Z   Attempting uninstall: typer
2025-08-20T21:32:17.0285662Z     Found existing installation: typer 0.16.1
2025-08-20T21:32:17.0313717Z     Uninstalling typer-0.16.1:
2025-08-20T21:32:17.0323587Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:32:17.0675138Z   Attempting uninstall: py2static
2025-08-20T21:32:17.0755890Z     Found existing installation: py2static 0.0.1
2025-08-20T21:32:17.0776116Z     Uninstalling py2static-0.0.1:
2025-08-20T21:32:17.0786996Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:32:17.0866076Z 
2025-08-20T21:32:17.0894933Z 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:17.4358780Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:32:17.5590894Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:32:17.5596040Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-vfpxp_da
2025-08-20T21:32:17.5618776Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-vfpxp_da
2025-08-20T21:32:19.1950223Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:32:19.1991674Z   Installing build dependencies: started
2025-08-20T21:32:19.9077521Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:32:19.9086941Z   Getting requirements to build wheel: started
2025-08-20T21:32:20.1990533Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:32:20.2002854Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:32:20.3934937Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:32:20.5454712Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:32:20.5468514Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:32:20.5622305Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:32:20.5632450Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:32:20.5772113Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:32:20.5782551Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:32:20.5903261Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:32:20.5913500Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:32:20.5959281Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:32:20.5969453Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:32:20.5982733Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:32:20.6000794Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:32:20.6122972Z Building wheels for collected packages: pyinstaller
2025-08-20T21:32:20.6131232Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:32:21.3134812Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:32:21.3161307Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=37a55629190f1010a61ac99cf32753eccfda8e3ede2ba0014214bc848f88999b
2025-08-20T21:32:21.3162673Z   Stored in directory: /tmp/pip-ephem-wheel-cache-ke5xc57f/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:32:21.3203163Z Successfully built pyinstaller
2025-08-20T21:32:21.4120624Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:32:21.4126013Z   Attempting uninstall: altgraph
2025-08-20T21:32:21.4209516Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:32:21.4229956Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:32:21.4237088Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:32:21.4386019Z   Attempting uninstall: setuptools
2025-08-20T21:32:21.4473408Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:32:21.4761184Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:32:21.5043773Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:32:22.1694033Z   Attempting uninstall: packaging
2025-08-20T21:32:22.1785933Z     Found existing installation: packaging 25.0
2025-08-20T21:32:22.1810768Z     Uninstalling packaging-25.0:
2025-08-20T21:32:22.1818315Z       Successfully uninstalled packaging-25.0
2025-08-20T21:32:22.2212728Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:32:22.2293885Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:32:22.2732242Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:32:22.2775270Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:32:22.5559459Z   Attempting uninstall: pyinstaller
2025-08-20T21:32:22.5645245Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:32:22.6017356Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:32:22.6065868Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:32:22.9492798Z 
2025-08-20T21:32:22.9531098Z 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:23.2824260Z 6.15.0
2025-08-20T21:32:25.8295198Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:32:25.8306007Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:32:25.8306475Z 
2025-08-20T21:32:25.8306811Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:32:25.8307630Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:32:25.8308410Z installation.
2025-08-20T21:32:25.8308601Z 
2025-08-20T21:32:25.8308939Z If you installed the current Docker package using this script and are using it
2025-08-20T21:32:25.8309562Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:32:25.8310064Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:32:25.8310493Z files to match the parameters passed to the script.
2025-08-20T21:32:25.8310723Z 
2025-08-20T21:32:25.8310852Z You may press Ctrl+C now to abort this script.
2025-08-20T21:32:25.8482462Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:32:27.1733730Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:32:27.5792073Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:32:27.5817700Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:32:27.6287234Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:32:27.6306434Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:32:27.6314251Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:32:28.9825840Z + 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:40.1786674Z 
2025-08-20T21:32:40.1787136Z Running kernel seems to be up-to-date.
2025-08-20T21:32:40.1787418Z 
2025-08-20T21:32:40.1856737Z Restarting services...
2025-08-20T21:32:40.1856962Z 
2025-08-20T21:32:40.1857085Z Service restarts being deferred:
2025-08-20T21:32:40.1857400Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:32:40.1857747Z 
2025-08-20T21:32:40.1857935Z No containers need to be restarted.
2025-08-20T21:32:40.1858333Z 
2025-08-20T21:32:40.1858478Z No user sessions are running outdated binaries.
2025-08-20T21:32:40.1858699Z 
2025-08-20T21:32:40.1858906Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:32:41.0806736Z + sh -c 'docker version'
2025-08-20T21:32:41.0968992Z Client: Docker Engine - Community
2025-08-20T21:32:41.0969518Z  Version:           28.3.3
2025-08-20T21:32:41.0969902Z  API version:       1.51
2025-08-20T21:32:41.0970268Z  Go version:        go1.24.5
2025-08-20T21:32:41.0970649Z  Git commit:        980b856
2025-08-20T21:32:41.0971054Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:32:41.0971500Z  OS/Arch:           linux/amd64
2025-08-20T21:32:41.0971885Z  Context:           default
2025-08-20T21:32:41.0972120Z 
2025-08-20T21:32:41.0972282Z Server: Docker Engine - Community
2025-08-20T21:32:41.0972668Z  Engine:
2025-08-20T21:32:41.0972935Z   Version:          28.3.3
2025-08-20T21:32:41.0973317Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:32:41.0973745Z   Go version:       go1.24.5
2025-08-20T21:32:41.0974103Z   Git commit:       bea959c
2025-08-20T21:32:41.0974476Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:32:41.0974895Z   OS/Arch:          linux/amd64
2025-08-20T21:32:41.0975284Z   Experimental:     false
2025-08-20T21:32:41.0975636Z  containerd:
2025-08-20T21:32:41.0976224Z   Version:          1.7.27
2025-08-20T21:32:41.0976670Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:32:41.0977176Z  runc:
2025-08-20T21:32:41.0977462Z   Version:          1.2.5
2025-08-20T21:32:41.0977812Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:32:41.0978421Z  docker-init:
2025-08-20T21:32:41.0978709Z   Version:          0.19.0
2025-08-20T21:32:41.0979039Z   GitCommit:        de40ad0
2025-08-20T21:32:41.0990359Z 
2025-08-20T21:32:41.0990579Z ================================================================================
2025-08-20T21:32:41.0990936Z 
2025-08-20T21:32:41.0991211Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:32:41.0991799Z Docker daemon in rootless mode for your user:
2025-08-20T21:32:41.0992131Z 
2025-08-20T21:32:41.0992303Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:32:41.0992620Z 
2025-08-20T21:32:41.0992901Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:32:41.0993213Z 
2025-08-20T21:32:41.0993217Z 
2025-08-20T21:32:41.0993409Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:32:41.0993845Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:32:41.0994098Z 
2025-08-20T21:32:41.0994377Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:32:41.0995116Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:32:41.0995854Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:32:41.0996328Z 
2025-08-20T21:32:41.0996487Z ================================================================================
2025-08-20T21:32:41.0996828Z 
2025-08-20T21:32:51.8417597Z ● docker.service - Docker Application Container Engine
2025-08-20T21:32:51.8419514Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:32:51.8420353Z      Active: active (running) since Wed 2025-08-20 21:32:41 UTC; 10s ago
2025-08-20T21:32:51.8421011Z TriggeredBy: ● docker.socket
2025-08-20T21:32:51.8421300Z        Docs: https://docs.docker.com
2025-08-20T21:32:51.8421762Z    Main PID: 19692 (dockerd)
2025-08-20T21:32:51.8422084Z       Tasks: 10
2025-08-20T21:32:51.8422297Z      Memory: 25.6M (peak: 27.4M)
2025-08-20T21:32:51.8422540Z         CPU: 322ms
2025-08-20T21:32:51.8422777Z      CGroup: /system.slice/docker.service
2025-08-20T21:32:51.8425097Z              └─19692 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:32:51.8425526Z 
2025-08-20T21:32:51.8425906Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.243249630Z" level=info msg="Loading containers: start."
2025-08-20T21:32:51.8427276Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.757580340Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count b5276ed457a618a27ed0d3e7d8f795d622a53695f755ccd4bd7fdc798df1147d], retrying...."
2025-08-20T21:32:51.8428841Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.790210328Z" level=info msg="Loading containers: done."
2025-08-20T21:32:51.8429972Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.799373496Z" 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:32:51.8431302Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.799443266Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:32:51.8432194Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.799468312Z" level=info msg="Initializing buildkit"
2025-08-20T21:32:51.8432917Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.817959522Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:32:51.8433922Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.822667743Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:32:51.8434648Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.822762787Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:32:51.8435298Z Aug 20 21:32:41 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:32:51.8536787Z ● docker.service - Docker Application Container Engine
2025-08-20T21:32:51.8537595Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:32:51.8538599Z      Active: active (running) since Wed 2025-08-20 21:32:41 UTC; 10s ago
2025-08-20T21:32:51.8539242Z TriggeredBy: ● docker.socket
2025-08-20T21:32:51.8539694Z        Docs: https://docs.docker.com
2025-08-20T21:32:51.8540130Z    Main PID: 19692 (dockerd)
2025-08-20T21:32:51.8540367Z       Tasks: 10
2025-08-20T21:32:51.8540571Z      Memory: 25.6M (peak: 27.4M)
2025-08-20T21:32:51.8540801Z         CPU: 322ms
2025-08-20T21:32:51.8541141Z      CGroup: /system.slice/docker.service
2025-08-20T21:32:51.8541746Z              └─19692 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:32:51.8542049Z 
2025-08-20T21:32:51.8542360Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.243249630Z" level=info msg="Loading containers: start."
2025-08-20T21:32:51.8543505Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.757580340Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count b5276ed457a618a27ed0d3e7d8f795d622a53695f755ccd4bd7fdc798df1147d], retrying...."
2025-08-20T21:32:51.8544811Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.790210328Z" level=info msg="Loading containers: done."
2025-08-20T21:32:51.8545948Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.799373496Z" 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:32:51.8547265Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.799443266Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:32:51.8548378Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.799468312Z" level=info msg="Initializing buildkit"
2025-08-20T21:32:51.8549097Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.817959522Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:32:51.8549849Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.822667743Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:32:51.8550571Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.822762787Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:32:51.8551229Z Aug 20 21:32:41 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:32:51.8753847Z ● docker.service - Docker Application Container Engine
2025-08-20T21:32:51.8754629Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:32:51.8755437Z      Active: active (running) since Wed 2025-08-20 21:32:41 UTC; 10s ago
2025-08-20T21:32:51.8756101Z TriggeredBy: ● docker.socket
2025-08-20T21:32:51.8756529Z        Docs: https://docs.docker.com
2025-08-20T21:32:51.8756975Z    Main PID: 19692 (dockerd)
2025-08-20T21:32:51.8757363Z       Tasks: 10
2025-08-20T21:32:51.8757715Z      Memory: 25.6M (peak: 27.4M)
2025-08-20T21:32:51.8758352Z         CPU: 322ms
2025-08-20T21:32:51.8758757Z      CGroup: /system.slice/docker.service
2025-08-20T21:32:51.8759634Z              └─19692 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:32:51.8760427Z 
2025-08-20T21:32:51.8760988Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.243249630Z" level=info msg="Loading containers: start."
2025-08-20T21:32:51.8763156Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.757580340Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count b5276ed457a618a27ed0d3e7d8f795d622a53695f755ccd4bd7fdc798df1147d], retrying...."
2025-08-20T21:32:51.8765320Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.790210328Z" level=info msg="Loading containers: done."
2025-08-20T21:32:51.8767032Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.799373496Z" 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:32:51.8768919Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.799443266Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:32:51.8769802Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.799468312Z" level=info msg="Initializing buildkit"
2025-08-20T21:32:51.8770484Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.817959522Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:32:51.8771227Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.822667743Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:32:51.8771957Z Aug 20 21:32:41 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:32:41.822762787Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:32:51.8772787Z Aug 20 21:32:41 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:32:51.8869518Z Docker version 28.3.3, build 980b856
2025-08-20T21:32:51.9059811Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:32:52.9721324Z latest: Pulling from library/hello-world
2025-08-20T21:32:53.2380154Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:32:53.6490304Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T21:32:53.6490894Z 17eec7bbc9d7: Download complete
2025-08-20T21:32:53.6550020Z 17eec7bbc9d7: Pull complete
2025-08-20T21:32:53.6588720Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:32:53.6599161Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:32:55.3972155Z 
2025-08-20T21:32:55.3972569Z Hello from Docker!
2025-08-20T21:32:55.3973175Z This message shows that your installation appears to be working correctly.
2025-08-20T21:32:55.3973695Z 
2025-08-20T21:32:55.3973950Z To generate this message, Docker took the following steps:
2025-08-20T21:32:55.3980522Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:32:55.3981231Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:32:55.3981762Z     (amd64)
2025-08-20T21:32:55.3982059Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:32:55.3982655Z     executable that produces the output you are currently reading.
2025-08-20T21:32:55.3983231Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:32:55.3983588Z     to your terminal.
2025-08-20T21:32:55.3983714Z 
2025-08-20T21:32:55.3984042Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:32:55.3984400Z  $ docker run -it ubuntu bash
2025-08-20T21:32:55.3984546Z 
2025-08-20T21:32:55.3984871Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:32:55.3985206Z  https://hub.docker.com/
2025-08-20T21:32:55.3985360Z 
2025-08-20T21:32:55.3985628Z For more examples and ideas, visit:
2025-08-20T21:32:55.3985900Z  https://docs.docker.com/get-started/
2025-08-20T21:32:55.3986498Z 
2025-08-20T21:32:55.4965254Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:32:55.4966059Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:32:55.4966588Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:32:55.4966972Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:32:55.4967489Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:32:55.4967957Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:32:55.4968578Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:32:55.4969003Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:32:55.4969627Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:32:55.4970211Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:32:55.4970856Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:32:55.4971586Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:32:55.4972251Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:32:55.4972976Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:32:55.4973508Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:32:55.4973929Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:32:55.4974333Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:32:55.4974711Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:32:55.4975383Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:32:55.4976184Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:32:55.4977255Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:32:55.4978158Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:32:55.4978927Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:32:55.4979642Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:32:55.4980111Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:32:55.4980515Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:32:55.4980966Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:32:55.4981387Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:32:55.4981789Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:32:55.4982207Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:32:55.4982644Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:32:55.4983096Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:32:55.4983531Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:32:55.4983949Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:32:55.4984407Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:32:55.4984858Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:32:55.4985267Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:32:55.4985662Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:32:55.4986080Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:32:55.4986504Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:32:55.4986926Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:32:55.4987533Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:32:55.4987933Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:32:55.4988683Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:32:55.4989165Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:32:55.4989633Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:32:55.4990119Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:32:55.4990572Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:32:55.4990989Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:32:55.4991410Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:32:55.4991813Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:32:55.4992224Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:32:55.4992616Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:32:55.4992983Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:32:55.4993345Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:32:55.4993707Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:32:55.4994028Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:32:55.4994372Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:32:55.4994773Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:32:55.4995147Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:32:55.4995681Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:32:55.4996132Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:32:55.4996553Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:32:55.4996965Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:32:55.4997387Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:32:55.4997820Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:32:55.4998412Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:32:55.4998808Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:32:55.4999224Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:32:55.4999700Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:32:55.5000200Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:32:55.5000674Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:32:55.5001090Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:32:55.5001484Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:32:55.5001880Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:32:55.5002276Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:32:55.5002715Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:32:55.5003205Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:32:55.5003703Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:32:55.5004194Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:32:55.5004759Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:32:55.5005156Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:32:55.5005542Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:32:55.5005944Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:32:55.5006336Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:32:55.5006716Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:32:55.5007132Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:32:55.5007551Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:32:55.5007935Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:32:55.5008609Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:32:55.5009025Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:32:55.5009436Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:32:55.5009818Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:32:55.5010187Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:32:55.5010581Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:32:55.5010967Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:32:55.5011314Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:32:55.5011687Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:32:55.5012056Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:32:55.5012550Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:32:55.5012942Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:32:55.5013309Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:32:55.5013671Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:32:55.5014040Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:32:55.5014426Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:32:55.5014822Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:32:55.5015211Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:32:55.5015587Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:32:55.5015998Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:32:55.5016392Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:32:55.5016794Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:32:55.5017141Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:32:55.5017465Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:32:55.5017824Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:32:55.5018551Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:32:55.5018925Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:32:55.5019296Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:32:55.5019653Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:32:55.5020028Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:32:55.5020434Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:32:55.5020870Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:32:55.5021337Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:32:55.5021885Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:32:55.5022274Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:32:55.5022667Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:32:55.5023057Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:32:55.5023459Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:32:55.5023866Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:32:55.5024243Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:32:55.5024633Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:32:55.5025044Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:32:55.5025488Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:32:55.5025918Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:32:55.5026296Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:32:55.5026690Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:32:55.5027098Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:32:55.5027503Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:32:55.5027904Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:32:55.5028637Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:32:55.5029037Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:32:55.5029516Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:32:55.5030032Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:32:55.5030409Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:32:55.5030719Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:32:55.5031044Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:32:55.5031436Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:32:55.5031832Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:32:55.5032226Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:32:55.5032607Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:32:55.5032977Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:32:55.5033351Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:32:55.5033696Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:32:55.5034035Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:32:55.5034456Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:32:55.5034902Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:32:55.5035300Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:32:55.5035673Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:32:55.5036058Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:32:55.5036465Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:32:55.5036886Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:32:55.5037301Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:32:55.5037663Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:32:55.5038200Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:32:55.5038818Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:32:55.5039389Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:32:55.5040078Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:32:55.5040718Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:32:55.5041335Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:32:55.5042049Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:32:55.5042669Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:32:55.5043116Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:32:55.5043592Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:32:55.5044031Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:32:55.5044402Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:32:55.5044749Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:32:55.5045104Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:32:55.5045552Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:32:55.5046063Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:32:55.5046507Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:32:55.5046886Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:32:55.5047355Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:32:55.5047897Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:32:55.5048760Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:32:55.5049214Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:32:55.5049577Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:32:55.5049959Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:32:55.5050372Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:32:55.5050785Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:32:55.5051559Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:32:55.5051940Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:32:55.5052313Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:32:55.5052711Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:32:55.5053118Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:32:55.5053512Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:32:55.5053911Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:32:55.5054308Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:32:55.5054700Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:32:55.5055130Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:32:55.5055588Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:32:55.5056018Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:32:55.5056382Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:32:55.5056753Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:32:55.5057156Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:32:55.5057665Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:32:55.5058236Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:32:55.5058682Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:32:55.5059132Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:32:55.5059553Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:32:55.5060025Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:32:55.5060469Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:32:55.5060894Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:32:55.5061302Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:32:55.5061693Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:32:55.5062071Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:32:55.5062449Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:32:55.5062841Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:32:55.5063228Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:32:55.5063681Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:32:55.5064163Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:32:55.5064639Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:32:55.5071887Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:32:55.5072466Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:32:55.5073328Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:32:55.5073880Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:32:55.5074332Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:32:55.5074706Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:32:55.5075074Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:32:55.5075467Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:32:55.5075872Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:32:55.5076247Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:32:55.5076630Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:32:55.5077012Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:32:55.5077407Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:32:55.5077800Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:32:55.5078476Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:32:55.5078890Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:32:55.5079296Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:32:55.5079713Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:32:55.5080155Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:32:55.5080545Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:32:55.5080922Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:32:55.5081416Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:32:55.5081817Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:32:55.5082337Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:32:55.5082693Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:32:55.5083060Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:32:55.5083451Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:32:55.5083830Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:32:55.5084231Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:32:55.5084599Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:32:55.5084917Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:32:55.5085383Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:55.5085912Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:32:55.5086507Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:32:55.5086897Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:32:55.5087374Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:32:55.5087785Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:32:55.5088528Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:32:55.5088970Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:32:55.5089411Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:32:55.5089815Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:32:55.5090215Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:32:55.5090823Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:32:55.5091276Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:32:55.5091678Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:32:55.5092112Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:32:55.5092605Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:32:55.5093100Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:32:55.5093545Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:32:55.5093952Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:32:55.5094351Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:32:55.5094824Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:32:55.5095305Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:32:55.5095728Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:32:55.5096166Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:32:55.5096616Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:32:55.5097025Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:32:55.5097395Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:32:55.5097766Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:32:55.5098305Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:32:55.5098692Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:32:55.5099059Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:32:55.5099426Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:32:55.5099813Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:32:55.5100317Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:32:55.5100686Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:32:55.5101063Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:32:55.5101423Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:32:55.5101803Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:32:55.5102189Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:32:55.5102554Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:32:55.5102910Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:32:55.5103269Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:32:55.5103641Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:32:55.5104022Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:32:55.5104385Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:32:55.5104740Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:32:55.5105115Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:32:55.5105470Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:32:55.5105841Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:32:55.5106278Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:32:55.5106683Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:32:55.5107044Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:32:55.5107561Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:32:55.5108121Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:32:55.5108528Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:32:55.5108891Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:32:55.5109260Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:32:55.5109622Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:32:55.5109925Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:32:55.5110229Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:32:55.5110583Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:32:55.5110938Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:32:55.5111308Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:32:55.5111670Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:32:55.5112021Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:32:55.5112367Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:32:55.5112750Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:32:55.5113165Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:32:55.5113559Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:32:55.5113954Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:32:55.5114347Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:32:55.5114762Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:32:55.5115267Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:32:55.5115942Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:32:55.5116721Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:32:55.5117269Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:32:55.5117747Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:32:55.5118301Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:32:55.5118822Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:32:55.5119442Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:32:55.5120005Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:32:55.5120503Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:32:55.5120955Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:32:55.5121324Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:32:55.5121697Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:32:55.5122061Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:32:55.5122437Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:32:55.5122825Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:32:55.5123207Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:32:55.5123590Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:32:55.5123969Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:32:55.5124347Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:32:55.5124829Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:32:55.5125211Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:32:55.5125580Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:32:55.5125973Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:32:55.5126365Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:32:55.5126777Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:32:55.5127186Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:32:55.5127546Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:32:55.5127936Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:32:55.5128599Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:32:55.5129016Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:32:55.5129456Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:32:55.5129899Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:32:55.5130271Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:32:55.5130638Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:32:55.5131023Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:32:55.5131407Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:32:55.5131803Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:32:55.5132196Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:32:55.5132580Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:32:55.5132970Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:32:55.5133332Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:32:55.5133829Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:32:55.5134382Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:55.5135098Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:55.5135777Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:55.5136429Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:55.5136948Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:32:55.5137336Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:32:55.5137709Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:32:55.5138203Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:32:55.5138581Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:32:55.5138942Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:32:55.5139314Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:32:55.5139698Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:32:55.5140071Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:32:55.5140440Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:32:55.5140822Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:32:55.5141195Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:32:55.5141698Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:32:55.5142116Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:32:55.5142514Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:32:55.5142910Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:32:55.5143311Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:32:55.5143704Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:32:55.5144092Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:32:55.5144477Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:32:55.5144852Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:32:55.5145237Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:32:55.5145646Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:32:55.5146038Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:32:55.5146435Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:32:55.5146829Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:32:55.5147216Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:32:55.5147640Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:32:55.5148186Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:32:55.5148594Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:32:55.5149031Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:32:55.5149489Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:32:55.5149898Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:32:55.5150390Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:32:55.5150798Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:32:55.5151196Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:32:55.5151604Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:32:55.5152003Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:32:55.5152377Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:32:55.5152763Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:32:55.5153234Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:32:55.5153704Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:32:55.5154106Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:32:55.5154514Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:32:55.5154961Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:32:55.5155405Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:32:55.5155881Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:32:55.5156366Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:32:55.5156806Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:32:55.5157241Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:32:55.5157632Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:32:55.5158375Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:32:55.5158873Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:32:55.5159282Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:32:55.5159665Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:32:55.5160079Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:32:55.5160482Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:32:55.5160888Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:32:55.5161304Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:32:55.5161698Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:32:55.5162072Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:32:55.5162438Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:32:55.5162799Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:32:55.5163194Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:32:55.5163612Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:32:55.5164073Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:32:55.5164521Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:32:55.5164922Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:32:55.5165359Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:32:55.5165792Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:32:55.5166208Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:32:55.5166620Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:32:55.5166983Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:32:55.5167471Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:32:55.5167865Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:32:55.5168506Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:32:55.5168880Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:32:55.5169208Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:32:55.5169524Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:32:55.5169880Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:32:55.5170384Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:32:55.5170904Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:32:55.5171291Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:32:55.5171668Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:32:55.5172073Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:32:55.5172490Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:32:55.5172901Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:32:55.5173313Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:32:55.5173727Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:32:55.5174135Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:32:55.5174513Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:32:55.5174885Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:32:55.5175382Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:32:55.5175787Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:32:55.5176214Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:32:55.5176642Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:32:55.5177039Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:32:55.5177463Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:32:55.5177905Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:32:55.5178421Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:32:55.5178792Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:32:55.5179147Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:32:55.5179514Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:32:55.5179888Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:32:55.5180274Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:32:55.5180674Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:32:55.5181086Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:32:55.5181544Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:32:55.5181987Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:32:55.5182365Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:32:55.5182744Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:32:55.5183128Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:32:55.5183516Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:32:55.5183894Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:32:55.5184383Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:32:55.5184823Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:32:55.5185314Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:32:55.5185731Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:32:55.5186105Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:32:55.5186479Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:32:55.5186878Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:32:55.5187270Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:32:55.5187645Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:32:55.5188180Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:32:55.5188570Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:32:55.5188922Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:32:55.5189277Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:32:55.5189673Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:32:55.5190093Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:32:55.5190473Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:32:55.5190856Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:32:55.5191296Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:32:55.5191845Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:32:55.5192272Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:32:55.5192668Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:32:55.5193188Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:55.5193700Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:32:55.5194013Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:32:55.5194358Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:32:55.5194769Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:32:55.5195194Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:32:55.5195717Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:32:55.5196309Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:32:55.5196922Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:32:55.5197571Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:32:55.5198321Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:32:55.5198945Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:32:55.5199566Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:32:55.5200143Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:32:55.5200630Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:32:55.5201077Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:32:55.5201635Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:32:55.5202064Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:32:55.5202531Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:32:55.5202959Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:32:55.5203344Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:32:55.5203711Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:32:55.5204094Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:32:55.5204469Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:32:55.5204882Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:32:55.5205296Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:32:55.5205663Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:32:55.5206054Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:32:55.5206513Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:32:55.5207002Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:32:55.5207487Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:32:55.5207970Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:32:55.5208673Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:32:55.5209156Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:32:55.5209726Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:32:55.5210148Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:32:55.5210558Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:32:55.5210967Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:32:55.5211374Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:32:55.5211780Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:32:55.5212206Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:32:55.5212639Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:32:55.5213031Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:32:55.5213410Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:32:55.5213789Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:32:55.5214166Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:32:55.5214605Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:32:55.5215039Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:32:55.5215438Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:32:55.5215878Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:32:55.5216304Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:32:55.5216751Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:32:55.5217194Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:32:55.5217626Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:32:55.5218128Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:32:55.5218645Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:32:55.5219037Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:32:55.5219407Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:32:55.5219784Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:32:55.5220181Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:32:55.5220586Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:32:55.5221011Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:32:55.5221476Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:32:55.5221895Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:32:55.5222301Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:32:55.5222698Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:32:55.5222998Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:32:55.5223315Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:32:55.5223698Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:32:55.5224092Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:32:55.5224479Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:32:55.5224868Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:32:55.5225294Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:32:55.5225736Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:32:55.5226297Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:32:55.5226688Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:32:55.5227094Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:32:55.5227640Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:32:55.5228348Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:32:55.5228802Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:32:55.5229243Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:32:55.5229676Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:32:55.5230095Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:32:55.5230500Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:32:55.5230889Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:32:55.5231280Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:32:55.5231675Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:32:55.5232075Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:32:55.5232452Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:32:55.5232841Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:32:55.5233239Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:32:55.5233613Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:32:55.5234021Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:32:55.5234484Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:32:55.5234903Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:32:55.5235399Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:32:55.5235765Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:32:55.5236153Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:32:55.5236530Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:32:55.5236901Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:32:55.5237327Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:32:55.5237772Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:32:55.5238282Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:32:55.5238681Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:32:55.5239077Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:32:55.5239461Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:32:55.5239833Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:32:55.5240211Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:32:55.5240614Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:32:55.5241061Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:32:55.5241509Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:32:55.5241934Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:32:55.5242333Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:32:55.5242853Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:32:55.5243281Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:32:55.5243672Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:32:55.5244026Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:32:55.5244347Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:32:55.5244647Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:32:55.5245013Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:32:55.5245385Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:32:55.5245739Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:32:55.5246110Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:32:55.5246505Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:32:55.5246892Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:32:55.5247253Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:32:55.5247608Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:32:55.5248084Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:32:55.5248602Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:32:55.5248977Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:32:55.5249338Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:32:55.5249697Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:32:55.5250114Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:32:55.5250501Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:32:55.5250846Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:32:55.5251238Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:32:55.5251761Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:32:55.5252162Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:32:55.5252533Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:32:55.5252908Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:32:55.5253293Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:32:55.5253691Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:32:55.5254120Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:32:55.5254520Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:32:55.5254873Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:32:55.5255227Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:32:55.5255570Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:32:55.5255995Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:32:55.5256493Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:32:55.5256987Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:32:55.5257461Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:32:55.5257953Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:32:55.5258506Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:32:55.5258887Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:32:55.5259382Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:32:55.5259772Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:32:55.5260160Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:32:55.5260545Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:32:55.5260928Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:32:55.5261300Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:32:55.5261689Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:32:55.5262126Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:32:55.5262556Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:32:55.5262933Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:32:55.5263339Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:32:55.5263762Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:32:55.5264145Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:32:55.5264498Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:32:55.5264889Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:32:55.5265339Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:32:55.5265764Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:32:55.5266172Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:32:55.5266576Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:32:55.5266903Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:32:55.5267176Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:32:55.5267532Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:32:55.5268157Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:32:55.5361371Z [+] Installing Go for linux-amd64...
2025-08-20T21:32:55.5586161Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:32:55.5586748Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:32:55.5587388Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:32:58.5761200Z [+] Downloading Go go1.25.0...
2025-08-20T21:32:58.5814970Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:32:58.5815670Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:32:58.5816000Z 
2025-08-20T21:32:58.6694803Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:32:58.6695303Z 100    80  100    80    0     0    908      0 --:--:-- --:--:-- --:--:--   919
2025-08-20T21:32:58.7593699Z 
2025-08-20T21:32:58.7594417Z 100    75  100    75    0     0    421      0 --:--:-- --:--:-- --:--:--   421
2025-08-20T21:32:58.9741821Z 
2025-08-20T21:32:59.5864924Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:32:59.5865556Z 100 56.8M  100 56.8M    0     0  56.6M      0  0:00:01  0:00:01 --:--:-- 92.9M
2025-08-20T21:32:59.5900263Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:33:00.9828973Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:33:00.9829545Z [+] GOROOT: /home/runner/.go
2025-08-20T21:33:00.9829951Z [+] GOPATH: /home/runner/go
2025-08-20T21:33:00.9830498Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:33:00.9987610Z go version go1.25.0 linux/amd64
2025-08-20T21:33:01.0358581Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:01.0359281Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:33:01.0360229Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:33:01.0360945Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:33:01.0361654Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:33:01.0362319Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:33:01.0362996Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:33:01.0363678Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:33:01.0364310Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:33:01.0364911Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:33:01.0365560Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:01.0366258Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:33:01.0366947Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:01.0367685Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:33:01.0369033Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:33:01.0369525Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:01.0369995Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:33:01.0370400Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:33:01.0370811Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:01.0371603Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:01.0372390Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:01.0373096Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:01.0373834Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:01.0374590Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:33:01.0375237Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:33:01.0376272Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:01.0377166Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:01.0377947Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:01.0379132Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:01.0379906Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:01.0380695Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:01.0381474Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:01.0382258Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:33:01.0383040Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:01.0383850Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:01.0384622Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:01.0385350Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:01.0386063Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:33:01.0386801Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:01.0387573Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:01.0389249Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:01.0390010Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:33:01.0390743Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:01.0391799Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:01.0392713Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:01.0393586Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:01.0394487Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:01.0395319Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:01.0396089Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:01.0396893Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:01.0397665Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:01.0398641Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:01.0399391Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:01.0400084Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:33:01.0400730Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:33:01.0401376Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:33:01.0401957Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:33:01.0402577Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:33:01.0403339Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:01.0404054Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:33:01.0404811Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:01.0405623Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:01.0406388Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:01.0407167Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:01.0408422Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:01.0409220Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:01.0409982Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:01.0410730Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:33:01.0411569Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:33:01.0412435Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:01.0413352Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:01.0414195Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:33:01.0414945Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:01.0415670Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:33:01.0416410Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:01.0417162Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:33:01.0418161Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:01.0419089Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:01.0420025Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:01.0420945Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:01.0421765Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:01.0422523Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:01.0423458Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:01.0424253Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:01.0424988Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:33:01.0425708Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:01.0426510Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:01.0427320Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:33:01.0428234Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:33:01.0428960Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:01.0429720Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:01.0430469Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:01.0431334Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:33:01.0432032Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:33:01.0432774Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:01.0433504Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:33:01.0434157Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:33:01.0434871Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:01.0435572Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:33:01.0436258Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:33:01.0436959Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:33:01.0437621Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:33:01.0438447Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:01.0439121Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:01.0440038Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:01.0440680Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:01.0441115Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:01.0441512Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:01.0441905Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:33:01.0442328Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:01.0442752Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:01.0443126Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:33:01.0443475Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:33:01.0443864Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:33:01.0444391Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:33:01.0444777Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:33:01.0445165Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:33:01.0445540Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:33:01.0445941Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:01.0446363Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:33:01.0446821Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:01.0447280Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:01.0447696Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:33:01.0448317Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:01.0448904Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:01.0449345Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:33:01.0449786Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:01.0450355Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:33:01.0451071Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:33:01.0451815Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:01.0452593Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:01.0453408Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:01.0454197Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:33:01.0454911Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:33:01.0455651Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:33:01.0456412Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:01.0457164Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:33:01.0457897Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:01.0458790Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:01.0459502Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:01.0460077Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:01.0460483Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:33:01.0460876Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:33:01.0461208Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:33:01.0461562Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:01.0461985Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:33:01.0462607Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:01.0463026Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:33:01.0463418Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:33:01.0463818Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:33:01.0464218Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:33:01.0464594Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:33:01.0464956Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:33:01.0465397Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:01.0465874Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:33:01.0466302Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:01.0466697Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:33:01.0467112Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:01.0467543Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:33:01.0467975Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:01.0468608Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:01.0468991Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:33:01.0469365Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:01.0469805Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:01.0470254Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:33:01.0470801Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:33:01.0471192Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:33:01.0471555Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:33:01.0471963Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:33:01.0472369Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:33:01.0472815Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:01.0473304Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:01.0473738Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:33:01.0474123Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:33:01.0474486Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:33:01.0474862Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:33:01.0483128Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:01.0484010Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:01.0484520Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:33:01.0484935Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:33:01.0485447Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:01.0486009Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:01.0486526Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:01.0487000Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:33:01.0487393Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:33:01.0487807Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:01.0488825Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:01.0489279Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:01.0489710Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:01.0490110Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:33:01.0490508Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:01.0490930Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:01.0491343Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:01.0491760Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:01.0492173Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:01.0492591Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:01.0493008Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:01.0493466Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:01.0493962Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:01.0494427Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:33:01.0494821Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:33:01.0495216Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:33:01.0495632Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:33:01.0496029Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:01.0496432Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:33:01.0496956Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:33:01.0497376Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:33:01.0497814Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:01.0498481Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:01.0498949Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:01.0499378Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:01.0499797Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:33:01.0500198Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:33:01.0500597Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:33:01.0500990Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:33:01.0501402Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:01.0501812Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:33:01.0502281Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:01.0502774Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:01.0503253Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:01.0503782Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:01.0504302Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:33:01.0504819Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:01.0505337Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:01.0505801Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:33:01.0506198Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:33:01.0506718Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:33:01.0507118Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:01.0507519Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:33:01.0507899Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:33:01.0508649Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:01.0509217Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:33:01.0509617Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:01.0510021Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:33:01.0510420Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:33:01.0510841Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:01.0511282Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:33:01.0511715Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:01.0512172Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:01.0512580Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:33:01.0512974Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:01.0513402Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:01.0513798Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:33:01.0514176Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:01.0514550Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:33:01.0515064Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:01.0515475Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:33:01.0515872Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:33:01.0516286Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:33:01.0516671Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:33:01.0517012Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:33:01.0517489Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:01.0518197Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:33:01.0518600Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:33:01.0518999Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:01.0519398Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:33:01.0519837Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:01.0520298Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:01.0520745Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:01.0521196Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:01.0521625Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:01.0522048Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:33:01.0522494Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:01.0522933Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:01.0523346Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:33:01.0523803Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:01.0524313Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:01.0524953Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:01.0525416Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:01.0525845Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:01.0526266Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:01.0526760Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:01.0527259Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:01.0527685Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:33:01.0528351Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:01.0528836Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:01.0529270Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:33:01.0529653Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:33:01.0530035Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:33:01.0530440Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:33:01.0530841Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:01.0531229Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:33:01.0531614Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:33:01.0532024Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:01.0532416Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:01.0532795Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:33:01.0533309Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:33:01.0533692Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:33:01.0534088Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:01.0534492Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:01.0534880Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:33:01.0535259Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:01.0535636Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:33:01.0536019Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:01.0536410Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:33:01.0536790Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:33:01.0537163Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:33:01.0537560Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:33:01.0537941Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:33:01.0538519Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:01.0538968Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:01.0539386Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:33:01.0539771Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:33:01.0540170Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:01.0540609Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:01.0541028Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:33:01.0541408Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:33:01.0541799Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:33:01.0542309Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:33:01.0542635Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:33:01.0542957Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:33:01.0543333Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:33:01.0543708Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:01.0544099Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:33:01.0544475Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:33:01.0544849Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:33:01.0545208Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:33:01.0545604Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:01.0546032Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:01.0546450Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:01.0546863Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:01.0547277Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:01.0547704Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:01.0548396Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:01.0549032Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:01.0549669Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:01.0550229Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:01.0550840Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:01.0551317Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:01.0551855Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:01.0552487Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:01.0553058Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:01.0553564Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:01.0554025Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:33:01.0554416Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:33:01.0554810Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:01.0555205Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:01.0555600Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:01.0556007Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:33:01.0556412Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:01.0556817Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:33:01.0557221Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:01.0557626Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:33:01.0558199Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:33:01.0558630Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:01.0559025Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:33:01.0559442Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:01.0559852Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:33:01.0560414Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:01.0560849Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:01.0561231Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:33:01.0561644Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:01.0562075Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:01.0562499Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:01.0562952Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:01.0563394Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:01.0563786Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:33:01.0564175Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:01.0564577Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:01.0564962Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:33:01.0565371Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:01.0565778Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:33:01.0566185Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:33:01.0566591Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:33:01.0566979Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:33:01.0567360Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:33:01.0568196Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:01.0568952Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:01.0569654Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:01.0570322Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:01.0570863Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:01.0571265Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:01.0571655Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:33:01.0572049Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:01.0572450Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:33:01.0572843Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:33:01.0573244Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:01.0573654Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:33:01.0574056Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:33:01.0574447Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:33:01.0574869Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:33:01.0575278Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:33:01.0575689Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:33:01.0576121Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:33:01.0576545Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:33:01.0576968Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:01.0577393Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:33:01.0577921Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:33:01.0578470Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:33:01.0578881Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:33:01.0579283Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:33:01.0579695Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:33:01.0580123Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:33:01.0580543Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:33:01.0580965Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:01.0581386Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:33:01.0581798Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:01.0582251Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:01.0582703Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:01.0583121Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:33:01.0583575Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:01.0584050Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:01.0584475Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:01.0584862Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:33:01.0585273Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:33:01.0585817Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:01.0586249Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:01.0586675Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:33:01.0587074Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:33:01.0587485Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:01.0588092Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:01.0588585Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:01.0589003Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:01.0589428Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:01.0589894Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:01.0590361Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:01.0590854Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:01.0591353Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:01.0591812Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:01.0592261Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:01.0592672Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:33:01.0593081Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:01.0593515Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:01.0593922Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:33:01.0594325Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:01.0594761Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:01.0595312Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:33:01.0595744Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:01.0596190Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:01.0596607Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:01.0597016Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:33:01.0597412Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:33:01.0597796Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:33:01.0598501Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:01.0598949Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:01.0599429Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:01.0599900Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:01.0600320Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:01.0600774Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:01.0601214Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:01.0601641Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:01.0602065Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:01.0602446Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:33:01.0602833Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:33:01.0603242Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:01.0603792Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:01.0604195Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:01.0604547Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:33:01.0604884Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:33:01.0605257Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:33:01.0605776Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:33:01.0606305Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:01.0606708Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:01.0607101Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:01.0607524Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:01.0607960Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:01.0608553Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:01.0608980Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:33:01.0609414Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:01.0609838Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:33:01.0610235Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:33:01.0610619Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:33:01.0611004Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:33:01.0611430Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:01.0611870Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:01.0612319Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:01.0612853Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:33:01.0613293Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:01.0613749Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:01.0614167Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:01.0614556Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:33:01.0614928Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:33:01.0615309Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:01.0615706Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:01.0616101Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:01.0616522Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:01.0616949Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:01.0617425Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:01.0617875Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:33:01.0618404Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:01.0618800Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:33:01.0619205Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:01.0619609Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:33:01.0620006Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:33:01.0620397Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:33:01.0621015Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:01.0621525Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:01.0621970Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:33:01.0622361Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:33:01.0622753Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:01.0623171Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:01.0623579Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:33:01.0623971Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:33:01.0624386Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:01.0624792Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:33:01.0625171Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:33:01.0625547Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:33:01.0625966Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:01.0626403Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:33:01.0626804Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:33:01.0627205Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:33:01.0627671Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:01.0628305Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:33:01.0628749Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:01.0629163Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:33:01.0629703Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:01.0630369Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:33:01.0630699Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:33:01.0631067Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:01.0631498Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:33:01.0631945Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:01.0632481Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:01.0633082Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:01.0633702Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:01.0634363Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:01.0635017Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:01.0635660Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:01.0636296Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:01.0636896Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:01.0637398Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:01.0637861Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:01.0638479Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:33:01.0638921Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:01.0639532Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:01.0639989Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:01.0640394Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:33:01.0640786Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:01.0641186Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:01.0641588Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:33:01.0642016Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:01.0642443Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:33:01.0642832Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:33:01.0643240Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:01.0643722Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:33:01.0644234Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:33:01.0644731Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:01.0645230Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:01.0645733Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:01.0646230Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:01.0646699Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:33:01.0647128Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:33:01.0647558Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:01.0648133Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:01.0648571Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:01.0649125Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:33:01.0649578Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:01.0650022Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:01.0650427Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:33:01.0650828Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:01.0651226Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:33:01.0651629Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:01.0652090Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:01.0652551Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:33:01.0652974Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:01.0653404Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:01.0653850Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:01.0654318Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:01.0654777Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:01.0655229Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:01.0655644Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:33:01.0656033Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:01.0656442Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:33:01.0656948Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:33:01.0657345Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:01.0657769Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:01.0658318Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:33:01.0658762Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:01.0659244Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:01.0659682Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:33:01.0660102Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:01.0660516Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:33:01.0660831Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:33:01.0661182Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:33:01.0661588Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:01.0662013Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:01.0662426Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:33:01.0662835Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:01.0663280Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:01.0663742Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:01.0664175Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:33:01.0664572Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:01.0664985Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:33:01.0665550Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:01.0666266Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:01.0666731Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:33:01.0667189Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:01.0667643Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:01.0668233Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:01.0668648Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:01.0669054Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:01.0669456Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:01.0669873Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:01.0670290Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:01.0670684Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:01.0671087Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:01.0671507Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:01.0671897Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:33:01.0672324Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:01.0672801Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:01.0673245Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:33:01.0673638Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:33:01.0674147Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:33:01.0674554Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:33:01.0674953Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:33:01.0675342Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:01.0677768Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:01.0678726Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:01.0679442Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:33:01.0680129Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:33:01.0680853Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:33:01.0681538Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:33:01.0682192Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:33:01.0682848Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:33:01.0683392Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:33:01.0683901Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:01.0684389Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:01.0684842Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:01.0685281Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:01.0685707Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:33:01.0686153Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:01.0686565Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:33:01.0686949Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:33:01.0687282Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:33:01.0687824Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:33:01.0688488Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:01.0688907Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:33:01.0689288Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:33:01.0689690Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:01.0690113Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:01.0690518Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:33:01.0690898Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:33:01.0691274Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:33:01.0691678Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:33:01.0692098Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:01.0692500Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:33:01.0692898Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:01.0693284Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:33:01.0693692Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:01.0694101Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:33:01.0694475Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:33:01.0694864Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:01.0695275Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:01.0695682Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:33:01.0696217Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:01.0696639Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:33:01.0697053Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:01.0697482Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:01.0697924Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:01.0698579Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:33:01.0698959Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:33:01.0699337Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:33:01.0699706Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:33:01.0700151Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:01.0700682Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:01.0701176Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:01.0701680Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:01.0702196Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:01.0702644Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:33:01.0703038Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:01.0703446Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:01.0703851Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:01.0704261Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:01.0704670Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:01.0705083Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:01.0705609Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:33:01.0706025Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:01.0706485Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:01.0706936Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:01.0707337Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:33:01.0707760Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:01.0708573Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:01.0708997Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:33:01.0709393Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:33:01.0709918Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:01.0710409Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:01.0710856Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:33:01.0711328Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:01.0711757Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:33:01.0712164Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:33:01.0712468Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:33:01.0712843Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:33:01.0713337Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:33:01.2882671Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:33:01.4577438Z Collecting meson
2025-08-20T21:33:01.4917203Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:33:01.5204721Z Collecting ninja
2025-08-20T21:33:01.5241285Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:33:01.5348929Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:33:01.5585850Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 72.9 MB/s  0:00:00
2025-08-20T21:33:01.5633376Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:33:01.6526450Z Installing collected packages: ninja, meson
2025-08-20T21:33:02.3793208Z 
2025-08-20T21:33:02.3823170Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:33:02.6770434Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:33:02.7859027Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:33:02.8396284Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:33:03.2192549Z 1.8.4
2025-08-20T21:33:03.2476984Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:33:03.2737493Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:03.2738493Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:33:03.2739201Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:33:03.2739702Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:33:03.2740187Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:33:03.2740645Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:33:03.2741091Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:33:03.2741485Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:33:03.2741836Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:33:03.2742197Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:33:03.2742567Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:03.2743219Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:33:03.2743613Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:03.2744024Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:33:03.2744419Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:33:03.2744826Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:03.2745225Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:33:03.2745585Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:33:03.2745981Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:03.2746616Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:03.2747383Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:03.2748296Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:03.2749083Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:03.2749805Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:33:03.2750420Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:33:03.2751117Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:03.2751875Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:03.2752592Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:03.2753003Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:03.2753623Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:03.2754080Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:03.2754513Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:03.2754946Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:33:03.2755368Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:03.2755827Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:03.2756283Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:03.2756692Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:03.2757103Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:33:03.2757522Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:03.2757953Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:03.2758679Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:03.2759096Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:33:03.2759496Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:03.2759956Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:03.2760434Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:03.2760904Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:03.2761393Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:03.2761840Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:03.2762256Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:03.2762675Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:03.2763247Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:03.2763667Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:03.2764067Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:03.2764437Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:33:03.2764806Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:33:03.2765180Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:33:03.2765509Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:33:03.2765849Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:33:03.2766251Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:03.2766632Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:33:03.2767043Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:03.2767490Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:03.2767908Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:03.2768571Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:03.2768997Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:03.2769429Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:03.2769832Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:03.2770242Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:33:03.2770670Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:33:03.2771267Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:03.2771780Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:03.2772256Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:33:03.2772680Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:03.2773077Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:33:03.2773473Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:03.2773882Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:33:03.2774321Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:03.2774813Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:03.2775316Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:03.2775807Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:03.2776250Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:03.2776653Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:03.2777043Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:03.2777449Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:03.2777850Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:33:03.2778437Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:03.2778864Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:03.2779287Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:33:03.2779683Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:33:03.2780061Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:03.2780596Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:03.2781005Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:03.2781382Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:33:03.2781751Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:33:03.2782142Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:03.2782526Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:33:03.2782880Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:33:03.2783263Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:03.2783639Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:33:03.2784006Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:33:03.2784411Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:33:03.2784779Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:33:03.2785157Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:03.2785542Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:03.2785938Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:03.2786341Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:03.2786736Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:03.2787115Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:03.2787492Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:33:03.2788257Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:03.2788791Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:03.2789141Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:33:03.2789475Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:33:03.2789840Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:33:03.2790200Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:33:03.2790558Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:33:03.2790920Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:33:03.2791270Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:33:03.2791652Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:03.2792051Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:33:03.2792497Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:03.2792952Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:03.2793352Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:33:03.2793738Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:03.2794132Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:03.2794530Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:33:03.2794941Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:03.2795356Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:33:03.2795731Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:33:03.2796125Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:03.2796543Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:03.2797140Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:03.2797570Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:33:03.2797955Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:33:03.2798911Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:33:03.2799329Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:03.2799743Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:33:03.2800153Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:03.2800544Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:03.2800975Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:03.2801384Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:03.2808942Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:33:03.2809512Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:33:03.2809854Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:33:03.2810211Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:03.2810624Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:33:03.2811040Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:03.2811466Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:33:03.2811853Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:33:03.2812236Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:33:03.2812626Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:33:03.2813169Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:33:03.2813557Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:33:03.2813992Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:03.2814448Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:33:03.2814855Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:03.2815231Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:33:03.2815620Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:03.2816030Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:33:03.2816452Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:03.2816866Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:03.2817229Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:33:03.2817587Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:03.2818222Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:03.2818664Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:33:03.2819069Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:33:03.2819434Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:33:03.2819777Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:33:03.2820167Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:33:03.2820552Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:33:03.2820978Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:03.2821451Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:03.2821869Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:33:03.2822372Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:33:03.2822719Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:33:03.2823074Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:33:03.2823521Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:03.2824032Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:03.2824471Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:33:03.2824846Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:33:03.2825310Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:03.2825852Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:03.2826356Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:03.2826790Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:33:03.2827155Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:33:03.2827534Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:03.2827951Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:03.2828644Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:03.2829056Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:03.2829432Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:33:03.2829802Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:03.2830328Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:03.2830733Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:03.2831138Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:03.2831533Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:03.2831927Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:03.2832317Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:03.2832749Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:03.2833212Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:03.2833640Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:33:03.2834006Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:33:03.2834382Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:33:03.2834779Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:33:03.2835160Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:03.2835531Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:33:03.2835913Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:33:03.2836304Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:33:03.2836720Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:03.2837188Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:03.2837637Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:03.2838258Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:03.2838722Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:33:03.2839104Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:33:03.2839627Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:33:03.2840001Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:33:03.2840386Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:03.2840768Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:33:03.2841220Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:03.2841697Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:03.2842158Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:03.2842673Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:03.2843182Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:33:03.2843680Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:03.2844173Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:03.2844608Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:33:03.2844975Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:33:03.2845336Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:33:03.2845711Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:03.2846088Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:33:03.2846448Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:33:03.2846824Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:03.2847304Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:33:03.2847692Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:03.2848363Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:33:03.2848766Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:33:03.2849164Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:03.2849551Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:33:03.2849964Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:03.2850401Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:03.2850790Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:33:03.2851167Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:03.2851586Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:03.2851962Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:33:03.2852320Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:03.2852668Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:33:03.2853030Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:03.2853412Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:33:03.2853784Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:33:03.2854175Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:33:03.2854541Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:33:03.2854852Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:33:03.2855312Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:03.2855832Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:33:03.2856376Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:33:03.2856752Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:03.2857119Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:33:03.2857527Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:03.2857961Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:03.2858625Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:03.2859056Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:03.2859461Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:03.2859860Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:33:03.2860286Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:03.2860700Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:03.2861099Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:33:03.2861529Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:03.2862020Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:03.2862517Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:03.2862963Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:03.2863376Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:03.2863775Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:03.2864392Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:03.2864890Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:03.2865296Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:33:03.2865727Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:03.2866179Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:03.2866584Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:33:03.2866947Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:33:03.2867310Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:33:03.2867688Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:33:03.2868275Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:03.2868650Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:33:03.2869011Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:33:03.2869401Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:03.2869781Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:03.2870150Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:33:03.2870516Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:33:03.2870871Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:33:03.2871246Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:03.2871631Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:03.2871989Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:33:03.2872339Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:03.2872700Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:33:03.2873064Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:03.2873556Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:33:03.2873917Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:33:03.2874271Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:33:03.2874644Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:33:03.2875001Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:33:03.2875372Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:03.2875805Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:03.2876211Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:33:03.2876579Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:33:03.2876966Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:03.2877392Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:03.2877786Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:33:03.2878247Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:33:03.2878618Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:33:03.2878998Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:33:03.2879291Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:33:03.2879628Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:33:03.2879983Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:33:03.2880337Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:03.2880704Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:33:03.2881184Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:33:03.2881538Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:33:03.2881877Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:33:03.2882262Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:03.2882668Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:03.2883063Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:03.2883457Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:03.2883845Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:03.2884252Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:03.2884753Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:03.2885374Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:03.2886002Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:03.2886544Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:03.2887022Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:03.2887473Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:03.2888121Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:03.2888860Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:03.2889432Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:03.2889929Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:03.2890515Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:33:03.2890882Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:33:03.2891257Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:03.2891628Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:03.2892008Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:03.2892397Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:33:03.2892784Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:03.2893166Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:33:03.2893546Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:03.2893929Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:33:03.2894296Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:33:03.2894670Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:03.2895037Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:33:03.2895429Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:03.2895829Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:33:03.2896243Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:03.2896654Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:03.2897010Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:33:03.2897401Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:03.2897930Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:03.2898498Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:03.2898953Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:03.2899382Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:03.2899751Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:33:03.2900122Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:03.2900506Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:03.2900897Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:33:03.2901282Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:03.2901669Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:33:03.2902048Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:33:03.2902438Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:33:03.2902807Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:33:03.2903164Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:33:03.2903710Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:03.2904419Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:03.2905095Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:03.2905753Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:03.2906277Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:03.2906662Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:03.2907166Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:33:03.2907535Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:03.2907909Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:33:03.2908374Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:33:03.2908744Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:03.2909125Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:33:03.2909497Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:33:03.2909871Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:33:03.2910249Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:33:03.2910626Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:33:03.2911013Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:33:03.2911432Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:33:03.2911832Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:33:03.2912224Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:03.2912617Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:33:03.2913011Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:33:03.2913391Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:33:03.2913771Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:33:03.2914144Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:33:03.2914642Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:33:03.2915045Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:33:03.2915442Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:33:03.2915833Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:03.2916225Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:33:03.2916615Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:03.2917042Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:03.2917476Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:03.2917876Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:33:03.2918414Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:03.2918877Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:03.2919282Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:03.2919655Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:33:03.2920036Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:33:03.2920430Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:03.2920835Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:03.2921236Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:33:03.2921611Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:33:03.2921994Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:03.2922464Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:03.2922940Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:03.2923341Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:03.2923875Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:03.2924323Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:03.2924771Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:03.2925243Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:03.2925728Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:03.2926168Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:03.2926599Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:03.2927001Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:33:03.2927401Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:03.2927825Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:03.2928478Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:33:03.2928869Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:03.2929285Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:03.2929703Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:33:03.2930115Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:03.2930534Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:03.2930923Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:03.2931307Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:33:03.2931799Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:33:03.2932168Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:33:03.2932560Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:03.2932974Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:03.2933425Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:03.2933876Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:03.2934278Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:03.2934717Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:03.2935139Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:03.2935545Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:03.2935953Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:03.2936319Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:33:03.2936684Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:33:03.2937076Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:03.2937469Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:03.2937835Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:03.2938276Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:33:03.2938593Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:33:03.2938951Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:33:03.2939454Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:33:03.2939973Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:03.2940473Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:03.2940845Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:03.2941236Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:03.2941654Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:03.2942069Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:03.2942474Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:33:03.2942882Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:03.2943294Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:33:03.2943664Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:33:03.2944035Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:33:03.2944398Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:33:03.2944779Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:03.2945203Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:03.2945630Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:03.2946023Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:33:03.2946449Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:03.2946890Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:03.2947290Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:03.2947655Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:33:03.2948221Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:33:03.2948605Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:03.2948988Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:03.2949363Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:03.2949762Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:03.2950176Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:03.2950635Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:03.2951069Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:33:03.2951450Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:03.2951831Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:33:03.2952213Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:03.2952595Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:33:03.2952972Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:33:03.2953347Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:33:03.2953783Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:03.2954283Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:03.2954705Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:33:03.2955074Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:33:03.2955443Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:03.2955843Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:03.2956239Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:33:03.2956621Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:33:03.2957190Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:03.2957571Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:33:03.2957921Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:33:03.2958388Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:33:03.2958787Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:03.2959208Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:33:03.2959587Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:33:03.2959971Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:33:03.2960410Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:03.2960847Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:33:03.2961273Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:03.2961677Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:33:03.2962194Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:03.2962711Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:33:03.2963021Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:33:03.2963366Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:03.2963770Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:33:03.2964201Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:03.2964849Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:03.2965441Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:03.2966055Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:03.2966701Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:03.2967344Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:03.2968138Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:03.2968873Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:03.2969454Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:03.2969949Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:03.2970395Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:03.2970839Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:33:03.2971266Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:03.2971735Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:03.2972164Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:03.2972553Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:33:03.2972924Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:03.2973302Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:03.2973686Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:33:03.2974105Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:03.2974679Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:33:03.2975043Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:33:03.2975433Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:03.2975901Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:33:03.2976391Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:33:03.2976882Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:03.2977367Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:03.2977850Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:03.2978455Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:03.2978904Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:33:03.2979324Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:33:03.2979737Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:03.2980150Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:03.2980566Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:03.2980976Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:33:03.2981420Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:03.2981850Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:03.2982236Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:33:03.2982735Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:03.2983118Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:33:03.2983502Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:03.2983937Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:03.2984372Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:33:03.2984772Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:03.2985173Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:03.2985592Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:03.2986037Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:03.2986482Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:03.2986912Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:03.2987312Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:33:03.2987687Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:03.2988173Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:33:03.2988542Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:33:03.2988918Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:03.2989319Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:03.2989717Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:33:03.2990144Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:03.2990611Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:03.2991036Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:33:03.2991601Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:03.2992001Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:33:03.2992303Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:33:03.2992623Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:33:03.2992999Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:03.2993397Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:03.2993789Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:33:03.2994181Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:03.2994609Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:03.2995060Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:03.2995480Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:33:03.2995865Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:03.2996271Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:33:03.2996824Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:03.2997403Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:03.2997860Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:33:03.2998412Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:03.2998850Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:03.2999275Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:03.2999805Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:03.3000209Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:03.3000598Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:03.3001026Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:03.3001433Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:03.3001813Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:03.3002202Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:03.3002599Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:03.3002975Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:33:03.3003396Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:03.3003860Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:03.3004289Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:33:03.3004666Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:33:03.3005042Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:33:03.3005430Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:33:03.3005808Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:33:03.3006186Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:03.3006619Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:03.3007076Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:03.3007486Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:33:03.3007887Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:33:03.3008531Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:33:03.3008919Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:33:03.3009307Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:33:03.3009697Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:33:03.3010107Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:33:03.3010568Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:03.3011030Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:03.3011461Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:03.3011871Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:03.3012285Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:33:03.3012720Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:03.3013119Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:33:03.3013482Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:33:03.3013798Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:33:03.3014101Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:33:03.3014473Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:03.3014847Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:33:03.3015204Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:33:03.3015575Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:03.3016089Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:03.3016485Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:33:03.3016850Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:33:03.3017205Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:33:03.3017578Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:33:03.3017974Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:03.3018449Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:33:03.3018815Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:03.3019179Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:33:03.3019564Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:03.3019951Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:33:03.3020309Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:33:03.3020692Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:03.3021081Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:03.3021460Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:33:03.3021833Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:03.3022212Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:33:03.3022597Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:03.3023000Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:03.3023431Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:03.3023841Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:33:03.3024197Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:33:03.3024549Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:33:03.3025015Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:33:03.3025437Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:03.3025932Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:03.3026398Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:03.3026867Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:03.3027365Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:03.3027804Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:33:03.3028284Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:03.3028679Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:03.3029068Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:03.3029453Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:03.3029832Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:03.3030214Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:03.3030584Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:33:03.3030971Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:03.3031420Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:03.3031850Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:03.3032227Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:33:03.3032746Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:03.3033176Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:03.3033557Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:33:03.3033909Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:33:03.3034297Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:03.3034749Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:03.3035176Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:33:03.3035584Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:03.3035990Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:33:03.3036316Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:33:03.3036591Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:33:03.3036948Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:33:03.3037435Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:33:03.7830113Z info: downloading installer
2025-08-20T21:33:03.9737218Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:33:03.9737870Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:33:03.9738610Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:33:03.9739153Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:33:03.9906199Z info: profile set to 'default'
2025-08-20T21:33:03.9906740Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:33:03.9907347Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:33:04.0601571Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:33:04.0732625Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:33:04.0733257Z 
2025-08-20T21:33:04.0827240Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:33:04.0827637Z 
2025-08-20T21:33:04.0827641Z 
2025-08-20T21:33:04.0827744Z Rust is installed now. Great!
2025-08-20T21:33:04.0827908Z 
2025-08-20T21:33:04.0828350Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:33:04.0828790Z environment variable. This has not been done automatically.
2025-08-20T21:33:04.0829210Z 
2025-08-20T21:33:04.0829401Z To configure your current shell, you need to source
2025-08-20T21:33:04.0829732Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:33:04.0829929Z 
2025-08-20T21:33:04.0830106Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:33:04.0830522Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:33:04.0830881Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:33:04.0831183Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:33:04.1219282Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:33:04.1559881Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:33:04.1560369Z 
2025-08-20T21:33:04.1655449Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:33:04.1655798Z 
2025-08-20T21:33:04.2151882Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:33:04.2751895Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:33:04.3014470Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:33:04.3015124Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:33:04.3015744Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:33:04.3016366Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:33:04.3017350Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:33:04.3018615Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:33:04.3019488Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:33:04.3020173Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:33:04.3020802Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:33:04.3021390Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:33:04.3022668Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:33:04.3023390Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:33:04.3024082Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:33:04.3024799Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:33:04.3025479Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:33:04.3026196Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:33:04.3026638Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:33:04.3027022Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:33:04.3027492Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:33:04.3027972Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:33:04.3028617Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:33:04.3029014Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:33:04.3029453Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:33:04.3029865Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:33:04.3030235Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:33:04.3030635Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:33:04.3031070Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:33:04.3031706Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:33:04.3032107Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:33:04.3032519Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:33:04.3032937Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:33:04.3033360Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:33:04.3033789Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:33:04.3034206Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:33:04.3034655Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:33:04.3035090Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:33:04.3035491Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:33:04.3035887Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:33:04.3036293Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:33:04.3036710Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:33:04.3037123Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:33:04.3037525Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:33:04.3037909Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:33:04.3038582Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:33:04.3039053Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:33:04.3039651Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:33:04.3040151Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:33:04.3040597Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:33:04.3041026Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:33:04.3041442Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:33:04.3041844Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:33:04.3042259Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:33:04.3042657Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:33:04.3043024Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:33:04.3043383Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:33:04.3043754Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:33:04.3044078Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:33:04.3044423Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:33:04.3044824Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:33:04.3045198Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:33:04.3045602Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:33:04.3046039Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:33:04.3046455Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:33:04.3046861Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:33:04.3047280Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:33:04.3047712Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:33:04.3048514Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:33:04.3048911Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:33:04.3049329Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:33:04.3049793Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:33:04.3050286Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:33:04.3050753Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:33:04.3051165Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:33:04.3051556Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:33:04.3051948Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:33:04.3052351Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:33:04.3052795Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:33:04.3053284Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:33:04.3053783Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:33:04.3054275Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:33:04.3054711Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:33:04.3055106Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:33:04.3055493Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:33:04.3055894Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:33:04.3056425Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:33:04.3056823Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:33:04.3057247Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:33:04.3057663Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:33:04.3058242Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:33:04.3058881Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:33:04.3059469Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:33:04.3059870Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:33:04.3060245Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:33:04.3060612Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:33:04.3061013Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:33:04.3061402Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:33:04.3061774Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:33:04.3069031Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:33:04.3069787Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:33:04.3070333Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:33:04.3070744Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:33:04.3071119Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:33:04.3071496Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:33:04.3071869Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:33:04.3072260Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:33:04.3072683Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:33:04.3073276Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:33:04.3073649Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:33:04.3074018Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:33:04.3074417Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:33:04.3074841Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:33:04.3075201Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:33:04.3075531Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:33:04.3075898Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:33:04.3076253Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:33:04.3076611Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:33:04.3076978Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:33:04.3077337Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:33:04.3077714Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:33:04.3078385Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:33:04.3078836Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:33:04.3079283Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:33:04.3079691Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:33:04.3080087Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:33:04.3080476Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:33:04.3080865Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:33:04.3081398Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:33:04.3081819Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:33:04.3082193Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:33:04.3082581Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:33:04.3082994Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:33:04.3083437Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:33:04.3083866Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:33:04.3084252Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:33:04.3084641Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:33:04.3085051Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:33:04.3085462Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:33:04.3085863Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:33:04.3086246Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:33:04.3086638Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:33:04.3087040Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:33:04.3087417Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:33:04.3087774Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:33:04.3088309Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:33:04.3088863Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:33:04.3089356Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:33:04.3089757Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:33:04.3090155Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:33:04.3090671Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:33:04.3091044Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:33:04.3091418Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:33:04.3091763Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:33:04.3092103Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:33:04.3092525Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:33:04.3092965Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:33:04.3093362Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:33:04.3093734Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:33:04.3094115Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:33:04.3094527Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:33:04.3095230Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:33:04.3095976Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:33:04.3096377Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:33:04.3096736Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:33:04.3097164Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:33:04.3097609Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:33:04.3098237Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:33:04.3098649Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:33:04.3099138Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:33:04.3099534Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:33:04.3099919Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:33:04.3100356Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:33:04.3100823Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:33:04.3101238Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:33:04.3101606Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:33:04.3101952Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:33:04.3102312Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:33:04.3102760Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:33:04.3103270Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:33:04.3103717Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:33:04.3104100Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:33:04.3104572Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:33:04.3105110Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:33:04.3105605Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:33:04.3106041Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:33:04.3106404Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:33:04.3106788Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:33:04.3107201Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:33:04.3107619Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:33:04.3108325Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:33:04.3108696Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:33:04.3109061Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:33:04.3109458Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:33:04.3109853Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:33:04.3110251Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:33:04.3110640Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:33:04.3111027Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:33:04.3111414Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:33:04.3111855Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:33:04.3112311Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:33:04.3112737Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:33:04.3113105Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:33:04.3113476Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:33:04.3113872Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:33:04.3114248Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:33:04.3114627Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:33:04.3115005Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:33:04.3115391Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:33:04.3115931Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:33:04.3116403Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:33:04.3116854Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:33:04.3117248Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:33:04.3117631Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:33:04.3118189Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:33:04.3118576Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:33:04.3118942Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:33:04.3119322Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:33:04.3119845Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:33:04.3120597Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:33:04.3121269Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:33:04.3121732Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:33:04.3122244Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:33:04.3122959Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:33:04.3123454Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:33:04.3123948Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:33:04.3124384Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:33:04.3124748Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:33:04.3125110Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:33:04.3125488Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:33:04.3126016Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:33:04.3126372Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:33:04.3126744Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:33:04.3127118Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:33:04.3127499Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:33:04.3127880Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:33:04.3128540Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:33:04.3128946Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:33:04.3129331Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:33:04.3129757Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:33:04.3130212Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:33:04.3130601Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:33:04.3130971Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:33:04.3131383Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:33:04.3131758Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:33:04.3132112Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:33:04.3132467Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:33:04.3132848Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:33:04.3133242Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:33:04.3133615Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:33:04.3134185Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:33:04.3134569Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:33:04.3134885Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:33:04.3135348Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.3135870Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:33:04.3136240Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:33:04.3136614Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:33:04.3136984Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:33:04.3137387Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:33:04.3137824Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:33:04.3138506Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:33:04.3138944Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:33:04.3139351Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:33:04.3139749Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:33:04.3140169Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:33:04.3140578Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:33:04.3140966Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:33:04.3141391Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:33:04.3141879Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:33:04.3142389Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:33:04.3142836Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:33:04.3143448Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:33:04.3143843Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:33:04.3144317Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:33:04.3144798Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:33:04.3145200Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:33:04.3145633Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:33:04.3146086Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:33:04.3146493Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:33:04.3146868Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:33:04.3147236Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:33:04.3147616Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:33:04.3148225Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:33:04.3148720Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:33:04.3149086Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:33:04.3149475Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:33:04.3149855Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:33:04.3150220Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:33:04.3150592Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:33:04.3150947Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:33:04.3151465Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:33:04.3151867Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:33:04.3152226Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:33:04.3152584Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:33:04.3152944Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:33:04.3153308Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:33:04.3153678Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:33:04.3154037Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:33:04.3154393Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:33:04.3154770Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:33:04.3155124Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:33:04.3155501Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:33:04.3155940Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:33:04.3156347Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:33:04.3156715Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:33:04.3157094Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:33:04.3157510Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:33:04.3157906Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:33:04.3158407Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:33:04.3158769Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:33:04.3159121Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:33:04.3159426Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:33:04.3159724Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:33:04.3160214Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:33:04.3160578Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:33:04.3160944Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:33:04.3161303Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:33:04.3161646Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:33:04.3161986Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:33:04.3162369Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:33:04.3162778Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:33:04.3163179Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:33:04.3163578Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:33:04.3163972Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:33:04.3164380Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:33:04.3164878Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:33:04.3165506Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:33:04.3166133Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:33:04.3166676Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:33:04.3167146Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:33:04.3167600Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:33:04.3168455Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:33:04.3169118Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:33:04.3169722Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:33:04.3170219Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:33:04.3170675Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:33:04.3171043Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:33:04.3171415Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:33:04.3171788Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:33:04.3172166Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:33:04.3172560Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:33:04.3172947Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:33:04.3173332Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:33:04.3173717Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:33:04.3174097Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:33:04.3174465Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:33:04.3174836Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:33:04.3175201Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:33:04.3175593Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:33:04.3175986Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:33:04.3176404Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:33:04.3176812Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:33:04.3177305Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:33:04.3177699Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:33:04.3178219Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:33:04.3178629Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:33:04.3179065Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:33:04.3179492Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:33:04.3180081Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:33:04.3180701Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:33:04.3181394Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:33:04.3182054Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:33:04.3182782Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:33:04.3183345Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:33:04.3183743Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:33:04.3184132Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:33:04.3184502Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:33:04.3184862Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:33:04.3185413Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.3186122Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.3187059Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.3187728Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.3188520Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:33:04.3188907Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:33:04.3189277Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:33:04.3189649Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:33:04.3190026Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:33:04.3190387Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:33:04.3190756Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:33:04.3191145Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:33:04.3191526Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:33:04.3191904Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:33:04.3192281Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:33:04.3192654Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:33:04.3193106Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:33:04.3193521Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:33:04.3193923Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:33:04.3194321Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:33:04.3194715Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:33:04.3195110Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:33:04.3195500Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:33:04.3196057Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:33:04.3196432Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:33:04.3196819Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:33:04.3197221Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:33:04.3197610Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:33:04.3198134Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:33:04.3198537Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:33:04.3198920Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:33:04.3199350Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:33:04.3199784Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:33:04.3200194Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:33:04.3200634Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:33:04.3201096Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:33:04.3201509Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:33:04.3201880Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:33:04.3202261Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:33:04.3202657Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:33:04.3203064Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:33:04.3203585Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:33:04.3203971Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:33:04.3204362Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:33:04.3204833Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:33:04.3205305Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:33:04.3205700Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:33:04.3206100Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:33:04.3206550Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:33:04.3206993Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:33:04.3207467Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:33:04.3208184Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:33:04.3208678Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:33:04.3209110Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:33:04.3209507Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:33:04.3209898Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:33:04.3210321Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:33:04.3210706Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:33:04.3211081Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:33:04.3211488Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:33:04.3211888Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:33:04.3212291Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:33:04.3212848Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:33:04.3213240Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:33:04.3213613Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:33:04.3213981Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:33:04.3214338Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:33:04.3214726Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:33:04.3215133Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:33:04.3215589Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:33:04.3216036Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:33:04.3216437Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:33:04.3216883Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:33:04.3217305Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:33:04.3217709Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:33:04.3218263Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:33:04.3218624Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:33:04.3218984Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:33:04.3219375Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:33:04.3219766Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:33:04.3220133Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:33:04.3220575Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:33:04.3220888Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:33:04.3221256Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:33:04.3221758Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:33:04.3222272Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:33:04.3222652Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:33:04.3223022Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:33:04.3223413Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:33:04.3223823Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:33:04.3224225Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:33:04.3224629Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:33:04.3225043Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:33:04.3225452Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:33:04.3225822Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:33:04.3226190Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:33:04.3226552Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:33:04.3226930Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:33:04.3227353Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:33:04.3227784Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:33:04.3228514Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:33:04.3228957Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:33:04.3229393Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:33:04.3229929Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:33:04.3230297Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:33:04.3230658Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:33:04.3231017Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:33:04.3231384Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:33:04.3231762Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:33:04.3232161Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:33:04.3232573Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:33:04.3233031Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:33:04.3233470Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:33:04.3233849Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:33:04.3234309Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:33:04.3234692Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:33:04.3235075Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:33:04.3235449Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:33:04.3235815Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:33:04.3236255Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:33:04.3236743Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:33:04.3237275Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:33:04.3237644Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:33:04.3238138Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:33:04.3238535Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:33:04.3238923Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:33:04.3239295Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:33:04.3239688Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:33:04.3240062Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:33:04.3240408Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:33:04.3240767Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:33:04.3241163Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:33:04.3241584Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:33:04.3241967Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:33:04.3242351Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:33:04.3242791Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:33:04.3243220Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:33:04.3243633Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:33:04.3244023Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:33:04.3244541Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.3245052Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:33:04.3245359Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:33:04.3245703Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:33:04.3246233Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:33:04.3246656Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:33:04.3247170Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:33:04.3247752Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:33:04.3248575Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:33:04.3249218Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:33:04.3249855Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:33:04.3250482Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:33:04.3251108Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:33:04.3251684Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:33:04.3252167Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:33:04.3252608Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:33:04.3253040Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:33:04.3253460Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:33:04.3253929Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:33:04.3254361Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:33:04.3254868Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:33:04.3255241Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:33:04.3255613Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:33:04.3255985Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:33:04.3256393Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:33:04.3256808Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:33:04.3257168Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:33:04.3257554Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:33:04.3258131Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:33:04.3258626Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:33:04.3259111Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:33:04.3259592Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:33:04.3260066Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:33:04.3260535Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:33:04.3260978Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:33:04.3261388Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:33:04.3261801Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:33:04.3262211Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:33:04.3262614Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:33:04.3263026Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:33:04.3263460Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:33:04.3264029Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:33:04.3264413Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:33:04.3264794Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:33:04.3265166Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:33:04.3265540Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:33:04.3265973Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:33:04.3266410Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:33:04.3266799Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:33:04.3267206Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:33:04.3267627Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:33:04.3268358Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:33:04.3268813Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:33:04.3269279Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:33:04.3269699Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:33:04.3270086Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:33:04.3270477Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:33:04.3270847Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:33:04.3271223Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:33:04.3271753Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:33:04.3272158Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:33:04.3272592Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:33:04.3273064Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:33:04.3273483Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:33:04.3273889Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:33:04.3274283Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:33:04.3274586Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:33:04.3274905Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:33:04.3275283Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:33:04.3275685Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:33:04.3276076Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:33:04.3276475Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:33:04.3276903Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:33:04.3277351Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:33:04.3277765Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:33:04.3278287Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:33:04.3278681Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:33:04.3279228Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:33:04.3279807Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:33:04.3280260Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:33:04.3280864Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:33:04.3281296Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:33:04.3281714Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:33:04.3282110Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:33:04.3282497Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:33:04.3282882Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:33:04.3283279Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:33:04.3283681Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:33:04.3284059Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:33:04.3284445Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:33:04.3284851Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:33:04.3285226Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:33:04.3285634Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:33:04.3286095Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:33:04.3286509Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:33:04.3286883Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:33:04.3287257Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:33:04.3287643Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:33:04.3288226Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:33:04.3288746Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:33:04.3289186Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:33:04.3289630Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:33:04.3290034Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:33:04.3290429Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:33:04.3290834Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:33:04.3291210Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:33:04.3291581Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:33:04.3291966Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:33:04.3292367Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:33:04.3292820Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:33:04.3293278Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:33:04.3293703Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:33:04.3294106Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:33:04.3294503Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:33:04.3294923Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:33:04.3295314Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:33:04.3295667Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:33:04.3295979Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:33:04.3296284Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:33:04.3296659Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:33:04.3297030Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:33:04.3297504Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:33:04.3297872Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:33:04.3298401Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:33:04.3298782Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:33:04.3299137Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:33:04.3299487Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:33:04.3299859Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:33:04.3300249Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:33:04.3300628Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:33:04.3300992Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:33:04.3301353Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:33:04.3301739Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:33:04.3302124Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:33:04.3302473Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:33:04.3302847Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:33:04.3303236Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:33:04.3303610Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:33:04.3303984Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:33:04.3304356Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:33:04.3304861Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:33:04.3305267Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:33:04.3305696Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:33:04.3306098Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:33:04.3306450Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:33:04.3306797Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:33:04.3307136Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:33:04.3307561Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:33:04.3308328Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:33:04.3308819Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:33:04.3309302Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:33:04.3309800Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:33:04.3310232Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:33:04.3310614Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:33:04.3311003Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:33:04.3311386Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:33:04.3311770Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:33:04.3312151Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:33:04.3312533Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:33:04.3312913Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:33:04.3313325Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:33:04.3313900Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:33:04.3314331Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:33:04.3314707Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:33:04.3315108Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:33:04.3315528Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:33:04.3315904Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:33:04.3316254Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:33:04.3316662Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:33:04.3317118Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:33:04.3317547Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:33:04.3317961Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:33:04.3318500Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:33:04.3318829Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:33:04.3319105Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:33:04.3319457Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:33:04.3319941Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:33:04.3320288Z 
2025-08-20T21:33:04.3320292Z 
2025-08-20T21:33:04.3320713Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:33:04 PM)
2025-08-20T21:33:04.3321100Z 
2025-08-20T21:33:04.3321104Z 
2025-08-20T21:33:04.3321107Z 
2025-08-20T21:33:04.3321181Z [+] Continue : YES
2025-08-20T21:33:04.3321303Z 
2025-08-20T21:33:04.3321665Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:33:04.3587264Z 
2025-08-20T21:33:04.3587787Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:33:04 PM) UTC
2025-08-20T21:33:04.3588362Z 
2025-08-20T21:33:04.3606119Z 
2025-08-20T21:33:04.3606489Z [+] Total RECIPES :: 1
2025-08-20T21:33:04.3606749Z 
2025-08-20T21:33:04.3683918Z 
2025-08-20T21:33:04.3684732Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml (1/1)
2025-08-20T21:33:04.3685370Z 
2025-08-20T21:33:04.5253461Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:33:04.5265930Z mode of '/tmp/pkgforge/mg7CfiQCT_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:33:04.5315078Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/micro/official [Provided]
2025-08-20T21:33:04.5315756Z [+] Setting '.pkg_family' --> micro [Provided]
2025-08-20T21:33:04.5329354Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:33:04.5336274Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:33:04.5366449Z [00:00:00.003]➜  
2025-08-20T21:33:04.5367240Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:33:04.5367717Z [00:00:00.003]➜  
2025-08-20T21:33:04.5410022Z [00:00:00.008]➜  
2025-08-20T21:33:04.5410859Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:33:04.5411304Z [00:00:00.008]➜  
2025-08-20T21:33:04.5492770Z [00:00:00.016]➜  
2025-08-20T21:33:04.5494315Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/micro/static.official.source.yaml) --> /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:33:04 PM) UTC]
2025-08-20T21:33:04.5496227Z [00:00:00.016]➜  
2025-08-20T21:33:04.5496548Z [00:00:00.016]➜  
2025-08-20T21:33:04.5496772Z [00:00:00.016]➜  
2025-08-20T21:33:04.5497069Z [00:00:00.016]➜  ###################################################################
2025-08-20T21:33:04.5504600Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:33:04.5505794Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:33:04.5506838Z [00:00:00.017]➜  _disabled: false
2025-08-20T21:33:04.5507262Z [00:00:00.017]➜  
2025-08-20T21:33:04.5507643Z [00:00:00.017]➜  pkg: "micro"
2025-08-20T21:33:04.5508382Z [00:00:00.017]➜  pkg_id: "github.com.zyedidia.micro"
2025-08-20T21:33:04.5508946Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T21:33:04.5509398Z [00:00:00.017]➜  category:
2025-08-20T21:33:04.5510166Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T21:33:04.5510698Z [00:00:00.017]➜    - "Utility"
2025-08-20T21:33:04.5511362Z [00:00:00.017]➜  description: "Modern and intuitive terminal-based text editor"
2025-08-20T21:33:04.5512036Z [00:00:00.017]➜  distro_pkg:
2025-08-20T21:33:04.5512449Z [00:00:00.017]➜    alpine:
2025-08-20T21:33:04.5512855Z [00:00:00.017]➜      - "micro"
2025-08-20T21:33:04.5513274Z [00:00:00.017]➜    archlinux:
2025-08-20T21:33:04.5513683Z [00:00:00.017]➜      aur:
2025-08-20T21:33:04.5514100Z [00:00:00.017]➜        - "micro-git"
2025-08-20T21:33:04.5514545Z [00:00:00.017]➜      extra:
2025-08-20T21:33:04.5514956Z [00:00:00.017]➜        - "micro"
2025-08-20T21:33:04.5515377Z [00:00:00.017]➜    debian:
2025-08-20T21:33:04.5515779Z [00:00:00.017]➜      - "micro"
2025-08-20T21:33:04.5516193Z [00:00:00.017]➜    homebrew:
2025-08-20T21:33:04.5516625Z [00:00:00.017]➜      - "micro"
2025-08-20T21:33:04.5516874Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:33:04.5517134Z [00:00:00.017]➜      - "micro"
2025-08-20T21:33:04.5517375Z [00:00:00.017]➜  homepage:
2025-08-20T21:33:04.5517887Z [00:00:00.017]➜    - "https://github.com/zyedidia/micro"
2025-08-20T21:33:04.5518464Z [00:00:00.017]➜  license:
2025-08-20T21:33:04.5518712Z [00:00:00.017]➜    - id: "MIT"
2025-08-20T21:33:04.5519227Z [00:00:00.017]➜      url: "https://github.com/zyedidia/micro/raw/f49487dc3adf82ec5e63bf1b6c0ffaed268aa747/LICENSE"
2025-08-20T21:33:04.5519719Z [00:00:00.017]➜  maintainer:
2025-08-20T21:33:04.5520049Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:33:04.5520386Z [00:00:00.017]➜  note:
2025-08-20T21:33:04.5520683Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:33:04.5521434Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/zyedidia/micro"
2025-08-20T21:33:04.5522244Z [00:00:00.017]➜  provides:
2025-08-20T21:33:04.5522652Z [00:00:00.017]➜    - "micro"
2025-08-20T21:33:04.5523064Z [00:00:00.017]➜  repology:
2025-08-20T21:33:04.5523466Z [00:00:00.017]➜    - "micro"
2025-08-20T21:33:04.5523912Z [00:00:00.017]➜  src_url:
2025-08-20T21:33:04.5524420Z [00:00:00.017]➜    - "https://github.com/zyedidia/micro"
2025-08-20T21:33:04.5524859Z [00:00:00.017]➜  tag:
2025-08-20T21:33:04.5525097Z [00:00:00.017]➜    - "text-editor"
2025-08-20T21:33:04.5525350Z [00:00:00.017]➜  x_exec:
2025-08-20T21:33:04.5525598Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T21:33:04.5525862Z [00:00:00.017]➜    host:
2025-08-20T21:33:04.5526105Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:33:04.5526386Z [00:00:00.017]➜      - "riscv64-Linux"
2025-08-20T21:33:04.5526655Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:33:04.5526921Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:33:04.5527170Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:33:04.5527463Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:33:04.5528394Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/zyedidia/micro" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:33:04.5529311Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:33:04.5530162Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:33:04.5530554Z [00:00:00.017]➜    run: |
2025-08-20T21:33:04.5530958Z [00:00:00.017]➜      #Build
2025-08-20T21:33:04.5532081Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:33:04.5533471Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:33:04.5534574Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:33:04.5535433Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:33:04.5536215Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:33:04.5536877Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:33:04.5537372Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:33:04.5538323Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:33:04.5539039Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T21:33:04.5539747Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:33:04.5550033Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:33:04.5550927Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T21:33:04.5551557Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:33:04.5552159Z [00:00:00.017]➜        #Build
2025-08-20T21:33:04.5553132Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/zyedidia/micro" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:33:04.5554410Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:33:04.5555389Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:33:04.5556226Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:33:04.5557777Z [00:00:00.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:33:04.5559573Z [00:00:00.017]➜        #Copy
2025-08-20T21:33:04.5560824Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:33:04.5561931Z [00:00:00.018]➜        #Strip 
2025-08-20T21:33:04.5562881Z [00:00:00.018]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:33:04.5564178Z [00:00:00.018]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:33:04.5565477Z [00:00:00.018]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:33:04.5566594Z [00:00:00.018]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:33:04.5567635Z [00:00:00.018]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:33:04.5568650Z [00:00:00.018]➜         popd &>/dev/null
2025-08-20T21:33:04.5569148Z [00:00:00.018]➜        '
2025-08-20T21:33:04.5569592Z [00:00:00.018]➜      #Copy & Meta
2025-08-20T21:33:04.5570277Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:33:04.5571332Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:33:04.5573344Z [00:00:00.018]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:33:04.5575154Z [00:00:00.018]➜  
2025-08-20T21:33:04.5575537Z [00:00:00.018]➜  
2025-08-20T21:33:04.5576069Z [00:00:00.018]➜  ###################################################################
2025-08-20T21:33:04.5576600Z [00:00:00.018]➜  
2025-08-20T21:33:04.5576944Z [00:00:00.018]➜  
2025-08-20T21:33:04.5577285Z [00:00:00.018]➜  
2025-08-20T21:33:04.5578382Z [00:00:00.019]➜  '/tmp/pkgforge/mg7CfiQCT_build.yaml' -> '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:33:06.0903748Z [00:00:01.557]➜  '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.static.version' -> '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.version'
2025-08-20T21:33:06.0960975Z [00:00:01.563]➜  [+] Version: HEAD-094b02d-250820T221947 ('.x_exec.pkgver') [/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.static.version]
2025-08-20T21:33:06.1205103Z [00:00:01.587]➜  [+] Progs: micro
2025-08-20T21:33:06.5818303Z [00:00:02.048]➜  
2025-08-20T21:33:06.5818699Z [00:00:02.048]➜  [-] Missing packages. Found: 
2025-08-20T21:33:06.5819031Z [00:00:02.048]➜  [+] Expected: micro
2025-08-20T21:33:06.5819333Z [00:00:02.048]➜  [+] Continuing with build...
2025-08-20T21:33:06.5819616Z [00:00:02.048]➜  
2025-08-20T21:33:06.9703853Z [00:00:02.437]➜  
2025-08-20T21:33:06.9704327Z [00:00:02.437]➜  
2025-08-20T21:33:06.9798318Z [00:00:02.446]➜  + mkdir -pv /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:33:06.9817557Z [00:00:02.448]➜  + docker run --platform=linux/amd64 --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/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:33:06.9820053Z [00:00:02.448]➜    #Setup ENV
2025-08-20T21:33:06.9820532Z [00:00:02.448]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:33:06.9820997Z [00:00:02.448]➜     CGO_ENABLED="1" 
2025-08-20T21:33:06.9821451Z [00:00:02.448]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:33:06.9822094Z [00:00:02.448]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:33:06.9822589Z [00:00:02.448]➜     GOOS="linux"
2025-08-20T21:33:06.9822966Z [00:00:02.448]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:33:06.9823337Z [00:00:02.448]➜    #Build
2025-08-20T21:33:06.9823983Z [00:00:02.448]➜     git clone --filter "blob:none" --quiet "https://github.com/zyedidia/micro" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:33:06.9824670Z [00:00:02.448]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:33:06.9825254Z [00:00:02.448]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:33:06.9825789Z [00:00:02.448]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:33:06.9826787Z [00:00:02.448]➜     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:06.9827612Z [00:00:02.448]➜    #Copy
2025-08-20T21:33:06.9828616Z [00:00:02.448]➜     ( 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:06.9829343Z [00:00:02.448]➜    #Strip 
2025-08-20T21:33:06.9829966Z [00:00:02.448]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:33:06.9831007Z [00:00:02.448]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:33:06.9831727Z [00:00:02.448]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:33:06.9832341Z [00:00:02.448]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:33:06.9832931Z [00:00:02.448]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:33:06.9833376Z [00:00:02.448]➜     popd &>/dev/null
2025-08-20T21:33:06.9833640Z [00:00:02.448]➜    '
2025-08-20T21:33:07.6683378Z [00:00:03.135]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:33:07.8608605Z [00:00:03.327]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:33:07.8609390Z [00:00:03.327]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:33:07.8610094Z [00:00:03.327]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:33:07.8610556Z [00:00:03.327]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:33:07.8610928Z [00:00:03.327]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:33:07.8611294Z [00:00:03.327]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:33:07.8611661Z [00:00:03.327]➜  73d19b2d2e73: Waiting
2025-08-20T21:33:07.8611998Z [00:00:03.327]➜  eb4a15147d73: Waiting
2025-08-20T21:33:07.8612324Z [00:00:03.327]➜  1eff1cf6af24: Waiting
2025-08-20T21:33:08.1002092Z [00:00:03.567]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:33:08.1002744Z [00:00:03.567]➜  bffca73cb30c: Download complete
2025-08-20T21:33:08.1339136Z [00:00:03.600]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T21:33:08.1339803Z [00:00:03.600]➜  d62bb7eb03b5: Download complete
2025-08-20T21:33:08.2282152Z [00:00:03.695]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:33:08.2282911Z [00:00:03.695]➜  74f0d3ee81d8: Download complete
2025-08-20T21:33:08.2425412Z [00:00:03.709]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:33:08.4567465Z [00:00:03.923]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:33:08.4568307Z [00:00:03.923]➜  1eff1cf6af24: Download complete
2025-08-20T21:33:09.0151035Z [00:00:04.482]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:33:09.1645987Z [00:00:04.631]➜  bffca73cb30c: Pull complete
2025-08-20T21:33:09.4772709Z [00:00:04.944]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:33:09.4773143Z [00:00:04.944]➜  eb4a15147d73: Download complete
2025-08-20T21:33:44.2181428Z [00:00:39.685]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:33:44.2182233Z [00:00:39.685]➜  73d19b2d2e73: Download complete
2025-08-20T21:34:58.3089070Z [00:01:53.775]➜  73d19b2d2e73: Pull complete
2025-08-20T21:35:03.5561410Z [00:01:59.023]➜  eb4a15147d73: Pull complete
2025-08-20T21:35:03.5684822Z [00:01:59.035]➜  1eff1cf6af24: Pull complete
2025-08-20T21:35:03.5727939Z [00:01:59.039]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:35:03.5739419Z [00:01:59.041]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:35:03.8630405Z [00:01:59.330]➜  + mkdir -p /build-bins
2025-08-20T21:35:03.8647653Z [00:01:59.331]➜  ++ mktemp -d
2025-08-20T21:35:03.8664337Z [00:01:59.333]➜  + pushd /tmp/tmp.9gnZj6cCf2
2025-08-20T21:35:03.8666599Z [00:01:59.333]➜  + CGO_ENABLED=1
2025-08-20T21:35:03.8667285Z [00:01:59.333]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:35:03.8672984Z [00:01:59.334]➜  ++ uname -m
2025-08-20T21:35:03.8674233Z [00:01:59.334]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:35:03.8688820Z [00:01:59.335]➜  + GOARCH=amd64
2025-08-20T21:35:03.8689802Z [00:01:59.335]➜  + GOOS=linux
2025-08-20T21:35:03.8690468Z [00:01:59.335]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:35:03.8691437Z [00:01:59.336]➜  + git clone --filter blob:none --quiet https://github.com/zyedidia/micro ./TEMPREPO
2025-08-20T21:35:05.0911773Z [00:02:00.558]➜  + cd ./TEMPREPO
2025-08-20T21:35:05.0912380Z [00:02:00.558]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T21:35:05.0913684Z [00:02:00.558]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:35:05.0914538Z [00:02:00.558]➜  + go mod tidy -v
2025-08-20T21:35:05.0914973Z [00:02:00.558]➜  
2025-08-20T21:35:05.0915380Z [00:02:00.558]➜  [+] Target: "amd64/linux"
2025-08-20T21:35:05.0916168Z [00:02:00.558]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:35:05.0916846Z [00:02:00.558]➜  
2025-08-20T21:35:05.1242640Z [00:02:00.591]➜  go: downloading github.com/micro-editor/tcell/v2 v2.0.11
2025-08-20T21:35:05.1244601Z [00:02:00.591]➜  go: downloading github.com/zyedidia/clipper v0.1.1
2025-08-20T21:35:05.1278399Z [00:02:00.594]➜  go: downloading github.com/go-errors/errors v1.0.1
2025-08-20T21:35:05.1286849Z [00:02:00.595]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:35:05.2029666Z [00:02:00.669]➜  go: downloading github.com/yuin/gopher-lua v1.1.1
2025-08-20T21:35:05.2077505Z [00:02:00.674]➜  go: downloading github.com/layeh/gopher-luar v1.0.11
2025-08-20T21:35:05.2458893Z [00:02:00.712]➜  go: downloading github.com/stretchr/testify v1.4.0
2025-08-20T21:35:05.2579046Z [00:02:00.724]➜  go: downloading github.com/sergi/go-diff v1.1.0
2025-08-20T21:35:05.2623283Z [00:02:00.729]➜  go: downloading golang.org/x/text v0.4.0
2025-08-20T21:35:05.7832592Z [00:02:01.250]➜  go: downloading github.com/blang/semver v3.5.1+incompatible
2025-08-20T21:35:05.7840445Z [00:02:01.251]➜  go: downloading github.com/micro-editor/json5 v1.0.1-micro
2025-08-20T21:35:05.7845147Z [00:02:01.251]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T21:35:05.7858847Z [00:02:01.252]➜  go: downloading github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
2025-08-20T21:35:05.7941504Z [00:02:01.261]➜  go: downloading github.com/dustin/go-humanize v1.0.0
2025-08-20T21:35:05.8026539Z [00:02:01.269]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T21:35:05.8094763Z [00:02:01.276]➜  go: downloading github.com/micro-editor/terminal v0.0.0-20250324214352-e587e959c6b5
2025-08-20T21:35:05.8120361Z [00:02:01.279]➜  go: downloading github.com/micro-editor/go-shellquote v0.0.0-20250101105543-feb6c39314f5
2025-08-20T21:35:05.8193948Z [00:02:01.286]➜  go: downloading gopkg.in/yaml.v2 v2.2.8
2025-08-20T21:35:05.8278804Z [00:02:01.294]➜  go: downloading golang.org/x/sys v0.28.0
2025-08-20T21:35:05.8408680Z [00:02:01.307]➜  go: downloading github.com/gdamore/encoding v1.0.0
2025-08-20T21:35:05.8415991Z [00:02:01.308]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.0.3
2025-08-20T21:35:05.8423297Z [00:02:01.309]➜  go: downloading github.com/zyedidia/poller v1.0.1
2025-08-20T21:35:05.8837413Z [00:02:01.350]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T21:35:05.8860854Z [00:02:01.353]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T21:35:05.9088658Z [00:02:01.375]➜  go: downloading github.com/creack/pty v1.1.18
2025-08-20T21:35:05.9259250Z [00:02:01.392]➜  go: downloading github.com/rivo/uniseg v0.2.0
2025-08-20T21:35:06.1979704Z [00:02:01.664]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:35:06.1980769Z [00:02:01.664]➜  go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
2025-08-20T21:35:06.1981496Z [00:02:01.664]➜  go: downloading github.com/robertkrimen/otto v0.2.1
2025-08-20T21:35:06.2138427Z [00:02:01.680]➜  go: downloading github.com/kr/pretty v0.1.0
2025-08-20T21:35:06.2206473Z [00:02:01.687]➜  go: downloading github.com/kr/text v0.1.0
2025-08-20T21:35:06.2443606Z [00:02:01.711]➜  go: downloading gopkg.in/sourcemap.v1 v1.0.5
2025-08-20T21:35:06.2531096Z [00:02:01.720]➜  + go generate ./...
2025-08-20T21:35:11.1745570Z [00:02:06.641]➜  + 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:11.1771361Z [00:02:06.644]➜  WORK=/tmp/go-build2004036841
2025-08-20T21:35:11.1986318Z [00:02:06.665]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.0.1.info
2025-08-20T21:35:11.1987389Z [00:02:06.665]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T21:35:11.1988559Z [00:02:06.665]➜  # get https://proxy.golang.org/github.com/micro-editor/tcell/v2/@v/v2.0.11.info
2025-08-20T21:35:11.1989661Z [00:02:06.665]➜  # get https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v1.1.1.info
2025-08-20T21:35:11.2309389Z [00:02:06.697]➜  # get https://proxy.golang.org/github.com/micro-editor/tcell/v2/@v/v2.0.11.info: 200 OK (0.032s)
2025-08-20T21:35:11.2311643Z [00:02:06.698]➜  # get https://proxy.golang.org/github.com/yuin/gopher-lua/@v/v1.1.1.info: 200 OK (0.032s)
2025-08-20T21:35:11.2314915Z [00:02:06.698]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.033s)
2025-08-20T21:35:11.2320302Z [00:02:06.698]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.0.1.info: 200 OK (0.034s)
2025-08-20T21:35:11.2329173Z [00:02:06.699]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.0.info
2025-08-20T21:35:11.2336984Z [00:02:06.700]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.28.0.info
2025-08-20T21:35:11.2341376Z [00:02:06.701]➜  # get https://proxy.golang.org/github.com/micro-editor/go-shellquote/@v/v0.0.0-20250101105543-feb6c39314f5.info
2025-08-20T21:35:11.2342147Z [00:02:06.701]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.info
2025-08-20T21:35:11.2462585Z [00:02:06.713]➜  # get https://proxy.golang.org/github.com/micro-editor/go-shellquote/@v/v0.0.0-20250101105543-feb6c39314f5.info: 200 OK (0.012s)
2025-08-20T21:35:11.2469999Z [00:02:06.713]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.28.0.info: 200 OK (0.013s)
2025-08-20T21:35:11.2471243Z [00:02:06.713]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.0.info: 200 OK (0.014s)
2025-08-20T21:35:11.2472359Z [00:02:06.713]➜  # get https://proxy.golang.org/github.com/micro-editor/json5/@v/v1.0.1-micro.info
2025-08-20T21:35:11.2473591Z [00:02:06.713]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.info: 200 OK (0.013s)
2025-08-20T21:35:11.2474773Z [00:02:06.713]➜  # get https://proxy.golang.org/github.com/zyedidia/clipper/@v/v0.1.1.info
2025-08-20T21:35:11.2475849Z [00:02:06.714]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T21:35:11.2477299Z [00:02:06.714]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.4.0.info
2025-08-20T21:35:11.2612707Z [00:02:06.728]➜  # get https://proxy.golang.org/github.com/zyedidia/clipper/@v/v0.1.1.info: 200 OK (0.014s)
2025-08-20T21:35:11.2620830Z [00:02:06.729]➜  # get https://proxy.golang.org/github.com/micro-editor/json5/@v/v1.0.1-micro.info: 200 OK (0.015s)
2025-08-20T21:35:11.2625054Z [00:02:06.729]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.4.0.info: 200 OK (0.014s)
2025-08-20T21:35:11.2627118Z [00:02:06.729]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.015s)
2025-08-20T21:35:11.2628182Z [00:02:06.729]➜  # get https://proxy.golang.org/github.com/micro-editor/terminal/@v/v0.0.0-20250324214352-e587e959c6b5.info
2025-08-20T21:35:11.2628950Z [00:02:06.729]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.1.0.info
2025-08-20T21:35:11.2629554Z [00:02:06.729]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.2.0.info
2025-08-20T21:35:11.2630148Z [00:02:06.729]➜  # get https://proxy.golang.org/github.com/blang/semver/@v/v3.5.1+incompatible.info
2025-08-20T21:35:11.2758736Z [00:02:06.742]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.1.0.info: 200 OK (0.013s)
2025-08-20T21:35:11.2761993Z [00:02:06.743]➜  # get https://proxy.golang.org/github.com/micro-editor/terminal/@v/v0.0.0-20250324214352-e587e959c6b5.info: 200 OK (0.014s)
2025-08-20T21:35:11.2764337Z [00:02:06.743]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.2.0.info: 200 OK (0.014s)
2025-08-20T21:35:11.2765594Z [00:02:06.743]➜  # get https://proxy.golang.org/github.com/blang/semver/@v/v3.5.1+incompatible.info: 200 OK (0.014s)
2025-08-20T21:35:11.2776794Z [00:02:06.744]➜  # get https://proxy.golang.org/github.com/layeh/gopher-luar/@v/v1.0.11.info
2025-08-20T21:35:11.2777891Z [00:02:06.744]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.0.info
2025-08-20T21:35:11.2782147Z [00:02:06.745]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info
2025-08-20T21:35:11.2783884Z [00:02:06.745]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.18.info
2025-08-20T21:35:11.2819591Z [00:02:06.748]➜  # get https://proxy.golang.org/github.com/layeh/gopher-luar/@v/v1.0.11.info: 200 OK (0.005s)
2025-08-20T21:35:11.2830622Z [00:02:06.750]➜  # get https://proxy.golang.org/github.com/zyedidia/glob/@v/v0.0.0-20170209203856-dd4023a66dc3.info
2025-08-20T21:35:11.2837489Z [00:02:06.750]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info: 200 OK (0.006s)
2025-08-20T21:35:11.2840849Z [00:02:06.751]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.0.info: 200 OK (0.007s)
2025-08-20T21:35:11.2847860Z [00:02:06.751]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.18.info: 200 OK (0.006s)
2025-08-20T21:35:11.2890311Z [00:02:06.756]➜  # get https://proxy.golang.org/github.com/zyedidia/glob/@v/v0.0.0-20170209203856-dd4023a66dc3.info: 200 OK (0.006s)
2025-08-20T21:35:11.2960038Z [00:02:06.763]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO
2025-08-20T21:35:11.2960569Z [00:02:06.763]➜  git status --porcelain
2025-08-20T21:35:11.3098624Z [00:02:06.776]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO
2025-08-20T21:35:11.3099279Z [00:02:06.776]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:35:11.3119578Z [00:02:06.778]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git config extensions.objectformat
2025-08-20T21:35:11.3132204Z [00:02:06.780]➜  0.001s # cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git config extensions.objectformat
2025-08-20T21:35:11.3133670Z [00:02:06.780]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 094b02da4c983731b2f60fbf28803d14531638bc --
2025-08-20T21:35:11.3180201Z [00:02:06.785]➜  0.005s # cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 094b02da4c983731b2f60fbf28803d14531638bc --
2025-08-20T21:35:11.3181653Z [00:02:06.785]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 094b02da4c983731b2f60fbf28803d14531638bc
2025-08-20T21:35:11.3413445Z [00:02:06.808]➜  0.023s # cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 094b02da4c983731b2f60fbf28803d14531638bc
2025-08-20T21:35:11.3415092Z [00:02:06.808]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 094b02da4c98 --
2025-08-20T21:35:11.3433125Z [00:02:06.810]➜  0.002s # cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 094b02da4c98 --
2025-08-20T21:35:11.3434897Z [00:02:06.810]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git cat-file blob 094b02da4c983731b2f60fbf28803d14531638bc:go.mod
2025-08-20T21:35:11.3450777Z [00:02:06.812]➜  0.002s # cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git cat-file blob 094b02da4c983731b2f60fbf28803d14531638bc:go.mod
2025-08-20T21:35:11.3451725Z [00:02:06.812]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git cat-file blob 094b02da4c983731b2f60fbf28803d14531638bc:v2/go.mod
2025-08-20T21:35:11.3466054Z [00:02:06.813]➜  0.002s # cd /tmp/tmp.9gnZj6cCf2/TEMPREPO; git cat-file blob 094b02da4c983731b2f60fbf28803d14531638bc:v2/go.mod
2025-08-20T21:35:11.3520328Z [00:02:06.819]➜  internal/goarch
2025-08-20T21:35:11.3521238Z [00:02:06.819]➜  mkdir -p $WORK/b007/
2025-08-20T21:35:11.3532674Z [00:02:06.820]➜  internal/unsafeheader
2025-08-20T21:35:11.3534344Z [00:02:06.820]➜  mkdir -p $WORK/b009/
2025-08-20T21:35:11.3537179Z [00:02:06.820]➜  internal/byteorder
2025-08-20T21:35:11.3537711Z [00:02:06.820]➜  mkdir -p $WORK/b013/
2025-08-20T21:35:11.3538679Z [00:02:06.820]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T21:35:11.3539460Z [00:02:06.820]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T21:35:11.3540221Z [00:02:06.820]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.3543933Z [00:02:06.820]➜  /root/.go/pkg/tool/linux_amd64/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 FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -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_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T21:35:11.3552326Z [00:02:06.820]➜  /root/.go/pkg/tool/linux_amd64/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 C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -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.3555408Z [00:02:06.820]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:35:11.3559653Z [00:02:06.820]➜  /root/.go/pkg/tool/linux_amd64/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 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -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.3580040Z [00:02:06.824]➜  internal/cpu
2025-08-20T21:35:11.3580632Z [00:02:06.824]➜  mkdir -p $WORK/b012/
2025-08-20T21:35:11.3585934Z [00:02:06.825]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:35:11.3589805Z [00:02:06.825]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:35:11.3592504Z [00:02:06.825]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_x86.s
2025-08-20T21:35:11.3596494Z [00:02:06.825]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T21:35:11.3598695Z [00:02:06.826]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T21:35:11.3601151Z [00:02:06.826]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:35:11.3603643Z [00:02:06.826]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T21:35:11.3605117Z [00:02:06.827]➜  internal/coverage/rtcov
2025-08-20T21:35:11.3606269Z [00:02:06.827]➜  mkdir -p $WORK/b015/
2025-08-20T21:35:11.3607589Z [00:02:06.827]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T21:35:11.3610861Z [00:02:06.828]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.3617460Z [00:02:06.828]➜  /root/.go/pkg/tool/linux_amd64/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 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -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.3623545Z [00:02:06.829]➜  internal/abi
2025-08-20T21:35:11.3624327Z [00:02:06.829]➜  mkdir -p $WORK/b006/
2025-08-20T21:35:11.3628812Z [00:02:06.829]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:35:11.3631556Z [00:02:06.830]➜  cd /root/.go/src/internal/abi
2025-08-20T21:35:11.3634579Z [00:02:06.830]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T21:35:11.3650334Z [00:02:06.830]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T21:35:11.3651108Z [00:02:06.830]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.3654886Z [00:02:06.830]➜  /root/.go/pkg/tool/linux_amd64/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 VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -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_x86.go
2025-08-20T21:35:11.3704769Z [00:02:06.837]➜  cat >/tmp/go-build2004036841/b006/importcfg << 'EOF' # internal
2025-08-20T21:35:11.3707208Z [00:02:06.837]➜  # import config
2025-08-20T21:35:11.3707954Z [00:02:06.837]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.3708818Z [00:02:06.837]➜  EOF
2025-08-20T21:35:11.3715823Z [00:02:06.837]➜  /root/.go/pkg/tool/linux_amd64/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 TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -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_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T21:35:11.3731664Z [00:02:06.840]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:35:11.3739123Z [00:02:06.840]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T21:35:11.3740654Z [00:02:06.840]➜  internal/godebugs
2025-08-20T21:35:11.3741478Z [00:02:06.840]➜  mkdir -p $WORK/b016/
2025-08-20T21:35:11.3742791Z [00:02:06.841]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:35:11.3746464Z [00:02:06.841]➜  /root/.go/pkg/tool/linux_amd64/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 TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -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.3752437Z [00:02:06.842]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:35:11.3757409Z [00:02:06.842]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T21:35:11.3770724Z [00:02:06.843]➜  internal/goexperiment
2025-08-20T21:35:11.3772939Z [00:02:06.844]➜  mkdir -p $WORK/b017/
2025-08-20T21:35:11.3776982Z [00:02:06.844]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:35:11.3792242Z [00:02:06.845]➜  /root/.go/pkg/tool/linux_amd64/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 o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -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.3870572Z [00:02:06.853]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:35:11.3878800Z [00:02:06.854]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T21:35:11.3888593Z [00:02:06.855]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:35:11.3907186Z [00:02:06.857]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T21:35:11.3919326Z [00:02:06.858]➜  internal/profilerecord
2025-08-20T21:35:11.3920074Z [00:02:06.858]➜  mkdir -p $WORK/b019/
2025-08-20T21:35:11.3920910Z [00:02:06.858]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:35:11.3924293Z [00:02:06.858]➜  /root/.go/pkg/tool/linux_amd64/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 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -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.3943089Z [00:02:06.861]➜  internal/goos
2025-08-20T21:35:11.3943603Z [00:02:06.861]➜  mkdir -p $WORK/b018/
2025-08-20T21:35:11.3948361Z [00:02:06.861]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:35:11.3954957Z [00:02:06.861]➜  /root/.go/pkg/tool/linux_amd64/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 tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -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.4009451Z [00:02:06.867]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:35:11.4013826Z [00:02:06.868]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T21:35:11.4022013Z [00:02:06.868]➜  internal/runtime/atomic
2025-08-20T21:35:11.4022622Z [00:02:06.868]➜  mkdir -p $WORK/b020/
2025-08-20T21:35:11.4023269Z [00:02:06.868]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T21:35:11.4023998Z [00:02:06.868]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:35:11.4026789Z [00:02:06.868]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b020/symabis ./atomic_amd64.s
2025-08-20T21:35:11.4057515Z [00:02:06.872]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:35:11.4062123Z [00:02:06.872]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T21:35:11.4068693Z [00:02:06.873]➜  cat >/tmp/go-build2004036841/b020/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4075786Z [00:02:06.874]➜  # import config
2025-08-20T21:35:11.4076622Z [00:02:06.874]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.4077399Z [00:02:06.874]➜  EOF
2025-08-20T21:35:11.4077967Z [00:02:06.874]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.4084359Z [00:02:06.874]➜  /root/.go/pkg/tool/linux_amd64/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 jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -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_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T21:35:11.4089809Z [00:02:06.874]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:35:11.4092378Z [00:02:06.876]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:35:11.4095058Z [00:02:06.876]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu_x86.o ./cpu_x86.s
2025-08-20T21:35:11.4098365Z [00:02:06.876]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T21:35:11.4100077Z [00:02:06.876]➜  internal/runtime/math
2025-08-20T21:35:11.4101334Z [00:02:06.876]➜  mkdir -p $WORK/b023/
2025-08-20T21:35:11.4103069Z [00:02:06.876]➜  cat >/tmp/go-build2004036841/b023/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4103770Z [00:02:06.876]➜  # import config
2025-08-20T21:35:11.4104538Z [00:02:06.876]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.4105243Z [00:02:06.876]➜  EOF
2025-08-20T21:35:11.4105772Z [00:02:06.876]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.4109272Z [00:02:06.876]➜  /root/.go/pkg/tool/linux_amd64/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 JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -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.4171227Z [00:02:06.881]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:35:11.4172174Z [00:02:06.884]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_x86.o # internal
2025-08-20T21:35:11.4173493Z [00:02:06.884]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:35:11.4176696Z [00:02:06.884]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T21:35:11.4180482Z [00:02:06.884]➜  internal/bytealg
2025-08-20T21:35:11.4181006Z [00:02:06.884]➜  mkdir -p $WORK/b011/
2025-08-20T21:35:11.4181670Z [00:02:06.884]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:35:11.4182350Z [00:02:06.884]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.4185571Z [00:02:06.884]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T21:35:11.4188158Z [00:02:06.885]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:35:11.4196890Z [00:02:06.886]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T21:35:11.4201671Z [00:02:06.886]➜  internal/chacha8rand
2025-08-20T21:35:11.4202235Z [00:02:06.886]➜  mkdir -p $WORK/b014/
2025-08-20T21:35:11.4204270Z [00:02:06.886]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T21:35:11.4205227Z [00:02:06.887]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:35:11.4207600Z [00:02:06.887]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b014/symabis ./chacha8_amd64.s
2025-08-20T21:35:11.4245045Z [00:02:06.891]➜  cat >/tmp/go-build2004036841/b011/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4247031Z [00:02:06.891]➜  # import config
2025-08-20T21:35:11.4249894Z [00:02:06.891]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:11.4250569Z [00:02:06.891]➜  EOF
2025-08-20T21:35:11.4251098Z [00:02:06.891]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.4257276Z [00:02:06.891]➜  /root/.go/pkg/tool/linux_amd64/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 iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -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_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T21:35:11.4281011Z [00:02:06.893]➜  cat >/tmp/go-build2004036841/b014/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4281743Z [00:02:06.893]➜  # import config
2025-08-20T21:35:11.4282520Z [00:02:06.893]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:11.4283515Z [00:02:06.893]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:11.4284489Z [00:02:06.893]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.4285543Z [00:02:06.893]➜  EOF
2025-08-20T21:35:11.4289557Z [00:02:06.893]➜  /root/.go/pkg/tool/linux_amd64/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 dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -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.4435996Z [00:02:06.910]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.4438535Z [00:02:06.910]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/compare_amd64.o ./compare_amd64.s
2025-08-20T21:35:11.4480812Z [00:02:06.914]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:35:11.4485311Z [00:02:06.915]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b020/atomic_amd64.o ./atomic_amd64.s
2025-08-20T21:35:11.4499290Z [00:02:06.916]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.4518283Z [00:02:06.918]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/count_amd64.o ./count_amd64.s
2025-08-20T21:35:11.4542479Z [00:02:06.921]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/equal_amd64.o ./equal_amd64.s
2025-08-20T21:35:11.4581839Z [00:02:06.924]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/index_amd64.o ./index_amd64.s
2025-08-20T21:35:11.4603191Z [00:02:06.927]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:35:11.4621136Z [00:02:06.928]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_amd64.o # internal
2025-08-20T21:35:11.4622004Z [00:02:06.928]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:35:11.4622706Z [00:02:06.928]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:35:11.4624985Z [00:02:06.928]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b014/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T21:35:11.4627625Z [00:02:06.929]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T21:35:11.4629018Z [00:02:06.929]➜  internal/runtime/strconv
2025-08-20T21:35:11.4629597Z [00:02:06.929]➜  mkdir -p $WORK/b022/
2025-08-20T21:35:11.4630359Z [00:02:06.929]➜  cat >/tmp/go-build2004036841/b022/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4631133Z [00:02:06.929]➜  # import config
2025-08-20T21:35:11.4631904Z [00:02:06.929]➜  packagefile internal/runtime/math=/tmp/go-build2004036841/b023/_pkg_.a
2025-08-20T21:35:11.4632636Z [00:02:06.929]➜  EOF
2025-08-20T21:35:11.4633159Z [00:02:06.929]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.4636428Z [00:02:06.929]➜  /root/.go/pkg/tool/linux_amd64/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 j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -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.4643032Z [00:02:06.931]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.4645619Z [00:02:06.931]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T21:35:11.4660633Z [00:02:06.932]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:35:11.4664109Z [00:02:06.933]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_amd64.o # internal
2025-08-20T21:35:11.4667144Z [00:02:06.933]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:35:11.4670608Z [00:02:06.933]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T21:35:11.4672132Z [00:02:06.934]➜  internal/runtime/syscall
2025-08-20T21:35:11.4675628Z [00:02:06.934]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:35:11.4677112Z [00:02:06.934]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_amd64.o $WORK/b011/count_amd64.o $WORK/b011/equal_amd64.o $WORK/b011/index_amd64.o $WORK/b011/indexbyte_amd64.o # internal
2025-08-20T21:35:11.4678639Z [00:02:06.934]➜  mkdir -p $WORK/b024/
2025-08-20T21:35:11.4681358Z [00:02:06.935]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:35:11.4685515Z [00:02:06.935]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T21:35:11.4686185Z [00:02:06.935]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:35:11.4689144Z [00:02:06.935]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b024/symabis ./asm_linux_amd64.s
2025-08-20T21:35:11.4697111Z [00:02:06.936]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T21:35:11.4702060Z [00:02:06.936]➜  internal/runtime/exithook
2025-08-20T21:35:11.4704944Z [00:02:06.936]➜  mkdir -p $WORK/b025/
2025-08-20T21:35:11.4705750Z [00:02:06.936]➜  cat >/tmp/go-build2004036841/b025/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4706452Z [00:02:06.936]➜  # import config
2025-08-20T21:35:11.4707245Z [00:02:06.936]➜  packagefile internal/runtime/atomic=/tmp/go-build2004036841/b020/_pkg_.a
2025-08-20T21:35:11.4707972Z [00:02:06.936]➜  EOF
2025-08-20T21:35:11.4708680Z [00:02:06.937]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.4712833Z [00:02:06.937]➜  /root/.go/pkg/tool/linux_amd64/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 wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -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.4748394Z [00:02:06.941]➜  cat >/tmp/go-build2004036841/b024/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4750780Z [00:02:06.941]➜  # import config
2025-08-20T21:35:11.4751523Z [00:02:06.942]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.4752196Z [00:02:06.942]➜  EOF
2025-08-20T21:35:11.4756370Z [00:02:06.942]➜  /root/.go/pkg/tool/linux_amd64/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 lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -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_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T21:35:11.4765042Z [00:02:06.943]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:35:11.4820821Z [00:02:06.949]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T21:35:11.4842119Z [00:02:06.951]➜  internal/runtime/gc
2025-08-20T21:35:11.4847891Z [00:02:06.951]➜  mkdir -p $WORK/b026/
2025-08-20T21:35:11.4848849Z [00:02:06.951]➜  cat >/tmp/go-build2004036841/b026/importcfg << 'EOF' # internal
2025-08-20T21:35:11.4849546Z [00:02:06.951]➜  # import config
2025-08-20T21:35:11.4850306Z [00:02:06.951]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.4851064Z [00:02:06.951]➜  EOF
2025-08-20T21:35:11.4854774Z [00:02:06.951]➜  /root/.go/pkg/tool/linux_amd64/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 -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -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.4927509Z [00:02:06.959]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:35:11.4940351Z [00:02:06.960]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T21:35:11.4941536Z [00:02:06.960]➜  internal/asan
2025-08-20T21:35:11.4942081Z [00:02:06.960]➜  mkdir -p $WORK/b028/
2025-08-20T21:35:11.4943157Z [00:02:06.960]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T21:35:11.4946613Z [00:02:06.960]➜  /root/.go/pkg/tool/linux_amd64/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 pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -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.4960251Z [00:02:06.962]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:35:11.4968889Z [00:02:06.963]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b024/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:35:11.5055838Z [00:02:06.972]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_amd64.o # internal
2025-08-20T21:35:11.5065308Z [00:02:06.972]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:35:11.5073911Z [00:02:06.972]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T21:35:11.5077316Z [00:02:06.973]➜  internal/runtime/cgroup
2025-08-20T21:35:11.5078239Z [00:02:06.973]➜  mkdir -p $WORK/b021/
2025-08-20T21:35:11.5079041Z [00:02:06.973]➜  cat >/tmp/go-build2004036841/b021/importcfg << 'EOF' # internal
2025-08-20T21:35:11.5079736Z [00:02:06.973]➜  # import config
2025-08-20T21:35:11.5080515Z [00:02:06.973]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:11.5081568Z [00:02:06.973]➜  packagefile internal/runtime/strconv=/tmp/go-build2004036841/b022/_pkg_.a
2025-08-20T21:35:11.5082691Z [00:02:06.973]➜  packagefile internal/runtime/syscall=/tmp/go-build2004036841/b024/_pkg_.a
2025-08-20T21:35:11.5083503Z [00:02:06.973]➜  EOF
2025-08-20T21:35:11.5084110Z [00:02:06.973]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.5101446Z [00:02:06.973]➜  /root/.go/pkg/tool/linux_amd64/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 U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -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.5109867Z [00:02:06.973]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:35:11.5111274Z [00:02:06.974]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T21:35:11.5112302Z [00:02:06.974]➜  internal/msan
2025-08-20T21:35:11.5112781Z [00:02:06.974]➜  mkdir -p $WORK/b029/
2025-08-20T21:35:11.5113492Z [00:02:06.974]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:35:11.5116733Z [00:02:06.974]➜  /root/.go/pkg/tool/linux_amd64/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 SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -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.5122022Z [00:02:06.975]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:35:11.5123332Z [00:02:06.976]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T21:35:11.5124462Z [00:02:06.976]➜  internal/runtime/sys
2025-08-20T21:35:11.5124991Z [00:02:06.976]➜  mkdir -p $WORK/b031/
2025-08-20T21:35:11.5125940Z [00:02:06.977]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T21:35:11.5126772Z [00:02:06.977]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:35:11.5129345Z [00:02:06.977]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b031/symabis ./empty.s
2025-08-20T21:35:11.5166102Z [00:02:06.983]➜  cat >/tmp/go-build2004036841/b031/importcfg << 'EOF' # internal
2025-08-20T21:35:11.5166925Z [00:02:06.983]➜  # import config
2025-08-20T21:35:11.5167698Z [00:02:06.983]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.5168887Z [00:02:06.983]➜  packagefile internal/goos=/tmp/go-build2004036841/b018/_pkg_.a
2025-08-20T21:35:11.5169594Z [00:02:06.983]➜  EOF
2025-08-20T21:35:11.5170161Z [00:02:06.983]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.5208630Z [00:02:06.983]➜  /root/.go/pkg/tool/linux_amd64/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 hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -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/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T21:35:11.5213497Z [00:02:06.987]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:35:11.5214833Z [00:02:06.987]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T21:35:11.5216029Z [00:02:06.987]➜  internal/stringslite
2025-08-20T21:35:11.5216600Z [00:02:06.987]➜  mkdir -p $WORK/b032/
2025-08-20T21:35:11.5217676Z [00:02:06.987]➜  cat >/tmp/go-build2004036841/b032/importcfg << 'EOF' # internal
2025-08-20T21:35:11.5218765Z [00:02:06.987]➜  # import config
2025-08-20T21:35:11.5219739Z [00:02:06.987]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:11.5220495Z [00:02:06.987]➜  EOF
2025-08-20T21:35:11.5223590Z [00:02:06.987]➜  /root/.go/pkg/tool/linux_amd64/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 LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -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.5451699Z [00:02:07.012]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:35:11.5456492Z [00:02:07.012]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/empty.o ./empty.s
2025-08-20T21:35:11.5523518Z [00:02:07.019]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/empty.o # internal
2025-08-20T21:35:11.5535839Z [00:02:07.020]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:35:11.5537171Z [00:02:07.020]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T21:35:11.5543848Z [00:02:07.021]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:35:11.5545926Z [00:02:07.021]➜  internal/trace/tracev2
2025-08-20T21:35:11.5546670Z [00:02:07.021]➜  mkdir -p $WORK/b033/
2025-08-20T21:35:11.5551371Z [00:02:07.022]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T21:35:11.5553799Z [00:02:07.022]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T21:35:11.5555096Z [00:02:07.022]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.5559210Z [00:02:07.022]➜  /root/.go/pkg/tool/linux_amd64/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 yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -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.5562864Z [00:02:07.022]➜  sync/atomic
2025-08-20T21:35:11.5563387Z [00:02:07.022]➜  mkdir -p $WORK/b037/
2025-08-20T21:35:11.5564037Z [00:02:07.023]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T21:35:11.5564679Z [00:02:07.023]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:35:11.5566724Z [00:02:07.023]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T21:35:11.5572677Z [00:02:07.024]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:35:11.5578841Z [00:02:07.024]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T21:35:11.5596794Z [00:02:07.026]➜  math/bits
2025-08-20T21:35:11.5601036Z [00:02:07.027]➜  mkdir -p $WORK/b040/
2025-08-20T21:35:11.5619185Z [00:02:07.027]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T21:35:11.5620030Z [00:02:07.027]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.5623550Z [00:02:07.029]➜  /root/.go/pkg/tool/linux_amd64/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 i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -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.5679236Z [00:02:07.034]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T21:35:11.5684455Z [00:02:07.035]➜  /root/.go/pkg/tool/linux_amd64/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 L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -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.5833200Z [00:02:07.050]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:35:11.5847358Z [00:02:07.051]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T21:35:11.5848724Z [00:02:07.051]➜  unicode
2025-08-20T21:35:11.5849553Z [00:02:07.052]➜  mkdir -p $WORK/b041/
2025-08-20T21:35:11.5855143Z [00:02:07.052]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:35:11.5862757Z [00:02:07.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -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.6045042Z [00:02:07.071]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:35:11.6068889Z [00:02:07.072]➜  cd /root/.go/src/internal/abi
2025-08-20T21:35:11.6071004Z [00:02:07.072]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T21:35:11.6073446Z [00:02:07.074]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T21:35:11.6075324Z [00:02:07.074]➜  unicode/utf8
2025-08-20T21:35:11.6077490Z [00:02:07.074]➜  mkdir -p $WORK/b042/
2025-08-20T21:35:11.6086303Z [00:02:07.075]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T21:35:11.6091343Z [00:02:07.076]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.6094568Z [00:02:07.076]➜  /root/.go/pkg/tool/linux_amd64/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 Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -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.6148957Z [00:02:07.081]➜  cd /root/.go/src/internal/abi
2025-08-20T21:35:11.6150860Z [00:02:07.081]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/stub.o ./stub.s
2025-08-20T21:35:11.6168997Z [00:02:07.083]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:35:11.6170938Z [00:02:07.083]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b037/asm.o ./asm.s
2025-08-20T21:35:11.6185259Z [00:02:07.085]➜  cd /root/.go/src/internal/abi
2025-08-20T21:35:11.6186276Z [00:02:07.085]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T21:35:11.6192782Z [00:02:07.086]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:35:11.6217733Z [00:02:07.088]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:35:11.6219411Z [00:02:07.088]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T21:35:11.6220186Z [00:02:07.088]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:35:11.6235933Z [00:02:07.090]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T21:35:11.6237727Z [00:02:07.090]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T21:35:11.6238974Z [00:02:07.090]➜  internal/race
2025-08-20T21:35:11.6240238Z [00:02:07.091]➜  mkdir -p $WORK/b030/
2025-08-20T21:35:11.6243672Z [00:02:07.091]➜  internal/synctest
2025-08-20T21:35:11.6244747Z [00:02:07.091]➜  mkdir -p $WORK/b038/
2025-08-20T21:35:11.6245575Z [00:02:07.091]➜  cat >/tmp/go-build2004036841/b038/importcfg << 'EOF' # internal
2025-08-20T21:35:11.6246316Z [00:02:07.091]➜  # import config
2025-08-20T21:35:11.6247075Z [00:02:07.091]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:11.6247778Z [00:02:07.091]➜  EOF
2025-08-20T21:35:11.6248527Z [00:02:07.091]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.6251621Z [00:02:07.091]➜  /root/.go/pkg/tool/linux_amd64/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 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -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.6254603Z [00:02:07.091]➜  cat >/tmp/go-build2004036841/b030/importcfg << 'EOF' # internal
2025-08-20T21:35:11.6255333Z [00:02:07.091]➜  # import config
2025-08-20T21:35:11.6256029Z [00:02:07.091]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:11.6256693Z [00:02:07.091]➜  EOF
2025-08-20T21:35:11.6267065Z [00:02:07.092]➜  /root/.go/pkg/tool/linux_amd64/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 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -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.6365583Z [00:02:07.103]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:35:11.6366531Z [00:02:07.103]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:35:11.6373571Z [00:02:07.104]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T21:35:11.6374703Z [00:02:07.104]➜  encoding
2025-08-20T21:35:11.6376424Z [00:02:07.104]➜  mkdir -p $WORK/b045/
2025-08-20T21:35:11.6380493Z [00:02:07.104]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T21:35:11.6383365Z [00:02:07.105]➜  internal/runtime/maps
2025-08-20T21:35:11.6388781Z [00:02:07.105]➜  mkdir -p $WORK/b027/
2025-08-20T21:35:11.6389699Z [00:02:07.106]➜  echo '# import config' > $WORK/b045/importcfg # internal
2025-08-20T21:35:11.6394814Z [00:02:07.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b045=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:35:11.6397520Z [00:02:07.106]➜  cat >/tmp/go-build2004036841/b027/importcfg << 'EOF' # internal
2025-08-20T21:35:11.6398913Z [00:02:07.106]➜  # import config
2025-08-20T21:35:11.6399641Z [00:02:07.106]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:11.6400577Z [00:02:07.106]➜  packagefile internal/asan=/tmp/go-build2004036841/b028/_pkg_.a
2025-08-20T21:35:11.6401546Z [00:02:07.106]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.6402480Z [00:02:07.106]➜  packagefile internal/msan=/tmp/go-build2004036841/b029/_pkg_.a
2025-08-20T21:35:11.6403411Z [00:02:07.106]➜  packagefile internal/race=/tmp/go-build2004036841/b030/_pkg_.a
2025-08-20T21:35:11.6404472Z [00:02:07.106]➜  packagefile internal/runtime/math=/tmp/go-build2004036841/b023/_pkg_.a
2025-08-20T21:35:11.6405539Z [00:02:07.106]➜  packagefile internal/runtime/sys=/tmp/go-build2004036841/b031/_pkg_.a
2025-08-20T21:35:11.6406258Z [00:02:07.106]➜  EOF
2025-08-20T21:35:11.6412638Z [00:02:07.106]➜  /root/.go/pkg/tool/linux_amd64/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 KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -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.6478607Z [00:02:07.114]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:35:11.6489097Z [00:02:07.115]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T21:35:11.6492218Z [00:02:07.116]➜  internal/sync
2025-08-20T21:35:11.6492749Z [00:02:07.116]➜  mkdir -p $WORK/b036/
2025-08-20T21:35:11.6498668Z [00:02:07.116]➜  cat >/tmp/go-build2004036841/b036/importcfg << 'EOF' # internal
2025-08-20T21:35:11.6499408Z [00:02:07.116]➜  # import config
2025-08-20T21:35:11.6500158Z [00:02:07.116]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:11.6501163Z [00:02:07.116]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.6502092Z [00:02:07.116]➜  packagefile internal/race=/tmp/go-build2004036841/b030/_pkg_.a
2025-08-20T21:35:11.6503000Z [00:02:07.116]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:11.6503639Z [00:02:07.116]➜  EOF
2025-08-20T21:35:11.6507059Z [00:02:07.117]➜  /root/.go/pkg/tool/linux_amd64/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 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -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.6537865Z [00:02:07.120]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:35:11.6545767Z [00:02:07.121]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T21:35:11.6611617Z [00:02:07.128]➜  math
2025-08-20T21:35:11.6612544Z [00:02:07.128]➜  mkdir -p $WORK/b047/
2025-08-20T21:35:11.6616247Z [00:02:07.128]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T21:35:11.6617242Z [00:02:07.128]➜  cd /root/.go/src/math
2025-08-20T21:35:11.6620576Z [00:02:07.128]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b047/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T21:35:11.6730858Z [00:02:07.137]➜  cat >/tmp/go-build2004036841/b047/importcfg << 'EOF' # internal
2025-08-20T21:35:11.6731605Z [00:02:07.137]➜  # import config
2025-08-20T21:35:11.6732314Z [00:02:07.137]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:11.6733215Z [00:02:07.137]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:11.6733843Z [00:02:07.137]➜  EOF
2025-08-20T21:35:11.6734360Z [00:02:07.138]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.6747658Z [00:02:07.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -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_noasm.go /root/.go/src/math/exp_amd64.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_asm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T21:35:11.6760822Z [00:02:07.141]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:35:11.6762103Z [00:02:07.142]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T21:35:11.6763136Z [00:02:07.143]➜  internal/itoa
2025-08-20T21:35:11.6763618Z [00:02:07.143]➜  mkdir -p $WORK/b049/
2025-08-20T21:35:11.6767427Z [00:02:07.143]➜  echo '# import config' > $WORK/b049/importcfg # internal
2025-08-20T21:35:11.6772650Z [00:02:07.144]➜  /root/.go/pkg/tool/linux_amd64/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 bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -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.6910369Z [00:02:07.158]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:35:11.6918789Z [00:02:07.158]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T21:35:11.6920602Z [00:02:07.159]➜  cmp
2025-08-20T21:35:11.6923246Z [00:02:07.159]➜  mkdir -p $WORK/b052/
2025-08-20T21:35:11.6929924Z [00:02:07.160]➜  echo '# import config' > $WORK/b052/importcfg # internal
2025-08-20T21:35:11.6932694Z [00:02:07.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b052=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:35:11.6994951Z [00:02:07.166]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:35:11.7003109Z [00:02:07.167]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T21:35:11.7008243Z [00:02:07.167]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T21:35:11.7011501Z [00:02:07.168]➜  mkdir -p $WORK/b080/
2025-08-20T21:35:11.7016367Z [00:02:07.168]➜  echo '# import config' > $WORK/b080/importcfg # internal
2025-08-20T21:35:11.7033141Z [00:02:07.169]➜  /root/.go/pkg/tool/linux_amd64/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 N_nwjNQ1Eb-l11fl617z/N_nwjNQ1Eb-l11fl617z -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.7164018Z [00:02:07.183]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:35:11.7171443Z [00:02:07.184]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/48/48fb73cc80a2b68dbf2b6ec23b44a68c0fe1cce8209d170e47437f70fbd7334c-d # internal
2025-08-20T21:35:11.7176551Z [00:02:07.184]➜  image/color
2025-08-20T21:35:11.7177967Z [00:02:07.184]➜  mkdir -p $WORK/b085/
2025-08-20T21:35:11.7184373Z [00:02:07.185]➜  echo '# import config' > $WORK/b085/importcfg # internal
2025-08-20T21:35:11.7191616Z [00:02:07.185]➜  /root/.go/pkg/tool/linux_amd64/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 6n7MYmi60bpVHMKqG5xB/6n7MYmi60bpVHMKqG5xB -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.7746232Z [00:02:07.239]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:35:11.7751932Z [00:02:07.242]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d # internal
2025-08-20T21:35:11.7753060Z [00:02:07.242]➜  github.com/rivo/uniseg
2025-08-20T21:35:11.7753594Z [00:02:07.242]➜  mkdir -p $WORK/b088/
2025-08-20T21:35:11.7754326Z [00:02:07.242]➜  cat >/tmp/go-build2004036841/b088/importcfg << 'EOF' # internal
2025-08-20T21:35:11.7755004Z [00:02:07.242]➜  # import config
2025-08-20T21:35:11.7755764Z [00:02:07.242]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:11.7756432Z [00:02:07.242]➜  EOF
2025-08-20T21:35:11.7760700Z [00:02:07.242]➜  /root/.go/pkg/tool/linux_amd64/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 yWy6Eq3JkRkIQfusBQ3g/yWy6Eq3JkRkIQfusBQ3g -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.7891402Z [00:02:07.256]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:35:11.7892721Z [00:02:07.256]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T21:35:11.7893777Z [00:02:07.256]➜  log/internal
2025-08-20T21:35:11.7894306Z [00:02:07.256]➜  mkdir -p $WORK/b130/
2025-08-20T21:35:11.7894977Z [00:02:07.256]➜  echo '# import config' > $WORK/b130/importcfg # internal
2025-08-20T21:35:11.7898601Z [00:02:07.256]➜  /root/.go/pkg/tool/linux_amd64/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 f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -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.7961386Z [00:02:07.263]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:35:11.7967399Z [00:02:07.263]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T21:35:11.7968924Z [00:02:07.264]➜  unicode/utf16
2025-08-20T21:35:11.7970009Z [00:02:07.264]➜  mkdir -p $WORK/b138/
2025-08-20T21:35:11.7974756Z [00:02:07.264]➜  echo '# import config' > $WORK/b138/importcfg # internal
2025-08-20T21:35:11.7978693Z [00:02:07.264]➜  /root/.go/pkg/tool/linux_amd64/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 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -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.8124661Z [00:02:07.279]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:35:11.8130001Z [00:02:07.279]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T21:35:11.8131217Z [00:02:07.280]➜  crypto/internal/fips140/alias
2025-08-20T21:35:11.8131803Z [00:02:07.280]➜  mkdir -p $WORK/b154/
2025-08-20T21:35:11.8170628Z [00:02:07.280]➜  echo '# import config' > $WORK/b154/importcfg # internal
2025-08-20T21:35:11.8174730Z [00:02:07.280]➜  /root/.go/pkg/tool/linux_amd64/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 GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -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.8237779Z [00:02:07.290]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:35:11.8243186Z [00:02:07.291]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T21:35:11.8244980Z [00:02:07.291]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:35:11.8245631Z [00:02:07.291]➜  mkdir -p $WORK/b158/
2025-08-20T21:35:11.8247199Z [00:02:07.291]➜  cat >/tmp/go-build2004036841/b158/importcfg << 'EOF' # internal
2025-08-20T21:35:11.8248197Z [00:02:07.291]➜  # import config
2025-08-20T21:35:11.8249133Z [00:02:07.291]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:11.8249889Z [00:02:07.291]➜  EOF
2025-08-20T21:35:11.8253520Z [00:02:07.291]➜  /root/.go/pkg/tool/linux_amd64/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 zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -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.8257049Z [00:02:07.292]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:35:11.8259245Z [00:02:07.292]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/f7/f742d4c405cfaf4fb5822b5684d95fb68e5cf2dd77a5b24e49a77b535c0586a3-d # internal
2025-08-20T21:35:11.8261644Z [00:02:07.292]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:35:11.8262499Z [00:02:07.292]➜  mkdir -p $WORK/b159/
2025-08-20T21:35:11.8263570Z [00:02:07.293]➜  cat >/tmp/go-build2004036841/b159/importcfg << 'EOF' # internal
2025-08-20T21:35:11.8264268Z [00:02:07.293]➜  # import config
2025-08-20T21:35:11.8265119Z [00:02:07.293]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:11.8266262Z [00:02:07.293]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.8266967Z [00:02:07.293]➜  EOF
2025-08-20T21:35:11.8271014Z [00:02:07.293]➜  /root/.go/pkg/tool/linux_amd64/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 A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -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.8367531Z [00:02:07.303]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:35:11.8377551Z [00:02:07.304]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T21:35:11.8381299Z [00:02:07.304]➜  internal/nettrace
2025-08-20T21:35:11.8391865Z [00:02:07.306]➜  mkdir -p $WORK/b185/
2025-08-20T21:35:11.8400667Z [00:02:07.306]➜  echo '# import config' > $WORK/b185/importcfg # internal
2025-08-20T21:35:11.8403903Z [00:02:07.306]➜  /root/.go/pkg/tool/linux_amd64/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 rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -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.8440086Z [00:02:07.309]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:35:11.8446761Z [00:02:07.310]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T21:35:11.8447937Z [00:02:07.311]➜  crypto/internal/fips140/subtle
2025-08-20T21:35:11.8448796Z [00:02:07.311]➜  mkdir -p $WORK/b162/
2025-08-20T21:35:11.8449513Z [00:02:07.311]➜  echo -n > $WORK/b162/go_asm.h # internal
2025-08-20T21:35:11.8450270Z [00:02:07.311]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:35:11.8452772Z [00:02:07.311]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b162=>" -I $WORK/b162/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b162/symabis ./xor_amd64.s
2025-08-20T21:35:11.8533742Z [00:02:07.320]➜  cat >/tmp/go-build2004036841/b162/importcfg << 'EOF' # internal
2025-08-20T21:35:11.8541976Z [00:02:07.320]➜  # import config
2025-08-20T21:35:11.8542891Z [00:02:07.320]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2004036841/b154/_pkg_.a
2025-08-20T21:35:11.8544462Z [00:02:07.320]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:11.8545535Z [00:02:07.320]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:11.8546179Z [00:02:07.320]➜  EOF
2025-08-20T21:35:11.8546695Z [00:02:07.320]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.8551606Z [00:02:07.320]➜  /root/.go/pkg/tool/linux_amd64/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 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -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.8559179Z [00:02:07.322]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:35:11.8561009Z [00:02:07.322]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T21:35:11.8562312Z [00:02:07.322]➜  container/list
2025-08-20T21:35:11.8563013Z [00:02:07.323]➜  mkdir -p $WORK/b193/
2025-08-20T21:35:11.8577535Z [00:02:07.324]➜  echo '# import config' > $WORK/b193/importcfg # internal
2025-08-20T21:35:11.8582966Z [00:02:07.324]➜  /root/.go/pkg/tool/linux_amd64/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 ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -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.8951196Z [00:02:07.361]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:35:11.8956225Z [00:02:07.361]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b162=>" -I $WORK/b162/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b162/xor_amd64.o ./xor_amd64.s
2025-08-20T21:35:11.8987640Z [00:02:07.365]➜  cd /root/.go/src/math
2025-08-20T21:35:11.8990574Z [00:02:07.365]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b047/dim_amd64.o ./dim_amd64.s
2025-08-20T21:35:11.8995255Z [00:02:07.366]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:35:11.8998874Z [00:02:07.366]➜  go tool pack r $WORK/b162/_pkg_.a $WORK/b162/xor_amd64.o # internal
2025-08-20T21:35:11.9000926Z [00:02:07.366]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:35:11.9016960Z [00:02:07.368]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T21:35:11.9022966Z [00:02:07.369]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:35:11.9037269Z [00:02:07.370]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T21:35:11.9039239Z [00:02:07.370]➜  crypto/internal/boring/sig
2025-08-20T21:35:11.9041483Z [00:02:07.370]➜  mkdir -p $WORK/b199/
2025-08-20T21:35:11.9042121Z [00:02:07.370]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:35:11.9042747Z [00:02:07.370]➜  mkdir -p $WORK/b219/
2025-08-20T21:35:11.9043376Z [00:02:07.370]➜  echo -n > $WORK/b199/go_asm.h # internal
2025-08-20T21:35:11.9044065Z [00:02:07.371]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:35:11.9052286Z [00:02:07.371]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b199=>" -I $WORK/b199/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b199/symabis ./sig_amd64.s
2025-08-20T21:35:11.9054961Z [00:02:07.372]➜  echo '# import config' > $WORK/b219/importcfg # internal
2025-08-20T21:35:11.9055703Z [00:02:07.372]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.9059644Z [00:02:07.372]➜  /root/.go/pkg/tool/linux_amd64/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 I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -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.9062836Z [00:02:07.372]➜  cd /root/.go/src/math
2025-08-20T21:35:11.9064470Z [00:02:07.372]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b047/exp_amd64.o ./exp_amd64.s
2025-08-20T21:35:11.9078623Z [00:02:07.374]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:35:11.9090751Z [00:02:07.376]➜  echo '# import config' > $WORK/b199/importcfg # internal
2025-08-20T21:35:11.9102511Z [00:02:07.377]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.9108921Z [00:02:07.377]➜  /root/.go/pkg/tool/linux_amd64/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 fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -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.9119257Z [00:02:07.378]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T21:35:11.9132527Z [00:02:07.380]➜  cd /root/.go/src/math
2025-08-20T21:35:11.9136011Z [00:02:07.380]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b047/floor_amd64.o ./floor_amd64.s
2025-08-20T21:35:11.9164973Z [00:02:07.383]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:35:11.9175757Z [00:02:07.384]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T21:35:11.9176950Z [00:02:07.384]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:35:11.9177550Z [00:02:07.384]➜  mkdir -p $WORK/b232/
2025-08-20T21:35:11.9178762Z [00:02:07.384]➜  echo '# import config' > $WORK/b232/importcfg # internal
2025-08-20T21:35:11.9179744Z [00:02:07.384]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.9213214Z [00:02:07.384]➜  /root/.go/pkg/tool/linux_amd64/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 j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -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.9216519Z [00:02:07.388]➜  cd /root/.go/src/math
2025-08-20T21:35:11.9219281Z [00:02:07.388]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b047/hypot_amd64.o ./hypot_amd64.s
2025-08-20T21:35:11.9220952Z [00:02:07.388]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:35:11.9223624Z [00:02:07.388]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b199=>" -I $WORK/b199/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b199/sig_amd64.o ./sig_amd64.s
2025-08-20T21:35:11.9250587Z [00:02:07.391]➜  cd /root/.go/src/math
2025-08-20T21:35:11.9252401Z [00:02:07.391]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b047/log_amd64.o ./log_amd64.s
2025-08-20T21:35:11.9254048Z [00:02:07.391]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:35:11.9254856Z [00:02:07.392]➜  go tool pack r $WORK/b199/_pkg_.a $WORK/b199/sig_amd64.o # internal
2025-08-20T21:35:11.9255647Z [00:02:07.392]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:35:11.9261736Z [00:02:07.393]➜  runtime
2025-08-20T21:35:11.9262322Z [00:02:07.393]➜  mkdir -p $WORK/b010/
2025-08-20T21:35:11.9266917Z [00:02:07.393]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T21:35:11.9269461Z [00:02:07.394]➜  cd /root/.go/src/runtime
2025-08-20T21:35:11.9275334Z [00:02:07.394]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T21:35:11.9280881Z [00:02:07.395]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T21:35:11.9282184Z [00:02:07.395]➜  golang.org/x/text/internal/utf8internal
2025-08-20T21:35:11.9282730Z [00:02:07.395]➜  mkdir -p $WORK/b275/
2025-08-20T21:35:11.9283132Z [00:02:07.395]➜  echo '# import config' > $WORK/b275/importcfg # internal
2025-08-20T21:35:11.9283904Z [00:02:07.395]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.9287835Z [00:02:07.395]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_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/b275=>" -p golang.org/x/text/internal/utf8internal -lang=go1.17 -complete -installsuffix shared -buildid ruFkK-qkWwYMX3WV2lIG/ruFkK-qkWwYMX3WV2lIG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.4.0/internal/utf8internal/utf8internal.go
2025-08-20T21:35:11.9292822Z [00:02:07.396]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:35:11.9297429Z [00:02:07.396]➜  cd /root/.go/src/math
2025-08-20T21:35:11.9301228Z [00:02:07.396]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/dim_amd64.o $WORK/b047/exp_amd64.o $WORK/b047/floor_amd64.o $WORK/b047/hypot_amd64.o $WORK/b047/log_amd64.o # internal
2025-08-20T21:35:11.9302765Z [00:02:07.397]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:35:11.9310666Z [00:02:07.397]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T21:35:11.9327457Z [00:02:07.399]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T21:35:11.9351083Z [00:02:07.402]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:35:11.9355442Z [00:02:07.402]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/49/49b8bd75ffcdf7891239de4877ddca2bc87a1ca33c2b8d0f24970f367071291a-d # internal
2025-08-20T21:35:11.9397331Z [00:02:07.406]➜  cat >/tmp/go-build2004036841/b010/importcfg << 'EOF' # internal
2025-08-20T21:35:11.9399863Z [00:02:07.406]➜  # import config
2025-08-20T21:35:11.9400659Z [00:02:07.406]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:11.9401820Z [00:02:07.406]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:11.9402396Z [00:02:07.406]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:11.9402966Z [00:02:07.406]➜  packagefile internal/chacha8rand=/tmp/go-build2004036841/b014/_pkg_.a
2025-08-20T21:35:11.9403528Z [00:02:07.406]➜  packagefile internal/coverage/rtcov=/tmp/go-build2004036841/b015/_pkg_.a
2025-08-20T21:35:11.9404053Z [00:02:07.406]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:11.9404544Z [00:02:07.406]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:11.9405055Z [00:02:07.406]➜  packagefile internal/godebugs=/tmp/go-build2004036841/b016/_pkg_.a
2025-08-20T21:35:11.9405605Z [00:02:07.406]➜  packagefile internal/goexperiment=/tmp/go-build2004036841/b017/_pkg_.a
2025-08-20T21:35:11.9406122Z [00:02:07.406]➜  packagefile internal/goos=/tmp/go-build2004036841/b018/_pkg_.a
2025-08-20T21:35:11.9406650Z [00:02:07.406]➜  packagefile internal/profilerecord=/tmp/go-build2004036841/b019/_pkg_.a
2025-08-20T21:35:11.9407202Z [00:02:07.406]➜  packagefile internal/runtime/atomic=/tmp/go-build2004036841/b020/_pkg_.a
2025-08-20T21:35:11.9407749Z [00:02:07.406]➜  packagefile internal/runtime/cgroup=/tmp/go-build2004036841/b021/_pkg_.a
2025-08-20T21:35:11.9408543Z [00:02:07.406]➜  packagefile internal/runtime/exithook=/tmp/go-build2004036841/b025/_pkg_.a
2025-08-20T21:35:11.9409113Z [00:02:07.406]➜  packagefile internal/runtime/gc=/tmp/go-build2004036841/b026/_pkg_.a
2025-08-20T21:35:11.9409661Z [00:02:07.406]➜  packagefile internal/runtime/maps=/tmp/go-build2004036841/b027/_pkg_.a
2025-08-20T21:35:11.9410206Z [00:02:07.406]➜  packagefile internal/runtime/math=/tmp/go-build2004036841/b023/_pkg_.a
2025-08-20T21:35:11.9410919Z [00:02:07.406]➜  packagefile internal/runtime/strconv=/tmp/go-build2004036841/b022/_pkg_.a
2025-08-20T21:35:11.9411961Z [00:02:07.406]➜  packagefile internal/runtime/sys=/tmp/go-build2004036841/b031/_pkg_.a
2025-08-20T21:35:11.9412762Z [00:02:07.406]➜  packagefile internal/runtime/syscall=/tmp/go-build2004036841/b024/_pkg_.a
2025-08-20T21:35:11.9413325Z [00:02:07.406]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:11.9413969Z [00:02:07.406]➜  packagefile internal/trace/tracev2=/tmp/go-build2004036841/b033/_pkg_.a
2025-08-20T21:35:11.9414378Z [00:02:07.406]➜  EOF
2025-08-20T21:35:11.9414681Z [00:02:07.407]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:11.9444140Z [00:02:07.407]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -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_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T21:35:13.8322421Z [00:02:09.299]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b010/asm_GOARCH.h
2025-08-20T21:35:13.8323272Z [00:02:09.299]➜  cd /root/.go/src/runtime
2025-08-20T21:35:13.8325333Z [00:02:09.299]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm.o ./asm.s
2025-08-20T21:35:13.8350825Z [00:02:09.302]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm_amd64.o ./asm_amd64.s
2025-08-20T21:35:13.8448974Z [00:02:09.311]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/duff_amd64.o ./duff_amd64.s
2025-08-20T21:35:13.8475992Z [00:02:09.314]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/ints.o ./ints.s
2025-08-20T21:35:13.8503836Z [00:02:09.317]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memclr_amd64.o ./memclr_amd64.s
2025-08-20T21:35:13.8551215Z [00:02:09.322]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memmove_amd64.o ./memmove_amd64.s
2025-08-20T21:35:13.8603471Z [00:02:09.327]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/preempt_amd64.o ./preempt_amd64.s
2025-08-20T21:35:13.8645664Z [00:02:09.331]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T21:35:13.8668947Z [00:02:09.333]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T21:35:13.8723959Z [00:02:09.339]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/test_amd64.o ./test_amd64.s
2025-08-20T21:35:13.8746446Z [00:02:09.341]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T21:35:13.8789296Z [00:02:09.345]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_amd64.o $WORK/b010/duff_amd64.o $WORK/b010/ints.o $WORK/b010/memclr_amd64.o $WORK/b010/memmove_amd64.o $WORK/b010/preempt_amd64.o $WORK/b010/rt0_linux_amd64.o $WORK/b010/sys_linux_amd64.o $WORK/b010/test_amd64.o $WORK/b010/time_linux_amd64.o # internal
2025-08-20T21:35:13.8794257Z [00:02:09.346]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:35:13.9158746Z [00:02:09.382]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T21:35:13.9165740Z [00:02:09.383]➜  internal/reflectlite
2025-08-20T21:35:13.9166391Z [00:02:09.383]➜  mkdir -p $WORK/b005/
2025-08-20T21:35:13.9166902Z [00:02:09.383]➜  iter
2025-08-20T21:35:13.9167394Z [00:02:09.383]➜  mkdir -p $WORK/b039/
2025-08-20T21:35:13.9167910Z [00:02:09.383]➜  weak
2025-08-20T21:35:13.9168595Z [00:02:09.383]➜  mkdir -p $WORK/b189/
2025-08-20T21:35:13.9169126Z [00:02:09.383]➜  sync
2025-08-20T21:35:13.9169672Z [00:02:09.383]➜  mkdir -p $WORK/b035/
2025-08-20T21:35:13.9170380Z [00:02:09.383]➜  cat >/tmp/go-build2004036841/b039/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9171046Z [00:02:09.383]➜  # import config
2025-08-20T21:35:13.9171734Z [00:02:09.383]➜  packagefile internal/race=/tmp/go-build2004036841/b030/_pkg_.a
2025-08-20T21:35:13.9172602Z [00:02:09.383]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:13.9173233Z [00:02:09.383]➜  EOF
2025-08-20T21:35:13.9174202Z [00:02:09.383]➜  cat >/tmp/go-build2004036841/b189/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9201167Z [00:02:09.383]➜  # import config
2025-08-20T21:35:13.9208739Z [00:02:09.383]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:13.9214837Z [00:02:09.383]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:13.9217865Z [00:02:09.383]➜  EOF
2025-08-20T21:35:13.9218537Z [00:02:09.383]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:13.9221221Z [00:02:09.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T21:35:13.9223609Z [00:02:09.383]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T21:35:13.9224261Z [00:02:09.383]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:35:13.9226437Z [00:02:09.383]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T21:35:13.9233479Z [00:02:09.384]➜  cat >/tmp/go-build2004036841/b035/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9234198Z [00:02:09.384]➜  # import config
2025-08-20T21:35:13.9234914Z [00:02:09.384]➜  packagefile internal/race=/tmp/go-build2004036841/b030/_pkg_.a
2025-08-20T21:35:13.9235868Z [00:02:09.384]➜  packagefile internal/sync=/tmp/go-build2004036841/b036/_pkg_.a
2025-08-20T21:35:13.9236858Z [00:02:09.384]➜  packagefile internal/synctest=/tmp/go-build2004036841/b038/_pkg_.a
2025-08-20T21:35:13.9237796Z [00:02:09.384]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:13.9238882Z [00:02:09.384]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:13.9239568Z [00:02:09.384]➜  EOF
2025-08-20T21:35:13.9240111Z [00:02:09.384]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:13.9244869Z [00:02:09.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -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:13.9251339Z [00:02:09.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b189=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -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:13.9253854Z [00:02:09.387]➜  cat >/tmp/go-build2004036841/b005/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9254518Z [00:02:09.387]➜  # import config
2025-08-20T21:35:13.9255186Z [00:02:09.387]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:13.9256053Z [00:02:09.387]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:13.9256989Z [00:02:09.387]➜  packagefile internal/unsafeheader=/tmp/go-build2004036841/b009/_pkg_.a
2025-08-20T21:35:13.9257882Z [00:02:09.387]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:13.9268519Z [00:02:09.387]➜  EOF
2025-08-20T21:35:13.9272549Z [00:02:09.387]➜  /root/.go/pkg/tool/linux_amd64/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 CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -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:13.9284393Z [00:02:09.395]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:35:13.9287639Z [00:02:09.395]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T21:35:13.9292702Z [00:02:09.396]➜  slices
2025-08-20T21:35:13.9295115Z [00:02:09.396]➜  mkdir -p $WORK/b051/
2025-08-20T21:35:13.9304502Z [00:02:09.397]➜  cat >/tmp/go-build2004036841/b051/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9309182Z [00:02:09.397]➜  # import config
2025-08-20T21:35:13.9309883Z [00:02:09.397]➜  packagefile cmp=/tmp/go-build2004036841/b052/_pkg_.a
2025-08-20T21:35:13.9310753Z [00:02:09.397]➜  packagefile iter=/tmp/go-build2004036841/b039/_pkg_.a
2025-08-20T21:35:13.9311632Z [00:02:09.397]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:13.9312311Z [00:02:09.397]➜  EOF
2025-08-20T21:35:13.9315772Z [00:02:09.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b051=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/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:13.9324707Z [00:02:09.399]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:35:13.9332003Z [00:02:09.400]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T21:35:13.9335481Z [00:02:09.400]➜  maps
2025-08-20T21:35:13.9336700Z [00:02:09.400]➜  mkdir -p $WORK/b069/
2025-08-20T21:35:13.9343355Z [00:02:09.401]➜  cat >/tmp/go-build2004036841/b069/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9344468Z [00:02:09.401]➜  # import config
2025-08-20T21:35:13.9345761Z [00:02:09.401]➜  packagefile iter=/tmp/go-build2004036841/b039/_pkg_.a
2025-08-20T21:35:13.9346394Z [00:02:09.401]➜  EOF
2025-08-20T21:35:13.9351491Z [00:02:09.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b069=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -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:13.9453871Z [00:02:09.412]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:35:13.9459925Z [00:02:09.412]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T21:35:13.9461096Z [00:02:09.412]➜  crypto/subtle
2025-08-20T21:35:13.9461633Z [00:02:09.412]➜  mkdir -p $WORK/b198/
2025-08-20T21:35:13.9462395Z [00:02:09.412]➜  cat >/tmp/go-build2004036841/b198/importcfg << 'EOF' # internal
2025-08-20T21:35:13.9463111Z [00:02:09.412]➜  # import config
2025-08-20T21:35:13.9463992Z [00:02:09.412]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:13.9465118Z [00:02:09.412]➜  packagefile internal/runtime/sys=/tmp/go-build2004036841/b031/_pkg_.a
2025-08-20T21:35:13.9466090Z [00:02:09.412]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:13.9466743Z [00:02:09.412]➜  EOF
2025-08-20T21:35:13.9470724Z [00:02:09.412]➜  /root/.go/pkg/tool/linux_amd64/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 Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -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:13.9610380Z [00:02:09.427]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:35:13.9618444Z [00:02:09.428]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T21:35:13.9620655Z [00:02:09.429]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:35:13.9626597Z [00:02:09.429]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T21:35:14.0402006Z [00:02:09.507]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:35:14.0405241Z [00:02:09.507]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/asm.o ./asm.s
2025-08-20T21:35:14.0426063Z [00:02:09.509]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T21:35:14.0426887Z [00:02:09.509]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:35:14.0446203Z [00:02:09.511]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T21:35:14.0449146Z [00:02:09.511]➜  errors
2025-08-20T21:35:14.0449953Z [00:02:09.511]➜  mkdir -p $WORK/b004/
2025-08-20T21:35:14.0451092Z [00:02:09.511]➜  cat >/tmp/go-build2004036841/b004/importcfg << 'EOF' # internal
2025-08-20T21:35:14.0451794Z [00:02:09.511]➜  # import config
2025-08-20T21:35:14.0452574Z [00:02:09.511]➜  packagefile internal/reflectlite=/tmp/go-build2004036841/b005/_pkg_.a
2025-08-20T21:35:14.0453304Z [00:02:09.511]➜  EOF
2025-08-20T21:35:14.0453914Z [00:02:09.512]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:14.0457183Z [00:02:09.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -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:14.0461356Z [00:02:09.513]➜  sort
2025-08-20T21:35:14.0461825Z [00:02:09.513]➜  mkdir -p $WORK/b075/
2025-08-20T21:35:14.0464960Z [00:02:09.513]➜  cat >/tmp/go-build2004036841/b075/importcfg << 'EOF' # internal
2025-08-20T21:35:14.0471366Z [00:02:09.513]➜  # import config
2025-08-20T21:35:14.0472393Z [00:02:09.513]➜  packagefile internal/reflectlite=/tmp/go-build2004036841/b005/_pkg_.a
2025-08-20T21:35:14.0473477Z [00:02:09.513]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:14.0474497Z [00:02:09.513]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:14.0475288Z [00:02:09.513]➜  EOF
2025-08-20T21:35:14.0480604Z [00:02:09.513]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b075=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -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:14.0517738Z [00:02:09.518]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:35:14.0586072Z [00:02:09.525]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T21:35:14.0592891Z [00:02:09.526]➜  internal/testlog
2025-08-20T21:35:14.0595419Z [00:02:09.526]➜  mkdir -p $WORK/b067/
2025-08-20T21:35:14.0598262Z [00:02:09.526]➜  internal/bisect
2025-08-20T21:35:14.0599342Z [00:02:09.526]➜  mkdir -p $WORK/b062/
2025-08-20T21:35:14.0601297Z [00:02:09.526]➜  cat >/tmp/go-build2004036841/b062/importcfg << 'EOF' # internal
2025-08-20T21:35:14.0602016Z [00:02:09.526]➜  # import config
2025-08-20T21:35:14.0602714Z [00:02:09.526]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:14.0603539Z [00:02:09.526]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.0604430Z [00:02:09.526]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:14.0605073Z [00:02:09.526]➜  EOF
2025-08-20T21:35:14.0607804Z [00:02:09.526]➜  /root/.go/pkg/tool/linux_amd64/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 uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:35:14.0622472Z [00:02:09.528]➜  cat >/tmp/go-build2004036841/b067/importcfg << 'EOF' # internal
2025-08-20T21:35:14.0623224Z [00:02:09.528]➜  # import config
2025-08-20T21:35:14.0623916Z [00:02:09.528]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.0624809Z [00:02:09.528]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:14.0628717Z [00:02:09.528]➜  EOF
2025-08-20T21:35:14.0632009Z [00:02:09.528]➜  /root/.go/pkg/tool/linux_amd64/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 DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -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:14.0744553Z [00:02:09.541]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:35:14.0752605Z [00:02:09.542]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T21:35:14.0758939Z [00:02:09.542]➜  io
2025-08-20T21:35:14.0762178Z [00:02:09.543]➜  mkdir -p $WORK/b034/
2025-08-20T21:35:14.0763596Z [00:02:09.543]➜  cat >/tmp/go-build2004036841/b034/importcfg << 'EOF' # internal
2025-08-20T21:35:14.0764725Z [00:02:09.543]➜  # import config
2025-08-20T21:35:14.0765720Z [00:02:09.543]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.0766588Z [00:02:09.543]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.0767220Z [00:02:09.543]➜  EOF
2025-08-20T21:35:14.0770001Z [00:02:09.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -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:14.0866215Z [00:02:09.553]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:35:14.0875954Z [00:02:09.554]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T21:35:14.0883357Z [00:02:09.555]➜  strconv
2025-08-20T21:35:14.0886700Z [00:02:09.555]➜  mkdir -p $WORK/b050/
2025-08-20T21:35:14.0895142Z [00:02:09.556]➜  cat >/tmp/go-build2004036841/b050/importcfg << 'EOF' # internal
2025-08-20T21:35:14.0896445Z [00:02:09.556]➜  # import config
2025-08-20T21:35:14.0899275Z [00:02:09.556]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.0900265Z [00:02:09.556]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:14.0901334Z [00:02:09.556]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:14.0902609Z [00:02:09.556]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:14.0903550Z [00:02:09.556]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:14.0904506Z [00:02:09.556]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.0905172Z [00:02:09.556]➜  EOF
2025-08-20T21:35:14.0910764Z [00:02:09.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b050=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -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:14.1244738Z [00:02:09.591]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:35:14.1258171Z [00:02:09.592]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T21:35:14.1293348Z [00:02:09.592]➜  internal/oserror
2025-08-20T21:35:14.1293915Z [00:02:09.592]➜  mkdir -p $WORK/b058/
2025-08-20T21:35:14.1294676Z [00:02:09.593]➜  cat >/tmp/go-build2004036841/b058/importcfg << 'EOF' # internal
2025-08-20T21:35:14.1295429Z [00:02:09.593]➜  # import config
2025-08-20T21:35:14.1296127Z [00:02:09.593]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.1296797Z [00:02:09.593]➜  EOF
2025-08-20T21:35:14.1300026Z [00:02:09.593]➜  /root/.go/pkg/tool/linux_amd64/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 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:35:14.1347307Z [00:02:09.601]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:35:14.1381657Z [00:02:09.602]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T21:35:14.1383512Z [00:02:09.605]➜  path
2025-08-20T21:35:14.1384269Z [00:02:09.605]➜  mkdir -p $WORK/b059/
2025-08-20T21:35:14.1385440Z [00:02:09.605]➜  cat >/tmp/go-build2004036841/b059/importcfg << 'EOF' # internal
2025-08-20T21:35:14.1386369Z [00:02:09.605]➜  # import config
2025-08-20T21:35:14.1388361Z [00:02:09.605]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.1389357Z [00:02:09.605]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:14.1390400Z [00:02:09.605]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.1391097Z [00:02:09.605]➜  EOF
2025-08-20T21:35:14.1393719Z [00:02:09.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b059=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -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:14.1914331Z [00:02:09.658]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:35:14.2002713Z [00:02:09.666]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T21:35:14.2031521Z [00:02:09.670]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:35:14.2038297Z [00:02:09.670]➜  bytes
2025-08-20T21:35:14.2040125Z [00:02:09.671]➜  mkdir -p $WORK/b003/
2025-08-20T21:35:14.2049708Z [00:02:09.671]➜  cat >/tmp/go-build2004036841/b003/importcfg << 'EOF' # internal
2025-08-20T21:35:14.2050555Z [00:02:09.671]➜  # import config
2025-08-20T21:35:14.2051227Z [00:02:09.671]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.2052103Z [00:02:09.671]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:14.2052954Z [00:02:09.671]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.2053737Z [00:02:09.671]➜  packagefile iter=/tmp/go-build2004036841/b039/_pkg_.a
2025-08-20T21:35:14.2054571Z [00:02:09.671]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:14.2055440Z [00:02:09.671]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:14.2056277Z [00:02:09.671]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.2056920Z [00:02:09.671]➜  EOF
2025-08-20T21:35:14.2060136Z [00:02:09.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -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:14.2063866Z [00:02:09.671]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T21:35:14.2064966Z [00:02:09.671]➜  strings
2025-08-20T21:35:14.2065560Z [00:02:09.671]➜  mkdir -p $WORK/b043/
2025-08-20T21:35:14.2066531Z [00:02:09.671]➜  cat >/tmp/go-build2004036841/b043/importcfg << 'EOF' # internal
2025-08-20T21:35:14.2067442Z [00:02:09.671]➜  # import config
2025-08-20T21:35:14.2068547Z [00:02:09.671]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.2069614Z [00:02:09.671]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:14.2070948Z [00:02:09.671]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:14.2072634Z [00:02:09.671]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:14.2073651Z [00:02:09.671]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.2074443Z [00:02:09.671]➜  packagefile iter=/tmp/go-build2004036841/b039/_pkg_.a
2025-08-20T21:35:14.2075242Z [00:02:09.671]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:14.2076051Z [00:02:09.671]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.2076836Z [00:02:09.671]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:14.2077687Z [00:02:09.671]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.2079097Z [00:02:09.671]➜  EOF
2025-08-20T21:35:14.2084156Z [00:02:09.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b043=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -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:14.2139979Z [00:02:09.679]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:35:14.2149813Z [00:02:09.681]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T21:35:14.2151316Z [00:02:09.682]➜  internal/godebug
2025-08-20T21:35:14.2153067Z [00:02:09.682]➜  mkdir -p $WORK/b061/
2025-08-20T21:35:14.2155681Z [00:02:09.682]➜  cat >/tmp/go-build2004036841/b061/importcfg << 'EOF' # internal
2025-08-20T21:35:14.2156864Z [00:02:09.682]➜  # import config
2025-08-20T21:35:14.2157668Z [00:02:09.682]➜  packagefile internal/bisect=/tmp/go-build2004036841/b062/_pkg_.a
2025-08-20T21:35:14.2158922Z [00:02:09.682]➜  packagefile internal/godebugs=/tmp/go-build2004036841/b016/_pkg_.a
2025-08-20T21:35:14.2159868Z [00:02:09.682]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.2160754Z [00:02:09.682]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:14.2161421Z [00:02:09.682]➜  EOF
2025-08-20T21:35:14.2177542Z [00:02:09.684]➜  /root/.go/pkg/tool/linux_amd64/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 N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:35:14.3673436Z [00:02:09.834]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:35:14.3744245Z [00:02:09.841]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T21:35:14.3747460Z [00:02:09.841]➜  syscall
2025-08-20T21:35:14.3748847Z [00:02:09.841]➜  mkdir -p $WORK/b063/
2025-08-20T21:35:14.3749836Z [00:02:09.841]➜  echo -n > $WORK/b063/go_asm.h # internal
2025-08-20T21:35:14.3750496Z [00:02:09.841]➜  cd /root/.go/src/syscall
2025-08-20T21:35:14.3752453Z [00:02:09.841]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b063=>" -I $WORK/b063/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b063/symabis ./asm_linux_amd64.s
2025-08-20T21:35:14.3828995Z [00:02:09.849]➜  cat >/tmp/go-build2004036841/b063/importcfg << 'EOF' # internal
2025-08-20T21:35:14.3829779Z [00:02:09.849]➜  # import config
2025-08-20T21:35:14.3831162Z [00:02:09.849]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.3832118Z [00:02:09.849]➜  packagefile internal/asan=/tmp/go-build2004036841/b028/_pkg_.a
2025-08-20T21:35:14.3833423Z [00:02:09.849]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:14.3859353Z [00:02:09.850]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:14.3860382Z [00:02:09.850]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:14.3861329Z [00:02:09.850]➜  packagefile internal/itoa=/tmp/go-build2004036841/b049/_pkg_.a
2025-08-20T21:35:14.3862241Z [00:02:09.850]➜  packagefile internal/msan=/tmp/go-build2004036841/b029/_pkg_.a
2025-08-20T21:35:14.3863188Z [00:02:09.850]➜  packagefile internal/oserror=/tmp/go-build2004036841/b058/_pkg_.a
2025-08-20T21:35:14.3864180Z [00:02:09.850]➜  packagefile internal/race=/tmp/go-build2004036841/b030/_pkg_.a
2025-08-20T21:35:14.3865171Z [00:02:09.850]➜  packagefile internal/runtime/syscall=/tmp/go-build2004036841/b024/_pkg_.a
2025-08-20T21:35:14.3866130Z [00:02:09.850]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:14.3866990Z [00:02:09.850]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:14.3867780Z [00:02:09.850]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.3868829Z [00:02:09.850]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:14.3869497Z [00:02:09.850]➜  EOF
2025-08-20T21:35:14.3870034Z [00:02:09.850]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:14.3880583Z [00:02:09.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b063=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -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_amd64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T21:35:14.4117080Z [00:02:09.878]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:35:14.4149159Z [00:02:09.881]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T21:35:14.4152207Z [00:02:09.882]➜  bufio
2025-08-20T21:35:14.4154419Z [00:02:09.882]➜  mkdir -p $WORK/b002/
2025-08-20T21:35:14.4160287Z [00:02:09.882]➜  cat >/tmp/go-build2004036841/b002/importcfg << 'EOF' # internal
2025-08-20T21:35:14.4170538Z [00:02:09.882]➜  # import config
2025-08-20T21:35:14.4171229Z [00:02:09.883]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:14.4172078Z [00:02:09.883]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.4172863Z [00:02:09.883]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.4173653Z [00:02:09.883]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:14.4174504Z [00:02:09.883]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.4175182Z [00:02:09.883]➜  EOF
2025-08-20T21:35:14.4177822Z [00:02:09.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b002=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -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:14.4200360Z [00:02:09.887]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:35:14.4202965Z [00:02:09.887]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:35:14.4223063Z [00:02:09.889]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T21:35:14.4228824Z [00:02:09.889]➜  reflect
2025-08-20T21:35:14.4233615Z [00:02:09.889]➜  mkdir -p $WORK/b048/
2025-08-20T21:35:14.4234200Z [00:02:09.890]➜  echo -n > $WORK/b048/go_asm.h # internal
2025-08-20T21:35:14.4234705Z [00:02:09.890]➜  cd /root/.go/src/reflect
2025-08-20T21:35:14.4241528Z [00:02:09.890]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b048/symabis ./asm_amd64.s
2025-08-20T21:35:14.4252890Z [00:02:09.892]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T21:35:14.4254726Z [00:02:09.892]➜  internal/saferio
2025-08-20T21:35:14.4256828Z [00:02:09.892]➜  mkdir -p $WORK/b068/
2025-08-20T21:35:14.4264709Z [00:02:09.893]➜  cat >/tmp/go-build2004036841/b068/importcfg << 'EOF' # internal
2025-08-20T21:35:14.4266904Z [00:02:09.893]➜  # import config
2025-08-20T21:35:14.4269785Z [00:02:09.893]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.4270392Z [00:02:09.893]➜  EOF
2025-08-20T21:35:14.4271140Z [00:02:09.893]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:14.4274091Z [00:02:09.893]➜  /root/.go/pkg/tool/linux_amd64/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 mWMoPXONcjc0cePG2W0q/mWMoPXONcjc0cePG2W0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:35:14.4288939Z [00:02:09.895]➜  cat >/tmp/go-build2004036841/b048/importcfg << 'EOF' # internal
2025-08-20T21:35:14.4289629Z [00:02:09.895]➜  # import config
2025-08-20T21:35:14.4290267Z [00:02:09.895]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.4291093Z [00:02:09.895]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:14.4291973Z [00:02:09.895]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:14.4292898Z [00:02:09.895]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:14.4293775Z [00:02:09.895]➜  packagefile internal/itoa=/tmp/go-build2004036841/b049/_pkg_.a
2025-08-20T21:35:14.4294648Z [00:02:09.895]➜  packagefile internal/race=/tmp/go-build2004036841/b030/_pkg_.a
2025-08-20T21:35:14.4295640Z [00:02:09.895]➜  packagefile internal/runtime/maps=/tmp/go-build2004036841/b027/_pkg_.a
2025-08-20T21:35:14.4296696Z [00:02:09.895]➜  packagefile internal/runtime/sys=/tmp/go-build2004036841/b031/_pkg_.a
2025-08-20T21:35:14.4297726Z [00:02:09.895]➜  packagefile internal/unsafeheader=/tmp/go-build2004036841/b009/_pkg_.a
2025-08-20T21:35:14.4298842Z [00:02:09.895]➜  packagefile iter=/tmp/go-build2004036841/b039/_pkg_.a
2025-08-20T21:35:14.4299755Z [00:02:09.895]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:14.4300573Z [00:02:09.895]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:14.4301411Z [00:02:09.895]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:14.4302218Z [00:02:09.895]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.4303327Z [00:02:09.895]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:14.4304200Z [00:02:09.895]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.4304858Z [00:02:09.895]➜  EOF
2025-08-20T21:35:14.4310197Z [00:02:09.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b048=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -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:14.4443516Z [00:02:09.911]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:35:14.4454126Z [00:02:09.912]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d # internal
2025-08-20T21:35:14.4459010Z [00:02:09.912]➜  encoding/base64
2025-08-20T21:35:14.4459627Z [00:02:09.913]➜  mkdir -p $WORK/b077/
2025-08-20T21:35:14.4466526Z [00:02:09.913]➜  cat >/tmp/go-build2004036841/b077/importcfg << 'EOF' # internal
2025-08-20T21:35:14.4467597Z [00:02:09.913]➜  # import config
2025-08-20T21:35:14.4468611Z [00:02:09.913]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:14.4469523Z [00:02:09.913]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.4470319Z [00:02:09.913]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:14.4471464Z [00:02:09.913]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:14.4472122Z [00:02:09.913]➜  EOF
2025-08-20T21:35:14.4474929Z [00:02:09.913]➜  /root/.go/pkg/tool/linux_amd64/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 WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:35:14.5017706Z [00:02:09.968]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:35:14.5031615Z [00:02:09.970]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T21:35:14.5037935Z [00:02:09.970]➜  golang.org/x/text/transform
2025-08-20T21:35:14.5038689Z [00:02:09.970]➜  mkdir -p $WORK/b081/
2025-08-20T21:35:14.5042262Z [00:02:09.970]➜  cat >/tmp/go-build2004036841/b081/importcfg << 'EOF' # internal
2025-08-20T21:35:14.5042976Z [00:02:09.970]➜  # import config
2025-08-20T21:35:14.5043683Z [00:02:09.970]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:14.5044526Z [00:02:09.970]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.5045347Z [00:02:09.970]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.5046226Z [00:02:09.970]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.5046923Z [00:02:09.970]➜  EOF
2025-08-20T21:35:14.5056793Z [00:02:09.972]➜  /root/.go/pkg/tool/linux_amd64/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 Yq0pqlKIsEIh7fHUU-Uy/Yq0pqlKIsEIh7fHUU-Uy -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:14.5199634Z [00:02:09.986]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:35:14.5222084Z [00:02:09.988]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T21:35:14.5223268Z [00:02:09.989]➜  math/rand
2025-08-20T21:35:14.5229666Z [00:02:09.989]➜  mkdir -p $WORK/b086/
2025-08-20T21:35:14.5230452Z [00:02:09.989]➜  cat >/tmp/go-build2004036841/b086/importcfg << 'EOF' # internal
2025-08-20T21:35:14.5231127Z [00:02:09.989]➜  # import config
2025-08-20T21:35:14.5231878Z [00:02:09.989]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:14.5232808Z [00:02:09.989]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:14.5233634Z [00:02:09.989]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.5234513Z [00:02:09.989]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:14.5235198Z [00:02:09.989]➜  EOF
2025-08-20T21:35:14.5238918Z [00:02:09.990]➜  /root/.go/pkg/tool/linux_amd64/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 IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -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:14.5637723Z [00:02:10.030]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:35:14.5653533Z [00:02:10.032]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/01/01a4a5818ba2c4453c01caec172705b723494af2925dee90949c33fb7be0e915-d # internal
2025-08-20T21:35:14.5660425Z [00:02:10.032]➜  golang.org/x/text/encoding
2025-08-20T21:35:14.5663999Z [00:02:10.033]➜  mkdir -p $WORK/b079/
2025-08-20T21:35:14.5676601Z [00:02:10.034]➜  cat >/tmp/go-build2004036841/b079/importcfg << 'EOF' # internal
2025-08-20T21:35:14.5677494Z [00:02:10.034]➜  # import config
2025-08-20T21:35:14.5678371Z [00:02:10.034]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.5679472Z [00:02:10.034]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:14.5683801Z [00:02:10.034]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:14.5684864Z [00:02:10.034]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.5685729Z [00:02:10.034]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:14.5686646Z [00:02:10.034]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.5687342Z [00:02:10.034]➜  EOF
2025-08-20T21:35:14.5691363Z [00:02:10.034]➜  /root/.go/pkg/tool/linux_amd64/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 V4pOsX8xsuU06fj0kBq-/V4pOsX8xsuU06fj0kBq- -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:14.6211116Z [00:02:10.087]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:35:14.6226800Z [00:02:10.089]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/f0/f09172464a2a9b88be251c811202a539d32058d1f49f1dd42591e6ef47d93497-d # internal
2025-08-20T21:35:14.6231889Z [00:02:10.089]➜  github.com/gdamore/encoding
2025-08-20T21:35:14.6232508Z [00:02:10.090]➜  mkdir -p $WORK/b078/
2025-08-20T21:35:14.6237723Z [00:02:10.090]➜  cat >/tmp/go-build2004036841/b078/importcfg << 'EOF' # internal
2025-08-20T21:35:14.6238666Z [00:02:10.090]➜  # import config
2025-08-20T21:35:14.6239511Z [00:02:10.090]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:14.6240734Z [00:02:10.090]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:14.6242098Z [00:02:10.090]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.6243012Z [00:02:10.090]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.6243727Z [00:02:10.090]➜  EOF
2025-08-20T21:35:14.6264809Z [00:02:10.091]➜  /root/.go/pkg/tool/linux_amd64/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 nd2hUbo86HefZOLKarAA/nd2hUbo86HefZOLKarAA -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:14.6275529Z [00:02:10.094]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:35:14.6333899Z [00:02:10.100]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T21:35:14.6340308Z [00:02:10.100]➜  regexp/syntax
2025-08-20T21:35:14.6340861Z [00:02:10.100]➜  mkdir -p $WORK/b090/
2025-08-20T21:35:14.6341609Z [00:02:10.100]➜  cat >/tmp/go-build2004036841/b090/importcfg << 'EOF' # internal
2025-08-20T21:35:14.6342315Z [00:02:10.100]➜  # import config
2025-08-20T21:35:14.6342995Z [00:02:10.100]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:14.6343813Z [00:02:10.100]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:14.6344939Z [00:02:10.100]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:14.6345892Z [00:02:10.100]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:14.6346773Z [00:02:10.100]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.6347614Z [00:02:10.100]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:14.6348707Z [00:02:10.100]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.6349380Z [00:02:10.100]➜  EOF
2025-08-20T21:35:14.6354148Z [00:02:10.100]➜  /root/.go/pkg/tool/linux_amd64/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 ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -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:14.6584097Z [00:02:10.125]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:35:14.6596813Z [00:02:10.126]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/83/83311d766ba5d282aa1f96fb2bee615b670147e0b0b23029122fdcbd3ff8a1b0-d # internal
2025-08-20T21:35:14.6604832Z [00:02:10.126]➜  hash
2025-08-20T21:35:14.6605402Z [00:02:10.126]➜  mkdir -p $WORK/b146/
2025-08-20T21:35:14.6606155Z [00:02:10.127]➜  cat >/tmp/go-build2004036841/b146/importcfg << 'EOF' # internal
2025-08-20T21:35:14.6618808Z [00:02:10.127]➜  # import config
2025-08-20T21:35:14.6619789Z [00:02:10.127]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.6620697Z [00:02:10.127]➜  EOF
2025-08-20T21:35:14.6623531Z [00:02:10.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b146=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:35:14.6893025Z [00:02:10.156]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:35:14.6908228Z [00:02:10.157]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T21:35:14.6909444Z [00:02:10.157]➜  crypto
2025-08-20T21:35:14.6909916Z [00:02:10.157]➜  mkdir -p $WORK/b145/
2025-08-20T21:35:14.6921028Z [00:02:10.158]➜  cat >/tmp/go-build2004036841/b145/importcfg << 'EOF' # internal
2025-08-20T21:35:14.6924979Z [00:02:10.159]➜  # import config
2025-08-20T21:35:14.6925669Z [00:02:10.159]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:14.6926478Z [00:02:10.159]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.6927357Z [00:02:10.159]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:14.6928196Z [00:02:10.159]➜  EOF
2025-08-20T21:35:14.6930784Z [00:02:10.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b145=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:35:14.7221364Z [00:02:10.189]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:35:14.7235297Z [00:02:10.190]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T21:35:14.7236536Z [00:02:10.190]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:35:14.7237937Z [00:02:10.190]➜  mkdir -p $WORK/b152/
2025-08-20T21:35:14.7241709Z [00:02:10.191]➜  cat >/tmp/go-build2004036841/b152/importcfg << 'EOF' # internal
2025-08-20T21:35:14.7242791Z [00:02:10.191]➜  # import config
2025-08-20T21:35:14.7243749Z [00:02:10.191]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:14.7245117Z [00:02:10.191]➜  EOF
2025-08-20T21:35:14.7249586Z [00:02:10.191]➜  /root/.go/pkg/tool/linux_amd64/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 VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -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:14.7434060Z [00:02:10.210]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:35:14.7446772Z [00:02:10.211]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T21:35:14.7453475Z [00:02:10.211]➜  crypto/internal/fips140
2025-08-20T21:35:14.7458399Z [00:02:10.211]➜  mkdir -p $WORK/b151/
2025-08-20T21:35:14.7459249Z [00:02:10.212]➜  cat >/tmp/go-build2004036841/b151/importcfg << 'EOF' # internal
2025-08-20T21:35:14.7459959Z [00:02:10.212]➜  # import config
2025-08-20T21:35:14.7460876Z [00:02:10.212]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2004036841/b152/_pkg_.a
2025-08-20T21:35:14.7461944Z [00:02:10.212]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.7462767Z [00:02:10.212]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:14.7463599Z [00:02:10.212]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:14.7464465Z [00:02:10.212]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:14.7465093Z [00:02:10.212]➜  EOF
2025-08-20T21:35:14.7492911Z [00:02:10.212]➜  /root/.go/pkg/tool/linux_amd64/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 wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -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:14.7672348Z [00:02:10.234]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:35:14.7693672Z [00:02:10.235]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T21:35:14.7694878Z [00:02:10.235]➜  crypto/internal/impl
2025-08-20T21:35:14.7695436Z [00:02:10.235]➜  mkdir -p $WORK/b160/
2025-08-20T21:35:14.7697714Z [00:02:10.236]➜  cat >/tmp/go-build2004036841/b160/importcfg << 'EOF' # internal
2025-08-20T21:35:14.7699198Z [00:02:10.236]➜  # import config
2025-08-20T21:35:14.7700190Z [00:02:10.236]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:14.7701845Z [00:02:10.236]➜  EOF
2025-08-20T21:35:14.7704880Z [00:02:10.236]➜  /root/.go/pkg/tool/linux_amd64/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 MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -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:14.7971526Z [00:02:10.264]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:35:14.7980505Z [00:02:10.264]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T21:35:14.7981706Z [00:02:10.264]➜  crypto/internal/fips140/sha256
2025-08-20T21:35:14.7982328Z [00:02:10.264]➜  mkdir -p $WORK/b157/
2025-08-20T21:35:14.7982948Z [00:02:10.264]➜  echo -n > $WORK/b157/go_asm.h # internal
2025-08-20T21:35:14.7983640Z [00:02:10.264]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:35:14.7986296Z [00:02:10.264]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b157=>" -I $WORK/b157/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b157/symabis ./sha256block_amd64.s
2025-08-20T21:35:14.8251935Z [00:02:10.291]➜  cat >/tmp/go-build2004036841/b157/importcfg << 'EOF' # internal
2025-08-20T21:35:14.8252732Z [00:02:10.291]➜  # import config
2025-08-20T21:35:14.8257398Z [00:02:10.291]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:14.8258716Z [00:02:10.291]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:14.8259985Z [00:02:10.291]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:14.8261582Z [00:02:10.291]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2004036841/b159/_pkg_.a
2025-08-20T21:35:14.8262703Z [00:02:10.291]➜  packagefile crypto/internal/impl=/tmp/go-build2004036841/b160/_pkg_.a
2025-08-20T21:35:14.8263637Z [00:02:10.291]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.8264442Z [00:02:10.291]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:14.8265294Z [00:02:10.291]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:14.8265940Z [00:02:10.291]➜  EOF
2025-08-20T21:35:14.8266465Z [00:02:10.291]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:14.8272522Z [00:02:10.291]➜  /root/.go/pkg/tool/linux_amd64/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 mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -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_amd64.go
2025-08-20T21:35:14.8780540Z [00:02:10.342]➜  cd /root/.go/src/syscall
2025-08-20T21:35:14.8784929Z [00:02:10.342]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b063=>" -I $WORK/b063/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b063/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:35:14.8794787Z [00:02:10.346]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:35:14.8800523Z [00:02:10.346]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b157=>" -I $WORK/b157/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b157/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T21:35:14.8868859Z [00:02:10.353]➜  cd /root/.go/src/syscall
2025-08-20T21:35:14.8875599Z [00:02:10.353]➜  go tool pack r $WORK/b063/_pkg_.a $WORK/b063/asm_linux_amd64.o # internal
2025-08-20T21:35:14.8876560Z [00:02:10.353]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:35:14.8996777Z [00:02:10.366]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T21:35:14.9012179Z [00:02:10.368]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:35:14.9016523Z [00:02:10.368]➜  go tool pack r $WORK/b157/_pkg_.a $WORK/b157/sha256block_amd64.o # internal
2025-08-20T21:35:14.9017492Z [00:02:10.368]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:35:14.9022814Z [00:02:10.369]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T21:35:14.9104093Z [00:02:10.377]➜  internal/syscall/unix
2025-08-20T21:35:14.9105687Z [00:02:10.377]➜  mkdir -p $WORK/b065/
2025-08-20T21:35:14.9108754Z [00:02:10.377]➜  time
2025-08-20T21:35:14.9110807Z [00:02:10.378]➜  mkdir -p $WORK/b060/
2025-08-20T21:35:14.9115008Z [00:02:10.378]➜  cat >/tmp/go-build2004036841/b060/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9116598Z [00:02:10.378]➜  # import config
2025-08-20T21:35:14.9118541Z [00:02:10.378]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.9119628Z [00:02:10.378]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:14.9121472Z [00:02:10.378]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:14.9122979Z [00:02:10.378]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:14.9124860Z [00:02:10.378]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:14.9126045Z [00:02:10.378]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:14.9126851Z [00:02:10.378]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.9127643Z [00:02:10.378]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:14.9128456Z [00:02:10.378]➜  EOF
2025-08-20T21:35:14.9128993Z [00:02:10.379]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:14.9133486Z [00:02:10.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b060=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/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:14.9148334Z [00:02:10.381]➜  cat >/tmp/go-build2004036841/b065/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9180543Z [00:02:10.382]➜  # import config
2025-08-20T21:35:14.9181247Z [00:02:10.382]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:14.9182089Z [00:02:10.382]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:14.9182902Z [00:02:10.382]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:14.9183499Z [00:02:10.382]➜  EOF
2025-08-20T21:35:14.9195379Z [00:02:10.382]➜  /root/.go/pkg/tool/linux_amd64/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 Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -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_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_amd64.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T21:35:14.9515235Z [00:02:10.418]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:35:14.9547794Z [00:02:10.421]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T21:35:14.9549146Z [00:02:10.421]➜  internal/syscall/execenv
2025-08-20T21:35:14.9549976Z [00:02:10.422]➜  mkdir -p $WORK/b066/
2025-08-20T21:35:14.9554902Z [00:02:10.422]➜  cat >/tmp/go-build2004036841/b066/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9555602Z [00:02:10.422]➜  # import config
2025-08-20T21:35:14.9556319Z [00:02:10.422]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:14.9556934Z [00:02:10.422]➜  EOF
2025-08-20T21:35:14.9560798Z [00:02:10.422]➜  /root/.go/pkg/tool/linux_amd64/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 VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -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:14.9610021Z [00:02:10.428]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:35:14.9619679Z [00:02:10.428]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T21:35:14.9624044Z [00:02:10.429]➜  regexp
2025-08-20T21:35:14.9624506Z [00:02:10.429]➜  mkdir -p $WORK/b089/
2025-08-20T21:35:14.9630112Z [00:02:10.430]➜  cat >/tmp/go-build2004036841/b089/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9630807Z [00:02:10.430]➜  # import config
2025-08-20T21:35:14.9631467Z [00:02:10.430]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:14.9632322Z [00:02:10.430]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:14.9633207Z [00:02:10.430]➜  packagefile regexp/syntax=/tmp/go-build2004036841/b090/_pkg_.a
2025-08-20T21:35:14.9634032Z [00:02:10.430]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:14.9643489Z [00:02:10.430]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:14.9644475Z [00:02:10.430]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:14.9645318Z [00:02:10.430]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:14.9646100Z [00:02:10.430]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:14.9647247Z [00:02:10.430]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:14.9647932Z [00:02:10.430]➜  EOF
2025-08-20T21:35:14.9653290Z [00:02:10.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b089=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/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:14.9676783Z [00:02:10.434]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:35:14.9682845Z [00:02:10.435]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T21:35:14.9688526Z [00:02:10.435]➜  crypto/internal/fips140/sha3
2025-08-20T21:35:14.9689529Z [00:02:10.436]➜  mkdir -p $WORK/b161/
2025-08-20T21:35:14.9695083Z [00:02:10.436]➜  echo -n > $WORK/b161/go_asm.h # internal
2025-08-20T21:35:14.9695783Z [00:02:10.436]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:35:14.9698471Z [00:02:10.436]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b161=>" -I $WORK/b161/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b161/symabis ./sha3_amd64.s
2025-08-20T21:35:14.9793964Z [00:02:10.446]➜  cat >/tmp/go-build2004036841/b161/importcfg << 'EOF' # internal
2025-08-20T21:35:14.9795297Z [00:02:10.446]➜  # import config
2025-08-20T21:35:14.9796182Z [00:02:10.446]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:14.9798342Z [00:02:10.446]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:14.9799532Z [00:02:10.446]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:14.9800870Z [00:02:10.446]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:14.9802501Z [00:02:10.446]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2004036841/b159/_pkg_.a
2025-08-20T21:35:14.9803542Z [00:02:10.446]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:14.9804430Z [00:02:10.446]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:14.9805105Z [00:02:10.446]➜  EOF
2025-08-20T21:35:14.9805659Z [00:02:10.446]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:14.9811637Z [00:02:10.446]➜  /root/.go/pkg/tool/linux_amd64/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 pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -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_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T21:35:15.0478690Z [00:02:10.514]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:35:15.0512873Z [00:02:10.514]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b161=>" -I $WORK/b161/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b161/sha3_amd64.o ./sha3_amd64.s
2025-08-20T21:35:15.0777213Z [00:02:10.544]➜  go tool pack r $WORK/b161/_pkg_.a $WORK/b161/sha3_amd64.o # internal
2025-08-20T21:35:15.0780663Z [00:02:10.544]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:35:15.0875725Z [00:02:10.554]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T21:35:15.0880195Z [00:02:10.554]➜  crypto/internal/fips140/sha512
2025-08-20T21:35:15.0880787Z [00:02:10.554]➜  mkdir -p $WORK/b163/
2025-08-20T21:35:15.0884413Z [00:02:10.555]➜  echo -n > $WORK/b163/go_asm.h # internal
2025-08-20T21:35:15.0888474Z [00:02:10.555]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:35:15.0891118Z [00:02:10.555]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b163/symabis ./sha512block_amd64.s
2025-08-20T21:35:15.0980702Z [00:02:10.564]➜  cat >/tmp/go-build2004036841/b163/importcfg << 'EOF' # internal
2025-08-20T21:35:15.0987114Z [00:02:10.565]➜  # import config
2025-08-20T21:35:15.0987841Z [00:02:10.565]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:15.0989045Z [00:02:10.565]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:15.0990264Z [00:02:10.565]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:15.0991534Z [00:02:10.565]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2004036841/b159/_pkg_.a
2025-08-20T21:35:15.0992651Z [00:02:10.565]➜  packagefile crypto/internal/impl=/tmp/go-build2004036841/b160/_pkg_.a
2025-08-20T21:35:15.0993615Z [00:02:10.565]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.0994463Z [00:02:10.565]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:15.0995330Z [00:02:10.565]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:15.0995971Z [00:02:10.565]➜  EOF
2025-08-20T21:35:15.0996508Z [00:02:10.565]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:15.1001961Z [00:02:10.565]➜  /root/.go/pkg/tool/linux_amd64/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 NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -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_amd64.go
2025-08-20T21:35:15.2397437Z [00:02:10.706]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:35:15.2402569Z [00:02:10.706]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b163/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T21:35:15.2529546Z [00:02:10.719]➜  go tool pack r $WORK/b163/_pkg_.a $WORK/b163/sha512block_amd64.o # internal
2025-08-20T21:35:15.2532502Z [00:02:10.719]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:35:15.2540722Z [00:02:10.720]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T21:35:15.2547312Z [00:02:10.721]➜  crypto/internal/fips140/hmac
2025-08-20T21:35:15.2549944Z [00:02:10.721]➜  mkdir -p $WORK/b156/
2025-08-20T21:35:15.2562849Z [00:02:10.723]➜  cat >/tmp/go-build2004036841/b156/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2571173Z [00:02:10.723]➜  # import config
2025-08-20T21:35:15.2571849Z [00:02:10.723]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:15.2573105Z [00:02:10.723]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:15.2574269Z [00:02:10.723]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2004036841/b157/_pkg_.a
2025-08-20T21:35:15.2575448Z [00:02:10.723]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2004036841/b161/_pkg_.a
2025-08-20T21:35:15.2576727Z [00:02:10.723]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2004036841/b163/_pkg_.a
2025-08-20T21:35:15.2577619Z [00:02:10.723]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.2578545Z [00:02:10.723]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:15.2579130Z [00:02:10.723]➜  EOF
2025-08-20T21:35:15.2579635Z [00:02:10.723]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:15.2583368Z [00:02:10.723]➜  /root/.go/pkg/tool/linux_amd64/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 Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -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:15.2637351Z [00:02:10.730]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:35:15.2682547Z [00:02:10.735]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T21:35:15.2689083Z [00:02:10.735]➜  math/rand/v2
2025-08-20T21:35:15.2690866Z [00:02:10.735]➜  mkdir -p $WORK/b165/
2025-08-20T21:35:15.2711496Z [00:02:10.738]➜  cat >/tmp/go-build2004036841/b165/importcfg << 'EOF' # internal
2025-08-20T21:35:15.2712523Z [00:02:10.738]➜  # import config
2025-08-20T21:35:15.2714774Z [00:02:10.738]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.2716354Z [00:02:10.738]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:15.2717755Z [00:02:10.738]➜  packagefile internal/chacha8rand=/tmp/go-build2004036841/b014/_pkg_.a
2025-08-20T21:35:15.2719780Z [00:02:10.738]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:15.2720912Z [00:02:10.738]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:15.2727598Z [00:02:10.738]➜  EOF
2025-08-20T21:35:15.2733820Z [00:02:10.738]➜  /root/.go/pkg/tool/linux_amd64/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 nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -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:15.3313777Z [00:02:10.798]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:35:15.3324749Z [00:02:10.799]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T21:35:15.3329569Z [00:02:10.799]➜  crypto/internal/fips140/check
2025-08-20T21:35:15.3330150Z [00:02:10.799]➜  mkdir -p $WORK/b155/
2025-08-20T21:35:15.3330875Z [00:02:10.799]➜  cat >/tmp/go-build2004036841/b155/importcfg << 'EOF' # internal
2025-08-20T21:35:15.3331539Z [00:02:10.799]➜  # import config
2025-08-20T21:35:15.3332311Z [00:02:10.799]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:15.3333430Z [00:02:10.799]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2004036841/b156/_pkg_.a
2025-08-20T21:35:15.3334563Z [00:02:10.799]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2004036841/b157/_pkg_.a
2025-08-20T21:35:15.3335759Z [00:02:10.799]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:15.3337293Z [00:02:10.799]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2004036841/b152/_pkg_.a
2025-08-20T21:35:15.3338537Z [00:02:10.799]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:15.3339127Z [00:02:10.799]➜  EOF
2025-08-20T21:35:15.3342377Z [00:02:10.799]➜  /root/.go/pkg/tool/linux_amd64/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 Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -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:15.4035093Z [00:02:10.870]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:35:15.4043783Z [00:02:10.871]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T21:35:15.4073285Z [00:02:10.874]➜  crypto/internal/fips140/aes
2025-08-20T21:35:15.4073865Z [00:02:10.874]➜  mkdir -p $WORK/b153/
2025-08-20T21:35:15.4074396Z [00:02:10.874]➜  echo -n > $WORK/b153/go_asm.h # internal
2025-08-20T21:35:15.4074964Z [00:02:10.874]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:35:15.4077170Z [00:02:10.874]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b153/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T21:35:15.4143395Z [00:02:10.881]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:35:15.4157464Z [00:02:10.882]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T21:35:15.4158861Z [00:02:10.882]➜  crypto/internal/randutil
2025-08-20T21:35:15.4161192Z [00:02:10.882]➜  mkdir -p $WORK/b164/
2025-08-20T21:35:15.4169519Z [00:02:10.883]➜  cat >/tmp/go-build2004036841/b164/importcfg << 'EOF' # internal
2025-08-20T21:35:15.4172031Z [00:02:10.883]➜  # import config
2025-08-20T21:35:15.4172722Z [00:02:10.883]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:15.4173593Z [00:02:10.883]➜  packagefile math/rand/v2=/tmp/go-build2004036841/b165/_pkg_.a
2025-08-20T21:35:15.4174275Z [00:02:10.883]➜  EOF
2025-08-20T21:35:15.4174804Z [00:02:10.884]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:15.4178379Z [00:02:10.884]➜  /root/.go/pkg/tool/linux_amd64/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 _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -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:15.4193166Z [00:02:10.886]➜  cat >/tmp/go-build2004036841/b153/importcfg << 'EOF' # internal
2025-08-20T21:35:15.4213777Z [00:02:10.886]➜  # import config
2025-08-20T21:35:15.4214480Z [00:02:10.886]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:15.4215468Z [00:02:10.886]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:15.4216601Z [00:02:10.886]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2004036841/b154/_pkg_.a
2025-08-20T21:35:15.4217733Z [00:02:10.886]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:15.4219290Z [00:02:10.886]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:15.4220557Z [00:02:10.886]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:15.4222113Z [00:02:10.886]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2004036841/b159/_pkg_.a
2025-08-20T21:35:15.4223381Z [00:02:10.886]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2004036841/b152/_pkg_.a
2025-08-20T21:35:15.4224555Z [00:02:10.886]➜  packagefile crypto/internal/impl=/tmp/go-build2004036841/b160/_pkg_.a
2025-08-20T21:35:15.4225462Z [00:02:10.886]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.4226299Z [00:02:10.886]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:15.4227139Z [00:02:10.886]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:15.4227741Z [00:02:10.886]➜  EOF
2025-08-20T21:35:15.4235345Z [00:02:10.886]➜  /root/.go/pkg/tool/linux_amd64/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 HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -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:15.4402349Z [00:02:10.907]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:35:15.4434861Z [00:02:10.907]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T21:35:15.4445142Z [00:02:10.908]➜  html
2025-08-20T21:35:15.4445621Z [00:02:10.908]➜  mkdir -p $WORK/b167/
2025-08-20T21:35:15.4446357Z [00:02:10.908]➜  cat >/tmp/go-build2004036841/b167/importcfg << 'EOF' # internal
2025-08-20T21:35:15.4447050Z [00:02:10.908]➜  # import config
2025-08-20T21:35:15.4448228Z [00:02:10.908]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:15.4448994Z [00:02:10.908]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:15.4449807Z [00:02:10.908]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:15.4450419Z [00:02:10.908]➜  EOF
2025-08-20T21:35:15.4453127Z [00:02:10.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b167=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid Y35p46kOumeGfB2fxVra/Y35p46kOumeGfB2fxVra -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:15.5139760Z [00:02:10.980]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:35:15.5161519Z [00:02:10.983]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:35:15.5174651Z [00:02:10.984]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d # internal
2025-08-20T21:35:15.5222096Z [00:02:10.989]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:35:15.5259175Z [00:02:10.992]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b153/aes_amd64.o ./aes_amd64.s
2025-08-20T21:35:15.5271330Z [00:02:10.994]➜  hash/crc32
2025-08-20T21:35:15.5273740Z [00:02:10.994]➜  mkdir -p $WORK/b175/
2025-08-20T21:35:15.5281799Z [00:02:10.995]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T21:35:15.5294758Z [00:02:10.996]➜  echo -n > $WORK/b175/go_asm.h # internal
2025-08-20T21:35:15.5306740Z [00:02:10.997]➜  io/fs
2025-08-20T21:35:15.5307422Z [00:02:10.997]➜  mkdir -p $WORK/b057/
2025-08-20T21:35:15.5308676Z [00:02:10.998]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:35:15.5319373Z [00:02:10.998]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b175/symabis ./crc32_amd64.s
2025-08-20T21:35:15.5326146Z [00:02:10.999]➜  cat >/tmp/go-build2004036841/b057/importcfg << 'EOF' # internal
2025-08-20T21:35:15.5327047Z [00:02:10.999]➜  # import config
2025-08-20T21:35:15.5327884Z [00:02:10.999]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.5329116Z [00:02:10.999]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:15.5330237Z [00:02:10.999]➜  packagefile internal/oserror=/tmp/go-build2004036841/b058/_pkg_.a
2025-08-20T21:35:15.5331265Z [00:02:10.999]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:15.5332190Z [00:02:10.999]➜  packagefile path=/tmp/go-build2004036841/b059/_pkg_.a
2025-08-20T21:35:15.5333131Z [00:02:10.999]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:15.5334074Z [00:02:10.999]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:15.5335022Z [00:02:10.999]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:15.5335794Z [00:02:10.999]➜  EOF
2025-08-20T21:35:15.5336360Z [00:02:11.000]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:15.5340660Z [00:02:11.000]➜  /root/.go/pkg/tool/linux_amd64/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 pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -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:15.5451155Z [00:02:11.011]➜  cat >/tmp/go-build2004036841/b175/importcfg << 'EOF' # internal
2025-08-20T21:35:15.5451974Z [00:02:11.011]➜  # import config
2025-08-20T21:35:15.5452645Z [00:02:11.011]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.5453542Z [00:02:11.011]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:15.5454540Z [00:02:11.011]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:15.5455517Z [00:02:11.011]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:15.5456374Z [00:02:11.011]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:15.5457194Z [00:02:11.011]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:15.5457846Z [00:02:11.011]➜  EOF
2025-08-20T21:35:15.5461753Z [00:02:11.011]➜  /root/.go/pkg/tool/linux_amd64/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 OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -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_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T21:35:15.5465201Z [00:02:11.011]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:35:15.5467589Z [00:02:11.011]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b153/ctr_amd64.o ./ctr_amd64.s
2025-08-20T21:35:15.5542399Z [00:02:11.021]➜  go tool pack r $WORK/b153/_pkg_.a $WORK/b153/aes_amd64.o $WORK/b153/ctr_amd64.o # internal
2025-08-20T21:35:15.5543370Z [00:02:11.021]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:35:15.5555844Z [00:02:11.022]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T21:35:15.5587900Z [00:02:11.025]➜  internal/poll
2025-08-20T21:35:15.5590484Z [00:02:11.025]➜  mkdir -p $WORK/b064/
2025-08-20T21:35:15.5613876Z [00:02:11.028]➜  cat >/tmp/go-build2004036841/b064/importcfg << 'EOF' # internal
2025-08-20T21:35:15.5616102Z [00:02:11.028]➜  # import config
2025-08-20T21:35:15.5616795Z [00:02:11.028]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.5617703Z [00:02:11.028]➜  packagefile internal/itoa=/tmp/go-build2004036841/b049/_pkg_.a
2025-08-20T21:35:15.5618966Z [00:02:11.028]➜  packagefile internal/syscall/unix=/tmp/go-build2004036841/b065/_pkg_.a
2025-08-20T21:35:15.5619909Z [00:02:11.028]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:15.5620759Z [00:02:11.028]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:15.5621589Z [00:02:11.028]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:15.5622451Z [00:02:11.028]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:15.5623300Z [00:02:11.028]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:15.5624138Z [00:02:11.028]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:15.5624745Z [00:02:11.028]➜  EOF
2025-08-20T21:35:15.5625282Z [00:02:11.028]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:15.5634986Z [00:02:11.028]➜  /root/.go/pkg/tool/linux_amd64/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 aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -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:15.6354995Z [00:02:11.102]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:35:15.6373154Z [00:02:11.104]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b175/crc32_amd64.o ./crc32_amd64.s
2025-08-20T21:35:15.6434739Z [00:02:11.110]➜  go tool pack r $WORK/b175/_pkg_.a $WORK/b175/crc32_amd64.o # internal
2025-08-20T21:35:15.6437610Z [00:02:11.110]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:35:15.6451481Z [00:02:11.112]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T21:35:15.6455572Z [00:02:11.112]➜  context
2025-08-20T21:35:15.6456029Z [00:02:11.112]➜  mkdir -p $WORK/b084/
2025-08-20T21:35:15.6469742Z [00:02:11.113]➜  cat >/tmp/go-build2004036841/b084/importcfg << 'EOF' # internal
2025-08-20T21:35:15.6482545Z [00:02:11.113]➜  # import config
2025-08-20T21:35:15.6483276Z [00:02:11.113]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.6484239Z [00:02:11.113]➜  packagefile internal/reflectlite=/tmp/go-build2004036841/b005/_pkg_.a
2025-08-20T21:35:15.6485011Z [00:02:11.113]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:15.6485769Z [00:02:11.113]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:15.6486578Z [00:02:11.113]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:15.6487189Z [00:02:11.113]➜  EOF
2025-08-20T21:35:15.6487706Z [00:02:11.113]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:15.6490575Z [00:02:11.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b084=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:35:15.6570426Z [00:02:11.121]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:35:15.6586444Z [00:02:11.123]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T21:35:15.6587489Z [00:02:11.123]➜  internal/filepathlite
2025-08-20T21:35:15.6588159Z [00:02:11.123]➜  mkdir -p $WORK/b056/
2025-08-20T21:35:15.6588837Z [00:02:11.124]➜  cat >/tmp/go-build2004036841/b056/importcfg << 'EOF' # internal
2025-08-20T21:35:15.6589412Z [00:02:11.124]➜  # import config
2025-08-20T21:35:15.6589957Z [00:02:11.124]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.6590680Z [00:02:11.124]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:15.6591567Z [00:02:11.124]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:15.6592352Z [00:02:11.124]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:15.6593333Z [00:02:11.124]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:15.6593830Z [00:02:11.124]➜  EOF
2025-08-20T21:35:15.6602502Z [00:02:11.126]➜  /root/.go/pkg/tool/linux_amd64/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 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -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:15.6997752Z [00:02:11.166]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:35:15.7012035Z [00:02:11.168]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T21:35:15.7016316Z [00:02:11.168]➜  github.com/zyedidia/glob
2025-08-20T21:35:15.7016933Z [00:02:11.168]➜  mkdir -p $WORK/b178/
2025-08-20T21:35:15.7026238Z [00:02:11.169]➜  cat >/tmp/go-build2004036841/b178/importcfg << 'EOF' # internal
2025-08-20T21:35:15.7029073Z [00:02:11.169]➜  # import config
2025-08-20T21:35:15.7029761Z [00:02:11.169]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:15.7030417Z [00:02:11.169]➜  EOF
2025-08-20T21:35:15.7034521Z [00:02:11.169]➜  /root/.go/pkg/tool/linux_amd64/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 bhFZ28t_xgMdH2jghGVI/bhFZ28t_xgMdH2jghGVI -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:15.7163779Z [00:02:11.183]➜  cd /root/.go/src/reflect
2025-08-20T21:35:15.7167089Z [00:02:11.183]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b048/asm_amd64.o ./asm_amd64.s
2025-08-20T21:35:15.7289764Z [00:02:11.196]➜  go tool pack r $WORK/b048/_pkg_.a $WORK/b048/asm_amd64.o # internal
2025-08-20T21:35:15.7292133Z [00:02:11.196]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:35:15.7331064Z [00:02:11.200]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:35:15.7378966Z [00:02:11.204]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T21:35:15.7385249Z [00:02:11.205]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:35:15.7386658Z [00:02:11.205]➜  mkdir -p $WORK/b184/
2025-08-20T21:35:15.7394290Z [00:02:11.206]➜  cat >/tmp/go-build2004036841/b184/importcfg << 'EOF' # internal
2025-08-20T21:35:15.7397166Z [00:02:11.206]➜  # import config
2025-08-20T21:35:15.7401139Z [00:02:11.206]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.7401766Z [00:02:11.206]➜  EOF
2025-08-20T21:35:15.7402257Z [00:02:11.206]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:15.7405778Z [00:02:11.206]➜  /root/.go/pkg/tool/linux_amd64/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 RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -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:15.7412932Z [00:02:11.208]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T21:35:15.7427637Z [00:02:11.209]➜  encoding/binary
2025-08-20T21:35:15.7428681Z [00:02:11.209]➜  mkdir -p $WORK/b046/
2025-08-20T21:35:15.7429415Z [00:02:11.209]➜  cat >/tmp/go-build2004036841/b046/importcfg << 'EOF' # internal
2025-08-20T21:35:15.7430106Z [00:02:11.209]➜  # import config
2025-08-20T21:35:15.7430747Z [00:02:11.209]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.7431493Z [00:02:11.209]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:15.7432277Z [00:02:11.209]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:15.7433082Z [00:02:11.209]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:15.7433941Z [00:02:11.209]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:15.7434785Z [00:02:11.209]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:15.7435402Z [00:02:11.209]➜  EOF
2025-08-20T21:35:15.7438985Z [00:02:11.209]➜  /root/.go/pkg/tool/linux_amd64/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 YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -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:15.7690446Z [00:02:11.235]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:35:15.7711934Z [00:02:11.238]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/d9/d98e240bfb0234b87aa2356332e43e3a6fb2f9b2a87417e839289049dc19c263-d # internal
2025-08-20T21:35:15.7725948Z [00:02:11.238]➜  internal/fmtsort
2025-08-20T21:35:15.7726482Z [00:02:11.238]➜  mkdir -p $WORK/b054/
2025-08-20T21:35:15.7727200Z [00:02:11.238]➜  cat >/tmp/go-build2004036841/b054/importcfg << 'EOF' # internal
2025-08-20T21:35:15.7728430Z [00:02:11.238]➜  # import config
2025-08-20T21:35:15.7729138Z [00:02:11.238]➜  packagefile cmp=/tmp/go-build2004036841/b052/_pkg_.a
2025-08-20T21:35:15.7729981Z [00:02:11.238]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:15.7730805Z [00:02:11.238]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:15.7731427Z [00:02:11.238]➜  EOF
2025-08-20T21:35:15.7734334Z [00:02:11.238]➜  /root/.go/pkg/tool/linux_amd64/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 cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:35:15.8448654Z [00:02:11.311]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:35:15.8467012Z [00:02:11.313]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T21:35:15.8469423Z [00:02:11.314]➜  internal/singleflight
2025-08-20T21:35:15.8471502Z [00:02:11.314]➜  mkdir -p $WORK/b186/
2025-08-20T21:35:15.8475304Z [00:02:11.314]➜  cat >/tmp/go-build2004036841/b186/importcfg << 'EOF' # internal
2025-08-20T21:35:15.8476017Z [00:02:11.314]➜  # import config
2025-08-20T21:35:15.8477337Z [00:02:11.314]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:15.8479294Z [00:02:11.314]➜  EOF
2025-08-20T21:35:15.8482783Z [00:02:11.314]➜  /root/.go/pkg/tool/linux_amd64/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 g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:35:15.8690147Z [00:02:11.335]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:35:15.8699647Z [00:02:11.336]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T21:35:15.8701955Z [00:02:11.337]➜  unique
2025-08-20T21:35:15.8703634Z [00:02:11.337]➜  mkdir -p $WORK/b188/
2025-08-20T21:35:15.8710024Z [00:02:11.338]➜  cat >/tmp/go-build2004036841/b188/importcfg << 'EOF' # internal
2025-08-20T21:35:15.8712219Z [00:02:11.338]➜  # import config
2025-08-20T21:35:15.8713378Z [00:02:11.338]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:15.8714993Z [00:02:11.338]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:15.8716310Z [00:02:11.338]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:15.8717718Z [00:02:11.338]➜  packagefile internal/sync=/tmp/go-build2004036841/b036/_pkg_.a
2025-08-20T21:35:15.8719706Z [00:02:11.338]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:15.8720957Z [00:02:11.338]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:15.8722959Z [00:02:11.338]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:15.8723877Z [00:02:11.338]➜  packagefile weak=/tmp/go-build2004036841/b189/_pkg_.a
2025-08-20T21:35:15.8724518Z [00:02:11.338]➜  EOF
2025-08-20T21:35:15.8727795Z [00:02:11.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b188=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -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:15.8861726Z [00:02:11.353]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:35:15.8962508Z [00:02:11.363]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T21:35:15.8978520Z [00:02:11.364]➜  os
2025-08-20T21:35:15.8983798Z [00:02:11.365]➜  mkdir -p $WORK/b055/
2025-08-20T21:35:15.8995735Z [00:02:11.366]➜  cat >/tmp/go-build2004036841/b055/importcfg << 'EOF' # internal
2025-08-20T21:35:15.8997148Z [00:02:11.366]➜  # import config
2025-08-20T21:35:15.8999691Z [00:02:11.366]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:15.9000888Z [00:02:11.366]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:15.9006555Z [00:02:11.366]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:15.9007712Z [00:02:11.366]➜  packagefile internal/filepathlite=/tmp/go-build2004036841/b056/_pkg_.a
2025-08-20T21:35:15.9008928Z [00:02:11.366]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:15.9009953Z [00:02:11.366]➜  packagefile internal/itoa=/tmp/go-build2004036841/b049/_pkg_.a
2025-08-20T21:35:15.9010941Z [00:02:11.366]➜  packagefile internal/poll=/tmp/go-build2004036841/b064/_pkg_.a
2025-08-20T21:35:15.9012005Z [00:02:11.366]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:15.9013091Z [00:02:11.366]➜  packagefile internal/syscall/execenv=/tmp/go-build2004036841/b066/_pkg_.a
2025-08-20T21:35:15.9014211Z [00:02:11.366]➜  packagefile internal/syscall/unix=/tmp/go-build2004036841/b065/_pkg_.a
2025-08-20T21:35:15.9015287Z [00:02:11.366]➜  packagefile internal/testlog=/tmp/go-build2004036841/b067/_pkg_.a
2025-08-20T21:35:15.9016213Z [00:02:11.366]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:15.9017044Z [00:02:11.366]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:15.9017908Z [00:02:11.366]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:15.9020560Z [00:02:11.366]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:15.9021460Z [00:02:11.366]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:15.9022778Z [00:02:11.366]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:15.9023694Z [00:02:11.366]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:15.9024570Z [00:02:11.366]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:15.9025185Z [00:02:11.366]➜  EOF
2025-08-20T21:35:15.9043390Z [00:02:11.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b055=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -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:15.9835224Z [00:02:11.450]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:35:15.9888727Z [00:02:11.455]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T21:35:15.9934583Z [00:02:11.460]➜  golang.org/x/sys/unix
2025-08-20T21:35:15.9941380Z [00:02:11.461]➜  mkdir -p $WORK/b074/
2025-08-20T21:35:15.9950250Z [00:02:11.462]➜  echo -n > $WORK/b074/go_asm.h # internal
2025-08-20T21:35:15.9955282Z [00:02:11.462]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix
2025-08-20T21:35:15.9960030Z [00:02:11.462]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b074/symabis ./asm_linux_amd64.s
2025-08-20T21:35:16.0021415Z [00:02:11.469]➜  cat >/tmp/go-build2004036841/b074/importcfg << 'EOF' # internal
2025-08-20T21:35:16.0065158Z [00:02:11.469]➜  # import config
2025-08-20T21:35:16.0065804Z [00:02:11.469]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:16.0066632Z [00:02:11.469]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:16.0067512Z [00:02:11.469]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:16.0068473Z [00:02:11.469]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:16.0069264Z [00:02:11.469]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:16.0070086Z [00:02:11.469]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:16.0070934Z [00:02:11.469]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:16.0073416Z [00:02:11.469]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:16.0074336Z [00:02:11.469]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:16.0075084Z [00:02:11.469]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:16.0075943Z [00:02:11.469]➜  EOF
2025-08-20T21:35:16.0076427Z [00:02:11.469]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:16.0096102Z [00:02:11.469]➜  /root/.go/pkg/tool/linux_amd64/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 ahFnJ93EG1pMiqpvnSlF/ahFnJ93EG1pMiqpvnSlF -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_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_linux_amd64_gc.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_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zptrace_x86_linux.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_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zsysnum_linux_amd64.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_amd64.go
2025-08-20T21:35:16.0116778Z [00:02:11.474]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:35:16.0121506Z [00:02:11.477]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T21:35:16.0122695Z [00:02:11.477]➜  net/netip
2025-08-20T21:35:16.0123170Z [00:02:11.477]➜  mkdir -p $WORK/b187/
2025-08-20T21:35:16.0123923Z [00:02:11.479]➜  cat >/tmp/go-build2004036841/b187/importcfg << 'EOF' # internal
2025-08-20T21:35:16.0124570Z [00:02:11.479]➜  # import config
2025-08-20T21:35:16.0125196Z [00:02:11.479]➜  packagefile cmp=/tmp/go-build2004036841/b052/_pkg_.a
2025-08-20T21:35:16.0126012Z [00:02:11.479]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:16.0126940Z [00:02:11.479]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:16.0128499Z [00:02:11.479]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:16.0129519Z [00:02:11.479]➜  packagefile internal/itoa=/tmp/go-build2004036841/b049/_pkg_.a
2025-08-20T21:35:16.0130381Z [00:02:11.479]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:16.0131208Z [00:02:11.479]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:16.0132061Z [00:02:11.479]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:16.0132873Z [00:02:11.479]➜  packagefile unique=/tmp/go-build2004036841/b188/_pkg_.a
2025-08-20T21:35:16.0133512Z [00:02:11.479]➜  EOF
2025-08-20T21:35:16.0136474Z [00:02:11.479]➜  /root/.go/pkg/tool/linux_amd64/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 T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -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:16.1021817Z [00:02:11.569]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:35:16.1067952Z [00:02:11.573]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T21:35:16.1143634Z [00:02:11.581]➜  runtime/cgo
2025-08-20T21:35:16.1146498Z [00:02:11.581]➜  mkdir -p $WORK/b190/
2025-08-20T21:35:16.1151417Z [00:02:11.582]➜  echo -n > $WORK/b190/preferlinkext # internal
2025-08-20T21:35:16.1155750Z [00:02:11.582]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:16.1158646Z [00:02:11.582]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/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:16.1381027Z [00:02:11.604]➜  cd $WORK
2025-08-20T21:35:16.1401598Z [00:02:11.607]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:35:16.1629471Z [00:02:11.629]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:35:16.1865745Z [00:02:11.653]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T21:35:16.2647651Z [00:02:11.731]➜  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:16.3038627Z [00:02:11.770]➜  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:16.3424476Z [00:02:11.809]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:35:16.3821176Z [00:02:11.848]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -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:16.4169679Z [00:02:11.883]➜  cd $WORK/b190
2025-08-20T21:35:16.4177648Z [00:02:11.884]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x001.o -c _cgo_export.c
2025-08-20T21:35:16.4223189Z [00:02:11.889]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:35:16.4355418Z [00:02:11.902]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T21:35:16.4440956Z [00:02:11.910]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:35:16.4444114Z [00:02:11.910]➜  mkdir -p $WORK/b206/
2025-08-20T21:35:16.4450567Z [00:02:11.912]➜  cat >/tmp/go-build2004036841/b206/importcfg << 'EOF' # internal
2025-08-20T21:35:16.4451877Z [00:02:11.912]➜  # import config
2025-08-20T21:35:16.4452855Z [00:02:11.912]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:16.4471499Z [00:02:11.912]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:16.4472566Z [00:02:11.912]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:16.4473480Z [00:02:11.912]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:16.4474158Z [00:02:11.912]➜  EOF
2025-08-20T21:35:16.4477114Z [00:02:11.914]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x002.o -c cgo.cgo2.c
2025-08-20T21:35:16.4479844Z [00:02:11.914]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:16.4491088Z [00:02:11.914]➜  /root/.go/pkg/tool/linux_amd64/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 aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -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.4833470Z [00:02:11.950]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:16.4839095Z [00:02:11.950]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x003.o -c gcc_context.c
2025-08-20T21:35:16.5257046Z [00:02:11.992]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x004.o -c gcc_fatalf.c
2025-08-20T21:35:16.5680807Z [00:02:12.034]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x005.o -c gcc_libinit.c
2025-08-20T21:35:16.5759744Z [00:02:12.042]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:35:16.5881192Z [00:02:12.052]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T21:35:16.5888598Z [00:02:12.055]➜  fmt
2025-08-20T21:35:16.5891379Z [00:02:12.055]➜  mkdir -p $WORK/b053/
2025-08-20T21:35:16.5894598Z [00:02:12.055]➜  cat >/tmp/go-build2004036841/b053/importcfg << 'EOF' # internal
2025-08-20T21:35:16.5895398Z [00:02:12.055]➜  # import config
2025-08-20T21:35:16.5896790Z [00:02:12.055]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:16.5898544Z [00:02:12.055]➜  packagefile internal/fmtsort=/tmp/go-build2004036841/b054/_pkg_.a
2025-08-20T21:35:16.5899945Z [00:02:12.055]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:16.5902973Z [00:02:12.055]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:16.5903779Z [00:02:12.055]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:16.5904605Z [00:02:12.055]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:16.5905446Z [00:02:12.055]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:16.5906374Z [00:02:12.055]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:16.5907233Z [00:02:12.055]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:16.5908284Z [00:02:12.055]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:16.5909011Z [00:02:12.055]➜  EOF
2025-08-20T21:35:16.5909574Z [00:02:12.055]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:16.5913153Z [00:02:12.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b053=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -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:16.6264518Z [00:02:12.093]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:16.6269796Z [00:02:12.093]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x006.o -c gcc_linux_amd64.c
2025-08-20T21:35:16.6750787Z [00:02:12.141]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x007.o -c gcc_mmap.c
2025-08-20T21:35:16.7292615Z [00:02:12.195]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x008.o -c gcc_setenv.c
2025-08-20T21:35:16.7631675Z [00:02:12.229]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x009.o -c gcc_sigaction.c
2025-08-20T21:35:16.8299604Z [00:02:12.296]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x010.o -c gcc_stack_unix.c
2025-08-20T21:35:16.9224087Z [00:02:12.389]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x011.o -c gcc_traceback.c
2025-08-20T21:35:16.9371819Z [00:02:12.403]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:35:16.9446940Z [00:02:12.411]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T21:35:16.9456589Z [00:02:12.412]➜  io/ioutil
2025-08-20T21:35:16.9463711Z [00:02:12.413]➜  mkdir -p $WORK/b072/
2025-08-20T21:35:16.9472806Z [00:02:12.414]➜  cat >/tmp/go-build2004036841/b072/importcfg << 'EOF' # internal
2025-08-20T21:35:16.9474799Z [00:02:12.414]➜  # import config
2025-08-20T21:35:16.9475784Z [00:02:12.414]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:16.9477856Z [00:02:12.414]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:16.9478839Z [00:02:12.414]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:16.9479655Z [00:02:12.414]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:16.9480508Z [00:02:12.414]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:16.9481150Z [00:02:12.414]➜  EOF
2025-08-20T21:35:16.9493224Z [00:02:12.416]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:16.9501802Z [00:02:12.416]➜  /root/.go/pkg/tool/linux_amd64/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 EEG5fZB88GPgERr2M_6i/EEG5fZB88GPgERr2M_6i -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:16.9741984Z [00:02:12.440]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:16.9752436Z [00:02:12.441]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x012.o -c gcc_util.c
2025-08-20T21:35:17.0182612Z [00:02:12.484]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x013.o -c linux_syscall.c
2025-08-20T21:35:17.0189821Z [00:02:12.486]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:35:17.0205478Z [00:02:12.487]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T21:35:17.0210872Z [00:02:12.487]➜  github.com/mattn/go-runewidth
2025-08-20T21:35:17.0217158Z [00:02:12.488]➜  mkdir -p $WORK/b087/
2025-08-20T21:35:17.0217920Z [00:02:12.488]➜  cat >/tmp/go-build2004036841/b087/importcfg << 'EOF' # internal
2025-08-20T21:35:17.0218754Z [00:02:12.488]➜  # import config
2025-08-20T21:35:17.0219477Z [00:02:12.488]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2004036841/b088/_pkg_.a
2025-08-20T21:35:17.0220429Z [00:02:12.488]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.0221281Z [00:02:12.488]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:17.0227165Z [00:02:12.488]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.0227890Z [00:02:12.488]➜  EOF
2025-08-20T21:35:17.0228698Z [00:02:12.489]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:17.0233250Z [00:02:12.489]➜  /root/.go/pkg/tool/linux_amd64/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 iAP3m10zQ7vRMB3Gr4aC/iAP3m10zQ7vRMB3Gr4aC -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:17.0250792Z [00:02:12.491]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:35:17.0287612Z [00:02:12.495]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T21:35:17.0293915Z [00:02:12.496]➜  encoding/gob
2025-08-20T21:35:17.0295601Z [00:02:12.496]➜  mkdir -p $WORK/b044/
2025-08-20T21:35:17.0309571Z [00:02:12.497]➜  cat >/tmp/go-build2004036841/b044/importcfg << 'EOF' # internal
2025-08-20T21:35:17.0310317Z [00:02:12.497]➜  # import config
2025-08-20T21:35:17.0311009Z [00:02:12.497]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:17.0311867Z [00:02:12.497]➜  packagefile encoding=/tmp/go-build2004036841/b045/_pkg_.a
2025-08-20T21:35:17.0312778Z [00:02:12.497]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:17.0313662Z [00:02:12.497]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.0314462Z [00:02:12.497]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.0315356Z [00:02:12.497]➜  packagefile internal/saferio=/tmp/go-build2004036841/b068/_pkg_.a
2025-08-20T21:35:17.0316234Z [00:02:12.497]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:17.0316999Z [00:02:12.497]➜  packagefile maps=/tmp/go-build2004036841/b069/_pkg_.a
2025-08-20T21:35:17.0317804Z [00:02:12.497]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:17.0318824Z [00:02:12.497]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:17.0319647Z [00:02:12.497]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.0320450Z [00:02:12.497]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:17.0321266Z [00:02:12.497]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:17.0322121Z [00:02:12.497]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:17.0322977Z [00:02:12.497]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:17.0323869Z [00:02:12.497]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:17.0324838Z [00:02:12.497]➜  EOF
2025-08-20T21:35:17.0329872Z [00:02:12.498]➜  /root/.go/pkg/tool/linux_amd64/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 tQ4IcGiejnAcb_G2KZo5/tQ4IcGiejnAcb_G2KZo5 -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:17.0788842Z [00:02:12.545]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:17.0813501Z [00:02:12.548]➜  TERM='dumb' gcc -I . -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_x014.o -c gcc_amd64.S
2025-08-20T21:35:17.0970246Z [00:02:12.563]➜  cd $WORK/b190
2025-08-20T21:35:17.0975427Z [00:02:12.564]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -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=iBW1RfTeOg3zu7emqzxD -o $WORK/b190/_cgo_main.o -c _cgo_main.c
2025-08-20T21:35:17.1012067Z [00:02:12.568]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:35:17.1029155Z [00:02:12.569]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/c0/c0bad15efe507dd697987f99d0afe122140006f70d8278aacf27c2913e34c709-d # internal
2025-08-20T21:35:17.1030297Z [00:02:12.569]➜  flag
2025-08-20T21:35:17.1030748Z [00:02:12.569]➜  mkdir -p $WORK/b070/
2025-08-20T21:35:17.1059611Z [00:02:12.570]➜  cat >/tmp/go-build2004036841/b070/importcfg << 'EOF' # internal
2025-08-20T21:35:17.1060367Z [00:02:12.570]➜  # import config
2025-08-20T21:35:17.1061021Z [00:02:12.570]➜  packagefile encoding=/tmp/go-build2004036841/b045/_pkg_.a
2025-08-20T21:35:17.1061828Z [00:02:12.570]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.1062583Z [00:02:12.570]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.1064514Z [00:02:12.570]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:17.1065477Z [00:02:12.570]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.1066339Z [00:02:12.570]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:17.1067186Z [00:02:12.570]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:17.1068281Z [00:02:12.570]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:17.1069178Z [00:02:12.570]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.1070131Z [00:02:12.570]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.1071711Z [00:02:12.570]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:17.1072536Z [00:02:12.570]➜  EOF
2025-08-20T21:35:17.1073409Z [00:02:12.570]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:17.1076916Z [00:02:12.570]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b070=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:35:17.1234109Z [00:02:12.590]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -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:17.1259314Z [00:02:12.592]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix
2025-08-20T21:35:17.1265498Z [00:02:12.593]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b074/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:35:17.1306853Z [00:02:12.597]➜  go tool pack r $WORK/b074/_pkg_.a $WORK/b074/asm_linux_amd64.o # internal
2025-08-20T21:35:17.1312204Z [00:02:12.598]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:35:17.1468747Z [00:02:12.613]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/ce/cecb4f985314ffcccfbbf5758ee88c52292f1d0559a1560ee19e955a3e21fce7-d # internal
2025-08-20T21:35:17.1470028Z [00:02:12.613]➜  github.com/go-errors/errors
2025-08-20T21:35:17.1470638Z [00:02:12.613]➜  mkdir -p $WORK/b071/
2025-08-20T21:35:17.1483633Z [00:02:12.614]➜  cat >/tmp/go-build2004036841/b071/importcfg << 'EOF' # internal
2025-08-20T21:35:17.1484527Z [00:02:12.614]➜  # import config
2025-08-20T21:35:17.1485250Z [00:02:12.614]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:17.1486130Z [00:02:12.614]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.1487013Z [00:02:12.614]➜  packagefile io/ioutil=/tmp/go-build2004036841/b072/_pkg_.a
2025-08-20T21:35:17.1488444Z [00:02:12.614]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:17.1489392Z [00:02:12.614]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:17.1490275Z [00:02:12.614]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.1491097Z [00:02:12.614]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.1491739Z [00:02:12.614]➜  EOF
2025-08-20T21:35:17.1492268Z [00:02:12.614]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:17.1497950Z [00:02:12.614]➜  /root/.go/pkg/tool/linux_amd64/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 26-NSHl6so_U7W5hVeNa/26-NSHl6so_U7W5hVeNa -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:17.2144832Z [00:02:12.681]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:35:17.2156656Z [00:02:12.682]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/43/434f57195134d791d3f27198ccacef21ee6c4d71f3bf71999787168b7825d3c1-d # internal
2025-08-20T21:35:17.2164670Z [00:02:12.683]➜  github.com/mattn/go-isatty
2025-08-20T21:35:17.2169956Z [00:02:12.683]➜  mkdir -p $WORK/b073/
2025-08-20T21:35:17.2170744Z [00:02:12.683]➜  cat >/tmp/go-build2004036841/b073/importcfg << 'EOF' # internal
2025-08-20T21:35:17.2171450Z [00:02:12.683]➜  # import config
2025-08-20T21:35:17.2176798Z [00:02:12.683]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2004036841/b074/_pkg_.a
2025-08-20T21:35:17.2177532Z [00:02:12.683]➜  EOF
2025-08-20T21:35:17.2181519Z [00:02:12.683]➜  /root/.go/pkg/tool/linux_amd64/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 npgx4eicmZuWwWS3MIBq/npgx4eicmZuWwWS3MIBq -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:17.2188759Z [00:02:12.683]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -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:17.2192697Z [00:02:12.683]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b190/_cgo_.o -dynout $WORK/b190/_cgo_import.go -dynlinker
2025-08-20T21:35:17.2253063Z [00:02:12.692]➜  echo -n > $WORK/b190/go_asm.h # internal
2025-08-20T21:35:17.2254711Z [00:02:12.692]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:17.2263006Z [00:02:12.693]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b190/symabis ./asm_amd64.s
2025-08-20T21:35:17.2341460Z [00:02:12.701]➜  cat >/tmp/go-build2004036841/b190/importcfg << 'EOF' # internal
2025-08-20T21:35:17.2344854Z [00:02:12.701]➜  # import config
2025-08-20T21:35:17.2345689Z [00:02:12.701]➜  packagefile internal/runtime/sys=/tmp/go-build2004036841/b031/_pkg_.a
2025-08-20T21:35:17.2346686Z [00:02:12.701]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:17.2347895Z [00:02:12.701]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:17.2348879Z [00:02:12.701]➜  EOF
2025-08-20T21:35:17.2349432Z [00:02:12.701]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:17.2355080Z [00:02:12.701]➜  /root/.go/pkg/tool/linux_amd64/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 iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -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:17.2562539Z [00:02:12.723]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:35:17.2577216Z [00:02:12.724]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/c7/c773eb1738b1e8951aa0857722b6d6776dfc6f6e33923e87a875a1a7c13ef44d-d # internal
2025-08-20T21:35:17.2580747Z [00:02:12.725]➜  database/sql/driver
2025-08-20T21:35:17.2584497Z [00:02:12.725]➜  mkdir -p $WORK/b083/
2025-08-20T21:35:17.2591946Z [00:02:12.726]➜  cat >/tmp/go-build2004036841/b083/importcfg << 'EOF' # internal
2025-08-20T21:35:17.2593972Z [00:02:12.726]➜  # import config
2025-08-20T21:35:17.2595989Z [00:02:12.726]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:17.2598344Z [00:02:12.726]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.2599188Z [00:02:12.726]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.2600038Z [00:02:12.726]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:17.2600923Z [00:02:12.726]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.2602124Z [00:02:12.726]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:17.2602748Z [00:02:12.726]➜  EOF
2025-08-20T21:35:17.2605846Z [00:02:12.726]➜  /root/.go/pkg/tool/linux_amd64/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 INg8tgFsvmSkfhWpsAAf/INg8tgFsvmSkfhWpsAAf -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:17.2611302Z [00:02:12.728]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:35:17.2639464Z [00:02:12.730]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T21:35:17.2644807Z [00:02:12.731]➜  github.com/micro-editor/tcell/v2/terminfo
2025-08-20T21:35:17.2645630Z [00:02:12.731]➜  mkdir -p $WORK/b091/
2025-08-20T21:35:17.2654952Z [00:02:12.732]➜  cat >/tmp/go-build2004036841/b091/importcfg << 'EOF' # internal
2025-08-20T21:35:17.2655651Z [00:02:12.732]➜  # import config
2025-08-20T21:35:17.2656338Z [00:02:12.732]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:17.2657223Z [00:02:12.732]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.2658275Z [00:02:12.732]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.2659102Z [00:02:12.732]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:17.2659931Z [00:02:12.732]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.2660764Z [00:02:12.732]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.2661603Z [00:02:12.732]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.2662666Z [00:02:12.732]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:17.2663526Z [00:02:12.732]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:17.2664154Z [00:02:12.732]➜  EOF
2025-08-20T21:35:17.2667924Z [00:02:12.732]➜  /root/.go/pkg/tool/linux_amd64/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 kJ7cNzrUcIA-vP0D_aj6/kJ7cNzrUcIA-vP0D_aj6 -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:17.3685545Z [00:02:12.835]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b190/abi_GOARCH.h
2025-08-20T21:35:17.3687814Z [00:02:12.835]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:35:17.3689745Z [00:02:12.835]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b190/asm_amd64.o ./asm_amd64.s
2025-08-20T21:35:17.3729904Z [00:02:12.840]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:35:17.3754789Z [00:02:12.842]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d # internal
2025-08-20T21:35:17.3763826Z [00:02:12.843]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T21:35:17.3767890Z [00:02:12.843]➜  mkdir -p $WORK/b082/
2025-08-20T21:35:17.3776693Z [00:02:12.844]➜  go tool pack r $WORK/b190/_pkg_.a $WORK/b190/asm_amd64.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:17.3782745Z [00:02:12.845]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:35:17.3790009Z [00:02:12.845]➜  cat >/tmp/go-build2004036841/b082/importcfg << 'EOF' # internal
2025-08-20T21:35:17.3792683Z [00:02:12.845]➜  # import config
2025-08-20T21:35:17.3796485Z [00:02:12.845]➜  packagefile database/sql/driver=/tmp/go-build2004036841/b083/_pkg_.a
2025-08-20T21:35:17.3801028Z [00:02:12.845]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.3802979Z [00:02:12.845]➜  packagefile image/color=/tmp/go-build2004036841/b085/_pkg_.a
2025-08-20T21:35:17.3804931Z [00:02:12.845]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:17.3806130Z [00:02:12.845]➜  packagefile math/rand=/tmp/go-build2004036841/b086/_pkg_.a
2025-08-20T21:35:17.3807336Z [00:02:12.845]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:17.3809089Z [00:02:12.845]➜  EOF
2025-08-20T21:35:17.3809997Z [00:02:12.846]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:17.3817517Z [00:02:12.847]➜  /root/.go/pkg/tool/linux_amd64/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 CPjjOy08PvVDtpkyK6tw/CPjjOy08PvVDtpkyK6tw -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:17.3861514Z [00:02:12.853]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T21:35:17.3893278Z [00:02:12.856]➜  path/filepath
2025-08-20T21:35:17.3897665Z [00:02:12.856]➜  mkdir -p $WORK/b100/
2025-08-20T21:35:17.3907084Z [00:02:12.857]➜  cat >/tmp/go-build2004036841/b100/importcfg << 'EOF' # internal
2025-08-20T21:35:17.3908597Z [00:02:12.857]➜  # import config
2025-08-20T21:35:17.3909438Z [00:02:12.857]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.3910334Z [00:02:12.857]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:17.3911296Z [00:02:12.857]➜  packagefile internal/filepathlite=/tmp/go-build2004036841/b056/_pkg_.a
2025-08-20T21:35:17.3912218Z [00:02:12.857]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:17.3913011Z [00:02:12.857]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.3913819Z [00:02:12.857]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:17.3914686Z [00:02:12.857]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:17.3915530Z [00:02:12.857]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.3916359Z [00:02:12.857]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:17.3917233Z [00:02:12.857]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:17.3917891Z [00:02:12.857]➜  EOF
2025-08-20T21:35:17.3921898Z [00:02:12.858]➜  /root/.go/pkg/tool/linux_amd64/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 O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -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:17.4050859Z [00:02:12.872]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:35:17.4070898Z [00:02:12.874]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/eb/eb7ac329c11812a5a2b80c1072039c69467c8b649238b39e69ea361695b9c16c-d # internal
2025-08-20T21:35:17.4076386Z [00:02:12.874]➜  github.com/micro-editor/tcell/v2/terminfo/a/ansi
2025-08-20T21:35:17.4079903Z [00:02:12.875]➜  mkdir -p $WORK/b093/
2025-08-20T21:35:17.4086943Z [00:02:12.875]➜  cat >/tmp/go-build2004036841/b093/importcfg << 'EOF' # internal
2025-08-20T21:35:17.4087617Z [00:02:12.875]➜  # import config
2025-08-20T21:35:17.4089375Z [00:02:12.875]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.4090275Z [00:02:12.875]➜  EOF
2025-08-20T21:35:17.4097854Z [00:02:12.876]➜  /root/.go/pkg/tool/linux_amd64/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 eMKUFcWxXOuhCeqhXiCx/eMKUFcWxXOuhCeqhXiCx -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:17.4323899Z [00:02:12.899]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:35:17.4329357Z [00:02:12.899]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/e0/e088ab9498b09082ce2a9fef6617541cc717a0bbf3c0a84d4cc2754082a178bf-d # internal
2025-08-20T21:35:17.4333760Z [00:02:12.900]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt100
2025-08-20T21:35:17.4334557Z [00:02:12.900]➜  mkdir -p $WORK/b094/
2025-08-20T21:35:17.4336902Z [00:02:12.900]➜  cat >/tmp/go-build2004036841/b094/importcfg << 'EOF' # internal
2025-08-20T21:35:17.4341084Z [00:02:12.900]➜  # import config
2025-08-20T21:35:17.4343722Z [00:02:12.900]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.4344656Z [00:02:12.900]➜  EOF
2025-08-20T21:35:17.4348940Z [00:02:12.901]➜  /root/.go/pkg/tool/linux_amd64/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 Y6H6J13cNlS51gMXb58K/Y6H6J13cNlS51gMXb58K -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:17.4514689Z [00:02:12.918]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:35:17.4523061Z [00:02:12.919]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/a4/a4becdb965a5756b3d42efbbc671ee6df1546dcb6775325bffdf2a866c56b7b7-d # internal
2025-08-20T21:35:17.4526320Z [00:02:12.919]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt102
2025-08-20T21:35:17.4529049Z [00:02:12.919]➜  mkdir -p $WORK/b095/
2025-08-20T21:35:17.4534907Z [00:02:12.920]➜  cat >/tmp/go-build2004036841/b095/importcfg << 'EOF' # internal
2025-08-20T21:35:17.4535968Z [00:02:12.920]➜  # import config
2025-08-20T21:35:17.4537064Z [00:02:12.920]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.4605657Z [00:02:12.920]➜  EOF
2025-08-20T21:35:17.4611917Z [00:02:12.922]➜  /root/.go/pkg/tool/linux_amd64/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 7JFgG44ch2clwxFoXCZs/7JFgG44ch2clwxFoXCZs -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:17.4844932Z [00:02:12.951]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:35:17.4851257Z [00:02:12.951]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/68/683de2f5554f822880ff774c2972be670583756f9abdd43b1880962d0a8defd7-d # internal
2025-08-20T21:35:17.4856661Z [00:02:12.952]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt220
2025-08-20T21:35:17.4861278Z [00:02:12.952]➜  mkdir -p $WORK/b096/
2025-08-20T21:35:17.4862055Z [00:02:12.952]➜  cat >/tmp/go-build2004036841/b096/importcfg << 'EOF' # internal
2025-08-20T21:35:17.4862759Z [00:02:12.953]➜  # import config
2025-08-20T21:35:17.4863678Z [00:02:12.953]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.4864530Z [00:02:12.953]➜  EOF
2025-08-20T21:35:17.4868818Z [00:02:12.953]➜  /root/.go/pkg/tool/linux_amd64/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 s-2cSHv-lCoIq39EZo5q/s-2cSHv-lCoIq39EZo5q -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:17.5103884Z [00:02:12.977]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:35:17.5108398Z [00:02:12.977]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/87/87bbbfc2b4ef564bcb83c4854872112e636e700d25eeae9b2441ac4eb6907de9-d # internal
2025-08-20T21:35:17.5122931Z [00:02:12.979]➜  github.com/micro-editor/tcell/v2/terminfo/x/xterm
2025-08-20T21:35:17.5127709Z [00:02:12.979]➜  mkdir -p $WORK/b097/
2025-08-20T21:35:17.5128668Z [00:02:12.979]➜  cat >/tmp/go-build2004036841/b097/importcfg << 'EOF' # internal
2025-08-20T21:35:17.5129400Z [00:02:12.979]➜  # import config
2025-08-20T21:35:17.5130788Z [00:02:12.979]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.5131720Z [00:02:12.979]➜  EOF
2025-08-20T21:35:17.5135654Z [00:02:12.979]➜  /root/.go/pkg/tool/linux_amd64/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 4punYdPjUi_CtEFT3vBu/4punYdPjUi_CtEFT3vBu -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:17.5556650Z [00:02:13.022]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:35:17.5563707Z [00:02:13.023]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/95/954989b127e700134f412ce920a48a135e210eb1774b2a39c8e5d62c367a7b72-d # internal
2025-08-20T21:35:17.5566892Z [00:02:13.023]➜  github.com/micro-editor/tcell/v2/terminfo/base
2025-08-20T21:35:17.5567568Z [00:02:13.023]➜  mkdir -p $WORK/b092/
2025-08-20T21:35:17.5597737Z [00:02:13.026]➜  cat >/tmp/go-build2004036841/b092/importcfg << 'EOF' # internal
2025-08-20T21:35:17.5600653Z [00:02:13.027]➜  # import config
2025-08-20T21:35:17.5601630Z [00:02:13.027]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/ansi=/tmp/go-build2004036841/b093/_pkg_.a
2025-08-20T21:35:17.5603081Z [00:02:13.027]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt100=/tmp/go-build2004036841/b094/_pkg_.a
2025-08-20T21:35:17.5604569Z [00:02:13.027]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt102=/tmp/go-build2004036841/b095/_pkg_.a
2025-08-20T21:35:17.5606022Z [00:02:13.027]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt220=/tmp/go-build2004036841/b096/_pkg_.a
2025-08-20T21:35:17.5607459Z [00:02:13.027]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm=/tmp/go-build2004036841/b097/_pkg_.a
2025-08-20T21:35:17.5608658Z [00:02:13.027]➜  EOF
2025-08-20T21:35:17.5612648Z [00:02:13.027]➜  /root/.go/pkg/tool/linux_amd64/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 fb7aUX2krVXuQrfE-Efa/fb7aUX2krVXuQrfE-Efa -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:17.5638685Z [00:02:13.030]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:35:17.5654713Z [00:02:13.032]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:35:17.5664431Z [00:02:13.033]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/11/11fbef2fc2ec9b25d9bd538e6b624e25c7d21b40d2a2187f2dfe0ff927d9f4c4-d # internal
2025-08-20T21:35:17.5668311Z [00:02:13.033]➜  github.com/micro-editor/tcell/v2/terminfo/a/aixterm
2025-08-20T21:35:17.5669929Z [00:02:13.034]➜  mkdir -p $WORK/b102/
2025-08-20T21:35:17.5675202Z [00:02:13.034]➜  cat >/tmp/go-build2004036841/b102/importcfg << 'EOF' # internal
2025-08-20T21:35:17.5675894Z [00:02:13.034]➜  # import config
2025-08-20T21:35:17.5676795Z [00:02:13.034]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.5677594Z [00:02:13.034]➜  EOF
2025-08-20T21:35:17.5683106Z [00:02:13.035]➜  /root/.go/pkg/tool/linux_amd64/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 NXPdMAcG5lHlcE4v04Ve/NXPdMAcG5lHlcE4v04Ve -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:17.5735729Z [00:02:13.039]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T21:35:17.5739725Z [00:02:13.040]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:35:17.5745907Z [00:02:13.041]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/c0/c0c09cdac8074e7dec403b547c6f7ed42c61db931c10fcd715cec76196379bdf-d # internal
2025-08-20T21:35:17.5752602Z [00:02:13.041]➜  os/exec
2025-08-20T21:35:17.5753078Z [00:02:13.041]➜  mkdir -p $WORK/b099/
2025-08-20T21:35:17.5753795Z [00:02:13.042]➜  github.com/micro-editor/tcell/v2/terminfo/a/alacritty
2025-08-20T21:35:17.5754434Z [00:02:13.042]➜  mkdir -p $WORK/b103/
2025-08-20T21:35:17.5788651Z [00:02:13.045]➜  cat >/tmp/go-build2004036841/b099/importcfg << 'EOF' # internal
2025-08-20T21:35:17.5794078Z [00:02:13.046]➜  # import config
2025-08-20T21:35:17.5794812Z [00:02:13.046]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:17.5795723Z [00:02:13.046]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:17.5796622Z [00:02:13.046]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.5797506Z [00:02:13.046]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:17.5798746Z [00:02:13.046]➜  packagefile internal/syscall/execenv=/tmp/go-build2004036841/b066/_pkg_.a
2025-08-20T21:35:17.5799809Z [00:02:13.046]➜  packagefile internal/syscall/unix=/tmp/go-build2004036841/b065/_pkg_.a
2025-08-20T21:35:17.5800690Z [00:02:13.046]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:17.5801472Z [00:02:13.046]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:17.5802264Z [00:02:13.046]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.5803114Z [00:02:13.046]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:17.5804034Z [00:02:13.046]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:17.5804878Z [00:02:13.046]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.5806081Z [00:02:13.046]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.5806916Z [00:02:13.046]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:17.5807733Z [00:02:13.046]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:17.5808516Z [00:02:13.046]➜  EOF
2025-08-20T21:35:17.5811379Z [00:02:13.046]➜  /root/.go/pkg/tool/linux_amd64/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 KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -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:17.5824099Z [00:02:13.049]➜  cat >/tmp/go-build2004036841/b103/importcfg << 'EOF' # internal
2025-08-20T21:35:17.5825154Z [00:02:13.049]➜  # import config
2025-08-20T21:35:17.5826579Z [00:02:13.049]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.5827821Z [00:02:13.049]➜  EOF
2025-08-20T21:35:17.5832550Z [00:02:13.049]➜  /root/.go/pkg/tool/linux_amd64/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 fvIgNmTTKHgh4rkfqUZc/fvIgNmTTKHgh4rkfqUZc -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:17.5870569Z [00:02:13.053]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:35:17.5879784Z [00:02:13.054]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/ce/ce977f4e9f07bd22feef2d22fa6cf0124718e318a9c4c0e92de848c12bba2c44-d # internal
2025-08-20T21:35:17.5890221Z [00:02:13.055]➜  github.com/micro-editor/tcell/v2/terminfo/b/beterm
2025-08-20T21:35:17.5890934Z [00:02:13.055]➜  mkdir -p $WORK/b104/
2025-08-20T21:35:17.5891667Z [00:02:13.055]➜  cat >/tmp/go-build2004036841/b104/importcfg << 'EOF' # internal
2025-08-20T21:35:17.5892343Z [00:02:13.055]➜  # import config
2025-08-20T21:35:17.5893255Z [00:02:13.055]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.5894108Z [00:02:13.055]➜  EOF
2025-08-20T21:35:17.5898325Z [00:02:13.055]➜  /root/.go/pkg/tool/linux_amd64/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 xISvOD3YbzMDcF2myDTq/xISvOD3YbzMDcF2myDTq -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:17.6018364Z [00:02:13.068]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:35:17.6034223Z [00:02:13.070]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/d3/d363cf181521adb95e1795fddf973a4b39f4a57111208aebb2ed6657613cc6e9-d # internal
2025-08-20T21:35:17.6036243Z [00:02:13.070]➜  github.com/micro-editor/tcell/v2/terminfo/c/cygwin
2025-08-20T21:35:17.6036903Z [00:02:13.070]➜  mkdir -p $WORK/b105/
2025-08-20T21:35:17.6043558Z [00:02:13.071]➜  cat >/tmp/go-build2004036841/b105/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6044413Z [00:02:13.071]➜  # import config
2025-08-20T21:35:17.6045312Z [00:02:13.071]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6046167Z [00:02:13.071]➜  EOF
2025-08-20T21:35:17.6052029Z [00:02:13.071]➜  /root/.go/pkg/tool/linux_amd64/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 VlQsxLr2l2L_P8ABw44g/VlQsxLr2l2L_P8ABw44g -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:17.6085506Z [00:02:13.075]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:35:17.6087815Z [00:02:13.075]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/e5/e5b2f31870c773310fbfacdb34487d029b8f4e9bfb237e64d56e7fcab3d572c2-d # internal
2025-08-20T21:35:17.6092343Z [00:02:13.076]➜  github.com/micro-editor/tcell/v2/terminfo/d/dtterm
2025-08-20T21:35:17.6093014Z [00:02:13.076]➜  mkdir -p $WORK/b106/
2025-08-20T21:35:17.6100120Z [00:02:13.076]➜  cat >/tmp/go-build2004036841/b106/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6100921Z [00:02:13.076]➜  # import config
2025-08-20T21:35:17.6101857Z [00:02:13.076]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6102692Z [00:02:13.076]➜  EOF
2025-08-20T21:35:17.6106728Z [00:02:13.077]➜  /root/.go/pkg/tool/linux_amd64/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 7Ov7OmhgO9UqpfhZS6ah/7Ov7OmhgO9UqpfhZS6ah -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:17.6206763Z [00:02:13.087]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:35:17.6215640Z [00:02:13.088]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/de/ded2dcfb9c0441c43485c00e387a181173527270ecc434067a27478064fa3441-d # internal
2025-08-20T21:35:17.6216991Z [00:02:13.088]➜  github.com/micro-editor/tcell/v2/terminfo/e/emacs
2025-08-20T21:35:17.6217651Z [00:02:13.088]➜  mkdir -p $WORK/b107/
2025-08-20T21:35:17.6241292Z [00:02:13.089]➜  cat >/tmp/go-build2004036841/b107/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6241993Z [00:02:13.089]➜  # import config
2025-08-20T21:35:17.6242906Z [00:02:13.089]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6243748Z [00:02:13.089]➜  EOF
2025-08-20T21:35:17.6247693Z [00:02:13.089]➜  /root/.go/pkg/tool/linux_amd64/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 tF654d56kYga2qmdb-tz/tF654d56kYga2qmdb-tz -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:17.6306817Z [00:02:13.097]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:35:17.6312846Z [00:02:13.098]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/eb/ebb802989ba02ae4d31a43ee6ccba14b5957d5250c8669b616637bf5ec8c2f76-d # internal
2025-08-20T21:35:17.6329520Z [00:02:13.098]➜  github.com/micro-editor/tcell/v2/terminfo/g/gnome
2025-08-20T21:35:17.6330245Z [00:02:13.098]➜  mkdir -p $WORK/b108/
2025-08-20T21:35:17.6330972Z [00:02:13.098]➜  cat >/tmp/go-build2004036841/b108/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6331635Z [00:02:13.098]➜  # import config
2025-08-20T21:35:17.6332519Z [00:02:13.098]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6333381Z [00:02:13.098]➜  EOF
2025-08-20T21:35:17.6337169Z [00:02:13.098]➜  /root/.go/pkg/tool/linux_amd64/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 mrBiRIVYLeeTSlYCjfy-/mrBiRIVYLeeTSlYCjfy- -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:17.6449052Z [00:02:13.111]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:35:17.6459144Z [00:02:13.112]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/0c/0c45c4c1a45d8722b5cb3704f257dce796f0e0deb0867a51058c7ae6417a0377-d # internal
2025-08-20T21:35:17.6460334Z [00:02:13.112]➜  github.com/micro-editor/tcell/v2/terminfo/h/hpterm
2025-08-20T21:35:17.6460988Z [00:02:13.112]➜  mkdir -p $WORK/b109/
2025-08-20T21:35:17.6464394Z [00:02:13.113]➜  cat >/tmp/go-build2004036841/b109/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6466976Z [00:02:13.113]➜  # import config
2025-08-20T21:35:17.6468958Z [00:02:13.113]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6469808Z [00:02:13.113]➜  EOF
2025-08-20T21:35:17.6473756Z [00:02:13.113]➜  /root/.go/pkg/tool/linux_amd64/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 A_jK1JiqQbhDU87l-fss/A_jK1JiqQbhDU87l-fss -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:17.6530167Z [00:02:13.119]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:35:17.6537403Z [00:02:13.120]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/5d/5d4b5fce28587619276ca75fd0fcc232889daf92fcc230357ef478f4d37b92f3-d # internal
2025-08-20T21:35:17.6575249Z [00:02:13.124]➜  github.com/micro-editor/tcell/v2/terminfo/k/konsole
2025-08-20T21:35:17.6575933Z [00:02:13.124]➜  mkdir -p $WORK/b110/
2025-08-20T21:35:17.6576653Z [00:02:13.124]➜  cat >/tmp/go-build2004036841/b110/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6577310Z [00:02:13.124]➜  # import config
2025-08-20T21:35:17.6578565Z [00:02:13.124]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6579389Z [00:02:13.124]➜  EOF
2025-08-20T21:35:17.6583410Z [00:02:13.124]➜  /root/.go/pkg/tool/linux_amd64/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 WY9a_aiM31_lY1QsiDyu/WY9a_aiM31_lY1QsiDyu -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:17.6691113Z [00:02:13.136]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:35:17.6712308Z [00:02:13.138]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/9d/9db04b6dc70e604eaec3a414e60c7ec35f2c5bdc9bf1bf562bde6e5f4b0e2792-d # internal
2025-08-20T21:35:17.6714509Z [00:02:13.138]➜  github.com/micro-editor/tcell/v2/terminfo/k/kterm
2025-08-20T21:35:17.6715334Z [00:02:13.138]➜  mkdir -p $WORK/b111/
2025-08-20T21:35:17.6716382Z [00:02:13.138]➜  cat >/tmp/go-build2004036841/b111/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6718571Z [00:02:13.138]➜  # import config
2025-08-20T21:35:17.6719589Z [00:02:13.138]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6720479Z [00:02:13.138]➜  EOF
2025-08-20T21:35:17.6724843Z [00:02:13.138]➜  /root/.go/pkg/tool/linux_amd64/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 ETcpcHZ2_jrwry7ayFM9/ETcpcHZ2_jrwry7ayFM9 -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:17.6735585Z [00:02:13.140]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:35:17.6744610Z [00:02:13.141]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/da/dafb82d0ce265b99e10efd7290bfa9aed166077e77d3cc59b4173af57a00f840-d # internal
2025-08-20T21:35:17.6751082Z [00:02:13.142]➜  github.com/micro-editor/tcell/v2/terminfo/l/linux
2025-08-20T21:35:17.6757349Z [00:02:13.142]➜  mkdir -p $WORK/b112/
2025-08-20T21:35:17.6758293Z [00:02:13.142]➜  cat >/tmp/go-build2004036841/b112/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6759051Z [00:02:13.142]➜  # import config
2025-08-20T21:35:17.6759977Z [00:02:13.142]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6760824Z [00:02:13.142]➜  EOF
2025-08-20T21:35:17.6764897Z [00:02:13.142]➜  /root/.go/pkg/tool/linux_amd64/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 5cQKTqyLl8QQSOiEzWp7/5cQKTqyLl8QQSOiEzWp7 -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:17.6862555Z [00:02:13.153]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:35:17.6895836Z [00:02:13.156]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/91/91c9dc3bcb5b317a776ba68c8e1f8ce9381649963e3a0f8a1a5634714923534e-d # internal
2025-08-20T21:35:17.6901951Z [00:02:13.156]➜  github.com/micro-editor/tcell/v2/terminfo/p/pcansi
2025-08-20T21:35:17.6902934Z [00:02:13.156]➜  mkdir -p $WORK/b113/
2025-08-20T21:35:17.6903711Z [00:02:13.156]➜  cat >/tmp/go-build2004036841/b113/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6904422Z [00:02:13.157]➜  # import config
2025-08-20T21:35:17.6905355Z [00:02:13.157]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6906251Z [00:02:13.157]➜  EOF
2025-08-20T21:35:17.6912861Z [00:02:13.157]➜  /root/.go/pkg/tool/linux_amd64/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 h2WV6eH6BXa-jR8rebM2/h2WV6eH6BXa-jR8rebM2 -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:17.6926820Z [00:02:13.159]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:35:17.6931272Z [00:02:13.159]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/75/759329e7b2b148b5539f293648636c7ca022a023193cfb7fc40068beebbe8a89-d # internal
2025-08-20T21:35:17.6952637Z [00:02:13.162]➜  github.com/micro-editor/tcell/v2/terminfo/r/rxvt
2025-08-20T21:35:17.6956742Z [00:02:13.162]➜  mkdir -p $WORK/b114/
2025-08-20T21:35:17.6957508Z [00:02:13.162]➜  cat >/tmp/go-build2004036841/b114/importcfg << 'EOF' # internal
2025-08-20T21:35:17.6958394Z [00:02:13.162]➜  # import config
2025-08-20T21:35:17.6959344Z [00:02:13.162]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.6960232Z [00:02:13.162]➜  EOF
2025-08-20T21:35:17.6964511Z [00:02:13.162]➜  /root/.go/pkg/tool/linux_amd64/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 JC31aqlKl2FzLpzGQrG1/JC31aqlKl2FzLpzGQrG1 -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:17.7057832Z [00:02:13.172]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:35:17.7093699Z [00:02:13.176]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:35:17.7104154Z [00:02:13.177]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/26/26376d7a9c3ad05518a3dff40f8e78e292500d2b18ba51c8d6fbbef24916589e-d # internal
2025-08-20T21:35:17.7112364Z [00:02:13.177]➜  github.com/micro-editor/tcell/v2/terminfo/s/screen
2025-08-20T21:35:17.7113028Z [00:02:13.177]➜  mkdir -p $WORK/b115/
2025-08-20T21:35:17.7113753Z [00:02:13.177]➜  cat >/tmp/go-build2004036841/b115/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7114429Z [00:02:13.177]➜  # import config
2025-08-20T21:35:17.7115350Z [00:02:13.177]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7116204Z [00:02:13.177]➜  EOF
2025-08-20T21:35:17.7120980Z [00:02:13.178]➜  /root/.go/pkg/tool/linux_amd64/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 R_H24qYQwy7SzRwTfEwp/R_H24qYQwy7SzRwTfEwp -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:17.7170002Z [00:02:13.183]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d # internal
2025-08-20T21:35:17.7173899Z [00:02:13.184]➜  github.com/micro-editor/tcell/v2/terminfo/s/simpleterm
2025-08-20T21:35:17.7176383Z [00:02:13.184]➜  mkdir -p $WORK/b116/
2025-08-20T21:35:17.7177122Z [00:02:13.184]➜  cat >/tmp/go-build2004036841/b116/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7177827Z [00:02:13.184]➜  # import config
2025-08-20T21:35:17.7179016Z [00:02:13.184]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7179831Z [00:02:13.184]➜  EOF
2025-08-20T21:35:17.7184043Z [00:02:13.184]➜  /root/.go/pkg/tool/linux_amd64/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 0KMcV0eecik2hJYNIJPT/0KMcV0eecik2hJYNIJPT -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:17.7242925Z [00:02:13.191]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:35:17.7248787Z [00:02:13.191]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/9d/9d5cc743ab5ce6633563224e78a5a903f76fac4f11040afaef3b82e3afff9f9c-d # internal
2025-08-20T21:35:17.7256603Z [00:02:13.192]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:35:17.7269370Z [00:02:13.193]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:35:17.7270183Z [00:02:13.193]➜  github.com/micro-editor/tcell/v2/terminfo/s/sun
2025-08-20T21:35:17.7270794Z [00:02:13.193]➜  mkdir -p $WORK/b117/
2025-08-20T21:35:17.7276095Z [00:02:13.194]➜  cat >/tmp/go-build2004036841/b117/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7277070Z [00:02:13.194]➜  # import config
2025-08-20T21:35:17.7280653Z [00:02:13.194]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7281877Z [00:02:13.194]➜  EOF
2025-08-20T21:35:17.7285540Z [00:02:13.194]➜  /root/.go/pkg/tool/linux_amd64/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 ldSOk2N5Wf-az3a-khkU/ldSOk2N5Wf-az3a-khkU -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:17.7290946Z [00:02:13.195]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/52/52f935e4c02f1c11a8017b6d6c73615601a642ebcfd3e5076dacfe1d2bc0e6b0-d # internal
2025-08-20T21:35:17.7292118Z [00:02:13.195]➜  github.com/micro-editor/tcell/v2/terminfo/t/termite
2025-08-20T21:35:17.7292756Z [00:02:13.196]➜  mkdir -p $WORK/b118/
2025-08-20T21:35:17.7299363Z [00:02:13.196]➜  cat >/tmp/go-build2004036841/b118/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7300057Z [00:02:13.196]➜  # import config
2025-08-20T21:35:17.7300936Z [00:02:13.196]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7301744Z [00:02:13.196]➜  EOF
2025-08-20T21:35:17.7306987Z [00:02:13.197]➜  /root/.go/pkg/tool/linux_amd64/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 xBNxxed6HzgCVTfax8XS/xBNxxed6HzgCVTfax8XS -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:17.7315429Z [00:02:13.198]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:35:17.7320692Z [00:02:13.198]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T21:35:17.7332849Z [00:02:13.199]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/e0/e089aa0789ea57a60175de3a2ae032eb86e1c38e36457ddf37638febe9dbb932-d # internal
2025-08-20T21:35:17.7334082Z [00:02:13.200]➜  github.com/micro-editor/tcell/v2/terminfo/t/tmux
2025-08-20T21:35:17.7335272Z [00:02:13.200]➜  mkdir -p $WORK/b119/
2025-08-20T21:35:17.7338313Z [00:02:13.200]➜  github.com/micro-editor/tcell/v2/terminfo/dynamic
2025-08-20T21:35:17.7340067Z [00:02:13.200]➜  mkdir -p $WORK/b098/
2025-08-20T21:35:17.7351212Z [00:02:13.200]➜  cat >/tmp/go-build2004036841/b119/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7351968Z [00:02:13.200]➜  # import config
2025-08-20T21:35:17.7352858Z [00:02:13.200]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7353721Z [00:02:13.200]➜  EOF
2025-08-20T21:35:17.7357685Z [00:02:13.200]➜  /root/.go/pkg/tool/linux_amd64/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 -DtjBlhrx-AG5rnggefH/-DtjBlhrx-AG5rnggefH -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:17.7361626Z [00:02:13.200]➜  cat >/tmp/go-build2004036841/b098/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7362311Z [00:02:13.200]➜  # import config
2025-08-20T21:35:17.7362990Z [00:02:13.200]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:17.7364085Z [00:02:13.200]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.7365127Z [00:02:13.200]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7366120Z [00:02:13.200]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.7366903Z [00:02:13.200]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:17.7367696Z [00:02:13.200]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:17.7368789Z [00:02:13.200]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.7369620Z [00:02:13.200]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.7370250Z [00:02:13.200]➜  EOF
2025-08-20T21:35:17.7374209Z [00:02:13.201]➜  /root/.go/pkg/tool/linux_amd64/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 DoN7uEFAOWzBGS_i3OPj/DoN7uEFAOWzBGS_i3OPj -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:17.7433307Z [00:02:13.210]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:35:17.7435077Z [00:02:13.210]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/4e/4eb9ec155ac74ffba9a8daf5bdc7bbefc5c9c5a2f9e7f63a1c24b46bbc3e9f2e-d # internal
2025-08-20T21:35:17.7437424Z [00:02:13.210]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt320
2025-08-20T21:35:17.7438250Z [00:02:13.210]➜  mkdir -p $WORK/b120/
2025-08-20T21:35:17.7445578Z [00:02:13.211]➜  cat >/tmp/go-build2004036841/b120/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7446654Z [00:02:13.211]➜  # import config
2025-08-20T21:35:17.7447822Z [00:02:13.211]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7448972Z [00:02:13.211]➜  EOF
2025-08-20T21:35:17.7452939Z [00:02:13.211]➜  /root/.go/pkg/tool/linux_amd64/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 0e2xKm603rQd0cSZY8hA/0e2xKm603rQd0cSZY8hA -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:17.7461325Z [00:02:13.213]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:35:17.7471154Z [00:02:13.214]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/14/14d94b1719aae476eb67f604fb12e1c55cc24e6310e2fd797f634207390199c7-d # internal
2025-08-20T21:35:17.7473696Z [00:02:13.214]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt400
2025-08-20T21:35:17.7474387Z [00:02:13.214]➜  mkdir -p $WORK/b121/
2025-08-20T21:35:17.7479919Z [00:02:13.215]➜  cat >/tmp/go-build2004036841/b121/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7480925Z [00:02:13.215]➜  # import config
2025-08-20T21:35:17.7482123Z [00:02:13.215]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7483113Z [00:02:13.215]➜  EOF
2025-08-20T21:35:17.7488746Z [00:02:13.215]➜  /root/.go/pkg/tool/linux_amd64/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 9iiiJ_Iy_A7TcmNAU9oO/9iiiJ_Iy_A7TcmNAU9oO -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:17.7514820Z [00:02:13.218]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:35:17.7544991Z [00:02:13.221]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/a3/a3a98388e449c275e2c80d53951e0741c7f9d1427061c81a94b557e1ca46aff6-d # internal
2025-08-20T21:35:17.7546177Z [00:02:13.221]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt420
2025-08-20T21:35:17.7546806Z [00:02:13.221]➜  mkdir -p $WORK/b122/
2025-08-20T21:35:17.7547515Z [00:02:13.221]➜  cat >/tmp/go-build2004036841/b122/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7548481Z [00:02:13.221]➜  # import config
2025-08-20T21:35:17.7549372Z [00:02:13.221]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7550196Z [00:02:13.221]➜  EOF
2025-08-20T21:35:17.7554331Z [00:02:13.221]➜  /root/.go/pkg/tool/linux_amd64/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 Hr6WdDMCECKUTmkzlowv/Hr6WdDMCECKUTmkzlowv -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:17.7564074Z [00:02:13.223]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:35:17.7569415Z [00:02:13.223]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/a9/a950985d42f1c22900f5564d632f504b7ac9983dc98a750ebec7bcbaf2dee583-d # internal
2025-08-20T21:35:17.7572429Z [00:02:13.223]➜  github.com/micro-editor/tcell/v2/terminfo/v/vt52
2025-08-20T21:35:17.7573136Z [00:02:13.223]➜  mkdir -p $WORK/b123/
2025-08-20T21:35:17.7573853Z [00:02:13.224]➜  cat >/tmp/go-build2004036841/b123/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7574780Z [00:02:13.224]➜  # import config
2025-08-20T21:35:17.7575684Z [00:02:13.224]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7576553Z [00:02:13.224]➜  EOF
2025-08-20T21:35:17.7580542Z [00:02:13.224]➜  /root/.go/pkg/tool/linux_amd64/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 1JB6jY9ioW8s4RX-QUJi/1JB6jY9ioW8s4RX-QUJi -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:17.7663694Z [00:02:13.233]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:35:17.7664460Z [00:02:13.233]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:35:17.7665717Z [00:02:13.233]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/3f/3fd5b098420393865c965e8ea495009f7fd69534c29771668d88d8349aa74906-d # internal
2025-08-20T21:35:17.7666943Z [00:02:13.233]➜  github.com/micro-editor/tcell/v2/terminfo/w/wy50
2025-08-20T21:35:17.7667602Z [00:02:13.233]➜  mkdir -p $WORK/b124/
2025-08-20T21:35:17.7668534Z [00:02:13.233]➜  cat >/tmp/go-build2004036841/b124/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7669223Z [00:02:13.233]➜  # import config
2025-08-20T21:35:17.7670131Z [00:02:13.233]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7670951Z [00:02:13.233]➜  EOF
2025-08-20T21:35:17.7674945Z [00:02:13.233]➜  /root/.go/pkg/tool/linux_amd64/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 FX0vPqziacdYMEhG64Ni/FX0vPqziacdYMEhG64Ni -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:17.7679686Z [00:02:13.233]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/6d/6db556b28d0b091011c1a3357c08e8e31d8cbbd5d6a7149594d470cfc0ba60e5-d # internal
2025-08-20T21:35:17.7680922Z [00:02:13.233]➜  github.com/micro-editor/tcell/v2/terminfo/w/wy60
2025-08-20T21:35:17.7681605Z [00:02:13.233]➜  mkdir -p $WORK/b125/
2025-08-20T21:35:17.7682315Z [00:02:13.233]➜  cat >/tmp/go-build2004036841/b125/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7682980Z [00:02:13.233]➜  # import config
2025-08-20T21:35:17.7683915Z [00:02:13.233]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7684755Z [00:02:13.233]➜  EOF
2025-08-20T21:35:17.7710237Z [00:02:13.233]➜  /root/.go/pkg/tool/linux_amd64/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 S-dsDmBWLoDVHvbf7qHq/S-dsDmBWLoDVHvbf7qHq -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:17.7726613Z [00:02:13.239]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:35:17.7737626Z [00:02:13.240]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/1d/1d0fb5415aee97a01639ad783ac9503ddb2ffc5a6442242eccf648cf59ad2bfb-d # internal
2025-08-20T21:35:17.7739087Z [00:02:13.240]➜  github.com/micro-editor/tcell/v2/terminfo/w/wy99_ansi
2025-08-20T21:35:17.7739804Z [00:02:13.240]➜  mkdir -p $WORK/b126/
2025-08-20T21:35:17.7748312Z [00:02:13.241]➜  cat >/tmp/go-build2004036841/b126/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7749282Z [00:02:13.241]➜  # import config
2025-08-20T21:35:17.7752249Z [00:02:13.241]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7756602Z [00:02:13.241]➜  EOF
2025-08-20T21:35:17.7765362Z [00:02:13.241]➜  /root/.go/pkg/tool/linux_amd64/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 gjR9caO5LkjPxrKdvbAs/gjR9caO5LkjPxrKdvbAs -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:17.7802711Z [00:02:13.247]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:35:17.7813328Z [00:02:13.247]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/96/967b12a4bee85d8dec9507f49890915babfb87da6f03816e9cf3ebe7163f6ded-d # internal
2025-08-20T21:35:17.7821182Z [00:02:13.247]➜  github.com/micro-editor/tcell/v2/terminfo/x/xfce
2025-08-20T21:35:17.7821865Z [00:02:13.247]➜  mkdir -p $WORK/b127/
2025-08-20T21:35:17.7822597Z [00:02:13.248]➜  cat >/tmp/go-build2004036841/b127/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7823267Z [00:02:13.248]➜  # import config
2025-08-20T21:35:17.7824168Z [00:02:13.248]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7825005Z [00:02:13.248]➜  EOF
2025-08-20T21:35:17.7829167Z [00:02:13.248]➜  /root/.go/pkg/tool/linux_amd64/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 1qoAjfdiqNExZZHeRPPG/1qoAjfdiqNExZZHeRPPG -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:17.7848760Z [00:02:13.251]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:35:17.7859165Z [00:02:13.252]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/39/3990465ace0339ecda46186d0bbb81619674f833d5ff65492ba52f43f05e5461-d # internal
2025-08-20T21:35:17.7860550Z [00:02:13.252]➜  github.com/micro-editor/tcell/v2/terminfo/x/xterm_kitty
2025-08-20T21:35:17.7861249Z [00:02:13.252]➜  mkdir -p $WORK/b128/
2025-08-20T21:35:17.7861981Z [00:02:13.252]➜  cat >/tmp/go-build2004036841/b128/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7862656Z [00:02:13.252]➜  # import config
2025-08-20T21:35:17.7863563Z [00:02:13.252]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.7864401Z [00:02:13.252]➜  EOF
2025-08-20T21:35:17.7868984Z [00:02:13.253]➜  /root/.go/pkg/tool/linux_amd64/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 -_PJcVnOebqVtKjYgeDY/-_PJcVnOebqVtKjYgeDY -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:17.7917398Z [00:02:13.258]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:35:17.7923772Z [00:02:13.259]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:35:17.7930345Z [00:02:13.259]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/09/0994731087159b73e30d048a15e60ae443a5e0ce070c152bea787b4d7ae3acfc-d # internal
2025-08-20T21:35:17.7931487Z [00:02:13.259]➜  log
2025-08-20T21:35:17.7932236Z [00:02:13.259]➜  mkdir -p $WORK/b129/
2025-08-20T21:35:17.7937213Z [00:02:13.260]➜  cat >/tmp/go-build2004036841/b129/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7937888Z [00:02:13.260]➜  # import config
2025-08-20T21:35:17.7940306Z [00:02:13.260]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.7941130Z [00:02:13.260]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:17.7942156Z [00:02:13.260]➜  packagefile log/internal=/tmp/go-build2004036841/b130/_pkg_.a
2025-08-20T21:35:17.7943336Z [00:02:13.260]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.7949068Z [00:02:13.260]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:17.7949979Z [00:02:13.260]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:17.7950826Z [00:02:13.260]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:17.7951514Z [00:02:13.260]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:17.7952058Z [00:02:13.260]➜  EOF
2025-08-20T21:35:17.7953149Z [00:02:13.260]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/0b/0bd14643463000c0e76ab7dced8cee0b70d10c3be93af4cfb92d45f419ba8d0c-d # internal
2025-08-20T21:35:17.7954422Z [00:02:13.261]➜  os/signal
2025-08-20T21:35:17.7954872Z [00:02:13.261]➜  mkdir -p $WORK/b131/
2025-08-20T21:35:17.7955442Z [00:02:13.261]➜  echo -n > $WORK/b131/go_asm.h # internal
2025-08-20T21:35:17.7956014Z [00:02:13.261]➜  cd /root/.go/src/os/signal
2025-08-20T21:35:17.7957836Z [00:02:13.261]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b131/symabis ./sig.s
2025-08-20T21:35:17.7959759Z [00:02:13.261]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:17.7962451Z [00:02:13.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b129=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:35:17.7994660Z [00:02:13.265]➜  cat >/tmp/go-build2004036841/b131/importcfg << 'EOF' # internal
2025-08-20T21:35:17.7995362Z [00:02:13.265]➜  # import config
2025-08-20T21:35:17.7999593Z [00:02:13.265]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:17.8000454Z [00:02:13.265]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.8001259Z [00:02:13.265]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:17.8002078Z [00:02:13.265]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:17.8002890Z [00:02:13.265]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:17.8003497Z [00:02:13.265]➜  EOF
2025-08-20T21:35:17.8014790Z [00:02:13.265]➜  /root/.go/pkg/tool/linux_amd64/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 4dtaJE4bajf4i-nDBkXv/4dtaJE4bajf4i-nDBkXv -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:17.8018245Z [00:02:13.265]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:35:17.8019543Z [00:02:13.266]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/de/dee87bb9058090f9a1587f821e2516585c1ad217b1503ecb7fb7eba9a405dd35-d # internal
2025-08-20T21:35:17.8020834Z [00:02:13.266]➜  github.com/micro-editor/tcell/v2/terminfo/extended
2025-08-20T21:35:17.8021466Z [00:02:13.266]➜  mkdir -p $WORK/b101/
2025-08-20T21:35:17.8022179Z [00:02:13.267]➜  cat >/tmp/go-build2004036841/b101/importcfg << 'EOF' # internal
2025-08-20T21:35:17.8022827Z [00:02:13.267]➜  # import config
2025-08-20T21:35:17.8023820Z [00:02:13.267]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/aixterm=/tmp/go-build2004036841/b102/_pkg_.a
2025-08-20T21:35:17.8025331Z [00:02:13.267]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/alacritty=/tmp/go-build2004036841/b103/_pkg_.a
2025-08-20T21:35:17.8026751Z [00:02:13.267]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/ansi=/tmp/go-build2004036841/b093/_pkg_.a
2025-08-20T21:35:17.8028362Z [00:02:13.267]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/b/beterm=/tmp/go-build2004036841/b104/_pkg_.a
2025-08-20T21:35:17.8029723Z [00:02:13.267]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/c/cygwin=/tmp/go-build2004036841/b105/_pkg_.a
2025-08-20T21:35:17.8031087Z [00:02:13.267]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/d/dtterm=/tmp/go-build2004036841/b106/_pkg_.a
2025-08-20T21:35:17.8032489Z [00:02:13.267]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/e/emacs=/tmp/go-build2004036841/b107/_pkg_.a
2025-08-20T21:35:17.8040082Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/g/gnome=/tmp/go-build2004036841/b108/_pkg_.a
2025-08-20T21:35:17.8041876Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/h/hpterm=/tmp/go-build2004036841/b109/_pkg_.a
2025-08-20T21:35:17.8043384Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/k/konsole=/tmp/go-build2004036841/b110/_pkg_.a
2025-08-20T21:35:17.8044834Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/k/kterm=/tmp/go-build2004036841/b111/_pkg_.a
2025-08-20T21:35:17.8046243Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/l/linux=/tmp/go-build2004036841/b112/_pkg_.a
2025-08-20T21:35:17.8047706Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/p/pcansi=/tmp/go-build2004036841/b113/_pkg_.a
2025-08-20T21:35:17.8050265Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/r/rxvt=/tmp/go-build2004036841/b114/_pkg_.a
2025-08-20T21:35:17.8051599Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/screen=/tmp/go-build2004036841/b115/_pkg_.a
2025-08-20T21:35:17.8053089Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/simpleterm=/tmp/go-build2004036841/b116/_pkg_.a
2025-08-20T21:35:17.8054469Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/sun=/tmp/go-build2004036841/b117/_pkg_.a
2025-08-20T21:35:17.8055841Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/t/termite=/tmp/go-build2004036841/b118/_pkg_.a
2025-08-20T21:35:17.8057217Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/t/tmux=/tmp/go-build2004036841/b119/_pkg_.a
2025-08-20T21:35:17.8058839Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt100=/tmp/go-build2004036841/b094/_pkg_.a
2025-08-20T21:35:17.8060269Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt102=/tmp/go-build2004036841/b095/_pkg_.a
2025-08-20T21:35:17.8061860Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt220=/tmp/go-build2004036841/b096/_pkg_.a
2025-08-20T21:35:17.8063281Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt320=/tmp/go-build2004036841/b120/_pkg_.a
2025-08-20T21:35:17.8064630Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt400=/tmp/go-build2004036841/b121/_pkg_.a
2025-08-20T21:35:17.8065966Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt420=/tmp/go-build2004036841/b122/_pkg_.a
2025-08-20T21:35:17.8067307Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt52=/tmp/go-build2004036841/b123/_pkg_.a
2025-08-20T21:35:17.8068827Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy50=/tmp/go-build2004036841/b124/_pkg_.a
2025-08-20T21:35:17.8070177Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy60=/tmp/go-build2004036841/b125/_pkg_.a
2025-08-20T21:35:17.8071471Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build2004036841/b126/_pkg_.a
2025-08-20T21:35:17.8072727Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xfce=/tmp/go-build2004036841/b127/_pkg_.a
2025-08-20T21:35:17.8073968Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm=/tmp/go-build2004036841/b097/_pkg_.a
2025-08-20T21:35:17.8075362Z [00:02:13.268]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build2004036841/b128/_pkg_.a
2025-08-20T21:35:17.8076235Z [00:02:13.268]➜  EOF
2025-08-20T21:35:17.8087194Z [00:02:13.268]➜  /root/.go/pkg/tool/linux_amd64/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 WFnGA8yU3lUr3tIiB8Ik/WFnGA8yU3lUr3tIiB8Ik -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:17.8093275Z [00:02:13.275]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:35:17.8111697Z [00:02:13.276]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/ed/edc6e13324c321bfd6696149093dcea18c6a9e8c4fa97ac33b5ce771f29e27a7-d # internal
2025-08-20T21:35:17.8112921Z [00:02:13.277]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:35:17.8113600Z [00:02:13.277]➜  github.com/yuin/gopher-lua/ast
2025-08-20T21:35:17.8114151Z [00:02:13.277]➜  mkdir -p $WORK/b133/
2025-08-20T21:35:17.8114848Z [00:02:13.277]➜  cat >/tmp/go-build2004036841/b133/importcfg << 'EOF' # internal
2025-08-20T21:35:17.8115481Z [00:02:13.277]➜  # import config
2025-08-20T21:35:17.8116074Z [00:02:13.277]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.8116623Z [00:02:13.277]➜  EOF
2025-08-20T21:35:17.8117666Z [00:02:13.277]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/ba/bacd656610cb286b6de8e08e3683720360a00ec7fee7227331b061dedba7b5f6-d # internal
2025-08-20T21:35:17.8123459Z [00:02:13.277]➜  /root/.go/pkg/tool/linux_amd64/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 AOqYp8nL_AWtx8TzIJSh/AOqYp8nL_AWtx8TzIJSh -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:17.8131322Z [00:02:13.280]➜  github.com/yuin/gopher-lua/pm
2025-08-20T21:35:17.8135782Z [00:02:13.280]➜  mkdir -p $WORK/b135/
2025-08-20T21:35:17.8136524Z [00:02:13.280]➜  cat >/tmp/go-build2004036841/b135/importcfg << 'EOF' # internal
2025-08-20T21:35:17.8137190Z [00:02:13.280]➜  # import config
2025-08-20T21:35:17.8137790Z [00:02:13.280]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.8139335Z [00:02:13.280]➜  EOF
2025-08-20T21:35:17.8142703Z [00:02:13.280]➜  /root/.go/pkg/tool/linux_amd64/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 9kJrxNn7X0LPMXF0ZCsH/9kJrxNn7X0LPMXF0ZCsH -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:17.8680939Z [00:02:13.332]➜  cd /root/.go/src/os/signal
2025-08-20T21:35:17.8686501Z [00:02:13.332]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b131/sig.o ./sig.s
2025-08-20T21:35:17.8688584Z [00:02:13.335]➜  go tool pack r $WORK/b131/_pkg_.a $WORK/b131/sig.o # internal
2025-08-20T21:35:17.8689321Z [00:02:13.335]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:35:17.8698642Z [00:02:13.336]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d # internal
2025-08-20T21:35:17.8702791Z [00:02:13.337]➜  encoding/json
2025-08-20T21:35:17.8703346Z [00:02:13.337]➜  mkdir -p $WORK/b137/
2025-08-20T21:35:17.8704722Z [00:02:13.337]➜  cat >/tmp/go-build2004036841/b137/importcfg << 'EOF' # internal
2025-08-20T21:35:17.8705729Z [00:02:13.337]➜  # import config
2025-08-20T21:35:17.8706741Z [00:02:13.337]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:17.8708293Z [00:02:13.337]➜  packagefile cmp=/tmp/go-build2004036841/b052/_pkg_.a
2025-08-20T21:35:17.8710183Z [00:02:13.337]➜  packagefile encoding=/tmp/go-build2004036841/b045/_pkg_.a
2025-08-20T21:35:17.8712017Z [00:02:13.337]➜  packagefile encoding/base64=/tmp/go-build2004036841/b077/_pkg_.a
2025-08-20T21:35:17.8714295Z [00:02:13.337]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.8715098Z [00:02:13.337]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.8715844Z [00:02:13.337]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:17.8716616Z [00:02:13.337]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:17.8717499Z [00:02:13.337]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:17.8718587Z [00:02:13.337]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:17.8719429Z [00:02:13.337]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.8720283Z [00:02:13.337]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.8721142Z [00:02:13.337]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:17.8721995Z [00:02:13.337]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:17.8722886Z [00:02:13.337]➜  packagefile unicode/utf16=/tmp/go-build2004036841/b138/_pkg_.a
2025-08-20T21:35:17.8723839Z [00:02:13.337]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:17.8724529Z [00:02:13.337]➜  EOF
2025-08-20T21:35:17.8725074Z [00:02:13.337]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:17.8730490Z [00:02:13.337]➜  /root/.go/pkg/tool/linux_amd64/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 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -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:17.9003429Z [00:02:13.367]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:35:17.9030946Z [00:02:13.370]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T21:35:17.9034244Z [00:02:13.370]➜  github.com/micro-editor/tcell/v2
2025-08-20T21:35:17.9034862Z [00:02:13.370]➜  mkdir -p $WORK/b076/
2025-08-20T21:35:17.9041263Z [00:02:13.371]➜  cat >/tmp/go-build2004036841/b076/importcfg << 'EOF' # internal
2025-08-20T21:35:17.9043072Z [00:02:13.371]➜  # import config
2025-08-20T21:35:17.9043916Z [00:02:13.371]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:17.9044772Z [00:02:13.371]➜  packagefile encoding/base64=/tmp/go-build2004036841/b077/_pkg_.a
2025-08-20T21:35:17.9045692Z [00:02:13.371]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.9046341Z [00:02:13.371]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.9047267Z [00:02:13.371]➜  packagefile github.com/gdamore/encoding=/tmp/go-build2004036841/b078/_pkg_.a
2025-08-20T21:35:17.9048563Z [00:02:13.371]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2004036841/b082/_pkg_.a
2025-08-20T21:35:17.9049690Z [00:02:13.371]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2004036841/b087/_pkg_.a
2025-08-20T21:35:17.9050871Z [00:02:13.371]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:17.9052183Z [00:02:13.371]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/base=/tmp/go-build2004036841/b092/_pkg_.a
2025-08-20T21:35:17.9053538Z [00:02:13.371]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/dynamic=/tmp/go-build2004036841/b098/_pkg_.a
2025-08-20T21:35:17.9054971Z [00:02:13.371]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/extended=/tmp/go-build2004036841/b101/_pkg_.a
2025-08-20T21:35:17.9056490Z [00:02:13.371]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2004036841/b074/_pkg_.a
2025-08-20T21:35:17.9057484Z [00:02:13.371]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:17.9058733Z [00:02:13.371]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:17.9059623Z [00:02:13.371]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:17.9060490Z [00:02:13.371]➜  packagefile log=/tmp/go-build2004036841/b129/_pkg_.a
2025-08-20T21:35:17.9061295Z [00:02:13.371]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:17.9062066Z [00:02:13.371]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.9062845Z [00:02:13.371]➜  packagefile os/signal=/tmp/go-build2004036841/b131/_pkg_.a
2025-08-20T21:35:17.9063670Z [00:02:13.371]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.9064460Z [00:02:13.371]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.9065265Z [00:02:13.371]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:17.9066065Z [00:02:13.371]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:17.9066851Z [00:02:13.371]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:17.9067665Z [00:02:13.371]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:17.9098682Z [00:02:13.371]➜  EOF
2025-08-20T21:35:17.9113816Z [00:02:13.371]➜  /root/.go/pkg/tool/linux_amd64/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 5fXH2d9odrDnokpeSEvv/5fXH2d9odrDnokpeSEvv -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:17.9133857Z [00:02:13.380]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:35:17.9148596Z [00:02:13.381]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/38/385e7e136629b6777fafc8f98d7cf3527f60a243e9c1943dc140e1c6e10b1853-d # internal
2025-08-20T21:35:17.9149813Z [00:02:13.381]➜  github.com/kballard/go-shellquote
2025-08-20T21:35:17.9157762Z [00:02:13.382]➜  mkdir -p $WORK/b139/
2025-08-20T21:35:17.9159002Z [00:02:13.382]➜  cat >/tmp/go-build2004036841/b139/importcfg << 'EOF' # internal
2025-08-20T21:35:17.9159726Z [00:02:13.382]➜  # import config
2025-08-20T21:35:17.9160442Z [00:02:13.382]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:17.9161280Z [00:02:13.382]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.9162102Z [00:02:13.382]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:17.9162936Z [00:02:13.382]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.9163818Z [00:02:13.382]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:17.9164477Z [00:02:13.382]➜  EOF
2025-08-20T21:35:17.9197113Z [00:02:13.386]➜  /root/.go/pkg/tool/linux_amd64/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 HMewlhuhsghlk9y7YBv3/HMewlhuhsghlk9y7YBv3 -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:17.9202554Z [00:02:13.386]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:35:17.9203843Z [00:02:13.386]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/c5/c55533cd96e183f1ba44a18223a29a8e3cfce5adcd37ee6f9563cf58220336a8-d # internal
2025-08-20T21:35:17.9204988Z [00:02:13.386]➜  github.com/yuin/gopher-lua/parse
2025-08-20T21:35:17.9205598Z [00:02:13.386]➜  mkdir -p $WORK/b134/
2025-08-20T21:35:17.9212556Z [00:02:13.388]➜  cat >/tmp/go-build2004036841/b134/importcfg << 'EOF' # internal
2025-08-20T21:35:17.9213291Z [00:02:13.388]➜  # import config
2025-08-20T21:35:17.9213958Z [00:02:13.388]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:17.9214756Z [00:02:13.388]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:17.9215565Z [00:02:13.388]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.9216548Z [00:02:13.388]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build2004036841/b133/_pkg_.a
2025-08-20T21:35:17.9217490Z [00:02:13.388]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:17.9218429Z [00:02:13.388]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:17.9219279Z [00:02:13.388]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.9220095Z [00:02:13.388]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.9220708Z [00:02:13.388]➜  EOF
2025-08-20T21:35:17.9229198Z [00:02:13.389]➜  /root/.go/pkg/tool/linux_amd64/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 NlsGLQDEshDEbCppuxeT/NlsGLQDEshDEbCppuxeT -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:17.9411053Z [00:02:13.407]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:35:17.9417728Z [00:02:13.408]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/a5/a5259b6171381d69266a35e1837f91c92980c7c0898395565af4e32fbea252ef-d # internal
2025-08-20T21:35:17.9421876Z [00:02:13.409]➜  github.com/micro-editor/json5
2025-08-20T21:35:17.9422505Z [00:02:13.409]➜  mkdir -p $WORK/b140/
2025-08-20T21:35:17.9427853Z [00:02:13.409]➜  cat >/tmp/go-build2004036841/b140/importcfg << 'EOF' # internal
2025-08-20T21:35:17.9429124Z [00:02:13.409]➜  # import config
2025-08-20T21:35:17.9431359Z [00:02:13.409]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:17.9432566Z [00:02:13.409]➜  packagefile encoding=/tmp/go-build2004036841/b045/_pkg_.a
2025-08-20T21:35:17.9433492Z [00:02:13.409]➜  packagefile encoding/base64=/tmp/go-build2004036841/b077/_pkg_.a
2025-08-20T21:35:17.9434355Z [00:02:13.409]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:17.9435137Z [00:02:13.409]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:17.9435910Z [00:02:13.409]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:17.9436702Z [00:02:13.409]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:17.9437539Z [00:02:13.409]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:17.9438557Z [00:02:13.409]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:17.9439362Z [00:02:13.409]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:17.9440176Z [00:02:13.409]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:17.9441005Z [00:02:13.409]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:17.9441838Z [00:02:13.409]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:17.9442644Z [00:02:13.409]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:17.9443505Z [00:02:13.409]➜  packagefile unicode/utf16=/tmp/go-build2004036841/b138/_pkg_.a
2025-08-20T21:35:17.9444443Z [00:02:13.409]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:17.9445115Z [00:02:13.409]➜  EOF
2025-08-20T21:35:17.9451503Z [00:02:13.410]➜  /root/.go/pkg/tool/linux_amd64/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 k3SXraAZoYh_BDdbbBHJ/k3SXraAZoYh_BDdbbBHJ -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:18.1730597Z [00:02:13.640]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:35:18.1770592Z [00:02:13.642]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/1b/1b3304fadf38c5bc1430b6039ba74471bcce34355dfc4c39b2b2c6a57556a412-d # internal
2025-08-20T21:35:18.1772561Z [00:02:13.643]➜  github.com/yuin/gopher-lua
2025-08-20T21:35:18.1773852Z [00:02:13.644]➜  mkdir -p $WORK/b132/
2025-08-20T21:35:18.1780236Z [00:02:13.644]➜  cat >/tmp/go-build2004036841/b132/importcfg << 'EOF' # internal
2025-08-20T21:35:18.1781240Z [00:02:13.644]➜  # import config
2025-08-20T21:35:18.1782175Z [00:02:13.644]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:18.1783972Z [00:02:13.644]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:18.1784739Z [00:02:13.644]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.1785414Z [00:02:13.644]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:18.1786349Z [00:02:13.644]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build2004036841/b133/_pkg_.a
2025-08-20T21:35:18.1787434Z [00:02:13.645]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build2004036841/b134/_pkg_.a
2025-08-20T21:35:18.1788749Z [00:02:13.645]➜  packagefile github.com/yuin/gopher-lua/pm=/tmp/go-build2004036841/b135/_pkg_.a
2025-08-20T21:35:18.1789746Z [00:02:13.645]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:18.1790873Z [00:02:13.645]➜  packagefile io/ioutil=/tmp/go-build2004036841/b072/_pkg_.a
2025-08-20T21:35:18.1791782Z [00:02:13.645]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:18.1792693Z [00:02:13.645]➜  packagefile math/rand=/tmp/go-build2004036841/b086/_pkg_.a
2025-08-20T21:35:18.1793531Z [00:02:13.645]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:18.1794318Z [00:02:13.645]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:18.1795169Z [00:02:13.645]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:18.1795998Z [00:02:13.645]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:18.1796806Z [00:02:13.645]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:18.1797610Z [00:02:13.645]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:18.1798627Z [00:02:13.645]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:18.1799439Z [00:02:13.645]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:18.1800202Z [00:02:13.645]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:18.1800987Z [00:02:13.645]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:18.1801843Z [00:02:13.645]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:18.1802655Z [00:02:13.645]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:18.1803247Z [00:02:13.645]➜  EOF
2025-08-20T21:35:18.1817024Z [00:02:13.645]➜  /root/.go/pkg/tool/linux_amd64/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 RkGZB0Ag5VzTkcsODq7w/RkGZB0Ag5VzTkcsODq7w -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:18.2190647Z [00:02:13.684]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:35:18.2286675Z [00:02:13.695]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/a6/a626d173fa64aeacf2a702d5a4953ecb550e80a078d2b4e0dc278039e05331d3-d # internal
2025-08-20T21:35:18.2291257Z [00:02:13.695]➜  github.com/creack/pty
2025-08-20T21:35:18.2291866Z [00:02:13.696]➜  mkdir -p $WORK/b142/
2025-08-20T21:35:18.2297568Z [00:02:13.696]➜  cat >/tmp/go-build2004036841/b142/importcfg << 'EOF' # internal
2025-08-20T21:35:18.2306841Z [00:02:13.696]➜  # import config
2025-08-20T21:35:18.2307602Z [00:02:13.696]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.2309009Z [00:02:13.696]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:18.2309880Z [00:02:13.696]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:18.2310790Z [00:02:13.696]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:18.2311679Z [00:02:13.696]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:18.2312316Z [00:02:13.696]➜  EOF
2025-08-20T21:35:18.2318506Z [00:02:13.696]➜  /root/.go/pkg/tool/linux_amd64/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 rV52bfpoJnOTCKxI5B69/rV52bfpoJnOTCKxI5B69 -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_amd64.go
2025-08-20T21:35:18.2941010Z [00:02:13.760]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:35:18.2951358Z [00:02:13.762]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/ae/ae161d65e7417405325078456a4fd682036a596d480f95d2603a931e44ca6151-d # internal
2025-08-20T21:35:18.2956303Z [00:02:13.762]➜  github.com/micro-editor/terminal
2025-08-20T21:35:18.2956895Z [00:02:13.762]➜  mkdir -p $WORK/b141/
2025-08-20T21:35:18.2963181Z [00:02:13.763]➜  cat >/tmp/go-build2004036841/b141/importcfg << 'EOF' # internal
2025-08-20T21:35:18.2968710Z [00:02:13.763]➜  # import config
2025-08-20T21:35:18.2969674Z [00:02:13.763]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:18.2970538Z [00:02:13.763]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:18.2971425Z [00:02:13.763]➜  packagefile github.com/creack/pty=/tmp/go-build2004036841/b142/_pkg_.a
2025-08-20T21:35:18.2972419Z [00:02:13.763]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2004036841/b074/_pkg_.a
2025-08-20T21:35:18.2973281Z [00:02:13.763]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:18.2974060Z [00:02:13.763]➜  packagefile log=/tmp/go-build2004036841/b129/_pkg_.a
2025-08-20T21:35:18.2974875Z [00:02:13.763]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:18.2975693Z [00:02:13.763]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:18.2976561Z [00:02:13.763]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:18.2977416Z [00:02:13.763]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:18.2978414Z [00:02:13.763]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:18.2979260Z [00:02:13.763]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:18.2980163Z [00:02:13.763]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:18.2980866Z [00:02:13.763]➜  EOF
2025-08-20T21:35:18.2989914Z [00:02:13.764]➜  /root/.go/pkg/tool/linux_amd64/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 YXiXR5CtaE9J2cOXLmX0/YXiXR5CtaE9J2cOXLmX0 -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:18.5169352Z [00:02:13.983]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:35:18.5181172Z [00:02:13.985]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:35:18.5198559Z [00:02:13.986]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/94/944904a893441ae6701c3dfbfb65583eccb7b7e1e661d36d97ad8d1a2c18e752-d # internal
2025-08-20T21:35:18.5213411Z [00:02:13.988]➜  crypto/internal/sysrand
2025-08-20T21:35:18.5215089Z [00:02:13.988]➜  mkdir -p $WORK/b150/
2025-08-20T21:35:18.5216809Z [00:02:13.988]➜  cat >/tmp/go-build2004036841/b150/importcfg << 'EOF' # internal
2025-08-20T21:35:18.5217640Z [00:02:13.988]➜  # import config
2025-08-20T21:35:18.5219427Z [00:02:13.988]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.5220453Z [00:02:13.988]➜  packagefile internal/syscall/unix=/tmp/go-build2004036841/b065/_pkg_.a
2025-08-20T21:35:18.5221934Z [00:02:13.988]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:18.5223276Z [00:02:13.988]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:18.5225079Z [00:02:13.988]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:18.5227027Z [00:02:13.988]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:18.5227934Z [00:02:13.988]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:18.5229147Z [00:02:13.988]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:18.5229859Z [00:02:13.988]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:18.5230421Z [00:02:13.988]➜  EOF
2025-08-20T21:35:18.5233544Z [00:02:13.988]➜  /root/.go/pkg/tool/linux_amd64/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 qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -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:18.5271424Z [00:02:13.993]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T21:35:18.5273599Z [00:02:13.993]➜  net/url
2025-08-20T21:35:18.5276087Z [00:02:13.994]➜  mkdir -p $WORK/b168/
2025-08-20T21:35:18.5276838Z [00:02:13.994]➜  cat >/tmp/go-build2004036841/b168/importcfg << 'EOF' # internal
2025-08-20T21:35:18.5277433Z [00:02:13.994]➜  # import config
2025-08-20T21:35:18.5279897Z [00:02:13.994]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.5280951Z [00:02:13.994]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:18.5282015Z [00:02:13.994]➜  packagefile maps=/tmp/go-build2004036841/b069/_pkg_.a
2025-08-20T21:35:18.5285457Z [00:02:13.994]➜  packagefile path=/tmp/go-build2004036841/b059/_pkg_.a
2025-08-20T21:35:18.5288291Z [00:02:13.994]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:18.5289063Z [00:02:13.994]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:18.5289783Z [00:02:13.994]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:18.5290341Z [00:02:13.994]➜  EOF
2025-08-20T21:35:18.5292613Z [00:02:13.995]➜  /root/.go/pkg/tool/linux_amd64/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 qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:35:18.5546138Z [00:02:14.021]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:35:18.5560947Z [00:02:14.023]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T21:35:18.5567468Z [00:02:14.023]➜  crypto/internal/entropy
2025-08-20T21:35:18.5568597Z [00:02:14.023]➜  mkdir -p $WORK/b149/
2025-08-20T21:35:18.5580214Z [00:02:14.024]➜  cat >/tmp/go-build2004036841/b149/importcfg << 'EOF' # internal
2025-08-20T21:35:18.5580979Z [00:02:14.024]➜  # import config
2025-08-20T21:35:18.5581827Z [00:02:14.024]➜  packagefile crypto/internal/sysrand=/tmp/go-build2004036841/b150/_pkg_.a
2025-08-20T21:35:18.5582600Z [00:02:14.024]➜  EOF
2025-08-20T21:35:18.5585879Z [00:02:14.025]➜  /root/.go/pkg/tool/linux_amd64/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 k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -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:18.5727206Z [00:02:14.039]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:35:18.5739537Z [00:02:14.040]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:35:18.5764999Z [00:02:14.043]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T21:35:18.5782427Z [00:02:14.044]➜  crypto/internal/fips140/drbg
2025-08-20T21:35:18.5787923Z [00:02:14.044]➜  mkdir -p $WORK/b148/
2025-08-20T21:35:18.5797789Z [00:02:14.045]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/ed/ed4eee606fe33ce21af06e5fba416eb5cb38940593f76bff26fa29cf3d15ac49-d # internal
2025-08-20T21:35:18.5807818Z [00:02:14.045]➜  github.com/zyedidia/clipper
2025-08-20T21:35:18.5808554Z [00:02:14.045]➜  mkdir -p $WORK/b170/
2025-08-20T21:35:18.5809297Z [00:02:14.046]➜  cat >/tmp/go-build2004036841/b148/importcfg << 'EOF' # internal
2025-08-20T21:35:18.5810008Z [00:02:14.046]➜  # import config
2025-08-20T21:35:18.5810745Z [00:02:14.046]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:18.5811713Z [00:02:14.046]➜  packagefile crypto/internal/entropy=/tmp/go-build2004036841/b149/_pkg_.a
2025-08-20T21:35:18.5812825Z [00:02:14.046]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:18.5813971Z [00:02:14.046]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2004036841/b153/_pkg_.a
2025-08-20T21:35:18.5815154Z [00:02:14.046]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:18.5816407Z [00:02:14.046]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:18.5817696Z [00:02:14.046]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:18.5832949Z [00:02:14.046]➜  packagefile crypto/internal/randutil=/tmp/go-build2004036841/b164/_pkg_.a
2025-08-20T21:35:18.5844244Z [00:02:14.046]➜  packagefile crypto/internal/sysrand=/tmp/go-build2004036841/b150/_pkg_.a
2025-08-20T21:35:18.5845254Z [00:02:14.046]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.5846125Z [00:02:14.046]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:18.5846988Z [00:02:14.046]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:18.5847860Z [00:02:14.046]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:18.5848747Z [00:02:14.046]➜  EOF
2025-08-20T21:35:18.5856577Z [00:02:14.052]➜  cat >/tmp/go-build2004036841/b170/importcfg << 'EOF' # internal
2025-08-20T21:35:18.5857810Z [00:02:14.052]➜  # import config
2025-08-20T21:35:18.5859051Z [00:02:14.052]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:18.5859909Z [00:02:14.052]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:18.5860803Z [00:02:14.052]➜  packagefile io/ioutil=/tmp/go-build2004036841/b072/_pkg_.a
2025-08-20T21:35:18.5861689Z [00:02:14.052]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:18.5862589Z [00:02:14.052]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:18.5863510Z [00:02:14.052]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:18.5864238Z [00:02:14.052]➜  EOF
2025-08-20T21:35:18.5868562Z [00:02:14.052]➜  /root/.go/pkg/tool/linux_amd64/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 md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -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:18.5882264Z [00:02:14.052]➜  /root/.go/pkg/tool/linux_amd64/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 L25abEi0AEUrp2ifhlU4/L25abEi0AEUrp2ifhlU4 -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:18.6502404Z [00:02:14.115]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:35:18.6504722Z [00:02:14.116]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T21:35:18.6506898Z [00:02:14.117]➜  crypto/internal/fips140only
2025-08-20T21:35:18.6507473Z [00:02:14.117]➜  mkdir -p $WORK/b147/
2025-08-20T21:35:18.6531386Z [00:02:14.120]➜  cat >/tmp/go-build2004036841/b147/importcfg << 'EOF' # internal
2025-08-20T21:35:18.6537927Z [00:02:14.120]➜  # import config
2025-08-20T21:35:18.6538993Z [00:02:14.120]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2004036841/b148/_pkg_.a
2025-08-20T21:35:18.6540232Z [00:02:14.120]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2004036841/b157/_pkg_.a
2025-08-20T21:35:18.6541438Z [00:02:14.120]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2004036841/b161/_pkg_.a
2025-08-20T21:35:18.6542624Z [00:02:14.120]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2004036841/b163/_pkg_.a
2025-08-20T21:35:18.6545662Z [00:02:14.120]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:18.6547678Z [00:02:14.120]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:18.6549001Z [00:02:14.120]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:18.6550772Z [00:02:14.120]➜  EOF
2025-08-20T21:35:18.6554302Z [00:02:14.120]➜  /root/.go/pkg/tool/linux_amd64/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 y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -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:18.6573737Z [00:02:14.124]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:35:18.6594566Z [00:02:14.126]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T21:35:18.6623496Z [00:02:14.129]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T21:35:18.6624174Z [00:02:14.129]➜  mkdir -p $WORK/b166/
2025-08-20T21:35:18.6629615Z [00:02:14.129]➜  cat >/tmp/go-build2004036841/b166/importcfg << 'EOF' # internal
2025-08-20T21:35:18.6631157Z [00:02:14.129]➜  # import config
2025-08-20T21:35:18.6632530Z [00:02:14.129]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:18.6633938Z [00:02:14.129]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.6635989Z [00:02:14.129]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:18.6636801Z [00:02:14.129]➜  packagefile html=/tmp/go-build2004036841/b167/_pkg_.a
2025-08-20T21:35:18.6637617Z [00:02:14.129]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:18.6638618Z [00:02:14.129]➜  packagefile net/url=/tmp/go-build2004036841/b168/_pkg_.a
2025-08-20T21:35:18.6639486Z [00:02:14.129]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:18.6640318Z [00:02:14.129]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:18.6641203Z [00:02:14.129]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:18.6642053Z [00:02:14.129]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:18.6643255Z [00:02:14.129]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:18.6644020Z [00:02:14.129]➜  EOF
2025-08-20T21:35:18.6651073Z [00:02:14.129]➜  /root/.go/pkg/tool/linux_amd64/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 9vvX5h1Ngj4nPFLvtACN/9vvX5h1Ngj4nPFLvtACN -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:18.6711774Z [00:02:14.138]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:35:18.6730189Z [00:02:14.139]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/d1/d1321df56599b1bf9029730583ab5e6e987b82d53a5155b63fe058fd1387816c-d # internal
2025-08-20T21:35:18.6768535Z [00:02:14.143]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:35:18.6779475Z [00:02:14.144]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T21:35:18.6793863Z [00:02:14.144]➜  crypto/md5
2025-08-20T21:35:18.6794399Z [00:02:14.144]➜  mkdir -p $WORK/b144/
2025-08-20T21:35:18.6794941Z [00:02:14.145]➜  compress/flate
2025-08-20T21:35:18.6795465Z [00:02:14.145]➜  mkdir -p $WORK/b174/
2025-08-20T21:35:18.6796082Z [00:02:14.145]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T21:35:18.6796715Z [00:02:14.145]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:35:18.6798891Z [00:02:14.145]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b144/symabis ./md5block_amd64.s
2025-08-20T21:35:18.6804319Z [00:02:14.147]➜  cat >/tmp/go-build2004036841/b174/importcfg << 'EOF' # internal
2025-08-20T21:35:18.6808651Z [00:02:14.147]➜  # import config
2025-08-20T21:35:18.6809256Z [00:02:14.147]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:18.6809960Z [00:02:14.147]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.6810635Z [00:02:14.147]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:18.6811289Z [00:02:14.147]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:18.6811979Z [00:02:14.147]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:18.6812675Z [00:02:14.147]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:18.6813375Z [00:02:14.147]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:18.6814033Z [00:02:14.147]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:18.6814694Z [00:02:14.147]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:18.6815195Z [00:02:14.147]➜  EOF
2025-08-20T21:35:18.6815635Z [00:02:14.147]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:18.6820235Z [00:02:14.147]➜  /root/.go/pkg/tool/linux_amd64/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 lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -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:18.6875843Z [00:02:14.154]➜  cat >/tmp/go-build2004036841/b144/importcfg << 'EOF' # internal
2025-08-20T21:35:18.6876843Z [00:02:14.154]➜  # import config
2025-08-20T21:35:18.6877821Z [00:02:14.154]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:18.6879889Z [00:02:14.154]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:18.6882403Z [00:02:14.154]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.6883932Z [00:02:14.154]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:18.6886229Z [00:02:14.154]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:18.6887548Z [00:02:14.154]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:18.6888694Z [00:02:14.154]➜  EOF
2025-08-20T21:35:18.6892576Z [00:02:14.154]➜  /root/.go/pkg/tool/linux_amd64/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 xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -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:18.7374264Z [00:02:14.204]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:35:18.7382274Z [00:02:14.204]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b144/md5block_amd64.o ./md5block_amd64.s
2025-08-20T21:35:18.7456047Z [00:02:14.212]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/md5block_amd64.o # internal
2025-08-20T21:35:18.7457331Z [00:02:14.212]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:35:18.7458899Z [00:02:14.212]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T21:35:18.7460033Z [00:02:14.212]➜  github.com/blang/semver
2025-08-20T21:35:18.7460595Z [00:02:14.212]➜  mkdir -p $WORK/b176/
2025-08-20T21:35:18.7461329Z [00:02:14.212]➜  cat >/tmp/go-build2004036841/b176/importcfg << 'EOF' # internal
2025-08-20T21:35:18.7461977Z [00:02:14.212]➜  # import config
2025-08-20T21:35:18.7462754Z [00:02:14.212]➜  packagefile database/sql/driver=/tmp/go-build2004036841/b083/_pkg_.a
2025-08-20T21:35:18.7463758Z [00:02:14.212]➜  packagefile encoding/json=/tmp/go-build2004036841/b137/_pkg_.a
2025-08-20T21:35:18.7464664Z [00:02:14.212]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.7465516Z [00:02:14.212]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:18.7466337Z [00:02:14.212]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:18.7467190Z [00:02:14.212]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:18.7468263Z [00:02:14.212]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:18.7469144Z [00:02:14.212]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:18.7469793Z [00:02:14.212]➜  EOF
2025-08-20T21:35:18.7470325Z [00:02:14.212]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:18.7476344Z [00:02:14.212]➜  /root/.go/pkg/tool/linux_amd64/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 9yvxnbDAPmqRem4m8V0D/9yvxnbDAPmqRem4m8V0D -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:18.8776185Z [00:02:14.344]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:35:18.8799545Z [00:02:14.346]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/5b/5b65ee833164c2b4e774ecb447bc37759d5914feada501e65eacf500de778ccf-d # internal
2025-08-20T21:35:18.8801677Z [00:02:14.346]➜  github.com/mitchellh/go-homedir
2025-08-20T21:35:18.8803048Z [00:02:14.347]➜  mkdir -p $WORK/b177/
2025-08-20T21:35:18.8806578Z [00:02:14.347]➜  cat >/tmp/go-build2004036841/b177/importcfg << 'EOF' # internal
2025-08-20T21:35:18.8807276Z [00:02:14.347]➜  # import config
2025-08-20T21:35:18.8808191Z [00:02:14.347]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:18.8809081Z [00:02:14.347]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.8809889Z [00:02:14.347]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:18.8810740Z [00:02:14.347]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:18.8812529Z [00:02:14.347]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:18.8815124Z [00:02:14.347]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:18.8816436Z [00:02:14.347]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:18.8817464Z [00:02:14.347]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:18.8818499Z [00:02:14.347]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:18.8819128Z [00:02:14.347]➜  EOF
2025-08-20T21:35:18.8822694Z [00:02:14.347]➜  /root/.go/pkg/tool/linux_amd64/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 5n6VFgUnKJosoLOR4kpN/5n6VFgUnKJosoLOR4kpN -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:18.8826344Z [00:02:14.348]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:35:18.8831855Z [00:02:14.350]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/59/590b72154e773d9d2d4482a9b4d49f1d54d8d0dbd01c46c56e813c1be8c4754a-d # internal
2025-08-20T21:35:18.8842301Z [00:02:14.351]➜  math/big
2025-08-20T21:35:18.8844453Z [00:02:14.351]➜  mkdir -p $WORK/b181/
2025-08-20T21:35:18.8849621Z [00:02:14.351]➜  echo -n > $WORK/b181/go_asm.h # internal
2025-08-20T21:35:18.8850290Z [00:02:14.351]➜  cd /root/.go/src/math/big
2025-08-20T21:35:18.8852173Z [00:02:14.351]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b181/symabis ./arith_amd64.s
2025-08-20T21:35:18.8856744Z [00:02:14.352]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:35:18.8885936Z [00:02:14.355]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T21:35:18.8887069Z [00:02:14.355]➜  archive/zip
2025-08-20T21:35:18.8887538Z [00:02:14.355]➜  mkdir -p $WORK/b173/
2025-08-20T21:35:18.8894881Z [00:02:14.356]➜  cat >/tmp/go-build2004036841/b173/importcfg << 'EOF' # internal
2025-08-20T21:35:18.8899572Z [00:02:14.356]➜  # import config
2025-08-20T21:35:18.8900717Z [00:02:14.356]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:18.8902087Z [00:02:14.356]➜  packagefile compress/flate=/tmp/go-build2004036841/b174/_pkg_.a
2025-08-20T21:35:18.8903746Z [00:02:14.356]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:18.8905130Z [00:02:14.356]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.8907595Z [00:02:14.356]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:18.8908594Z [00:02:14.356]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:18.8909415Z [00:02:14.356]➜  packagefile hash/crc32=/tmp/go-build2004036841/b175/_pkg_.a
2025-08-20T21:35:18.8910330Z [00:02:14.356]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:18.8911216Z [00:02:14.356]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:18.8912001Z [00:02:14.356]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:18.8912796Z [00:02:14.356]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:18.8913610Z [00:02:14.356]➜  packagefile path=/tmp/go-build2004036841/b059/_pkg_.a
2025-08-20T21:35:18.8914503Z [00:02:14.356]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:18.8915368Z [00:02:14.356]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:18.8916203Z [00:02:14.356]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:18.8916973Z [00:02:14.356]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:18.8917742Z [00:02:14.356]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:18.8924796Z [00:02:14.356]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:18.8925475Z [00:02:14.356]➜  EOF
2025-08-20T21:35:18.8926008Z [00:02:14.356]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:18.8942427Z [00:02:14.356]➜  /root/.go/pkg/tool/linux_amd64/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 POmn5GHYG7XLbkAGVbpy/POmn5GHYG7XLbkAGVbpy -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:18.8999742Z [00:02:14.366]➜  cat >/tmp/go-build2004036841/b181/importcfg << 'EOF' # internal
2025-08-20T21:35:18.9011525Z [00:02:14.366]➜  # import config
2025-08-20T21:35:18.9013789Z [00:02:14.366]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:18.9014682Z [00:02:14.366]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:18.9015534Z [00:02:14.366]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:18.9016517Z [00:02:14.366]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:18.9017525Z [00:02:14.366]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:18.9018695Z [00:02:14.366]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:18.9019827Z [00:02:14.366]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:18.9020791Z [00:02:14.366]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:18.9021675Z [00:02:14.366]➜  packagefile math/rand=/tmp/go-build2004036841/b086/_pkg_.a
2025-08-20T21:35:18.9022532Z [00:02:14.366]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:18.9023401Z [00:02:14.366]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:18.9024292Z [00:02:14.366]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:18.9025143Z [00:02:14.366]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:18.9025805Z [00:02:14.366]➜  EOF
2025-08-20T21:35:18.9037943Z [00:02:14.366]➜  /root/.go/pkg/tool/linux_amd64/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 JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -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_amd64.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T21:35:18.9409211Z [00:02:14.407]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:35:18.9420855Z [00:02:14.408]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/b0/b06c91cb39009cf39abdbcc7e1943c2039778e5d0d0e1f836116b4a6d8ca1233-d # internal
2025-08-20T21:35:18.9536505Z [00:02:14.420]➜  net
2025-08-20T21:35:18.9542810Z [00:02:14.420]➜  mkdir -p $WORK/b183/
2025-08-20T21:35:18.9543488Z [00:02:14.420]➜  echo -n > $WORK/b183/preferlinkext # internal
2025-08-20T21:35:18.9544083Z [00:02:14.420]➜  cd /root/.go/src/net
2025-08-20T21:35:18.9546188Z [00:02:14.420]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/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:19.3634926Z [00:02:14.830]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:35:19.3819550Z [00:02:14.848]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/1c/1cafd0e5ff9450d48acd602b17e3bfb853fb8216a2705901746de2900322870f-d # internal
2025-08-20T21:35:19.3820698Z [00:02:14.848]➜  compress/gzip
2025-08-20T21:35:19.3821234Z [00:02:14.848]➜  mkdir -p $WORK/b192/
2025-08-20T21:35:19.3830580Z [00:02:14.850]➜  cat >/tmp/go-build2004036841/b192/importcfg << 'EOF' # internal
2025-08-20T21:35:19.3836120Z [00:02:14.850]➜  # import config
2025-08-20T21:35:19.3836817Z [00:02:14.850]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:19.3837705Z [00:02:14.850]➜  packagefile compress/flate=/tmp/go-build2004036841/b174/_pkg_.a
2025-08-20T21:35:19.3838855Z [00:02:14.850]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:19.3839722Z [00:02:14.850]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:19.3840539Z [00:02:14.850]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:19.3841366Z [00:02:14.850]➜  packagefile hash/crc32=/tmp/go-build2004036841/b175/_pkg_.a
2025-08-20T21:35:19.3842523Z [00:02:14.850]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:19.3843394Z [00:02:14.850]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:19.3844041Z [00:02:14.850]➜  EOF
2025-08-20T21:35:19.3844562Z [00:02:14.850]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:19.3847769Z [00:02:14.850]➜  /root/.go/pkg/tool/linux_amd64/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 k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -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:19.4787768Z [00:02:14.945]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:35:19.4803446Z [00:02:14.947]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T21:35:19.4812506Z [00:02:14.948]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:35:19.4815131Z [00:02:14.948]➜  mkdir -p $WORK/b197/
2025-08-20T21:35:19.4822838Z [00:02:14.949]➜  echo -n > $WORK/b197/go_asm.h # internal
2025-08-20T21:35:19.4842031Z [00:02:14.951]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:35:19.4846425Z [00:02:14.951]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b197=>" -I $WORK/b197/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b197/symabis ./gcm_amd64.s
2025-08-20T21:35:19.4944746Z [00:02:14.961]➜  cat >/tmp/go-build2004036841/b197/importcfg << 'EOF' # internal
2025-08-20T21:35:19.4949159Z [00:02:14.961]➜  # import config
2025-08-20T21:35:19.4950004Z [00:02:14.961]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:19.4951202Z [00:02:14.961]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2004036841/b153/_pkg_.a
2025-08-20T21:35:19.4952370Z [00:02:14.961]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2004036841/b154/_pkg_.a
2025-08-20T21:35:19.4953913Z [00:02:14.961]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:19.4955048Z [00:02:14.961]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2004036841/b148/_pkg_.a
2025-08-20T21:35:19.4956189Z [00:02:14.961]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:19.4957402Z [00:02:14.961]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:19.4958828Z [00:02:14.961]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2004036841/b159/_pkg_.a
2025-08-20T21:35:19.4959786Z [00:02:14.961]➜  packagefile crypto/internal/impl=/tmp/go-build2004036841/b160/_pkg_.a
2025-08-20T21:35:19.4960615Z [00:02:14.961]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:19.4961425Z [00:02:14.961]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:19.4962008Z [00:02:14.961]➜  EOF
2025-08-20T21:35:19.4962515Z [00:02:14.961]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:19.4969646Z [00:02:14.961]➜  /root/.go/pkg/tool/linux_amd64/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 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -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:19.6516594Z [00:02:15.118]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:35:19.6519774Z [00:02:15.118]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b197=>" -I $WORK/b197/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b197/gcm_amd64.o ./gcm_amd64.s
2025-08-20T21:35:19.6789081Z [00:02:15.145]➜  go tool pack r $WORK/b197/_pkg_.a $WORK/b197/gcm_amd64.o # internal
2025-08-20T21:35:19.6789912Z [00:02:15.145]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:35:19.6802895Z [00:02:15.147]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T21:35:19.6812184Z [00:02:15.147]➜  crypto/cipher
2025-08-20T21:35:19.6812720Z [00:02:15.147]➜  mkdir -p $WORK/b196/
2025-08-20T21:35:19.6813477Z [00:02:15.148]➜  cat >/tmp/go-build2004036841/b196/importcfg << 'EOF' # internal
2025-08-20T21:35:19.6814107Z [00:02:15.148]➜  # import config
2025-08-20T21:35:19.6814761Z [00:02:15.148]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:19.6815763Z [00:02:15.148]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2004036841/b153/_pkg_.a
2025-08-20T21:35:19.6816884Z [00:02:15.148]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2004036841/b197/_pkg_.a
2025-08-20T21:35:19.6818156Z [00:02:15.148]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2004036841/b154/_pkg_.a
2025-08-20T21:35:19.6819265Z [00:02:15.148]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:19.6820242Z [00:02:15.148]➜  packagefile crypto/subtle=/tmp/go-build2004036841/b198/_pkg_.a
2025-08-20T21:35:19.6821097Z [00:02:15.148]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:19.6821958Z [00:02:15.148]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:19.6823176Z [00:02:15.148]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:19.6823745Z [00:02:15.148]➜  EOF
2025-08-20T21:35:19.6824263Z [00:02:15.148]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:19.6839576Z [00:02:15.148]➜  /root/.go/pkg/tool/linux_amd64/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 o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -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:19.7207339Z [00:02:15.187]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:35:19.7374692Z [00:02:15.204]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/e4/e4310cb99e70a7c58b677f86af74a9c213b1b3a0aff559878feca1e5db1e2962-d # internal
2025-08-20T21:35:19.7380407Z [00:02:15.205]➜  layeh.com/gopher-luar
2025-08-20T21:35:19.7382963Z [00:02:15.205]➜  mkdir -p $WORK/b182/
2025-08-20T21:35:19.7388517Z [00:02:15.205]➜  cat >/tmp/go-build2004036841/b182/importcfg << 'EOF' # internal
2025-08-20T21:35:19.7398547Z [00:02:15.205]➜  # import config
2025-08-20T21:35:19.7399217Z [00:02:15.205]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:19.7400175Z [00:02:15.205]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2004036841/b132/_pkg_.a
2025-08-20T21:35:19.7401130Z [00:02:15.205]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:19.7401950Z [00:02:15.205]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:19.7403079Z [00:02:15.205]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:19.7403796Z [00:02:15.205]➜  EOF
2025-08-20T21:35:19.7412812Z [00:02:15.205]➜  /root/.go/pkg/tool/linux_amd64/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 bUrRSnX9S2kVJWlIPgQm/bUrRSnX9S2kVJWlIPgQm -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:19.7641077Z [00:02:15.230]➜  cd /root/.go/src/math/big
2025-08-20T21:35:19.7643087Z [00:02:15.230]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b181/arith_amd64.o ./arith_amd64.s
2025-08-20T21:35:19.7722540Z [00:02:15.239]➜  go tool pack r $WORK/b181/_pkg_.a $WORK/b181/arith_amd64.o # internal
2025-08-20T21:35:19.7725193Z [00:02:15.239]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:35:19.7864095Z [00:02:15.253]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T21:35:19.7872140Z [00:02:15.253]➜  github.com/dustin/go-humanize
2025-08-20T21:35:19.7872694Z [00:02:15.253]➜  mkdir -p $WORK/b180/
2025-08-20T21:35:19.7881557Z [00:02:15.255]➜  cat >/tmp/go-build2004036841/b180/importcfg << 'EOF' # internal
2025-08-20T21:35:19.7882768Z [00:02:15.255]➜  # import config
2025-08-20T21:35:19.7885740Z [00:02:15.255]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:19.7886698Z [00:02:15.255]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:19.7896959Z [00:02:15.255]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:19.7897722Z [00:02:15.255]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:19.7898656Z [00:02:15.255]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:19.7899458Z [00:02:15.255]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:19.7900224Z [00:02:15.255]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:19.7900974Z [00:02:15.255]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:19.7901738Z [00:02:15.255]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:19.7902490Z [00:02:15.255]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:19.7903293Z [00:02:15.255]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:19.7903929Z [00:02:15.255]➜  EOF
2025-08-20T21:35:19.7904493Z [00:02:15.255]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:19.7912796Z [00:02:15.255]➜  /root/.go/pkg/tool/linux_amd64/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 Vi6CT574To1D-YtoVo1_/Vi6CT574To1D-YtoVo1_ -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:19.7927893Z [00:02:15.259]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:35:19.7950151Z [00:02:15.261]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T21:35:19.7959588Z [00:02:15.262]➜  crypto/internal/boring
2025-08-20T21:35:19.7960192Z [00:02:15.262]➜  mkdir -p $WORK/b195/
2025-08-20T21:35:19.7980391Z [00:02:15.263]➜  cat >/tmp/go-build2004036841/b195/importcfg << 'EOF' # internal
2025-08-20T21:35:19.7981210Z [00:02:15.263]➜  # import config
2025-08-20T21:35:19.7981931Z [00:02:15.263]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:19.7982846Z [00:02:15.263]➜  packagefile crypto/cipher=/tmp/go-build2004036841/b196/_pkg_.a
2025-08-20T21:35:19.7983943Z [00:02:15.263]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2004036841/b199/_pkg_.a
2025-08-20T21:35:19.7984984Z [00:02:15.263]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:19.7985627Z [00:02:15.263]➜  EOF
2025-08-20T21:35:19.7989278Z [00:02:15.264]➜  /root/.go/pkg/tool/linux_amd64/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 W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -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:19.8221088Z [00:02:15.287]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:35:19.8225090Z [00:02:15.289]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T21:35:19.8245055Z [00:02:15.289]➜  crypto/rand
2025-08-20T21:35:19.8245573Z [00:02:15.289]➜  mkdir -p $WORK/b194/
2025-08-20T21:35:19.8246309Z [00:02:15.290]➜  cat >/tmp/go-build2004036841/b194/importcfg << 'EOF' # internal
2025-08-20T21:35:19.8246982Z [00:02:15.290]➜  # import config
2025-08-20T21:35:19.8247785Z [00:02:15.290]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:19.8250843Z [00:02:15.290]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:19.8252048Z [00:02:15.290]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2004036841/b148/_pkg_.a
2025-08-20T21:35:19.8253229Z [00:02:15.290]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:19.8254365Z [00:02:15.290]➜  packagefile crypto/internal/randutil=/tmp/go-build2004036841/b164/_pkg_.a
2025-08-20T21:35:19.8255517Z [00:02:15.290]➜  packagefile crypto/internal/sysrand=/tmp/go-build2004036841/b150/_pkg_.a
2025-08-20T21:35:19.8256550Z [00:02:15.290]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:19.8257491Z [00:02:15.290]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:19.8258549Z [00:02:15.290]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:19.8259229Z [00:02:15.290]➜  EOF
2025-08-20T21:35:19.8262822Z [00:02:15.290]➜  /root/.go/pkg/tool/linux_amd64/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 nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -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:19.8503156Z [00:02:15.317]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:35:19.8512345Z [00:02:15.317]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T21:35:19.8513407Z [00:02:15.317]➜  crypto/aes
2025-08-20T21:35:19.8513879Z [00:02:15.317]➜  mkdir -p $WORK/b201/
2025-08-20T21:35:19.8522176Z [00:02:15.319]➜  cat >/tmp/go-build2004036841/b201/importcfg << 'EOF' # internal
2025-08-20T21:35:19.8526362Z [00:02:15.319]➜  # import config
2025-08-20T21:35:19.8527114Z [00:02:15.319]➜  packagefile crypto/cipher=/tmp/go-build2004036841/b196/_pkg_.a
2025-08-20T21:35:19.8528325Z [00:02:15.319]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:19.8529431Z [00:02:15.319]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2004036841/b153/_pkg_.a
2025-08-20T21:35:19.8530376Z [00:02:15.319]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:19.8530972Z [00:02:15.319]➜  EOF
2025-08-20T21:35:19.8536614Z [00:02:15.320]➜  /root/.go/pkg/tool/linux_amd64/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 diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:35:19.8699570Z [00:02:15.335]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:35:19.8701642Z [00:02:15.336]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T21:35:19.8703567Z [00:02:15.336]➜  crypto/des
2025-08-20T21:35:19.8704595Z [00:02:15.336]➜  mkdir -p $WORK/b202/
2025-08-20T21:35:19.8708614Z [00:02:15.337]➜  cat >/tmp/go-build2004036841/b202/importcfg << 'EOF' # internal
2025-08-20T21:35:19.8710310Z [00:02:15.337]➜  # import config
2025-08-20T21:35:19.8711008Z [00:02:15.337]➜  packagefile crypto/cipher=/tmp/go-build2004036841/b196/_pkg_.a
2025-08-20T21:35:19.8712031Z [00:02:15.337]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2004036841/b154/_pkg_.a
2025-08-20T21:35:19.8713160Z [00:02:15.337]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:19.8714169Z [00:02:15.337]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:19.8715099Z [00:02:15.337]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:19.8716098Z [00:02:15.337]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:19.8716956Z [00:02:15.337]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:19.8717613Z [00:02:15.337]➜  EOF
2025-08-20T21:35:19.8721013Z [00:02:15.337]➜  /root/.go/pkg/tool/linux_amd64/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 ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -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:19.8940449Z [00:02:15.359]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:35:19.8949023Z [00:02:15.361]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/98/981ca62fc68fecd3bf48c784ff41d835b8d0d49384585fca0fa6dac49ed0b67a-d # internal
2025-08-20T21:35:19.8956282Z [00:02:15.361]➜  crypto/internal/fips140/nistec
2025-08-20T21:35:19.8962620Z [00:02:15.361]➜  mkdir -p $WORK/b205/
2025-08-20T21:35:19.8963247Z [00:02:15.362]➜  echo -n > $WORK/b205/go_asm.h # internal
2025-08-20T21:35:19.8963933Z [00:02:15.362]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:35:19.8966457Z [00:02:15.362]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b205=>" -I $WORK/b205/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b205/symabis ./p256_asm_amd64.s
2025-08-20T21:35:19.9079470Z [00:02:15.374]➜  cat >/tmp/go-build2004036841/b205/importcfg << 'EOF' # internal
2025-08-20T21:35:19.9081342Z [00:02:15.374]➜  # import config
2025-08-20T21:35:19.9082245Z [00:02:15.374]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:19.9083450Z [00:02:15.374]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2004036841/b206/_pkg_.a
2025-08-20T21:35:19.9084709Z [00:02:15.374]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:19.9085914Z [00:02:15.374]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:19.9086909Z [00:02:15.374]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:19.9087765Z [00:02:15.374]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:19.9089002Z [00:02:15.374]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:19.9089955Z [00:02:15.374]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:19.9098759Z [00:02:15.374]➜  EOF
2025-08-20T21:35:19.9100169Z [00:02:15.376]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:19.9107804Z [00:02:15.376]➜  /root/.go/pkg/tool/linux_amd64/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 t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -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:19.9245642Z [00:02:15.391]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:35:19.9256469Z [00:02:15.392]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T21:35:19.9260029Z [00:02:15.393]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:35:19.9261957Z [00:02:15.393]➜  mkdir -p $WORK/b207/
2025-08-20T21:35:19.9262581Z [00:02:15.393]➜  echo -n > $WORK/b207/go_asm.h # internal
2025-08-20T21:35:19.9264416Z [00:02:15.393]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:35:19.9267321Z [00:02:15.393]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b207=>" -I $WORK/b207/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b207/symabis ./fe_amd64.s
2025-08-20T21:35:19.9306711Z [00:02:15.397]➜  cat >/tmp/go-build2004036841/b207/importcfg << 'EOF' # internal
2025-08-20T21:35:19.9307413Z [00:02:15.397]➜  # import config
2025-08-20T21:35:19.9308391Z [00:02:15.397]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:19.9309813Z [00:02:15.397]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:19.9311036Z [00:02:15.397]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:19.9312061Z [00:02:15.397]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:19.9312846Z [00:02:15.397]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:19.9313473Z [00:02:15.397]➜  EOF
2025-08-20T21:35:19.9313969Z [00:02:15.397]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:19.9319793Z [00:02:15.397]➜  /root/.go/pkg/tool/linux_amd64/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 -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b207/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack -asmhdr $WORK/b207/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T21:35:19.9676952Z [00:02:15.434]➜  cd $WORK/b183
2025-08-20T21:35:19.9680010Z [00:02:15.434]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -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=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b183/_x001.o -c _cgo_export.c
2025-08-20T21:35:20.0087003Z [00:02:15.475]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -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=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b183/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:35:20.0175024Z [00:02:15.484]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:35:20.0178329Z [00:02:15.484]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b207=>" -I $WORK/b207/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b207/fe_amd64.o ./fe_amd64.s
2025-08-20T21:35:20.0274793Z [00:02:15.494]➜  go tool pack r $WORK/b207/_pkg_.a $WORK/b207/fe_amd64.o # internal
2025-08-20T21:35:20.0275798Z [00:02:15.494]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:35:20.0287802Z [00:02:15.495]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T21:35:20.0290026Z [00:02:15.496]➜  crypto/internal/boring/bbig
2025-08-20T21:35:20.0291151Z [00:02:15.496]➜  mkdir -p $WORK/b210/
2025-08-20T21:35:20.0296974Z [00:02:15.496]➜  cat >/tmp/go-build2004036841/b210/importcfg << 'EOF' # internal
2025-08-20T21:35:20.0297691Z [00:02:15.496]➜  # import config
2025-08-20T21:35:20.0298682Z [00:02:15.496]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:20.0299681Z [00:02:15.496]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:20.0300347Z [00:02:15.496]➜  EOF
2025-08-20T21:35:20.0325572Z [00:02:15.499]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:20.0329520Z [00:02:15.499]➜  /root/.go/pkg/tool/linux_amd64/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 Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -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:20.0540304Z [00:02:15.520]➜  cd $WORK/b183
2025-08-20T21:35:20.0543107Z [00:02:15.520]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -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=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b183/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:35:20.0603050Z [00:02:15.527]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:35:20.0604453Z [00:02:15.527]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T21:35:20.0605621Z [00:02:15.527]➜  crypto/internal/fips140/bigmod
2025-08-20T21:35:20.0606232Z [00:02:15.527]➜  mkdir -p $WORK/b212/
2025-08-20T21:35:20.0634618Z [00:02:15.530]➜  echo -n > $WORK/b212/go_asm.h # internal
2025-08-20T21:35:20.0638175Z [00:02:15.530]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:35:20.0640900Z [00:02:15.530]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b212=>" -I $WORK/b212/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b212/symabis ./nat_amd64.s
2025-08-20T21:35:20.0739199Z [00:02:15.540]➜  cat >/tmp/go-build2004036841/b212/importcfg << 'EOF' # internal
2025-08-20T21:35:20.0739969Z [00:02:15.540]➜  # import config
2025-08-20T21:35:20.0740862Z [00:02:15.540]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:20.0742145Z [00:02:15.540]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:20.0743402Z [00:02:15.540]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2004036841/b159/_pkg_.a
2025-08-20T21:35:20.0769310Z [00:02:15.540]➜  packagefile crypto/internal/impl=/tmp/go-build2004036841/b160/_pkg_.a
2025-08-20T21:35:20.0770754Z [00:02:15.540]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.0771635Z [00:02:15.540]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:20.0772290Z [00:02:15.540]➜  EOF
2025-08-20T21:35:20.0772821Z [00:02:15.540]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:20.0777157Z [00:02:15.540]➜  /root/.go/pkg/tool/linux_amd64/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 sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -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:20.0970729Z [00:02:15.563]➜  cd $WORK/b183
2025-08-20T21:35:20.0973411Z [00:02:15.564]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -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=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b183/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:35:20.1323611Z [00:02:15.598]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -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=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b183/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:35:20.1823037Z [00:02:15.648]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -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=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b183/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:35:20.2195763Z [00:02:15.686]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:35:20.2198430Z [00:02:15.686]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b212=>" -I $WORK/b212/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b212/nat_amd64.o ./nat_amd64.s
2025-08-20T21:35:20.2252853Z [00:02:15.692]➜  go tool pack r $WORK/b212/_pkg_.a $WORK/b212/nat_amd64.o # internal
2025-08-20T21:35:20.2254414Z [00:02:15.692]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:35:20.2271847Z [00:02:15.694]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T21:35:20.2273197Z [00:02:15.694]➜  crypto/internal/fips140cache
2025-08-20T21:35:20.2273922Z [00:02:15.694]➜  mkdir -p $WORK/b213/
2025-08-20T21:35:20.2289826Z [00:02:15.694]➜  cat >/tmp/go-build2004036841/b213/importcfg << 'EOF' # internal
2025-08-20T21:35:20.2290601Z [00:02:15.694]➜  # import config
2025-08-20T21:35:20.2291272Z [00:02:15.694]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:20.2292070Z [00:02:15.694]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:20.2292871Z [00:02:15.694]➜  packagefile weak=/tmp/go-build2004036841/b189/_pkg_.a
2025-08-20T21:35:20.2293457Z [00:02:15.694]➜  EOF
2025-08-20T21:35:20.2293959Z [00:02:15.695]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:20.2297184Z [00:02:15.695]➜  /root/.go/pkg/tool/linux_amd64/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 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -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:20.2348423Z [00:02:15.701]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:35:20.2384012Z [00:02:15.705]➜  cd $WORK/b183
2025-08-20T21:35:20.2388540Z [00:02:15.705]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -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=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b183/_cgo_main.o -c _cgo_main.c
2025-08-20T21:35:20.2421367Z [00:02:15.708]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/ce/cec0471194af86892e01b6679ff83bb88d31d757aa5d2dc9317bb4628cee5ed3-d # internal
2025-08-20T21:35:20.2433424Z [00:02:15.708]➜  crypto/sha3
2025-08-20T21:35:20.2435982Z [00:02:15.708]➜  mkdir -p $WORK/b215/
2025-08-20T21:35:20.2436841Z [00:02:15.709]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:35:20.2437667Z [00:02:15.709]➜  cat >/tmp/go-build2004036841/b215/importcfg << 'EOF' # internal
2025-08-20T21:35:20.2438542Z [00:02:15.709]➜  # import config
2025-08-20T21:35:20.2439182Z [00:02:15.709]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:20.2440130Z [00:02:15.709]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2004036841/b161/_pkg_.a
2025-08-20T21:35:20.2441089Z [00:02:15.709]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:20.2441687Z [00:02:15.709]➜  EOF
2025-08-20T21:35:20.2442226Z [00:02:15.709]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:20.2471380Z [00:02:15.709]➜  /root/.go/pkg/tool/linux_amd64/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 pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:35:20.2474897Z [00:02:15.710]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T21:35:20.2475934Z [00:02:15.710]➜  crypto/sha512
2025-08-20T21:35:20.2476412Z [00:02:15.710]➜  mkdir -p $WORK/b216/
2025-08-20T21:35:20.2477110Z [00:02:15.710]➜  cat >/tmp/go-build2004036841/b216/importcfg << 'EOF' # internal
2025-08-20T21:35:20.2477820Z [00:02:15.710]➜  # import config
2025-08-20T21:35:20.2479277Z [00:02:15.710]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:20.2480219Z [00:02:15.710]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:20.2481293Z [00:02:15.710]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2004036841/b163/_pkg_.a
2025-08-20T21:35:20.2482256Z [00:02:15.710]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:20.2482889Z [00:02:15.710]➜  EOF
2025-08-20T21:35:20.2485693Z [00:02:15.710]➜  /root/.go/pkg/tool/linux_amd64/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 PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:35:20.2590438Z [00:02:15.725]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:35:20.2597011Z [00:02:15.726]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T21:35:20.2606017Z [00:02:15.727]➜  encoding/asn1
2025-08-20T21:35:20.2609216Z [00:02:15.727]➜  mkdir -p $WORK/b218/
2025-08-20T21:35:20.2609986Z [00:02:15.727]➜  cat >/tmp/go-build2004036841/b218/importcfg << 'EOF' # internal
2025-08-20T21:35:20.2611306Z [00:02:15.727]➜  # import config
2025-08-20T21:35:20.2612219Z [00:02:15.727]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:20.2613300Z [00:02:15.727]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.2614879Z [00:02:15.727]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:20.2615953Z [00:02:15.727]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:20.2617014Z [00:02:15.727]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:20.2619222Z [00:02:15.727]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:20.2620126Z [00:02:15.727]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:20.2620984Z [00:02:15.727]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:20.2621888Z [00:02:15.727]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:20.2622751Z [00:02:15.727]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:20.2623672Z [00:02:15.727]➜  packagefile unicode/utf16=/tmp/go-build2004036841/b138/_pkg_.a
2025-08-20T21:35:20.2624614Z [00:02:15.727]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:20.2625343Z [00:02:15.727]➜  EOF
2025-08-20T21:35:20.2632028Z [00:02:15.727]➜  /root/.go/pkg/tool/linux_amd64/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 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -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:20.2790036Z [00:02:15.745]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -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:20.2815381Z [00:02:15.748]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:35:20.2826291Z [00:02:15.749]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T21:35:20.2832544Z [00:02:15.750]➜  crypto/internal/fips140hash
2025-08-20T21:35:20.2835187Z [00:02:15.750]➜  mkdir -p $WORK/b214/
2025-08-20T21:35:20.2840667Z [00:02:15.750]➜  cat >/tmp/go-build2004036841/b214/importcfg << 'EOF' # internal
2025-08-20T21:35:20.2841386Z [00:02:15.750]➜  # import config
2025-08-20T21:35:20.2842192Z [00:02:15.750]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2004036841/b161/_pkg_.a
2025-08-20T21:35:20.2843223Z [00:02:15.750]➜  packagefile crypto/sha3=/tmp/go-build2004036841/b215/_pkg_.a
2025-08-20T21:35:20.2844098Z [00:02:15.750]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:20.2844729Z [00:02:15.750]➜  EOF
2025-08-20T21:35:20.2848161Z [00:02:15.750]➜  /root/.go/pkg/tool/linux_amd64/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 HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -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:20.2955027Z [00:02:15.762]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:35:20.2960208Z [00:02:15.763]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T21:35:20.2965772Z [00:02:15.763]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:35:20.2966539Z [00:02:15.763]➜  mkdir -p $WORK/b222/
2025-08-20T21:35:20.2971355Z [00:02:15.764]➜  cat >/tmp/go-build2004036841/b222/importcfg << 'EOF' # internal
2025-08-20T21:35:20.2972708Z [00:02:15.764]➜  # import config
2025-08-20T21:35:20.2974150Z [00:02:15.764]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:20.2975636Z [00:02:15.764]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2004036841/b207/_pkg_.a
2025-08-20T21:35:20.2977724Z [00:02:15.764]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:20.2979110Z [00:02:15.764]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:20.2980117Z [00:02:15.764]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.2980940Z [00:02:15.764]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:20.2981838Z [00:02:15.764]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:20.2982476Z [00:02:15.764]➜  EOF
2025-08-20T21:35:20.2988936Z [00:02:15.764]➜  /root/.go/pkg/tool/linux_amd64/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 Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -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:20.3683280Z [00:02:15.832]➜  gcc -I /root/.go/src/net -fPIC -m64 -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:20.3686496Z [00:02:15.832]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b183/_cgo_.o -dynout $WORK/b183/_cgo_import.go
2025-08-20T21:35:20.3767441Z [00:02:15.843]➜  cat >/tmp/go-build2004036841/b183/importcfg << 'EOF' # internal
2025-08-20T21:35:20.3768383Z [00:02:15.843]➜  # import config
2025-08-20T21:35:20.3769272Z [00:02:15.843]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:35:20.3770311Z [00:02:15.843]➜  packagefile cmp=/tmp/go-build2004036841/b052/_pkg_.a
2025-08-20T21:35:20.3771144Z [00:02:15.843]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:20.3772029Z [00:02:15.843]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.3773121Z [00:02:15.843]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2004036841/b184/_pkg_.a
2025-08-20T21:35:20.3774240Z [00:02:15.843]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:20.3775206Z [00:02:15.843]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:20.3776156Z [00:02:15.843]➜  packagefile internal/itoa=/tmp/go-build2004036841/b049/_pkg_.a
2025-08-20T21:35:20.3777117Z [00:02:15.843]➜  packagefile internal/nettrace=/tmp/go-build2004036841/b185/_pkg_.a
2025-08-20T21:35:20.3778318Z [00:02:15.843]➜  packagefile internal/poll=/tmp/go-build2004036841/b064/_pkg_.a
2025-08-20T21:35:20.3779260Z [00:02:15.843]➜  packagefile internal/singleflight=/tmp/go-build2004036841/b186/_pkg_.a
2025-08-20T21:35:20.3780231Z [00:02:15.843]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:20.3781083Z [00:02:15.843]➜  packagefile internal/syscall/unix=/tmp/go-build2004036841/b065/_pkg_.a
2025-08-20T21:35:20.3782236Z [00:02:15.843]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:20.3782986Z [00:02:15.843]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:20.3783769Z [00:02:15.843]➜  packagefile net/netip=/tmp/go-build2004036841/b187/_pkg_.a
2025-08-20T21:35:20.3784546Z [00:02:15.843]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:20.3785325Z [00:02:15.843]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:20.3786130Z [00:02:15.843]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:20.3787015Z [00:02:15.843]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:20.3787971Z [00:02:15.843]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:20.3809321Z [00:02:15.843]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:20.3810223Z [00:02:15.843]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:20.3811132Z [00:02:15.843]➜  packagefile runtime/cgo=/tmp/go-build2004036841/b190/_pkg_.a
2025-08-20T21:35:20.3811777Z [00:02:15.843]➜  EOF
2025-08-20T21:35:20.3828924Z [00:02:15.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b183=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -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:20.4097109Z [00:02:15.876]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:35:20.4117495Z [00:02:15.878]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T21:35:20.4122000Z [00:02:15.878]➜  crypto/internal/fips140/ed25519
2025-08-20T21:35:20.4122575Z [00:02:15.878]➜  mkdir -p $WORK/b221/
2025-08-20T21:35:20.4132931Z [00:02:15.880]➜  cat >/tmp/go-build2004036841/b221/importcfg << 'EOF' # internal
2025-08-20T21:35:20.4133820Z [00:02:15.880]➜  # import config
2025-08-20T21:35:20.4134632Z [00:02:15.880]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:20.4135813Z [00:02:15.880]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:20.4136917Z [00:02:15.880]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:20.4138410Z [00:02:15.880]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2004036841/b148/_pkg_.a
2025-08-20T21:35:20.4139629Z [00:02:15.880]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2004036841/b222/_pkg_.a
2025-08-20T21:35:20.4140860Z [00:02:15.880]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2004036841/b163/_pkg_.a
2025-08-20T21:35:20.4141866Z [00:02:15.880]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.4142707Z [00:02:15.880]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:20.4143521Z [00:02:15.880]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:20.4144125Z [00:02:15.880]➜  EOF
2025-08-20T21:35:20.4147845Z [00:02:15.880]➜  /root/.go/pkg/tool/linux_amd64/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 JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -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:20.4797708Z [00:02:15.946]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:35:20.4810198Z [00:02:15.948]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T21:35:20.4823573Z [00:02:15.949]➜  crypto/ed25519
2025-08-20T21:35:20.4824224Z [00:02:15.949]➜  mkdir -p $WORK/b220/
2025-08-20T21:35:20.4829455Z [00:02:15.949]➜  cat >/tmp/go-build2004036841/b220/importcfg << 'EOF' # internal
2025-08-20T21:35:20.4831682Z [00:02:15.950]➜  # import config
2025-08-20T21:35:20.4839096Z [00:02:15.950]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:20.4840718Z [00:02:15.950]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2004036841/b221/_pkg_.a
2025-08-20T21:35:20.4842206Z [00:02:15.950]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2004036841/b213/_pkg_.a
2025-08-20T21:35:20.4844251Z [00:02:15.950]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:20.4845272Z [00:02:15.950]➜  packagefile crypto/rand=/tmp/go-build2004036841/b194/_pkg_.a
2025-08-20T21:35:20.4846237Z [00:02:15.950]➜  packagefile crypto/subtle=/tmp/go-build2004036841/b198/_pkg_.a
2025-08-20T21:35:20.4847127Z [00:02:15.950]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.4847923Z [00:02:15.950]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:20.4848929Z [00:02:15.950]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:20.4849565Z [00:02:15.950]➜  EOF
2025-08-20T21:35:20.4852361Z [00:02:15.950]➜  /root/.go/pkg/tool/linux_amd64/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 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:35:20.5472564Z [00:02:16.014]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:35:20.5559730Z [00:02:16.022]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T21:35:20.5589777Z [00:02:16.023]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:35:20.5594827Z [00:02:16.023]➜  mkdir -p $WORK/b217/
2025-08-20T21:35:20.5595604Z [00:02:16.024]➜  cat >/tmp/go-build2004036841/b217/importcfg << 'EOF' # internal
2025-08-20T21:35:20.5596303Z [00:02:16.024]➜  # import config
2025-08-20T21:35:20.5597237Z [00:02:16.024]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:35:20.5598843Z [00:02:16.024]➜  packagefile encoding/asn1=/tmp/go-build2004036841/b218/_pkg_.a
2025-08-20T21:35:20.5600002Z [00:02:16.024]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.5601727Z [00:02:16.024]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:20.5602810Z [00:02:16.024]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2004036841/b219/_pkg_.a
2025-08-20T21:35:20.5603922Z [00:02:16.024]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:20.5604803Z [00:02:16.024]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:20.5605608Z [00:02:16.024]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:20.5606220Z [00:02:16.024]➜  EOF
2025-08-20T21:35:20.5610853Z [00:02:16.024]➜  /root/.go/pkg/tool/linux_amd64/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 wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -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:20.6506348Z [00:02:16.117]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:35:20.6509826Z [00:02:16.117]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b205=>" -I $WORK/b205/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b205/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T21:35:20.6660277Z [00:02:16.133]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:35:20.6690488Z [00:02:16.136]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T21:35:20.6691943Z [00:02:16.136]➜  crypto/internal/fips140/hkdf
2025-08-20T21:35:20.6693776Z [00:02:16.136]➜  mkdir -p $WORK/b224/
2025-08-20T21:35:20.6703666Z [00:02:16.137]➜  cat >/tmp/go-build2004036841/b224/importcfg << 'EOF' # internal
2025-08-20T21:35:20.6704747Z [00:02:16.137]➜  # import config
2025-08-20T21:35:20.6706535Z [00:02:16.137]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:20.6707567Z [00:02:16.137]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:20.6711041Z [00:02:16.137]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:20.6712108Z [00:02:16.137]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2004036841/b156/_pkg_.a
2025-08-20T21:35:20.6713145Z [00:02:16.137]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2004036841/b157/_pkg_.a
2025-08-20T21:35:20.6714041Z [00:02:16.137]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.6714815Z [00:02:16.137]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:20.6715419Z [00:02:16.137]➜  EOF
2025-08-20T21:35:20.6715932Z [00:02:16.137]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:20.6720144Z [00:02:16.137]➜  /root/.go/pkg/tool/linux_amd64/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 N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -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:20.6812932Z [00:02:16.147]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:35:20.6813948Z [00:02:16.147]➜  go tool pack r $WORK/b205/_pkg_.a $WORK/b205/p256_asm_amd64.o # internal
2025-08-20T21:35:20.6814797Z [00:02:16.148]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:35:20.6885343Z [00:02:16.155]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T21:35:20.6932515Z [00:02:16.160]➜  crypto/internal/fips140/ecdh
2025-08-20T21:35:20.6933400Z [00:02:16.160]➜  mkdir -p $WORK/b204/
2025-08-20T21:35:20.6938278Z [00:02:16.160]➜  cat >/tmp/go-build2004036841/b204/importcfg << 'EOF' # internal
2025-08-20T21:35:20.6939448Z [00:02:16.160]➜  # import config
2025-08-20T21:35:20.6942855Z [00:02:16.160]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:20.6943675Z [00:02:16.160]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:20.6944622Z [00:02:16.160]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:20.6945603Z [00:02:16.160]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2004036841/b148/_pkg_.a
2025-08-20T21:35:20.6955452Z [00:02:16.160]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2004036841/b205/_pkg_.a
2025-08-20T21:35:20.6956629Z [00:02:16.160]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:20.6957528Z [00:02:16.160]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.6958731Z [00:02:16.160]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:20.6959534Z [00:02:16.160]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:20.6960252Z [00:02:16.160]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:20.6960765Z [00:02:16.160]➜  EOF
2025-08-20T21:35:20.6965855Z [00:02:16.161]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:20.6969491Z [00:02:16.161]➜  /root/.go/pkg/tool/linux_amd64/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 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -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:20.6972760Z [00:02:16.161]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:35:20.6973900Z [00:02:16.163]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T21:35:20.6974768Z [00:02:16.163]➜  crypto/elliptic
2025-08-20T21:35:20.6975180Z [00:02:16.163]➜  mkdir -p $WORK/b209/
2025-08-20T21:35:20.6975800Z [00:02:16.163]➜  cat >/tmp/go-build2004036841/b209/importcfg << 'EOF' # internal
2025-08-20T21:35:20.6976370Z [00:02:16.163]➜  # import config
2025-08-20T21:35:20.6977015Z [00:02:16.163]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2004036841/b205/_pkg_.a
2025-08-20T21:35:20.6977792Z [00:02:16.163]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.6980803Z [00:02:16.163]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:20.6981601Z [00:02:16.163]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:20.6982394Z [00:02:16.163]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:20.6982976Z [00:02:16.163]➜  EOF
2025-08-20T21:35:20.6986112Z [00:02:16.163]➜  /root/.go/pkg/tool/linux_amd64/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 mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -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:20.7094695Z [00:02:16.176]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:35:20.7147470Z [00:02:16.181]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T21:35:20.7150905Z [00:02:16.181]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:35:20.7151484Z [00:02:16.181]➜  mkdir -p $WORK/b211/
2025-08-20T21:35:20.7152252Z [00:02:16.181]➜  cat >/tmp/go-build2004036841/b211/importcfg << 'EOF' # internal
2025-08-20T21:35:20.7152944Z [00:02:16.181]➜  # import config
2025-08-20T21:35:20.7153778Z [00:02:16.181]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:20.7163600Z [00:02:16.181]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:20.7164854Z [00:02:16.181]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2004036841/b212/_pkg_.a
2025-08-20T21:35:20.7166037Z [00:02:16.181]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:20.7167180Z [00:02:16.181]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2004036841/b148/_pkg_.a
2025-08-20T21:35:20.7174125Z [00:02:16.181]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2004036841/b156/_pkg_.a
2025-08-20T21:35:20.7175345Z [00:02:16.181]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2004036841/b205/_pkg_.a
2025-08-20T21:35:20.7176795Z [00:02:16.181]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2004036841/b163/_pkg_.a
2025-08-20T21:35:20.7177777Z [00:02:16.181]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.7180178Z [00:02:16.181]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:20.7180977Z [00:02:16.181]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:20.7181750Z [00:02:16.181]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:20.7182325Z [00:02:16.181]➜  EOF
2025-08-20T21:35:20.7186772Z [00:02:16.181]➜  /root/.go/pkg/tool/linux_amd64/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 xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -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:20.7300567Z [00:02:16.196]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:35:20.7312529Z [00:02:16.198]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T21:35:20.7313760Z [00:02:16.198]➜  crypto/ecdh
2025-08-20T21:35:20.7314702Z [00:02:16.198]➜  mkdir -p $WORK/b203/
2025-08-20T21:35:20.7320811Z [00:02:16.199]➜  cat >/tmp/go-build2004036841/b203/importcfg << 'EOF' # internal
2025-08-20T21:35:20.7321848Z [00:02:16.199]➜  # import config
2025-08-20T21:35:20.7323926Z [00:02:16.199]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:20.7324798Z [00:02:16.199]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:20.7325765Z [00:02:16.199]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:20.7326939Z [00:02:16.199]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2004036841/b204/_pkg_.a
2025-08-20T21:35:20.7333897Z [00:02:16.199]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2004036841/b207/_pkg_.a
2025-08-20T21:35:20.7335208Z [00:02:16.199]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:20.7336319Z [00:02:16.199]➜  packagefile crypto/internal/randutil=/tmp/go-build2004036841/b164/_pkg_.a
2025-08-20T21:35:20.7337305Z [00:02:16.199]➜  packagefile crypto/subtle=/tmp/go-build2004036841/b198/_pkg_.a
2025-08-20T21:35:20.7338357Z [00:02:16.199]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.7339164Z [00:02:16.199]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:20.7339764Z [00:02:16.199]➜  EOF
2025-08-20T21:35:20.7343099Z [00:02:16.199]➜  /root/.go/pkg/tool/linux_amd64/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 ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -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:20.8241148Z [00:02:16.290]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:35:20.8263631Z [00:02:16.293]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:35:20.8267698Z [00:02:16.293]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T21:35:20.8273633Z [00:02:16.293]➜  crypto/hkdf
2025-08-20T21:35:20.8274524Z [00:02:16.293]➜  mkdir -p $WORK/b223/
2025-08-20T21:35:20.8275509Z [00:02:16.293]➜  cat >/tmp/go-build2004036841/b223/importcfg << 'EOF' # internal
2025-08-20T21:35:20.8276454Z [00:02:16.293]➜  # import config
2025-08-20T21:35:20.8279265Z [00:02:16.293]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2004036841/b224/_pkg_.a
2025-08-20T21:35:20.8280591Z [00:02:16.293]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2004036841/b214/_pkg_.a
2025-08-20T21:35:20.8281748Z [00:02:16.293]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:20.8282745Z [00:02:16.293]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.8283594Z [00:02:16.293]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:20.8284234Z [00:02:16.293]➜  EOF
2025-08-20T21:35:20.8286921Z [00:02:16.293]➜  /root/.go/pkg/tool/linux_amd64/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 Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:35:20.8311102Z [00:02:16.297]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T21:35:20.8317864Z [00:02:16.297]➜  crypto/hmac
2025-08-20T21:35:20.8318777Z [00:02:16.297]➜  mkdir -p $WORK/b225/
2025-08-20T21:35:20.8319512Z [00:02:16.298]➜  cat >/tmp/go-build2004036841/b225/importcfg << 'EOF' # internal
2025-08-20T21:35:20.8320194Z [00:02:16.298]➜  # import config
2025-08-20T21:35:20.8320945Z [00:02:16.298]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:20.8322013Z [00:02:16.298]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2004036841/b156/_pkg_.a
2025-08-20T21:35:20.8323158Z [00:02:16.298]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2004036841/b214/_pkg_.a
2025-08-20T21:35:20.8324286Z [00:02:16.298]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:20.8327272Z [00:02:16.298]➜  packagefile crypto/subtle=/tmp/go-build2004036841/b198/_pkg_.a
2025-08-20T21:35:20.8328790Z [00:02:16.298]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:20.8334371Z [00:02:16.298]➜  EOF
2025-08-20T21:35:20.8337925Z [00:02:16.298]➜  /root/.go/pkg/tool/linux_amd64/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 trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:35:20.8341338Z [00:02:16.300]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:35:20.8355946Z [00:02:16.302]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:35:20.8375299Z [00:02:16.302]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T21:35:20.8376398Z [00:02:16.303]➜  crypto/ecdsa
2025-08-20T21:35:20.8377199Z [00:02:16.303]➜  mkdir -p $WORK/b208/
2025-08-20T21:35:20.8379683Z [00:02:16.303]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T21:35:20.8381537Z [00:02:16.303]➜  crypto/internal/fips140/mlkem
2025-08-20T21:35:20.8383230Z [00:02:16.303]➜  mkdir -p $WORK/b226/
2025-08-20T21:35:20.8384637Z [00:02:16.303]➜  cat >/tmp/go-build2004036841/b208/importcfg << 'EOF' # internal
2025-08-20T21:35:20.8386647Z [00:02:16.303]➜  # import config
2025-08-20T21:35:20.8387543Z [00:02:16.303]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:35:20.8389071Z [00:02:16.303]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:35:20.8390203Z [00:02:16.303]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:20.8398225Z [00:02:16.303]➜  packagefile crypto/ecdh=/tmp/go-build2004036841/b203/_pkg_.a
2025-08-20T21:35:20.8399296Z [00:02:16.303]➜  packagefile crypto/elliptic=/tmp/go-build2004036841/b209/_pkg_.a
2025-08-20T21:35:20.8400353Z [00:02:16.303]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:20.8401460Z [00:02:16.303]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2004036841/b210/_pkg_.a
2025-08-20T21:35:20.8402649Z [00:02:16.304]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2004036841/b211/_pkg_.a
2025-08-20T21:35:20.8404003Z [00:02:16.304]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2004036841/b205/_pkg_.a
2025-08-20T21:35:20.8405184Z [00:02:16.304]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2004036841/b213/_pkg_.a
2025-08-20T21:35:20.8406279Z [00:02:16.304]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2004036841/b214/_pkg_.a
2025-08-20T21:35:20.8407415Z [00:02:16.304]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:20.8408813Z [00:02:16.304]➜  packagefile crypto/internal/randutil=/tmp/go-build2004036841/b164/_pkg_.a
2025-08-20T21:35:20.8409852Z [00:02:16.304]➜  packagefile crypto/sha512=/tmp/go-build2004036841/b216/_pkg_.a
2025-08-20T21:35:20.8411142Z [00:02:16.304]➜  packagefile crypto/subtle=/tmp/go-build2004036841/b198/_pkg_.a
2025-08-20T21:35:20.8412045Z [00:02:16.304]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.8413113Z [00:02:16.304]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2004036841/b217/_pkg_.a
2025-08-20T21:35:20.8414440Z [00:02:16.304]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2004036841/b219/_pkg_.a
2025-08-20T21:35:20.8415464Z [00:02:16.304]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:20.8416274Z [00:02:16.304]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:20.8417126Z [00:02:16.304]➜  packagefile math/rand/v2=/tmp/go-build2004036841/b165/_pkg_.a
2025-08-20T21:35:20.8417766Z [00:02:16.304]➜  EOF
2025-08-20T21:35:20.8421258Z [00:02:16.304]➜  /root/.go/pkg/tool/linux_amd64/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 BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -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:20.8424587Z [00:02:16.304]➜  cat >/tmp/go-build2004036841/b226/importcfg << 'EOF' # internal
2025-08-20T21:35:20.8425308Z [00:02:16.304]➜  # import config
2025-08-20T21:35:20.8425978Z [00:02:16.304]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:20.8426912Z [00:02:16.304]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:20.8428247Z [00:02:16.304]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:20.8429658Z [00:02:16.304]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2004036841/b148/_pkg_.a
2025-08-20T21:35:20.8430870Z [00:02:16.304]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2004036841/b161/_pkg_.a
2025-08-20T21:35:20.8432035Z [00:02:16.304]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:20.8433256Z [00:02:16.304]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:20.8434303Z [00:02:16.304]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.8434922Z [00:02:16.304]➜  EOF
2025-08-20T21:35:20.8439683Z [00:02:16.306]➜  /root/.go/pkg/tool/linux_amd64/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 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -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:20.8560630Z [00:02:16.322]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:35:20.8568745Z [00:02:16.323]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T21:35:20.8569952Z [00:02:16.323]➜  crypto/internal/fips140/tls12
2025-08-20T21:35:20.8570530Z [00:02:16.323]➜  mkdir -p $WORK/b227/
2025-08-20T21:35:20.8577853Z [00:02:16.324]➜  cat >/tmp/go-build2004036841/b227/importcfg << 'EOF' # internal
2025-08-20T21:35:20.8580353Z [00:02:16.324]➜  # import config
2025-08-20T21:35:20.8581604Z [00:02:16.324]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:20.8582875Z [00:02:16.324]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:20.8585627Z [00:02:16.324]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:20.8587570Z [00:02:16.324]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2004036841/b156/_pkg_.a
2025-08-20T21:35:20.8589318Z [00:02:16.324]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2004036841/b157/_pkg_.a
2025-08-20T21:35:20.8592288Z [00:02:16.324]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2004036841/b163/_pkg_.a
2025-08-20T21:35:20.8594673Z [00:02:16.324]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.8595535Z [00:02:16.324]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:20.8596129Z [00:02:16.324]➜  EOF
2025-08-20T21:35:20.8600038Z [00:02:16.324]➜  /root/.go/pkg/tool/linux_amd64/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 GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -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:20.8784752Z [00:02:16.345]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:35:20.8789827Z [00:02:16.345]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T21:35:20.8804131Z [00:02:16.345]➜  crypto/internal/fips140/tls13
2025-08-20T21:35:20.8804643Z [00:02:16.345]➜  mkdir -p $WORK/b228/
2025-08-20T21:35:20.8805309Z [00:02:16.346]➜  cat >/tmp/go-build2004036841/b228/importcfg << 'EOF' # internal
2025-08-20T21:35:20.8805976Z [00:02:16.346]➜  # import config
2025-08-20T21:35:20.8806630Z [00:02:16.346]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:20.8807917Z [00:02:16.346]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:20.8811182Z [00:02:16.346]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:20.8812413Z [00:02:16.346]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2004036841/b224/_pkg_.a
2025-08-20T21:35:20.8813573Z [00:02:16.346]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2004036841/b157/_pkg_.a
2025-08-20T21:35:20.8814786Z [00:02:16.346]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:20.8815863Z [00:02:16.346]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.8816675Z [00:02:16.346]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:20.8817292Z [00:02:16.346]➜  EOF
2025-08-20T21:35:20.8821142Z [00:02:16.346]➜  /root/.go/pkg/tool/linux_amd64/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 HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -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:20.9354914Z [00:02:16.402]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:35:20.9361303Z [00:02:16.402]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T21:35:20.9362551Z [00:02:16.402]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:35:20.9363209Z [00:02:16.402]➜  mkdir -p $WORK/b231/
2025-08-20T21:35:20.9366242Z [00:02:16.403]➜  cat >/tmp/go-build2004036841/b231/importcfg << 'EOF' # internal
2025-08-20T21:35:20.9367549Z [00:02:16.403]➜  # import config
2025-08-20T21:35:20.9370849Z [00:02:16.403]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:35:20.9373491Z [00:02:16.403]➜  packagefile crypto/cipher=/tmp/go-build2004036841/b196/_pkg_.a
2025-08-20T21:35:20.9376908Z [00:02:16.403]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:20.9378235Z [00:02:16.403]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:20.9380729Z [00:02:16.403]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2004036841/b232/_pkg_.a
2025-08-20T21:35:20.9387119Z [00:02:16.403]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:20.9388348Z [00:02:16.403]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:20.9389039Z [00:02:16.403]➜  EOF
2025-08-20T21:35:20.9393539Z [00:02:16.403]➜  /root/.go/pkg/tool/linux_amd64/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 -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T21:35:21.0054041Z [00:02:16.472]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:35:21.0080892Z [00:02:16.474]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T21:35:21.0091481Z [00:02:16.476]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:35:21.0101415Z [00:02:16.476]➜  mkdir -p $WORK/b233/
2025-08-20T21:35:21.0101987Z [00:02:16.476]➜  echo -n > $WORK/b233/go_asm.h # internal
2025-08-20T21:35:21.0102716Z [00:02:16.476]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:35:21.0105815Z [00:02:16.476]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b233=>" -I $WORK/b233/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b233/symabis ./sum_amd64.s
2025-08-20T21:35:21.0168705Z [00:02:16.483]➜  cat >/tmp/go-build2004036841/b233/importcfg << 'EOF' # internal
2025-08-20T21:35:21.0177151Z [00:02:16.483]➜  # import config
2025-08-20T21:35:21.0177830Z [00:02:16.483]➜  packagefile crypto/subtle=/tmp/go-build2004036841/b198/_pkg_.a
2025-08-20T21:35:21.0178936Z [00:02:16.483]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:21.0179769Z [00:02:16.483]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:21.0180352Z [00:02:16.483]➜  EOF
2025-08-20T21:35:21.0180886Z [00:02:16.484]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.0185855Z [00:02:16.484]➜  /root/.go/pkg/tool/linux_amd64/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 -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b233/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack -asmhdr $WORK/b233/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T21:35:21.0214055Z [00:02:16.488]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:35:21.0223877Z [00:02:16.489]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T21:35:21.0312231Z [00:02:16.498]➜  vendor/golang.org/x/sys/cpu
2025-08-20T21:35:21.0313946Z [00:02:16.498]➜  mkdir -p $WORK/b234/
2025-08-20T21:35:21.0314528Z [00:02:16.498]➜  echo -n > $WORK/b234/go_asm.h # internal
2025-08-20T21:35:21.0315469Z [00:02:16.498]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:35:21.0317659Z [00:02:16.498]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b234=>" -I $WORK/b234/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b234/symabis ./cpu_gc_x86.s
2025-08-20T21:35:21.0437900Z [00:02:16.510]➜  cat >/tmp/go-build2004036841/b234/importcfg << 'EOF' # internal
2025-08-20T21:35:21.0438791Z [00:02:16.510]➜  # import config
2025-08-20T21:35:21.0439446Z [00:02:16.510]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:21.0440290Z [00:02:16.510]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:21.0441189Z [00:02:16.510]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:21.0442024Z [00:02:16.510]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:21.0442658Z [00:02:16.510]➜  EOF
2025-08-20T21:35:21.0443178Z [00:02:16.510]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.0451273Z [00:02:16.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b234=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b234/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack -asmhdr $WORK/b234/go_asm.h /root/.go/src/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T21:35:21.0948343Z [00:02:16.561]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:35:21.0953501Z [00:02:16.561]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b233=>" -I $WORK/b233/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b233/sum_amd64.o ./sum_amd64.s
2025-08-20T21:35:21.1051836Z [00:02:16.572]➜  go tool pack r $WORK/b233/_pkg_.a $WORK/b233/sum_amd64.o # internal
2025-08-20T21:35:21.1052941Z [00:02:16.572]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:35:21.1063774Z [00:02:16.573]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T21:35:21.1092841Z [00:02:16.576]➜  crypto/rc4
2025-08-20T21:35:21.1095386Z [00:02:16.576]➜  mkdir -p $WORK/b235/
2025-08-20T21:35:21.1105609Z [00:02:16.576]➜  cat >/tmp/go-build2004036841/b235/importcfg << 'EOF' # internal
2025-08-20T21:35:21.1106487Z [00:02:16.576]➜  # import config
2025-08-20T21:35:21.1107405Z [00:02:16.576]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2004036841/b154/_pkg_.a
2025-08-20T21:35:21.1108908Z [00:02:16.576]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:21.1109909Z [00:02:16.577]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.1110747Z [00:02:16.577]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:21.1112216Z [00:02:16.577]➜  EOF
2025-08-20T21:35:21.1113403Z [00:02:16.577]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.1116466Z [00:02:16.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b235=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:35:21.1267816Z [00:02:16.593]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:35:21.1271868Z [00:02:16.593]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b234=>" -I $WORK/b234/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b234/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:35:21.1364040Z [00:02:16.603]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:35:21.1372195Z [00:02:16.604]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T21:35:21.1377306Z [00:02:16.604]➜  crypto/internal/fips140/rsa
2025-08-20T21:35:21.1378119Z [00:02:16.604]➜  mkdir -p $WORK/b237/
2025-08-20T21:35:21.1385820Z [00:02:16.605]➜  cat >/tmp/go-build2004036841/b237/importcfg << 'EOF' # internal
2025-08-20T21:35:21.1389395Z [00:02:16.605]➜  # import config
2025-08-20T21:35:21.1390073Z [00:02:16.605]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:21.1391075Z [00:02:16.605]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:21.1392234Z [00:02:16.605]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2004036841/b212/_pkg_.a
2025-08-20T21:35:21.1393433Z [00:02:16.605]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:21.1394863Z [00:02:16.605]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2004036841/b148/_pkg_.a
2025-08-20T21:35:21.1396067Z [00:02:16.605]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2004036841/b157/_pkg_.a
2025-08-20T21:35:21.1397171Z [00:02:16.605]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2004036841/b161/_pkg_.a
2025-08-20T21:35:21.1398419Z [00:02:16.605]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2004036841/b163/_pkg_.a
2025-08-20T21:35:21.1399615Z [00:02:16.605]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:21.1400736Z [00:02:16.605]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.1402343Z [00:02:16.605]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:21.1403194Z [00:02:16.605]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.1404045Z [00:02:16.605]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:21.1404703Z [00:02:16.605]➜  EOF
2025-08-20T21:35:21.1405275Z [00:02:16.605]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.1411590Z [00:02:16.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b237=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/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:21.1415948Z [00:02:16.607]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:35:21.1417092Z [00:02:16.607]➜  go tool pack r $WORK/b234/_pkg_.a $WORK/b234/cpu_gc_x86.o # internal
2025-08-20T21:35:21.1419644Z [00:02:16.607]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:35:21.1420869Z [00:02:16.608]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T21:35:21.1425166Z [00:02:16.609]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:35:21.1427841Z [00:02:16.609]➜  mkdir -p $WORK/b230/
2025-08-20T21:35:21.1432946Z [00:02:16.610]➜  echo -n > $WORK/b230/go_asm.h # internal
2025-08-20T21:35:21.1433797Z [00:02:16.610]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:35:21.1438979Z [00:02:16.610]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b230=>" -I $WORK/b230/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b230/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:35:21.1991231Z [00:02:16.665]➜  cat >/tmp/go-build2004036841/b230/importcfg << 'EOF' # internal
2025-08-20T21:35:21.1995089Z [00:02:16.665]➜  # import config
2025-08-20T21:35:21.1995924Z [00:02:16.665]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:35:21.1997126Z [00:02:16.665]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:35:21.1998603Z [00:02:16.665]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:35:21.1999752Z [00:02:16.665]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T21:35:21.2000684Z [00:02:16.665]➜  packagefile crypto/cipher=/tmp/go-build2004036841/b196/_pkg_.a
2025-08-20T21:35:21.2001629Z [00:02:16.665]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:21.2002505Z [00:02:16.665]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.2003528Z [00:02:16.665]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2004036841/b231/_pkg_.a
2025-08-20T21:35:21.2005159Z [00:02:16.666]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2004036841/b232/_pkg_.a
2025-08-20T21:35:21.2006604Z [00:02:16.666]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2004036841/b233/_pkg_.a
2025-08-20T21:35:21.2007852Z [00:02:16.666]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build2004036841/b234/_pkg_.a
2025-08-20T21:35:21.2009124Z [00:02:16.666]➜  EOF
2025-08-20T21:35:21.2009668Z [00:02:16.666]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.2015972Z [00:02:16.666]➜  /root/.go/pkg/tool/linux_amd64/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 -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b230/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack -asmhdr $WORK/b230/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:35:21.2784205Z [00:02:16.745]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:35:21.2789030Z [00:02:16.745]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b230=>" -I $WORK/b230/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b230/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:35:21.3556096Z [00:02:16.822]➜  go tool pack r $WORK/b230/_pkg_.a $WORK/b230/chacha20poly1305_amd64.o # internal
2025-08-20T21:35:21.3558255Z [00:02:16.822]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:35:21.3570514Z [00:02:16.824]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T21:35:21.3572983Z [00:02:16.824]➜  crypto/internal/hpke
2025-08-20T21:35:21.3598565Z [00:02:16.824]➜  mkdir -p $WORK/b229/
2025-08-20T21:35:21.3599409Z [00:02:16.825]➜  cat >/tmp/go-build2004036841/b229/importcfg << 'EOF' # internal
2025-08-20T21:35:21.3600081Z [00:02:16.825]➜  # import config
2025-08-20T21:35:21.3601015Z [00:02:16.825]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:35:21.3602086Z [00:02:16.825]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:21.3602969Z [00:02:16.825]➜  packagefile crypto/aes=/tmp/go-build2004036841/b201/_pkg_.a
2025-08-20T21:35:21.3603887Z [00:02:16.825]➜  packagefile crypto/cipher=/tmp/go-build2004036841/b196/_pkg_.a
2025-08-20T21:35:21.3604843Z [00:02:16.825]➜  packagefile crypto/ecdh=/tmp/go-build2004036841/b203/_pkg_.a
2025-08-20T21:35:21.3605969Z [00:02:16.825]➜  packagefile crypto/hkdf=/tmp/go-build2004036841/b223/_pkg_.a
2025-08-20T21:35:21.3606892Z [00:02:16.825]➜  packagefile crypto/rand=/tmp/go-build2004036841/b194/_pkg_.a
2025-08-20T21:35:21.3607730Z [00:02:16.825]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.3609068Z [00:02:16.825]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2004036841/b230/_pkg_.a
2025-08-20T21:35:21.3610202Z [00:02:16.825]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:21.3611106Z [00:02:16.825]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:21.3611724Z [00:02:16.825]➜  EOF
2025-08-20T21:35:21.3612244Z [00:02:16.825]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.3615712Z [00:02:16.825]➜  /root/.go/pkg/tool/linux_amd64/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 zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -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:21.4049250Z [00:02:16.871]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:35:21.4128471Z [00:02:16.879]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T21:35:21.4132373Z [00:02:16.880]➜  crypto/sha1
2025-08-20T21:35:21.4132955Z [00:02:16.880]➜  mkdir -p $WORK/b238/
2025-08-20T21:35:21.4140018Z [00:02:16.881]➜  echo -n > $WORK/b238/go_asm.h # internal
2025-08-20T21:35:21.4140654Z [00:02:16.881]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:35:21.4142685Z [00:02:16.881]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b238=>" -I $WORK/b238/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b238/symabis ./sha1block_amd64.s
2025-08-20T21:35:21.4209474Z [00:02:16.887]➜  cat >/tmp/go-build2004036841/b238/importcfg << 'EOF' # internal
2025-08-20T21:35:21.4210172Z [00:02:16.887]➜  # import config
2025-08-20T21:35:21.4210833Z [00:02:16.888]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:21.4211825Z [00:02:16.888]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:21.4212987Z [00:02:16.888]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:21.4214056Z [00:02:16.888]➜  packagefile crypto/internal/impl=/tmp/go-build2004036841/b160/_pkg_.a
2025-08-20T21:35:21.4214988Z [00:02:16.888]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.4215768Z [00:02:16.888]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:21.4216698Z [00:02:16.888]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:21.4218272Z [00:02:16.888]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:21.4219154Z [00:02:16.888]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:21.4219776Z [00:02:16.888]➜  EOF
2025-08-20T21:35:21.4220314Z [00:02:16.888]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.4224030Z [00:02:16.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b238=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b238/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack -asmhdr $WORK/b238/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T21:35:21.4698387Z [00:02:16.936]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:35:21.4722294Z [00:02:16.936]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b238=>" -I $WORK/b238/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b238/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T21:35:21.4736685Z [00:02:16.940]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:35:21.4759288Z [00:02:16.942]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T21:35:21.4760449Z [00:02:16.942]➜  crypto/rsa
2025-08-20T21:35:21.4760951Z [00:02:16.942]➜  mkdir -p $WORK/b236/
2025-08-20T21:35:21.4773901Z [00:02:16.944]➜  cat >/tmp/go-build2004036841/b236/importcfg << 'EOF' # internal
2025-08-20T21:35:21.4774646Z [00:02:16.944]➜  # import config
2025-08-20T21:35:21.4775321Z [00:02:16.944]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:21.4776544Z [00:02:16.944]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:21.4777705Z [00:02:16.944]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2004036841/b210/_pkg_.a
2025-08-20T21:35:21.4779159Z [00:02:16.944]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2004036841/b212/_pkg_.a
2025-08-20T21:35:21.4780308Z [00:02:16.944]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2004036841/b237/_pkg_.a
2025-08-20T21:35:21.4781451Z [00:02:16.944]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2004036841/b214/_pkg_.a
2025-08-20T21:35:21.4782632Z [00:02:16.944]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:21.4783705Z [00:02:16.944]➜  packagefile crypto/internal/randutil=/tmp/go-build2004036841/b164/_pkg_.a
2025-08-20T21:35:21.4784682Z [00:02:16.944]➜  packagefile crypto/rand=/tmp/go-build2004036841/b194/_pkg_.a
2025-08-20T21:35:21.4785577Z [00:02:16.944]➜  packagefile crypto/subtle=/tmp/go-build2004036841/b198/_pkg_.a
2025-08-20T21:35:21.4786445Z [00:02:16.944]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.4787272Z [00:02:16.944]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:21.4788260Z [00:02:16.944]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:21.4789152Z [00:02:16.944]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:21.4790014Z [00:02:16.944]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.4790810Z [00:02:16.944]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:21.4791637Z [00:02:16.944]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:21.4792266Z [00:02:16.944]➜  EOF
2025-08-20T21:35:21.4792789Z [00:02:16.944]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.4796381Z [00:02:16.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b236=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/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:21.4823371Z [00:02:16.949]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:35:21.4824299Z [00:02:16.949]➜  go tool pack r $WORK/b238/_pkg_.a $WORK/b238/sha1block_amd64.o # internal
2025-08-20T21:35:21.4826891Z [00:02:16.949]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:35:21.4846704Z [00:02:16.951]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T21:35:21.4847750Z [00:02:16.951]➜  crypto/sha256
2025-08-20T21:35:21.4848388Z [00:02:16.951]➜  mkdir -p $WORK/b239/
2025-08-20T21:35:21.4849105Z [00:02:16.951]➜  cat >/tmp/go-build2004036841/b239/importcfg << 'EOF' # internal
2025-08-20T21:35:21.4849744Z [00:02:16.951]➜  # import config
2025-08-20T21:35:21.4850393Z [00:02:16.951]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:21.4851321Z [00:02:16.951]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:21.4852380Z [00:02:16.951]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2004036841/b157/_pkg_.a
2025-08-20T21:35:21.4853283Z [00:02:16.951]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:21.4853876Z [00:02:16.951]➜  EOF
2025-08-20T21:35:21.4854953Z [00:02:16.951]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.4858684Z [00:02:16.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b239=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:35:21.5060326Z [00:02:16.973]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:35:21.5093715Z [00:02:16.976]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T21:35:21.5094893Z [00:02:16.976]➜  crypto/fips140
2025-08-20T21:35:21.5095398Z [00:02:16.976]➜  mkdir -p $WORK/b241/
2025-08-20T21:35:21.5103162Z [00:02:16.977]➜  cat >/tmp/go-build2004036841/b241/importcfg << 'EOF' # internal
2025-08-20T21:35:21.5104950Z [00:02:16.977]➜  # import config
2025-08-20T21:35:21.5105752Z [00:02:16.977]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:21.5106943Z [00:02:16.977]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:21.5107751Z [00:02:16.977]➜  EOF
2025-08-20T21:35:21.5114084Z [00:02:16.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b241=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:35:21.5120434Z [00:02:16.979]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:35:21.5129323Z [00:02:16.979]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T21:35:21.5131061Z [00:02:16.980]➜  crypto/dsa
2025-08-20T21:35:21.5131551Z [00:02:16.980]➜  mkdir -p $WORK/b243/
2025-08-20T21:35:21.5136331Z [00:02:16.980]➜  cat >/tmp/go-build2004036841/b243/importcfg << 'EOF' # internal
2025-08-20T21:35:21.5137522Z [00:02:16.980]➜  # import config
2025-08-20T21:35:21.5138618Z [00:02:16.980]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:21.5139790Z [00:02:16.980]➜  packagefile crypto/internal/randutil=/tmp/go-build2004036841/b164/_pkg_.a
2025-08-20T21:35:21.5141119Z [00:02:16.980]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.5141952Z [00:02:16.980]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.5142801Z [00:02:16.980]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:21.5143443Z [00:02:16.980]➜  EOF
2025-08-20T21:35:21.5146129Z [00:02:16.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b243=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:35:21.5289866Z [00:02:16.995]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:35:21.5295172Z [00:02:16.996]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T21:35:21.5297499Z [00:02:16.996]➜  crypto/tls/internal/fips140tls
2025-08-20T21:35:21.5298282Z [00:02:16.996]➜  mkdir -p $WORK/b240/
2025-08-20T21:35:21.5300586Z [00:02:16.997]➜  cat >/tmp/go-build2004036841/b240/importcfg << 'EOF' # internal
2025-08-20T21:35:21.5301269Z [00:02:16.997]➜  # import config
2025-08-20T21:35:21.5301976Z [00:02:16.997]➜  packagefile crypto/fips140=/tmp/go-build2004036841/b241/_pkg_.a
2025-08-20T21:35:21.5302896Z [00:02:16.997]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:21.5303555Z [00:02:16.997]➜  EOF
2025-08-20T21:35:21.5310980Z [00:02:16.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b240=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:35:21.5524918Z [00:02:17.019]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:35:21.5526314Z [00:02:17.019]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T21:35:21.5527382Z [00:02:17.019]➜  encoding/hex
2025-08-20T21:35:21.5549990Z [00:02:17.021]➜  mkdir -p $WORK/b245/
2025-08-20T21:35:21.5558371Z [00:02:17.022]➜  cat >/tmp/go-build2004036841/b245/importcfg << 'EOF' # internal
2025-08-20T21:35:21.5561950Z [00:02:17.022]➜  # import config
2025-08-20T21:35:21.5562658Z [00:02:17.022]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.5563493Z [00:02:17.022]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:21.5564319Z [00:02:17.022]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.5566402Z [00:02:17.022]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:21.5567514Z [00:02:17.022]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:21.5568303Z [00:02:17.022]➜  EOF
2025-08-20T21:35:21.5571053Z [00:02:17.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b245=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:35:21.5573757Z [00:02:17.022]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:35:21.5575061Z [00:02:17.023]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T21:35:21.5576106Z [00:02:17.023]➜  encoding/pem
2025-08-20T21:35:21.5577021Z [00:02:17.024]➜  mkdir -p $WORK/b246/
2025-08-20T21:35:21.5579106Z [00:02:17.024]➜  cat >/tmp/go-build2004036841/b246/importcfg << 'EOF' # internal
2025-08-20T21:35:21.5580094Z [00:02:17.024]➜  # import config
2025-08-20T21:35:21.5580719Z [00:02:17.024]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:21.5581560Z [00:02:17.024]➜  packagefile encoding/base64=/tmp/go-build2004036841/b077/_pkg_.a
2025-08-20T21:35:21.5582509Z [00:02:17.024]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.5583310Z [00:02:17.024]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.5584092Z [00:02:17.024]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:21.5584910Z [00:02:17.024]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:21.5585518Z [00:02:17.024]➜  EOF
2025-08-20T21:35:21.5588427Z [00:02:17.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b246=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:35:21.6096044Z [00:02:17.076]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:35:21.6109424Z [00:02:17.077]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T21:35:21.6131637Z [00:02:17.080]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:35:21.6154813Z [00:02:17.082]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T21:35:21.6161490Z [00:02:17.083]➜  crypto/x509/pkix
2025-08-20T21:35:21.6166441Z [00:02:17.083]➜  mkdir -p $WORK/b244/
2025-08-20T21:35:21.6189279Z [00:02:17.085]➜  cat >/tmp/go-build2004036841/b244/importcfg << 'EOF' # internal
2025-08-20T21:35:21.6193991Z [00:02:17.085]➜  # import config
2025-08-20T21:35:21.6194730Z [00:02:17.085]➜  packagefile encoding/asn1=/tmp/go-build2004036841/b218/_pkg_.a
2025-08-20T21:35:21.6195652Z [00:02:17.085]➜  packagefile encoding/hex=/tmp/go-build2004036841/b245/_pkg_.a
2025-08-20T21:35:21.6196508Z [00:02:17.085]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:21.6197316Z [00:02:17.085]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:21.6198333Z [00:02:17.085]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:21.6198944Z [00:02:17.085]➜  EOF
2025-08-20T21:35:21.6201849Z [00:02:17.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b244=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:35:21.6204536Z [00:02:17.085]➜  vendor/golang.org/x/text/transform
2025-08-20T21:35:21.6209669Z [00:02:17.087]➜  mkdir -p $WORK/b250/
2025-08-20T21:35:21.6217664Z [00:02:17.088]➜  cat >/tmp/go-build2004036841/b250/importcfg << 'EOF' # internal
2025-08-20T21:35:21.6237498Z [00:02:17.088]➜  # import config
2025-08-20T21:35:21.6238371Z [00:02:17.088]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:21.6239203Z [00:02:17.088]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.6239986Z [00:02:17.088]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.6240769Z [00:02:17.088]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:21.6241353Z [00:02:17.088]➜  EOF
2025-08-20T21:35:21.6244725Z [00:02:17.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b250=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:35:21.6753108Z [00:02:17.142]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:35:21.6770832Z [00:02:17.143]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T21:35:21.6788679Z [00:02:17.145]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:35:21.6791068Z [00:02:17.145]➜  mkdir -p $WORK/b251/
2025-08-20T21:35:21.6817263Z [00:02:17.148]➜  cat >/tmp/go-build2004036841/b251/importcfg << 'EOF' # internal
2025-08-20T21:35:21.6832065Z [00:02:17.148]➜  # import config
2025-08-20T21:35:21.6832782Z [00:02:17.148]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:21.6833758Z [00:02:17.148]➜  packagefile container/list=/tmp/go-build2004036841/b193/_pkg_.a
2025-08-20T21:35:21.6834670Z [00:02:17.148]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:21.6835460Z [00:02:17.148]➜  packagefile log=/tmp/go-build2004036841/b129/_pkg_.a
2025-08-20T21:35:21.6836260Z [00:02:17.148]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:21.6837145Z [00:02:17.148]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:21.6837821Z [00:02:17.148]➜  EOF
2025-08-20T21:35:21.6844155Z [00:02:17.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b251=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/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:21.6897218Z [00:02:17.156]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:35:21.6916621Z [00:02:17.158]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T21:35:21.6950142Z [00:02:17.158]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:35:21.6950745Z [00:02:17.159]➜  mkdir -p $WORK/b255/
2025-08-20T21:35:21.6951489Z [00:02:17.159]➜  cat >/tmp/go-build2004036841/b255/importcfg << 'EOF' # internal
2025-08-20T21:35:21.6952176Z [00:02:17.159]➜  # import config
2025-08-20T21:35:21.6952855Z [00:02:17.159]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:21.6953736Z [00:02:17.159]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.6954572Z [00:02:17.159]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:21.6955347Z [00:02:17.159]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.6956160Z [00:02:17.159]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:21.6956780Z [00:02:17.159]➜  EOF
2025-08-20T21:35:21.6962720Z [00:02:17.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b255=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/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:21.7214839Z [00:02:17.188]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:35:21.7226992Z [00:02:17.189]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T21:35:21.7239594Z [00:02:17.190]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:35:21.7242161Z [00:02:17.190]➜  mkdir -p $WORK/b252/
2025-08-20T21:35:21.7248692Z [00:02:17.191]➜  cat >/tmp/go-build2004036841/b252/importcfg << 'EOF' # internal
2025-08-20T21:35:21.7253250Z [00:02:17.191]➜  # import config
2025-08-20T21:35:21.7254009Z [00:02:17.191]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:35:21.7255053Z [00:02:17.191]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:21.7255975Z [00:02:17.191]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:21.7257000Z [00:02:17.191]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2004036841/b250/_pkg_.a
2025-08-20T21:35:21.7258144Z [00:02:17.191]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.7258959Z [00:02:17.191]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:21.7259787Z [00:02:17.191]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:21.7260427Z [00:02:17.191]➜  EOF
2025-08-20T21:35:21.7268198Z [00:02:17.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b252=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/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:21.8087170Z [00:02:17.275]➜  cd /root/.go/src/net
2025-08-20T21:35:21.8089257Z [00:02:17.275]➜  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:21.8096490Z [00:02:17.276]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:35:21.8130570Z [00:02:17.280]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:35:21.8162166Z [00:02:17.282]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T21:35:21.8163250Z [00:02:17.282]➜  mime
2025-08-20T21:35:21.8163686Z [00:02:17.282]➜  mkdir -p $WORK/b256/
2025-08-20T21:35:21.8165142Z [00:02:17.283]➜  cat >/tmp/go-build2004036841/b256/importcfg << 'EOF' # internal
2025-08-20T21:35:21.8166433Z [00:02:17.283]➜  # import config
2025-08-20T21:35:21.8168494Z [00:02:17.283]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:21.8169354Z [00:02:17.283]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:21.8170194Z [00:02:17.283]➜  packagefile encoding/base64=/tmp/go-build2004036841/b077/_pkg_.a
2025-08-20T21:35:21.8171047Z [00:02:17.283]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.8171819Z [00:02:17.283]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:21.8172600Z [00:02:17.283]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.8173702Z [00:02:17.283]➜  packagefile maps=/tmp/go-build2004036841/b069/_pkg_.a
2025-08-20T21:35:21.8174458Z [00:02:17.283]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:21.8175218Z [00:02:17.283]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:21.8176009Z [00:02:17.283]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:21.8176799Z [00:02:17.283]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:21.8177573Z [00:02:17.283]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:21.8178563Z [00:02:17.283]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:21.8179187Z [00:02:17.283]➜  EOF
2025-08-20T21:35:21.8179677Z [00:02:17.283]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:21.8183240Z [00:02:17.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b256=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/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:21.8423152Z [00:02:17.309]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/5f/5fc499d1773e0c7995f1d9bc06e4767d25eda6f1b861811f07df1f12d9caedcf-d # internal
2025-08-20T21:35:21.8429808Z [00:02:17.309]➜  crypto/x509
2025-08-20T21:35:21.8430318Z [00:02:17.309]➜  mkdir -p $WORK/b242/
2025-08-20T21:35:21.8446547Z [00:02:17.310]➜  cat >/tmp/go-build2004036841/b242/importcfg << 'EOF' # internal
2025-08-20T21:35:21.8476497Z [00:02:17.310]➜  # import config
2025-08-20T21:35:21.8479065Z [00:02:17.310]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:35:21.8482257Z [00:02:17.310]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:35:21.8484541Z [00:02:17.310]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:21.8485390Z [00:02:17.310]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:21.8486201Z [00:02:17.310]➜  packagefile crypto/aes=/tmp/go-build2004036841/b201/_pkg_.a
2025-08-20T21:35:21.8487079Z [00:02:17.310]➜  packagefile crypto/cipher=/tmp/go-build2004036841/b196/_pkg_.a
2025-08-20T21:35:21.8487957Z [00:02:17.310]➜  packagefile crypto/des=/tmp/go-build2004036841/b202/_pkg_.a
2025-08-20T21:35:21.8509768Z [00:02:17.310]➜  packagefile crypto/dsa=/tmp/go-build2004036841/b243/_pkg_.a
2025-08-20T21:35:21.8510646Z [00:02:17.310]➜  packagefile crypto/ecdh=/tmp/go-build2004036841/b203/_pkg_.a
2025-08-20T21:35:21.8511891Z [00:02:17.310]➜  packagefile crypto/ecdsa=/tmp/go-build2004036841/b208/_pkg_.a
2025-08-20T21:35:21.8512821Z [00:02:17.310]➜  packagefile crypto/ed25519=/tmp/go-build2004036841/b220/_pkg_.a
2025-08-20T21:35:21.8514051Z [00:02:17.310]➜  packagefile crypto/elliptic=/tmp/go-build2004036841/b209/_pkg_.a
2025-08-20T21:35:21.8514873Z [00:02:17.310]➜  packagefile crypto/md5=/tmp/go-build2004036841/b144/_pkg_.a
2025-08-20T21:35:21.8515629Z [00:02:17.310]➜  packagefile crypto/rsa=/tmp/go-build2004036841/b236/_pkg_.a
2025-08-20T21:35:21.8516382Z [00:02:17.310]➜  packagefile crypto/sha1=/tmp/go-build2004036841/b238/_pkg_.a
2025-08-20T21:35:21.8517327Z [00:02:17.310]➜  packagefile crypto/sha256=/tmp/go-build2004036841/b239/_pkg_.a
2025-08-20T21:35:21.8518294Z [00:02:17.310]➜  packagefile crypto/sha512=/tmp/go-build2004036841/b216/_pkg_.a
2025-08-20T21:35:21.8519246Z [00:02:17.310]➜  packagefile crypto/x509/pkix=/tmp/go-build2004036841/b244/_pkg_.a
2025-08-20T21:35:21.8520193Z [00:02:17.310]➜  packagefile encoding/asn1=/tmp/go-build2004036841/b218/_pkg_.a
2025-08-20T21:35:21.8521136Z [00:02:17.310]➜  packagefile encoding/hex=/tmp/go-build2004036841/b245/_pkg_.a
2025-08-20T21:35:21.8522038Z [00:02:17.310]➜  packagefile encoding/pem=/tmp/go-build2004036841/b246/_pkg_.a
2025-08-20T21:35:21.8523150Z [00:02:17.310]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.8524166Z [00:02:17.310]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:21.8525159Z [00:02:17.310]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2004036841/b217/_pkg_.a
2025-08-20T21:35:21.8526409Z [00:02:17.310]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2004036841/b219/_pkg_.a
2025-08-20T21:35:21.8527507Z [00:02:17.310]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:21.8528583Z [00:02:17.310]➜  packagefile internal/goos=/tmp/go-build2004036841/b018/_pkg_.a
2025-08-20T21:35:21.8529411Z [00:02:17.310]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.8530211Z [00:02:17.310]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:21.8531011Z [00:02:17.310]➜  packagefile iter=/tmp/go-build2004036841/b039/_pkg_.a
2025-08-20T21:35:21.8531816Z [00:02:17.310]➜  packagefile maps=/tmp/go-build2004036841/b069/_pkg_.a
2025-08-20T21:35:21.8532581Z [00:02:17.310]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:21.8533378Z [00:02:17.310]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:21.8534205Z [00:02:17.310]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:21.8535002Z [00:02:17.311]➜  packagefile net=/tmp/go-build2004036841/b183/_pkg_.a
2025-08-20T21:35:21.8535776Z [00:02:17.311]➜  packagefile net/netip=/tmp/go-build2004036841/b187/_pkg_.a
2025-08-20T21:35:21.8536607Z [00:02:17.311]➜  packagefile net/url=/tmp/go-build2004036841/b168/_pkg_.a
2025-08-20T21:35:21.8537733Z [00:02:17.311]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:21.8538774Z [00:02:17.311]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:21.8539956Z [00:02:17.311]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:21.8540887Z [00:02:17.311]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:21.8541673Z [00:02:17.311]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:21.8542494Z [00:02:17.311]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:21.8543296Z [00:02:17.311]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:21.8544066Z [00:02:17.311]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:21.8544858Z [00:02:17.311]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:21.8545692Z [00:02:17.311]➜  packagefile unicode/utf16=/tmp/go-build2004036841/b138/_pkg_.a
2025-08-20T21:35:21.8546574Z [00:02:17.311]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:21.8547229Z [00:02:17.311]➜  EOF
2025-08-20T21:35:21.8553180Z [00:02:17.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b242=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid DHGyLzplPyi5B_Z7fe6p/DHGyLzplPyi5B_Z7fe6p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/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:21.9144316Z [00:02:17.381]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:35:21.9165730Z [00:02:17.383]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T21:35:21.9167001Z [00:02:17.383]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:35:21.9173529Z [00:02:17.383]➜  mkdir -p $WORK/b249/
2025-08-20T21:35:21.9174275Z [00:02:17.383]➜  cat >/tmp/go-build2004036841/b249/importcfg << 'EOF' # internal
2025-08-20T21:35:21.9174947Z [00:02:17.384]➜  # import config
2025-08-20T21:35:21.9175711Z [00:02:17.384]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:35:21.9176800Z [00:02:17.384]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:35:21.9177805Z [00:02:17.384]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.9179145Z [00:02:17.384]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2004036841/b250/_pkg_.a
2025-08-20T21:35:21.9180364Z [00:02:17.384]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2004036841/b251/_pkg_.a
2025-08-20T21:35:21.9181405Z [00:02:17.384]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:21.9182315Z [00:02:17.384]➜  EOF
2025-08-20T21:35:21.9186521Z [00:02:17.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b249=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/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:21.9481326Z [00:02:17.415]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:35:21.9492512Z [00:02:17.416]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T21:35:21.9499435Z [00:02:17.416]➜  net/textproto
2025-08-20T21:35:21.9500013Z [00:02:17.416]➜  mkdir -p $WORK/b253/
2025-08-20T21:35:21.9505308Z [00:02:17.417]➜  cat >/tmp/go-build2004036841/b253/importcfg << 'EOF' # internal
2025-08-20T21:35:21.9507285Z [00:02:17.417]➜  # import config
2025-08-20T21:35:21.9508218Z [00:02:17.417]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:21.9509089Z [00:02:17.417]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:21.9515299Z [00:02:17.417]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:21.9516238Z [00:02:17.417]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:21.9517066Z [00:02:17.417]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:21.9517881Z [00:02:17.417]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:21.9518930Z [00:02:17.417]➜  packagefile net=/tmp/go-build2004036841/b183/_pkg_.a
2025-08-20T21:35:21.9519749Z [00:02:17.417]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:21.9520613Z [00:02:17.417]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:21.9521787Z [00:02:17.417]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:21.9522396Z [00:02:17.417]➜  EOF
2025-08-20T21:35:21.9526384Z [00:02:17.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b253=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid qBjZFTo1AcAzmVnnGv66/qBjZFTo1AcAzmVnnGv66 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/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:22.1021873Z [00:02:17.569]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:35:22.1032515Z [00:02:17.570]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:35:22.1050802Z [00:02:17.572]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/69/6917a882b7d0e1b6fa10ca038e5ec5b5a1151043180cfa0ad8c31ec94134a64a-d # internal
2025-08-20T21:35:22.1073327Z [00:02:17.574]➜  mime/quotedprintable
2025-08-20T21:35:22.1079595Z [00:02:17.575]➜  mkdir -p $WORK/b258/
2025-08-20T21:35:22.1080652Z [00:02:17.575]➜  cat >/tmp/go-build2004036841/b258/importcfg << 'EOF' # internal
2025-08-20T21:35:22.1088849Z [00:02:17.575]➜  # import config
2025-08-20T21:35:22.1089568Z [00:02:17.575]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:22.1090412Z [00:02:17.575]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:22.1091225Z [00:02:17.575]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:22.1092021Z [00:02:17.575]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:22.1092620Z [00:02:17.575]➜  EOF
2025-08-20T21:35:22.1096334Z [00:02:17.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b258=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:35:22.1128648Z [00:02:17.579]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T21:35:22.1137658Z [00:02:17.580]➜  net/http/internal
2025-08-20T21:35:22.1138391Z [00:02:17.580]➜  mkdir -p $WORK/b260/
2025-08-20T21:35:22.1152628Z [00:02:17.581]➜  cat >/tmp/go-build2004036841/b260/importcfg << 'EOF' # internal
2025-08-20T21:35:22.1153340Z [00:02:17.581]➜  # import config
2025-08-20T21:35:22.1154015Z [00:02:17.581]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:22.1154826Z [00:02:17.581]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:22.1155686Z [00:02:17.581]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:22.1156517Z [00:02:17.581]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:22.1157305Z [00:02:17.581]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:22.1157912Z [00:02:17.581]➜  EOF
2025-08-20T21:35:22.1161133Z [00:02:17.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b260=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:35:22.1445623Z [00:02:17.611]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:35:22.1454723Z [00:02:17.612]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T21:35:22.1459403Z [00:02:17.612]➜  mime/multipart
2025-08-20T21:35:22.1463401Z [00:02:17.612]➜  mkdir -p $WORK/b257/
2025-08-20T21:35:22.1477600Z [00:02:17.613]➜  cat >/tmp/go-build2004036841/b257/importcfg << 'EOF' # internal
2025-08-20T21:35:22.1478578Z [00:02:17.613]➜  # import config
2025-08-20T21:35:22.1479263Z [00:02:17.613]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:22.1480102Z [00:02:17.613]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:22.1480990Z [00:02:17.613]➜  packagefile crypto/rand=/tmp/go-build2004036841/b194/_pkg_.a
2025-08-20T21:35:22.1481865Z [00:02:17.613]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:22.1482677Z [00:02:17.613]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:22.1483565Z [00:02:17.613]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:22.1484541Z [00:02:17.613]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:22.1485396Z [00:02:17.613]➜  packagefile maps=/tmp/go-build2004036841/b069/_pkg_.a
2025-08-20T21:35:22.1486233Z [00:02:17.613]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:22.1487064Z [00:02:17.613]➜  packagefile mime=/tmp/go-build2004036841/b256/_pkg_.a
2025-08-20T21:35:22.1488234Z [00:02:17.613]➜  packagefile mime/quotedprintable=/tmp/go-build2004036841/b258/_pkg_.a
2025-08-20T21:35:22.1489273Z [00:02:17.613]➜  packagefile net/textproto=/tmp/go-build2004036841/b253/_pkg_.a
2025-08-20T21:35:22.1490189Z [00:02:17.613]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:22.1491088Z [00:02:17.613]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:22.1492034Z [00:02:17.613]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:22.1492931Z [00:02:17.613]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:22.1494109Z [00:02:17.613]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:22.1494821Z [00:02:17.613]➜  EOF
2025-08-20T21:35:22.1505692Z [00:02:17.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b257=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/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:22.1585788Z [00:02:17.624]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:35:22.1602454Z [00:02:17.625]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T21:35:22.1603601Z [00:02:17.625]➜  net/http/internal/ascii
2025-08-20T21:35:22.1604193Z [00:02:17.625]➜  mkdir -p $WORK/b261/
2025-08-20T21:35:22.1604952Z [00:02:17.626]➜  cat >/tmp/go-build2004036841/b261/importcfg << 'EOF' # internal
2025-08-20T21:35:22.1605688Z [00:02:17.626]➜  # import config
2025-08-20T21:35:22.1606384Z [00:02:17.626]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:22.1607269Z [00:02:17.626]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:22.1607918Z [00:02:17.626]➜  EOF
2025-08-20T21:35:22.1624093Z [00:02:17.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b261=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:35:22.1669016Z [00:02:17.633]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:35:22.1713815Z [00:02:17.638]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T21:35:22.1722180Z [00:02:17.639]➜  vendor/golang.org/x/net/idna
2025-08-20T21:35:22.1725284Z [00:02:17.639]➜  mkdir -p $WORK/b248/
2025-08-20T21:35:22.1726033Z [00:02:17.639]➜  cat >/tmp/go-build2004036841/b248/importcfg << 'EOF' # internal
2025-08-20T21:35:22.1726728Z [00:02:17.639]➜  # import config
2025-08-20T21:35:22.1727557Z [00:02:17.639]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:35:22.1728931Z [00:02:17.639]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:35:22.1730050Z [00:02:17.639]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:35:22.1731108Z [00:02:17.639]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:22.1732324Z [00:02:17.639]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2004036841/b249/_pkg_.a
2025-08-20T21:35:22.1733623Z [00:02:17.639]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2004036841/b251/_pkg_.a
2025-08-20T21:35:22.1734813Z [00:02:17.639]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2004036841/b252/_pkg_.a
2025-08-20T21:35:22.1735809Z [00:02:17.639]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:22.1736648Z [00:02:17.639]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:22.1737553Z [00:02:17.639]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:22.1738470Z [00:02:17.639]➜  EOF
2025-08-20T21:35:22.1747119Z [00:02:17.639]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b248=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/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:22.1765330Z [00:02:17.643]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:35:22.1773340Z [00:02:17.644]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T21:35:22.1802113Z [00:02:17.647]➜  os/user
2025-08-20T21:35:22.1803268Z [00:02:17.647]➜  mkdir -p $WORK/b264/
2025-08-20T21:35:22.1840601Z [00:02:17.648]➜  echo -n > $WORK/b264/preferlinkext # internal
2025-08-20T21:35:22.1910419Z [00:02:17.648]➜  cd /root/.go/src/os/user
2025-08-20T21:35:22.1918808Z [00:02:17.650]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b264/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b264/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:35:22.3057918Z [00:02:17.772]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:35:22.3092997Z [00:02:17.776]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T21:35:22.3094820Z [00:02:17.776]➜  embed
2025-08-20T21:35:22.3095895Z [00:02:17.776]➜  mkdir -p $WORK/b266/
2025-08-20T21:35:22.3097460Z [00:02:17.776]➜  cat >/tmp/go-build2004036841/b266/importcfg << 'EOF' # internal
2025-08-20T21:35:22.3098608Z [00:02:17.776]➜  # import config
2025-08-20T21:35:22.3099822Z [00:02:17.776]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:22.3101131Z [00:02:17.776]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:22.3102467Z [00:02:17.776]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:22.3104019Z [00:02:17.776]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:22.3105543Z [00:02:17.776]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:22.3107139Z [00:02:17.776]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:22.3107744Z [00:02:17.776]➜  EOF
2025-08-20T21:35:22.3108768Z [00:02:17.776]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:22.3111493Z [00:02:17.776]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b266=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:35:22.3723100Z [00:02:17.839]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:35:22.3732197Z [00:02:17.840]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T21:35:22.3971597Z [00:02:17.864]➜  github.com/zyedidia/micro/v2/runtime
2025-08-20T21:35:22.3975914Z [00:02:17.864]➜  mkdir -p $WORK/b265/
2025-08-20T21:35:22.4015882Z [00:02:17.868]➜  cat >/tmp/go-build2004036841/b265/importcfg << 'EOF' # internal
2025-08-20T21:35:22.4016845Z [00:02:17.868]➜  # import config
2025-08-20T21:35:22.4017715Z [00:02:17.868]➜  packagefile embed=/tmp/go-build2004036841/b266/_pkg_.a
2025-08-20T21:35:22.4019452Z [00:02:17.868]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:22.4020693Z [00:02:17.868]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:22.4021871Z [00:02:17.868]➜  EOF
2025-08-20T21:35:22.4053678Z [00:02:17.872]➜  cat >/tmp/go-build2004036841/b265/embedcfg << 'EOF' # internal
2025-08-20T21:35:22.4054908Z [00:02:17.872]➜  {
2025-08-20T21:35:22.4056642Z [00:02:17.872]➜  	"Patterns": {
2025-08-20T21:35:22.4059247Z [00:02:17.872]➜  		"colorschemes": [
2025-08-20T21:35:22.4059858Z [00:02:17.872]➜  			"colorschemes/atom-dark.micro",
2025-08-20T21:35:22.4060517Z [00:02:17.872]➜  			"colorschemes/bubblegum.micro",
2025-08-20T21:35:22.4061139Z [00:02:17.872]➜  			"colorschemes/cmc-16.micro",
2025-08-20T21:35:22.4061734Z [00:02:17.872]➜  			"colorschemes/cmc-tc.micro",
2025-08-20T21:35:22.4062340Z [00:02:17.872]➜  			"colorschemes/darcula.micro",
2025-08-20T21:35:22.4062949Z [00:02:17.872]➜  			"colorschemes/default.micro",
2025-08-20T21:35:22.4063575Z [00:02:17.872]➜  			"colorschemes/dracula-tc.micro",
2025-08-20T21:35:22.4064216Z [00:02:17.872]➜  			"colorschemes/dukedark-tc.micro",
2025-08-20T21:35:22.4064873Z [00:02:17.872]➜  			"colorschemes/dukelight-tc.micro",
2025-08-20T21:35:22.4065527Z [00:02:17.872]➜  			"colorschemes/dukeubuntu-tc.micro",
2025-08-20T21:35:22.4066175Z [00:02:17.872]➜  			"colorschemes/geany.micro",
2025-08-20T21:35:22.4066772Z [00:02:17.872]➜  			"colorschemes/gotham.micro",
2025-08-20T21:35:22.4067406Z [00:02:17.872]➜  			"colorschemes/gruvbox-tc.micro",
2025-08-20T21:35:22.4068389Z [00:02:17.872]➜  			"colorschemes/gruvbox.micro",
2025-08-20T21:35:22.4069056Z [00:02:17.872]➜  			"colorschemes/material-tc.micro",
2025-08-20T21:35:22.4069695Z [00:02:17.872]➜  			"colorschemes/monokai-dark.micro",
2025-08-20T21:35:22.4070337Z [00:02:17.872]➜  			"colorschemes/monokai.micro",
2025-08-20T21:35:22.4070974Z [00:02:17.872]➜  			"colorschemes/one-dark.micro",
2025-08-20T21:35:22.4071583Z [00:02:17.872]➜  			"colorschemes/railscast.micro",
2025-08-20T21:35:22.4072194Z [00:02:17.872]➜  			"colorschemes/simple.micro",
2025-08-20T21:35:22.4072813Z [00:02:17.872]➜  			"colorschemes/solarized-tc.micro",
2025-08-20T21:35:22.4073443Z [00:02:17.872]➜  			"colorschemes/solarized.micro",
2025-08-20T21:35:22.4074053Z [00:02:17.872]➜  			"colorschemes/sunny-day.micro",
2025-08-20T21:35:22.4074686Z [00:02:17.872]➜  			"colorschemes/twilight.micro",
2025-08-20T21:35:22.4075301Z [00:02:17.872]➜  			"colorschemes/zenburn.micro"
2025-08-20T21:35:22.4076175Z [00:02:17.872]➜  		],
2025-08-20T21:35:22.4076601Z [00:02:17.872]➜  		"help": [
2025-08-20T21:35:22.4077080Z [00:02:17.872]➜  			"help/colors.md",
2025-08-20T21:35:22.4077601Z [00:02:17.872]➜  			"help/commands.md",
2025-08-20T21:35:22.4106618Z [00:02:17.872]➜  			"help/copypaste.md",
2025-08-20T21:35:22.4107346Z [00:02:17.872]➜  			"help/defaultkeys.md",
2025-08-20T21:35:22.4107883Z [00:02:17.872]➜  			"help/help.md",
2025-08-20T21:35:22.4108594Z [00:02:17.872]➜  			"help/keybindings.md",
2025-08-20T21:35:22.4109130Z [00:02:17.872]➜  			"help/options.md",
2025-08-20T21:35:22.4109626Z [00:02:17.872]➜  			"help/plugins.md",
2025-08-20T21:35:22.4110101Z [00:02:17.872]➜  			"help/tutorial.md"
2025-08-20T21:35:22.4110562Z [00:02:17.872]➜  		],
2025-08-20T21:35:22.4110987Z [00:02:17.872]➜  		"plugins": [
2025-08-20T21:35:22.4111550Z [00:02:17.872]➜  			"plugins/autoclose/autoclose.lua",
2025-08-20T21:35:22.4112212Z [00:02:17.872]➜  			"plugins/comment/comment.lua",
2025-08-20T21:35:22.4127913Z [00:02:17.873]➜  			"plugins/comment/help/comment.md",
2025-08-20T21:35:22.4128736Z [00:02:17.873]➜  			"plugins/diff/diff.lua",
2025-08-20T21:35:22.4129361Z [00:02:17.873]➜  			"plugins/ftoptions/ftoptions.lua",
2025-08-20T21:35:22.4130006Z [00:02:17.873]➜  			"plugins/linter/help/linter.md",
2025-08-20T21:35:22.4130741Z [00:02:17.873]➜  			"plugins/linter/linter.lua",
2025-08-20T21:35:22.4131345Z [00:02:17.873]➜  			"plugins/literate/README.md",
2025-08-20T21:35:22.4131987Z [00:02:17.873]➜  			"plugins/literate/literate.lua",
2025-08-20T21:35:22.4132599Z [00:02:17.873]➜  			"plugins/status/help/status.md",
2025-08-20T21:35:22.4133184Z [00:02:17.873]➜  			"plugins/status/status.lua"
2025-08-20T21:35:22.4133696Z [00:02:17.873]➜  		],
2025-08-20T21:35:22.4134105Z [00:02:17.873]➜  		"syntax": [
2025-08-20T21:35:22.4134574Z [00:02:17.873]➜  			"syntax/LICENSE",
2025-08-20T21:35:22.4135365Z [00:02:17.873]➜  			"syntax/PowerShell.hdr",
2025-08-20T21:35:22.4135976Z [00:02:17.873]➜  			"syntax/PowerShell.yaml",
2025-08-20T21:35:22.4136518Z [00:02:17.873]➜  			"syntax/README.md",
2025-08-20T21:35:22.4137027Z [00:02:17.873]➜  			"syntax/ada.hdr",
2025-08-20T21:35:22.4137528Z [00:02:17.873]➜  			"syntax/ada.yaml",
2025-08-20T21:35:22.4138225Z [00:02:17.873]➜  			"syntax/apacheconf.hdr",
2025-08-20T21:35:22.4138810Z [00:02:17.873]➜  			"syntax/apacheconf.yaml",
2025-08-20T21:35:22.4139357Z [00:02:17.873]➜  			"syntax/arduino.hdr",
2025-08-20T21:35:22.4139892Z [00:02:17.873]➜  			"syntax/arduino.yaml",
2025-08-20T21:35:22.4140434Z [00:02:17.873]➜  			"syntax/asciidoc.hdr",
2025-08-20T21:35:22.4140971Z [00:02:17.873]➜  			"syntax/asciidoc.yaml",
2025-08-20T21:35:22.4141508Z [00:02:17.873]➜  			"syntax/asm.hdr",
2025-08-20T21:35:22.4142008Z [00:02:17.873]➜  			"syntax/asm.yaml",
2025-08-20T21:35:22.4142510Z [00:02:17.873]➜  			"syntax/ats.hdr",
2025-08-20T21:35:22.4143023Z [00:02:17.873]➜  			"syntax/ats.yaml",
2025-08-20T21:35:22.4143519Z [00:02:17.873]➜  			"syntax/awk.hdr",
2025-08-20T21:35:22.4144017Z [00:02:17.873]➜  			"syntax/awk.yaml",
2025-08-20T21:35:22.4144508Z [00:02:17.873]➜  			"syntax/bat.hdr",
2025-08-20T21:35:22.4145006Z [00:02:17.873]➜  			"syntax/bat.yaml",
2025-08-20T21:35:22.4145502Z [00:02:17.873]➜  			"syntax/c.hdr",
2025-08-20T21:35:22.4145981Z [00:02:17.873]➜  			"syntax/c.yaml",
2025-08-20T21:35:22.4146511Z [00:02:17.873]➜  			"syntax/caddyfile.hdr",
2025-08-20T21:35:22.4147088Z [00:02:17.873]➜  			"syntax/caddyfile.yaml",
2025-08-20T21:35:22.4147615Z [00:02:17.873]➜  			"syntax/cake.hdr",
2025-08-20T21:35:22.4198701Z [00:02:17.873]➜  			"syntax/cake.yaml",
2025-08-20T21:35:22.4199362Z [00:02:17.873]➜  			"syntax/clojure.hdr",
2025-08-20T21:35:22.4199907Z [00:02:17.873]➜  			"syntax/clojure.yaml",
2025-08-20T21:35:22.4200433Z [00:02:17.873]➜  			"syntax/cmake.hdr",
2025-08-20T21:35:22.4200933Z [00:02:17.873]➜  			"syntax/cmake.yaml",
2025-08-20T21:35:22.4201505Z [00:02:17.873]➜  			"syntax/coffeescript.hdr",
2025-08-20T21:35:22.4202085Z [00:02:17.873]➜  			"syntax/coffeescript.yaml",
2025-08-20T21:35:22.4202982Z [00:02:17.873]➜  			"syntax/colortest.hdr",
2025-08-20T21:35:22.4203504Z [00:02:17.873]➜  			"syntax/colortest.yaml",
2025-08-20T21:35:22.4204032Z [00:02:17.873]➜  			"syntax/conky.hdr",
2025-08-20T21:35:22.4204547Z [00:02:17.873]➜  			"syntax/conky.yaml",
2025-08-20T21:35:22.4205059Z [00:02:17.873]➜  			"syntax/cpp.hdr",
2025-08-20T21:35:22.4205525Z [00:02:17.873]➜  			"syntax/cpp.yaml",
2025-08-20T21:35:22.4206010Z [00:02:17.873]➜  			"syntax/crontab.hdr",
2025-08-20T21:35:22.4206536Z [00:02:17.873]➜  			"syntax/crontab.yaml",
2025-08-20T21:35:22.4207056Z [00:02:17.873]➜  			"syntax/crystal.hdr",
2025-08-20T21:35:22.4207547Z [00:02:17.873]➜  			"syntax/crystal.yaml",
2025-08-20T21:35:22.4208244Z [00:02:17.873]➜  			"syntax/csharp.hdr",
2025-08-20T21:35:22.4208767Z [00:02:17.873]➜  			"syntax/csharp.yaml",
2025-08-20T21:35:22.4209258Z [00:02:17.873]➜  			"syntax/css.hdr",
2025-08-20T21:35:22.4209759Z [00:02:17.873]➜  			"syntax/css.yaml",
2025-08-20T21:35:22.4210250Z [00:02:17.873]➜  			"syntax/csx.hdr",
2025-08-20T21:35:22.4210711Z [00:02:17.873]➜  			"syntax/csx.yaml",
2025-08-20T21:35:22.4211176Z [00:02:17.873]➜  			"syntax/cuda.hdr",
2025-08-20T21:35:22.4211653Z [00:02:17.873]➜  			"syntax/cuda.yaml",
2025-08-20T21:35:22.4212147Z [00:02:17.873]➜  			"syntax/cython.hdr",
2025-08-20T21:35:22.4212646Z [00:02:17.873]➜  			"syntax/cython.yaml",
2025-08-20T21:35:22.4213121Z [00:02:17.873]➜  			"syntax/d.hdr",
2025-08-20T21:35:22.4213577Z [00:02:17.873]➜  			"syntax/d.yaml",
2025-08-20T21:35:22.4214043Z [00:02:17.873]➜  			"syntax/dart.hdr",
2025-08-20T21:35:22.4214518Z [00:02:17.873]➜  			"syntax/dart.yaml",
2025-08-20T21:35:22.4215006Z [00:02:17.873]➜  			"syntax/default.hdr",
2025-08-20T21:35:22.4215513Z [00:02:17.873]➜  			"syntax/default.yaml",
2025-08-20T21:35:22.4216033Z [00:02:17.873]➜  			"syntax/dockerfile.hdr",
2025-08-20T21:35:22.4216812Z [00:02:17.873]➜  			"syntax/dockerfile.yaml",
2025-08-20T21:35:22.4217331Z [00:02:17.873]➜  			"syntax/dot.hdr",
2025-08-20T21:35:22.4217818Z [00:02:17.873]➜  			"syntax/dot.yaml",
2025-08-20T21:35:22.4218483Z [00:02:17.873]➜  			"syntax/elixir.hdr",
2025-08-20T21:35:22.4218977Z [00:02:17.873]➜  			"syntax/elixir.yaml",
2025-08-20T21:35:22.4219466Z [00:02:17.873]➜  			"syntax/elm.hdr",
2025-08-20T21:35:22.4219933Z [00:02:17.873]➜  			"syntax/elm.yaml",
2025-08-20T21:35:22.4220393Z [00:02:17.873]➜  			"syntax/erb.hdr",
2025-08-20T21:35:22.4220869Z [00:02:17.873]➜  			"syntax/erb.yaml",
2025-08-20T21:35:22.4221362Z [00:02:17.873]➜  			"syntax/erlang.hdr",
2025-08-20T21:35:22.4221859Z [00:02:17.873]➜  			"syntax/erlang.yaml",
2025-08-20T21:35:22.4222350Z [00:02:17.873]➜  			"syntax/fish.hdr",
2025-08-20T21:35:22.4222839Z [00:02:17.873]➜  			"syntax/fish.yaml",
2025-08-20T21:35:22.4223335Z [00:02:17.873]➜  			"syntax/forth.hdr",
2025-08-20T21:35:22.4223827Z [00:02:17.873]➜  			"syntax/forth.yaml",
2025-08-20T21:35:22.4224365Z [00:02:17.873]➜  			"syntax/fortran.hdr",
2025-08-20T21:35:22.4224887Z [00:02:17.874]➜  			"syntax/fortran.yaml",
2025-08-20T21:35:22.4225462Z [00:02:17.874]➜  			"syntax/freebsd-kernel.hdr",
2025-08-20T21:35:22.4226059Z [00:02:17.874]➜  			"syntax/freebsd-kernel.yaml",
2025-08-20T21:35:22.4226612Z [00:02:17.874]➜  			"syntax/fsharp.hdr",
2025-08-20T21:35:22.4227120Z [00:02:17.874]➜  			"syntax/fsharp.yaml",
2025-08-20T21:35:22.4227641Z [00:02:17.874]➜  			"syntax/gdscript.hdr",
2025-08-20T21:35:22.4230221Z [00:02:17.874]➜  			"syntax/gdscript.yaml",
2025-08-20T21:35:22.4230765Z [00:02:17.874]➜  			"syntax/gemini.hdr",
2025-08-20T21:35:22.4231255Z [00:02:17.874]➜  			"syntax/gemini.yaml",
2025-08-20T21:35:22.4231775Z [00:02:17.874]➜  			"syntax/gentoo-ebuild.hdr",
2025-08-20T21:35:22.4232336Z [00:02:17.874]➜  			"syntax/gentoo-ebuild.yaml",
2025-08-20T21:35:22.4232948Z [00:02:17.874]➜  			"syntax/gentoo-etc-portage.hdr",
2025-08-20T21:35:22.4233549Z [00:02:17.874]➜  			"syntax/gentoo-etc-portage.yaml",
2025-08-20T21:35:22.4234123Z [00:02:17.874]➜  			"syntax/git-commit.hdr",
2025-08-20T21:35:22.4234856Z [00:02:17.874]➜  			"syntax/git-commit.yaml",
2025-08-20T21:35:22.4235372Z [00:02:17.874]➜  			"syntax/git-config.hdr",
2025-08-20T21:35:22.4235892Z [00:02:17.874]➜  			"syntax/git-config.yaml",
2025-08-20T21:35:22.4236445Z [00:02:17.874]➜  			"syntax/git-rebase-todo.hdr",
2025-08-20T21:35:22.4237019Z [00:02:17.874]➜  			"syntax/git-rebase-todo.yaml",
2025-08-20T21:35:22.4237546Z [00:02:17.874]➜  			"syntax/glsl.hdr",
2025-08-20T21:35:22.4238233Z [00:02:17.874]➜  			"syntax/glsl.yaml",
2025-08-20T21:35:22.4238772Z [00:02:17.874]➜  			"syntax/gnuplot.hdr",
2025-08-20T21:35:22.4239315Z [00:02:17.874]➜  			"syntax/gnuplot.yaml",
2025-08-20T21:35:22.4239825Z [00:02:17.874]➜  			"syntax/go.hdr",
2025-08-20T21:35:22.4240313Z [00:02:17.874]➜  			"syntax/go.yaml",
2025-08-20T21:35:22.4240806Z [00:02:17.874]➜  			"syntax/godoc.hdr",
2025-08-20T21:35:22.4241320Z [00:02:17.874]➜  			"syntax/godoc.yaml",
2025-08-20T21:35:22.4241858Z [00:02:17.874]➜  			"syntax/golo.hdr",
2025-08-20T21:35:22.4242358Z [00:02:17.874]➜  			"syntax/golo.yaml",
2025-08-20T21:35:22.4242873Z [00:02:17.874]➜  			"syntax/gomod.hdr",
2025-08-20T21:35:22.4243382Z [00:02:17.874]➜  			"syntax/gomod.yaml",
2025-08-20T21:35:22.4243939Z [00:02:17.874]➜  			"syntax/graphql.hdr",
2025-08-20T21:35:22.4244524Z [00:02:17.874]➜  			"syntax/graphql.yaml",
2025-08-20T21:35:22.4245079Z [00:02:17.874]➜  			"syntax/groff.hdr",
2025-08-20T21:35:22.4245690Z [00:02:17.874]➜  			"syntax/groff.yaml",
2025-08-20T21:35:22.4246238Z [00:02:17.874]➜  			"syntax/groovy.hdr",
2025-08-20T21:35:22.4246769Z [00:02:17.874]➜  			"syntax/groovy.yaml",
2025-08-20T21:35:22.4247292Z [00:02:17.874]➜  			"syntax/haml.hdr",
2025-08-20T21:35:22.4247815Z [00:02:17.874]➜  			"syntax/haml.yaml",
2025-08-20T21:35:22.4248527Z [00:02:17.874]➜  			"syntax/hare.hdr",
2025-08-20T21:35:22.4249049Z [00:02:17.874]➜  			"syntax/hare.yaml",
2025-08-20T21:35:22.4249603Z [00:02:17.874]➜  			"syntax/haskell.hdr",
2025-08-20T21:35:22.4250397Z [00:02:17.874]➜  			"syntax/haskell.yaml",
2025-08-20T21:35:22.4250983Z [00:02:17.874]➜  			"syntax/hc.hdr",
2025-08-20T21:35:22.4251499Z [00:02:17.874]➜  			"syntax/hc.yaml",
2025-08-20T21:35:22.4252024Z [00:02:17.874]➜  			"syntax/html.hdr",
2025-08-20T21:35:22.4252536Z [00:02:17.874]➜  			"syntax/html.yaml",
2025-08-20T21:35:22.4253053Z [00:02:17.874]➜  			"syntax/html4.hdr",
2025-08-20T21:35:22.4253584Z [00:02:17.874]➜  			"syntax/html4.yaml",
2025-08-20T21:35:22.4254123Z [00:02:17.874]➜  			"syntax/html5.hdr",
2025-08-20T21:35:22.4254649Z [00:02:17.874]➜  			"syntax/html5.yaml",
2025-08-20T21:35:22.4255163Z [00:02:17.875]➜  			"syntax/ini.hdr",
2025-08-20T21:35:22.4255646Z [00:02:17.875]➜  			"syntax/ini.yaml",
2025-08-20T21:35:22.4256150Z [00:02:17.875]➜  			"syntax/inputrc.hdr",
2025-08-20T21:35:22.4256673Z [00:02:17.875]➜  			"syntax/inputrc.yaml",
2025-08-20T21:35:22.4257176Z [00:02:17.875]➜  			"syntax/java.hdr",
2025-08-20T21:35:22.4257663Z [00:02:17.875]➜  			"syntax/java.yaml",
2025-08-20T21:35:22.4278619Z [00:02:17.875]➜  			"syntax/javascript.hdr",
2025-08-20T21:35:22.4279245Z [00:02:17.875]➜  			"syntax/javascript.yaml",
2025-08-20T21:35:22.4279791Z [00:02:17.875]➜  			"syntax/jinja2.hdr",
2025-08-20T21:35:22.4280338Z [00:02:17.875]➜  			"syntax/jinja2.yaml",
2025-08-20T21:35:22.4280853Z [00:02:17.875]➜  			"syntax/json.hdr",
2025-08-20T21:35:22.4281398Z [00:02:17.875]➜  			"syntax/json.yaml",
2025-08-20T21:35:22.4281909Z [00:02:17.875]➜  			"syntax/jsonnet.hdr",
2025-08-20T21:35:22.4282431Z [00:02:17.875]➜  			"syntax/jsonnet.yaml",
2025-08-20T21:35:22.4282942Z [00:02:17.875]➜  			"syntax/julia.hdr",
2025-08-20T21:35:22.4283447Z [00:02:17.875]➜  			"syntax/julia.yaml",
2025-08-20T21:35:22.4283964Z [00:02:17.875]➜  			"syntax/justfile.hdr",
2025-08-20T21:35:22.4284493Z [00:02:17.875]➜  			"syntax/justfile.yaml",
2025-08-20T21:35:22.4285018Z [00:02:17.875]➜  			"syntax/keymap.hdr",
2025-08-20T21:35:22.4285532Z [00:02:17.875]➜  			"syntax/keymap.yaml",
2025-08-20T21:35:22.4286071Z [00:02:17.875]➜  			"syntax/kickstart.hdr",
2025-08-20T21:35:22.4286610Z [00:02:17.875]➜  			"syntax/kickstart.yaml",
2025-08-20T21:35:22.4287384Z [00:02:17.875]➜  			"syntax/kotlin.hdr",
2025-08-20T21:35:22.4287894Z [00:02:17.875]➜  			"syntax/kotlin.yaml",
2025-08-20T21:35:22.4288574Z [00:02:17.875]➜  			"syntax/kvlang.hdr",
2025-08-20T21:35:22.4289094Z [00:02:17.875]➜  			"syntax/kvlang.yaml",
2025-08-20T21:35:22.4289606Z [00:02:17.875]➜  			"syntax/ledger.hdr",
2025-08-20T21:35:22.4290119Z [00:02:17.875]➜  			"syntax/ledger.yaml",
2025-08-20T21:35:22.4290625Z [00:02:17.875]➜  			"syntax/lfe.hdr",
2025-08-20T21:35:22.4291123Z [00:02:17.875]➜  			"syntax/lfe.yaml",
2025-08-20T21:35:22.4291641Z [00:02:17.875]➜  			"syntax/lilypond.hdr",
2025-08-20T21:35:22.4292184Z [00:02:17.875]➜  			"syntax/lilypond.yaml",
2025-08-20T21:35:22.4292707Z [00:02:17.875]➜  			"syntax/lisp.hdr",
2025-08-20T21:35:22.4293206Z [00:02:17.875]➜  			"syntax/lisp.yaml",
2025-08-20T21:35:22.4293702Z [00:02:17.875]➜  			"syntax/log.hdr",
2025-08-20T21:35:22.4294211Z [00:02:17.875]➜  			"syntax/log.yaml",
2025-08-20T21:35:22.4294719Z [00:02:17.875]➜  			"syntax/lua.hdr",
2025-08-20T21:35:22.4295203Z [00:02:17.875]➜  			"syntax/lua.yaml",
2025-08-20T21:35:22.4295698Z [00:02:17.875]➜  			"syntax/mail.hdr",
2025-08-20T21:35:22.4296199Z [00:02:17.875]➜  			"syntax/mail.yaml",
2025-08-20T21:35:22.4296733Z [00:02:17.875]➜  			"syntax/make_headers.go",
2025-08-20T21:35:22.4297277Z [00:02:17.875]➜  			"syntax/makefile.hdr",
2025-08-20T21:35:22.4297819Z [00:02:17.875]➜  			"syntax/makefile.yaml",
2025-08-20T21:35:22.4298535Z [00:02:17.875]➜  			"syntax/man.hdr",
2025-08-20T21:35:22.4299048Z [00:02:17.875]➜  			"syntax/man.yaml",
2025-08-20T21:35:22.4299584Z [00:02:17.875]➜  			"syntax/markdown.hdr",
2025-08-20T21:35:22.4300156Z [00:02:17.875]➜  			"syntax/markdown.yaml",
2025-08-20T21:35:22.4300693Z [00:02:17.875]➜  			"syntax/mc.hdr",
2025-08-20T21:35:22.4301180Z [00:02:17.875]➜  			"syntax/mc.yaml",
2025-08-20T21:35:22.4301942Z [00:02:17.875]➜  			"syntax/meson.hdr",
2025-08-20T21:35:22.4302518Z [00:02:17.875]➜  			"syntax/meson.yaml",
2025-08-20T21:35:22.4303054Z [00:02:17.875]➜  			"syntax/micro.hdr",
2025-08-20T21:35:22.4303576Z [00:02:17.875]➜  			"syntax/micro.yaml",
2025-08-20T21:35:22.4304105Z [00:02:17.875]➜  			"syntax/mpdconf.hdr",
2025-08-20T21:35:22.4304644Z [00:02:17.875]➜  			"syntax/mpdconf.yaml",
2025-08-20T21:35:22.4305187Z [00:02:17.875]➜  			"syntax/msbuild.hdr",
2025-08-20T21:35:22.4305728Z [00:02:17.875]➜  			"syntax/msbuild.yaml",
2025-08-20T21:35:22.4306257Z [00:02:17.875]➜  			"syntax/nanorc.hdr",
2025-08-20T21:35:22.4306786Z [00:02:17.875]➜  			"syntax/nanorc.yaml",
2025-08-20T21:35:22.4307315Z [00:02:17.875]➜  			"syntax/nftables.hdr",
2025-08-20T21:35:22.4307852Z [00:02:17.875]➜  			"syntax/nftables.yaml",
2025-08-20T21:35:22.4308629Z [00:02:17.875]➜  			"syntax/nginx.hdr",
2025-08-20T21:35:22.4309148Z [00:02:17.875]➜  			"syntax/nginx.yaml",
2025-08-20T21:35:22.4309649Z [00:02:17.875]➜  			"syntax/nim.hdr",
2025-08-20T21:35:22.4310181Z [00:02:17.875]➜  			"syntax/nim.yaml",
2025-08-20T21:35:22.4310675Z [00:02:17.875]➜  			"syntax/nix.hdr",
2025-08-20T21:35:22.4311204Z [00:02:17.875]➜  			"syntax/nix.yaml",
2025-08-20T21:35:22.4311702Z [00:02:17.875]➜  			"syntax/nu.hdr",
2025-08-20T21:35:22.4312198Z [00:02:17.875]➜  			"syntax/nu.yaml",
2025-08-20T21:35:22.4312692Z [00:02:17.875]➜  			"syntax/objc.hdr",
2025-08-20T21:35:22.4313197Z [00:02:17.875]➜  			"syntax/objc.yaml",
2025-08-20T21:35:22.4313703Z [00:02:17.875]➜  			"syntax/ocaml.hdr",
2025-08-20T21:35:22.4314205Z [00:02:17.875]➜  			"syntax/ocaml.yaml",
2025-08-20T21:35:22.4314735Z [00:02:17.875]➜  			"syntax/octave.hdr",
2025-08-20T21:35:22.4315263Z [00:02:17.875]➜  			"syntax/octave.yaml",
2025-08-20T21:35:22.4315780Z [00:02:17.875]➜  			"syntax/odin.hdr",
2025-08-20T21:35:22.4316307Z [00:02:17.875]➜  			"syntax/odin.yaml",
2025-08-20T21:35:22.4316844Z [00:02:17.875]➜  			"syntax/pascal.hdr",
2025-08-20T21:35:22.4317389Z [00:02:17.875]➜  			"syntax/pascal.yaml",
2025-08-20T21:35:22.4317967Z [00:02:17.875]➜  			"syntax/patch.hdr",
2025-08-20T21:35:22.4319026Z [00:02:17.875]➜  			"syntax/patch.yaml",
2025-08-20T21:35:22.4319553Z [00:02:17.875]➜  			"syntax/peg.hdr",
2025-08-20T21:35:22.4320091Z [00:02:17.875]➜  			"syntax/peg.yaml",
2025-08-20T21:35:22.4320613Z [00:02:17.875]➜  			"syntax/perl.hdr",
2025-08-20T21:35:22.4321142Z [00:02:17.875]➜  			"syntax/perl.yaml",
2025-08-20T21:35:22.4321665Z [00:02:17.878]➜  			"syntax/php.hdr",
2025-08-20T21:35:22.4322164Z [00:02:17.878]➜  			"syntax/php.yaml",
2025-08-20T21:35:22.4322699Z [00:02:17.878]➜  			"syntax/pkg-config.hdr",
2025-08-20T21:35:22.4323272Z [00:02:17.878]➜  			"syntax/pkg-config.yaml",
2025-08-20T21:35:22.4323801Z [00:02:17.878]➜  			"syntax/po.hdr",
2025-08-20T21:35:22.4324284Z [00:02:17.878]➜  			"syntax/po.yaml",
2025-08-20T21:35:22.4324778Z [00:02:17.878]➜  			"syntax/pony.hdr",
2025-08-20T21:35:22.4325292Z [00:02:17.878]➜  			"syntax/pony.yaml",
2025-08-20T21:35:22.4325806Z [00:02:17.878]➜  			"syntax/pov.hdr",
2025-08-20T21:35:22.4326318Z [00:02:17.878]➜  			"syntax/pov.yaml",
2025-08-20T21:35:22.4326895Z [00:02:17.878]➜  			"syntax/privoxy-action.hdr",
2025-08-20T21:35:22.4327504Z [00:02:17.878]➜  			"syntax/privoxy-action.yaml",
2025-08-20T21:35:22.4328321Z [00:02:17.878]➜  			"syntax/privoxy-config.hdr",
2025-08-20T21:35:22.4328947Z [00:02:17.878]➜  			"syntax/privoxy-config.yaml",
2025-08-20T21:35:22.4329550Z [00:02:17.878]➜  			"syntax/privoxy-filter.hdr",
2025-08-20T21:35:22.4330155Z [00:02:17.878]➜  			"syntax/privoxy-filter.yaml",
2025-08-20T21:35:22.4330719Z [00:02:17.878]➜  			"syntax/proto.hdr",
2025-08-20T21:35:22.4331238Z [00:02:17.878]➜  			"syntax/proto.yaml",
2025-08-20T21:35:22.4331746Z [00:02:17.878]➜  			"syntax/prql.hdr",
2025-08-20T21:35:22.4332285Z [00:02:17.878]➜  			"syntax/prql.yaml",
2025-08-20T21:35:22.4332804Z [00:02:17.878]➜  			"syntax/puppet.hdr",
2025-08-20T21:35:22.4333346Z [00:02:17.878]➜  			"syntax/puppet.yaml",
2025-08-20T21:35:22.4333877Z [00:02:17.878]➜  			"syntax/python2.hdr",
2025-08-20T21:35:22.4334749Z [00:02:17.878]➜  			"syntax/python2.yaml",
2025-08-20T21:35:22.4335363Z [00:02:17.878]➜  			"syntax/python3.hdr",
2025-08-20T21:35:22.4335900Z [00:02:17.878]➜  			"syntax/python3.yaml",
2025-08-20T21:35:22.4336412Z [00:02:17.878]➜  			"syntax/r.hdr",
2025-08-20T21:35:22.4336915Z [00:02:17.878]➜  			"syntax/r.yaml",
2025-08-20T21:35:22.4337400Z [00:02:17.878]➜  			"syntax/raku.hdr",
2025-08-20T21:35:22.4337924Z [00:02:17.878]➜  			"syntax/raku.yaml",
2025-08-20T21:35:22.4338686Z [00:02:17.878]➜  			"syntax/reST.hdr",
2025-08-20T21:35:22.4339194Z [00:02:17.878]➜  			"syntax/reST.yaml",
2025-08-20T21:35:22.4339711Z [00:02:17.878]➜  			"syntax/renpy.hdr",
2025-08-20T21:35:22.4340229Z [00:02:17.878]➜  			"syntax/renpy.yaml",
2025-08-20T21:35:22.4340757Z [00:02:17.878]➜  			"syntax/rpmspec.hdr",
2025-08-20T21:35:22.4341307Z [00:02:17.878]➜  			"syntax/rpmspec.yaml",
2025-08-20T21:35:22.4341834Z [00:02:17.878]➜  			"syntax/ruby.hdr",
2025-08-20T21:35:22.4342369Z [00:02:17.878]➜  			"syntax/ruby.yaml",
2025-08-20T21:35:22.4342882Z [00:02:17.878]➜  			"syntax/rust.hdr",
2025-08-20T21:35:22.4343403Z [00:02:17.878]➜  			"syntax/rust.yaml",
2025-08-20T21:35:22.4343911Z [00:02:17.878]➜  			"syntax/sage.hdr",
2025-08-20T21:35:22.4344415Z [00:02:17.878]➜  			"syntax/sage.yaml",
2025-08-20T21:35:22.4344909Z [00:02:17.878]➜  			"syntax/scad.hdr",
2025-08-20T21:35:22.4345411Z [00:02:17.878]➜  			"syntax/scad.yaml",
2025-08-20T21:35:22.4345925Z [00:02:17.878]➜  			"syntax/scala.hdr",
2025-08-20T21:35:22.4346445Z [00:02:17.878]➜  			"syntax/scala.yaml",
2025-08-20T21:35:22.4346988Z [00:02:17.878]➜  			"syntax/sed.hdr",
2025-08-20T21:35:22.4347503Z [00:02:17.878]➜  			"syntax/sed.yaml",
2025-08-20T21:35:22.4348221Z [00:02:17.878]➜  			"syntax/sh.hdr",
2025-08-20T21:35:22.4348735Z [00:02:17.878]➜  			"syntax/sh.yaml",
2025-08-20T21:35:22.4349225Z [00:02:17.878]➜  			"syntax/sls.hdr",
2025-08-20T21:35:22.4349696Z [00:02:17.878]➜  			"syntax/sls.yaml",
2025-08-20T21:35:22.4350223Z [00:02:17.878]➜  			"syntax/smalltalk.hdr",
2025-08-20T21:35:22.4350788Z [00:02:17.878]➜  			"syntax/smalltalk.yaml",
2025-08-20T21:35:22.4351581Z [00:02:17.878]➜  			"syntax/solidity.hdr",
2025-08-20T21:35:22.4352116Z [00:02:17.878]➜  			"syntax/solidity.yaml",
2025-08-20T21:35:22.4352642Z [00:02:17.878]➜  			"syntax/sql.hdr",
2025-08-20T21:35:22.4353145Z [00:02:17.878]➜  			"syntax/sql.yaml",
2025-08-20T21:35:22.4353652Z [00:02:17.878]➜  			"syntax/stata.hdr",
2025-08-20T21:35:22.4354179Z [00:02:17.878]➜  			"syntax/stata.yaml",
2025-08-20T21:35:22.4354686Z [00:02:17.878]➜  			"syntax/svelte.hdr",
2025-08-20T21:35:22.4355199Z [00:02:17.878]➜  			"syntax/svelte.yaml",
2025-08-20T21:35:22.4355721Z [00:02:17.878]➜  			"syntax/swift.hdr",
2025-08-20T21:35:22.4356239Z [00:02:17.878]➜  			"syntax/swift.yaml",
2025-08-20T21:35:22.4356796Z [00:02:17.878]➜  			"syntax/syntax_converter.go",
2025-08-20T21:35:22.4357361Z [00:02:17.878]➜  			"syntax/systemd.hdr",
2025-08-20T21:35:22.4357881Z [00:02:17.878]➜  			"syntax/systemd.yaml",
2025-08-20T21:35:22.4358619Z [00:02:17.878]➜  			"syntax/tcl.hdr",
2025-08-20T21:35:22.4359124Z [00:02:17.878]➜  			"syntax/tcl.yaml",
2025-08-20T21:35:22.4359629Z [00:02:17.878]➜  			"syntax/terraform.hdr",
2025-08-20T21:35:22.4360173Z [00:02:17.878]➜  			"syntax/terraform.yaml",
2025-08-20T21:35:22.4360684Z [00:02:17.878]➜  			"syntax/tex.hdr",
2025-08-20T21:35:22.4362366Z [00:02:17.878]➜  			"syntax/tex.yaml",
2025-08-20T21:35:22.4362869Z [00:02:17.878]➜  			"syntax/toml.hdr",
2025-08-20T21:35:22.4363366Z [00:02:17.878]➜  			"syntax/toml.yaml",
2025-08-20T21:35:22.4363863Z [00:02:17.878]➜  			"syntax/twig.hdr",
2025-08-20T21:35:22.4364485Z [00:02:17.878]➜  			"syntax/twig.yaml",
2025-08-20T21:35:22.4365006Z [00:02:17.878]➜  			"syntax/typescript.hdr",
2025-08-20T21:35:22.4365555Z [00:02:17.878]➜  			"syntax/typescript.yaml",
2025-08-20T21:35:22.4366073Z [00:02:17.878]➜  			"syntax/v.hdr",
2025-08-20T21:35:22.4366550Z [00:02:17.878]➜  			"syntax/v.yaml",
2025-08-20T21:35:22.4367033Z [00:02:17.879]➜  			"syntax/vala.hdr",
2025-08-20T21:35:22.4367746Z [00:02:17.879]➜  			"syntax/vala.yaml",
2025-08-20T21:35:22.4368469Z [00:02:17.879]➜  			"syntax/verilog.hdr",
2025-08-20T21:35:22.4368986Z [00:02:17.879]➜  			"syntax/verilog.yaml",
2025-08-20T21:35:22.4369493Z [00:02:17.879]➜  			"syntax/vhdl.hdr",
2025-08-20T21:35:22.4369969Z [00:02:17.879]➜  			"syntax/vhdl.yaml",
2025-08-20T21:35:22.4370442Z [00:02:17.879]➜  			"syntax/vi.hdr",
2025-08-20T21:35:22.4370916Z [00:02:17.879]➜  			"syntax/vi.yaml",
2025-08-20T21:35:22.4371390Z [00:02:17.879]➜  			"syntax/vue.hdr",
2025-08-20T21:35:22.4371868Z [00:02:17.879]➜  			"syntax/vue.yaml",
2025-08-20T21:35:22.4372346Z [00:02:17.879]➜  			"syntax/xml.hdr",
2025-08-20T21:35:22.4372825Z [00:02:17.879]➜  			"syntax/xml.yaml",
2025-08-20T21:35:22.4373334Z [00:02:17.879]➜  			"syntax/xresources.hdr",
2025-08-20T21:35:22.4373879Z [00:02:17.879]➜  			"syntax/xresources.yaml",
2025-08-20T21:35:22.4374389Z [00:02:17.879]➜  			"syntax/yaml.hdr",
2025-08-20T21:35:22.4374887Z [00:02:17.879]➜  			"syntax/yaml.yaml",
2025-08-20T21:35:22.4375350Z [00:02:17.879]➜  			"syntax/yum.hdr",
2025-08-20T21:35:22.4375801Z [00:02:17.879]➜  			"syntax/yum.yaml",
2025-08-20T21:35:22.4376269Z [00:02:17.879]➜  			"syntax/zig.hdr",
2025-08-20T21:35:22.4376770Z [00:02:17.879]➜  			"syntax/zig.yaml",
2025-08-20T21:35:22.4377278Z [00:02:17.879]➜  			"syntax/zscript.hdr",
2025-08-20T21:35:22.4377817Z [00:02:17.879]➜  			"syntax/zscript.yaml",
2025-08-20T21:35:22.4378559Z [00:02:17.879]➜  			"syntax/zsh.hdr",
2025-08-20T21:35:22.4379065Z [00:02:17.879]➜  			"syntax/zsh.yaml"
2025-08-20T21:35:22.4379516Z [00:02:17.879]➜  		]
2025-08-20T21:35:22.4379901Z [00:02:17.879]➜  	},
2025-08-20T21:35:22.4380298Z [00:02:17.879]➜  	"Files": {
2025-08-20T21:35:22.4381254Z [00:02:17.879]➜  		"colorschemes/atom-dark.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/atom-dark.micro",
2025-08-20T21:35:22.4382707Z [00:02:17.879]➜  		"colorschemes/bubblegum.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/bubblegum.micro",
2025-08-20T21:35:22.4384071Z [00:02:17.879]➜  		"colorschemes/cmc-16.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/cmc-16.micro",
2025-08-20T21:35:22.4385583Z [00:02:17.879]➜  		"colorschemes/cmc-tc.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/cmc-tc.micro",
2025-08-20T21:35:22.4386877Z [00:02:17.879]➜  		"colorschemes/darcula.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/darcula.micro",
2025-08-20T21:35:22.4388845Z [00:02:17.879]➜  		"colorschemes/default.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/default.micro",
2025-08-20T21:35:22.4390332Z [00:02:17.879]➜  		"colorschemes/dracula-tc.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dracula-tc.micro",
2025-08-20T21:35:22.4391695Z [00:02:17.879]➜  		"colorschemes/dukedark-tc.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dukedark-tc.micro",
2025-08-20T21:35:22.4393318Z [00:02:17.879]➜  		"colorschemes/dukelight-tc.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dukelight-tc.micro",
2025-08-20T21:35:22.4394859Z [00:02:17.879]➜  		"colorschemes/dukeubuntu-tc.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dukeubuntu-tc.micro",
2025-08-20T21:35:22.4396241Z [00:02:17.879]➜  		"colorschemes/geany.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/geany.micro",
2025-08-20T21:35:22.4397489Z [00:02:17.879]➜  		"colorschemes/gotham.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/gotham.micro",
2025-08-20T21:35:22.4399010Z [00:02:17.879]➜  		"colorschemes/gruvbox-tc.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/gruvbox-tc.micro",
2025-08-20T21:35:22.4400365Z [00:02:17.879]➜  		"colorschemes/gruvbox.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/gruvbox.micro",
2025-08-20T21:35:22.4401749Z [00:02:17.879]➜  		"colorschemes/material-tc.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/material-tc.micro",
2025-08-20T21:35:22.4403210Z [00:02:17.879]➜  		"colorschemes/monokai-dark.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/monokai-dark.micro",
2025-08-20T21:35:22.4404578Z [00:02:17.879]➜  		"colorschemes/monokai.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/monokai.micro",
2025-08-20T21:35:22.4405820Z [00:02:17.879]➜  		"colorschemes/one-dark.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/one-dark.micro",
2025-08-20T21:35:22.4407160Z [00:02:17.879]➜  		"colorschemes/railscast.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/railscast.micro",
2025-08-20T21:35:22.4408736Z [00:02:17.879]➜  		"colorschemes/simple.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/simple.micro",
2025-08-20T21:35:22.4410138Z [00:02:17.879]➜  		"colorschemes/solarized-tc.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/solarized-tc.micro",
2025-08-20T21:35:22.4411588Z [00:02:17.879]➜  		"colorschemes/solarized.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/solarized.micro",
2025-08-20T21:35:22.4413174Z [00:02:17.879]➜  		"colorschemes/sunny-day.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/sunny-day.micro",
2025-08-20T21:35:22.4414573Z [00:02:17.879]➜  		"colorschemes/twilight.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/twilight.micro",
2025-08-20T21:35:22.4416254Z [00:02:17.879]➜  		"colorschemes/zenburn.micro": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/zenburn.micro",
2025-08-20T21:35:22.4417449Z [00:02:17.879]➜  		"help/colors.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/colors.md",
2025-08-20T21:35:22.4418725Z [00:02:17.879]➜  		"help/commands.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/commands.md",
2025-08-20T21:35:22.4419815Z [00:02:17.879]➜  		"help/copypaste.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/copypaste.md",
2025-08-20T21:35:22.4420926Z [00:02:17.879]➜  		"help/defaultkeys.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/defaultkeys.md",
2025-08-20T21:35:22.4421954Z [00:02:17.879]➜  		"help/help.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/help.md",
2025-08-20T21:35:22.4423002Z [00:02:17.879]➜  		"help/keybindings.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/keybindings.md",
2025-08-20T21:35:22.4424099Z [00:02:17.879]➜  		"help/options.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/options.md",
2025-08-20T21:35:22.4425116Z [00:02:17.879]➜  		"help/plugins.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/plugins.md",
2025-08-20T21:35:22.4426160Z [00:02:17.879]➜  		"help/tutorial.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/tutorial.md",
2025-08-20T21:35:22.4427463Z [00:02:17.879]➜  		"plugins/autoclose/autoclose.lua": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/autoclose/autoclose.lua",
2025-08-20T21:35:22.4429196Z [00:02:17.879]➜  		"plugins/comment/comment.lua": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/comment/comment.lua",
2025-08-20T21:35:22.4430614Z [00:02:17.879]➜  		"plugins/comment/help/comment.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/comment/help/comment.md",
2025-08-20T21:35:22.4431948Z [00:02:17.879]➜  		"plugins/diff/diff.lua": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/diff/diff.lua",
2025-08-20T21:35:22.4433554Z [00:02:17.879]➜  		"plugins/ftoptions/ftoptions.lua": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/ftoptions/ftoptions.lua",
2025-08-20T21:35:22.4435119Z [00:02:17.879]➜  		"plugins/linter/help/linter.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/linter/help/linter.md",
2025-08-20T21:35:22.4436496Z [00:02:17.879]➜  		"plugins/linter/linter.lua": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/linter/linter.lua",
2025-08-20T21:35:22.4437834Z [00:02:17.879]➜  		"plugins/literate/README.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/literate/README.md",
2025-08-20T21:35:22.4439476Z [00:02:17.879]➜  		"plugins/literate/literate.lua": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/literate/literate.lua",
2025-08-20T21:35:22.4440920Z [00:02:17.879]➜  		"plugins/status/help/status.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/status/help/status.md",
2025-08-20T21:35:22.4442296Z [00:02:17.880]➜  		"plugins/status/status.lua": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/status/status.lua",
2025-08-20T21:35:22.4443466Z [00:02:17.880]➜  		"syntax/LICENSE": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/LICENSE",
2025-08-20T21:35:22.4444615Z [00:02:17.880]➜  		"syntax/PowerShell.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/PowerShell.hdr",
2025-08-20T21:35:22.4445831Z [00:02:17.880]➜  		"syntax/PowerShell.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/PowerShell.yaml",
2025-08-20T21:35:22.4446953Z [00:02:17.880]➜  		"syntax/README.md": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/README.md",
2025-08-20T21:35:22.4447958Z [00:02:17.880]➜  		"syntax/ada.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ada.hdr",
2025-08-20T21:35:22.4449143Z [00:02:17.880]➜  		"syntax/ada.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ada.yaml",
2025-08-20T21:35:22.4450267Z [00:02:17.880]➜  		"syntax/apacheconf.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/apacheconf.hdr",
2025-08-20T21:35:22.4451490Z [00:02:17.880]➜  		"syntax/apacheconf.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/apacheconf.yaml",
2025-08-20T21:35:22.4452646Z [00:02:17.880]➜  		"syntax/arduino.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/arduino.hdr",
2025-08-20T21:35:22.4454053Z [00:02:17.880]➜  		"syntax/arduino.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/arduino.yaml",
2025-08-20T21:35:22.4455216Z [00:02:17.880]➜  		"syntax/asciidoc.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asciidoc.hdr",
2025-08-20T21:35:22.4456361Z [00:02:17.880]➜  		"syntax/asciidoc.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asciidoc.yaml",
2025-08-20T21:35:22.4457417Z [00:02:17.880]➜  		"syntax/asm.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asm.hdr",
2025-08-20T21:35:22.4458613Z [00:02:17.880]➜  		"syntax/asm.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asm.yaml",
2025-08-20T21:35:22.4459568Z [00:02:17.880]➜  		"syntax/ats.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ats.hdr",
2025-08-20T21:35:22.4460573Z [00:02:17.880]➜  		"syntax/ats.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ats.yaml",
2025-08-20T21:35:22.4461567Z [00:02:17.880]➜  		"syntax/awk.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/awk.hdr",
2025-08-20T21:35:22.4462554Z [00:02:17.880]➜  		"syntax/awk.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/awk.yaml",
2025-08-20T21:35:22.4463561Z [00:02:17.880]➜  		"syntax/bat.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/bat.hdr",
2025-08-20T21:35:22.4464551Z [00:02:17.880]➜  		"syntax/bat.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/bat.yaml",
2025-08-20T21:35:22.4465508Z [00:02:17.880]➜  		"syntax/c.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/c.hdr",
2025-08-20T21:35:22.4466444Z [00:02:17.880]➜  		"syntax/c.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/c.yaml",
2025-08-20T21:35:22.4467497Z [00:02:17.880]➜  		"syntax/caddyfile.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/caddyfile.hdr",
2025-08-20T21:35:22.4468880Z [00:02:17.880]➜  		"syntax/caddyfile.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/caddyfile.yaml",
2025-08-20T21:35:22.4470115Z [00:02:17.880]➜  		"syntax/cake.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cake.hdr",
2025-08-20T21:35:22.4471108Z [00:02:17.880]➜  		"syntax/cake.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cake.yaml",
2025-08-20T21:35:22.4472194Z [00:02:17.880]➜  		"syntax/clojure.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/clojure.hdr",
2025-08-20T21:35:22.4473282Z [00:02:17.880]➜  		"syntax/clojure.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/clojure.yaml",
2025-08-20T21:35:22.4474363Z [00:02:17.880]➜  		"syntax/cmake.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cmake.hdr",
2025-08-20T21:35:22.4475443Z [00:02:17.880]➜  		"syntax/cmake.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cmake.yaml",
2025-08-20T21:35:22.4476610Z [00:02:17.880]➜  		"syntax/coffeescript.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/coffeescript.hdr",
2025-08-20T21:35:22.4477902Z [00:02:17.880]➜  		"syntax/coffeescript.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/coffeescript.yaml",
2025-08-20T21:35:22.4479334Z [00:02:17.880]➜  		"syntax/colortest.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/colortest.hdr",
2025-08-20T21:35:22.4480576Z [00:02:17.880]➜  		"syntax/colortest.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/colortest.yaml",
2025-08-20T21:35:22.4481778Z [00:02:17.880]➜  		"syntax/conky.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/conky.hdr",
2025-08-20T21:35:22.4482875Z [00:02:17.880]➜  		"syntax/conky.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/conky.yaml",
2025-08-20T21:35:22.4483929Z [00:02:17.880]➜  		"syntax/cpp.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cpp.hdr",
2025-08-20T21:35:22.4484936Z [00:02:17.880]➜  		"syntax/cpp.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cpp.yaml",
2025-08-20T21:35:22.4486021Z [00:02:17.880]➜  		"syntax/crontab.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crontab.hdr",
2025-08-20T21:35:22.4487262Z [00:02:17.880]➜  		"syntax/crontab.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crontab.yaml",
2025-08-20T21:35:22.4488618Z [00:02:17.880]➜  		"syntax/crystal.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crystal.hdr",
2025-08-20T21:35:22.4490476Z [00:02:17.880]➜  		"syntax/crystal.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crystal.yaml",
2025-08-20T21:35:22.4491877Z [00:02:17.880]➜  		"syntax/csharp.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csharp.hdr",
2025-08-20T21:35:22.4494120Z [00:02:17.880]➜  		"syntax/csharp.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csharp.yaml",
2025-08-20T21:35:22.4498393Z [00:02:17.880]➜  		"syntax/css.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/css.hdr",
2025-08-20T21:35:22.4522923Z [00:02:17.880]➜  		"syntax/css.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/css.yaml",
2025-08-20T21:35:22.4524004Z [00:02:17.880]➜  		"syntax/csx.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csx.hdr",
2025-08-20T21:35:22.4525043Z [00:02:17.880]➜  		"syntax/csx.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csx.yaml",
2025-08-20T21:35:22.4526083Z [00:02:17.880]➜  		"syntax/cuda.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cuda.hdr",
2025-08-20T21:35:22.4527126Z [00:02:17.880]➜  		"syntax/cuda.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cuda.yaml",
2025-08-20T21:35:22.4533841Z [00:02:17.880]➜  		"syntax/cython.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cython.hdr",
2025-08-20T21:35:22.4535057Z [00:02:17.880]➜  		"syntax/cython.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cython.yaml",
2025-08-20T21:35:22.4536087Z [00:02:17.880]➜  		"syntax/d.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/d.hdr",
2025-08-20T21:35:22.4537054Z [00:02:17.880]➜  		"syntax/d.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/d.yaml",
2025-08-20T21:35:22.4538234Z [00:02:17.880]➜  		"syntax/dart.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dart.hdr",
2025-08-20T21:35:22.4539290Z [00:02:17.880]➜  		"syntax/dart.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dart.yaml",
2025-08-20T21:35:22.4540626Z [00:02:17.880]➜  		"syntax/default.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/default.hdr",
2025-08-20T21:35:22.4541844Z [00:02:17.880]➜  		"syntax/default.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/default.yaml",
2025-08-20T21:35:22.4542997Z [00:02:17.880]➜  		"syntax/dockerfile.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dockerfile.hdr",
2025-08-20T21:35:22.4544216Z [00:02:17.880]➜  		"syntax/dockerfile.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dockerfile.yaml",
2025-08-20T21:35:22.4545320Z [00:02:17.880]➜  		"syntax/dot.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dot.hdr",
2025-08-20T21:35:22.4546317Z [00:02:17.880]➜  		"syntax/dot.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dot.yaml",
2025-08-20T21:35:22.4547387Z [00:02:17.880]➜  		"syntax/elixir.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elixir.hdr",
2025-08-20T21:35:22.4548641Z [00:02:17.880]➜  		"syntax/elixir.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elixir.yaml",
2025-08-20T21:35:22.4549680Z [00:02:17.880]➜  		"syntax/elm.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elm.hdr",
2025-08-20T21:35:22.4550686Z [00:02:17.880]➜  		"syntax/elm.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elm.yaml",
2025-08-20T21:35:22.4551694Z [00:02:17.880]➜  		"syntax/erb.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erb.hdr",
2025-08-20T21:35:22.4552831Z [00:02:17.880]➜  		"syntax/erb.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erb.yaml",
2025-08-20T21:35:22.4553870Z [00:02:17.880]➜  		"syntax/erlang.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erlang.hdr",
2025-08-20T21:35:22.4555016Z [00:02:17.880]➜  		"syntax/erlang.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erlang.yaml",
2025-08-20T21:35:22.4556091Z [00:02:17.880]➜  		"syntax/fish.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fish.hdr",
2025-08-20T21:35:22.4557129Z [00:02:17.880]➜  		"syntax/fish.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fish.yaml",
2025-08-20T21:35:22.4558408Z [00:02:17.880]➜  		"syntax/forth.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/forth.hdr",
2025-08-20T21:35:22.4559563Z [00:02:17.880]➜  		"syntax/forth.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/forth.yaml",
2025-08-20T21:35:22.4560943Z [00:02:17.880]➜  		"syntax/fortran.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fortran.hdr",
2025-08-20T21:35:22.4562100Z [00:02:17.880]➜  		"syntax/fortran.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fortran.yaml",
2025-08-20T21:35:22.4563359Z [00:02:17.880]➜  		"syntax/freebsd-kernel.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/freebsd-kernel.hdr",
2025-08-20T21:35:22.4564673Z [00:02:17.880]➜  		"syntax/freebsd-kernel.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/freebsd-kernel.yaml",
2025-08-20T21:35:22.4565858Z [00:02:17.880]➜  		"syntax/fsharp.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fsharp.hdr",
2025-08-20T21:35:22.4566925Z [00:02:17.880]➜  		"syntax/fsharp.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fsharp.yaml",
2025-08-20T21:35:22.4568210Z [00:02:17.880]➜  		"syntax/gdscript.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gdscript.hdr",
2025-08-20T21:35:22.4569408Z [00:02:17.880]➜  		"syntax/gdscript.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gdscript.yaml",
2025-08-20T21:35:22.4570545Z [00:02:17.880]➜  		"syntax/gemini.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gemini.hdr",
2025-08-20T21:35:22.4571650Z [00:02:17.880]➜  		"syntax/gemini.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gemini.yaml",
2025-08-20T21:35:22.4572842Z [00:02:17.880]➜  		"syntax/gentoo-ebuild.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-ebuild.hdr",
2025-08-20T21:35:22.4574137Z [00:02:17.880]➜  		"syntax/gentoo-ebuild.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-ebuild.yaml",
2025-08-20T21:35:22.4575578Z [00:02:17.880]➜  		"syntax/gentoo-etc-portage.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-etc-portage.hdr",
2025-08-20T21:35:22.4577342Z [00:02:17.880]➜  		"syntax/gentoo-etc-portage.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-etc-portage.yaml",
2025-08-20T21:35:22.4578976Z [00:02:17.880]➜  		"syntax/git-commit.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-commit.hdr",
2025-08-20T21:35:22.4580189Z [00:02:17.880]➜  		"syntax/git-commit.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-commit.yaml",
2025-08-20T21:35:22.4581353Z [00:02:17.880]➜  		"syntax/git-config.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-config.hdr",
2025-08-20T21:35:22.4582578Z [00:02:17.880]➜  		"syntax/git-config.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-config.yaml",
2025-08-20T21:35:22.4583832Z [00:02:17.880]➜  		"syntax/git-rebase-todo.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-rebase-todo.hdr",
2025-08-20T21:35:22.4585193Z [00:02:17.880]➜  		"syntax/git-rebase-todo.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-rebase-todo.yaml",
2025-08-20T21:35:22.4586382Z [00:02:17.880]➜  		"syntax/glsl.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/glsl.hdr",
2025-08-20T21:35:22.4587446Z [00:02:17.880]➜  		"syntax/glsl.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/glsl.yaml",
2025-08-20T21:35:22.4588756Z [00:02:17.880]➜  		"syntax/gnuplot.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gnuplot.hdr",
2025-08-20T21:35:22.4590010Z [00:02:17.880]➜  		"syntax/gnuplot.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gnuplot.yaml",
2025-08-20T21:35:22.4591075Z [00:02:17.880]➜  		"syntax/go.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/go.hdr",
2025-08-20T21:35:22.4592041Z [00:02:17.880]➜  		"syntax/go.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/go.yaml",
2025-08-20T21:35:22.4593066Z [00:02:17.880]➜  		"syntax/godoc.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/godoc.hdr",
2025-08-20T21:35:22.4594116Z [00:02:17.880]➜  		"syntax/godoc.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/godoc.yaml",
2025-08-20T21:35:22.4595136Z [00:02:17.880]➜  		"syntax/golo.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/golo.hdr",
2025-08-20T21:35:22.4596157Z [00:02:17.880]➜  		"syntax/golo.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/golo.yaml",
2025-08-20T21:35:22.4597436Z [00:02:17.880]➜  		"syntax/gomod.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gomod.hdr",
2025-08-20T21:35:22.4598776Z [00:02:17.880]➜  		"syntax/gomod.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gomod.yaml",
2025-08-20T21:35:22.4599914Z [00:02:17.880]➜  		"syntax/graphql.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/graphql.hdr",
2025-08-20T21:35:22.4601036Z [00:02:17.880]➜  		"syntax/graphql.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/graphql.yaml",
2025-08-20T21:35:22.4602972Z [00:02:17.880]➜  		"syntax/groff.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groff.hdr",
2025-08-20T21:35:22.4604137Z [00:02:17.880]➜  		"syntax/groff.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groff.yaml",
2025-08-20T21:35:22.4605259Z [00:02:17.880]➜  		"syntax/groovy.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groovy.hdr",
2025-08-20T21:35:22.4606404Z [00:02:17.880]➜  		"syntax/groovy.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groovy.yaml",
2025-08-20T21:35:22.4607494Z [00:02:17.880]➜  		"syntax/haml.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haml.hdr",
2025-08-20T21:35:22.4608758Z [00:02:17.880]➜  		"syntax/haml.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haml.yaml",
2025-08-20T21:35:22.4609797Z [00:02:17.880]➜  		"syntax/hare.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hare.hdr",
2025-08-20T21:35:22.4610865Z [00:02:17.880]➜  		"syntax/hare.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hare.yaml",
2025-08-20T21:35:22.4611956Z [00:02:17.880]➜  		"syntax/haskell.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haskell.hdr",
2025-08-20T21:35:22.4613128Z [00:02:17.880]➜  		"syntax/haskell.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haskell.yaml",
2025-08-20T21:35:22.4614186Z [00:02:17.880]➜  		"syntax/hc.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hc.hdr",
2025-08-20T21:35:22.4615400Z [00:02:17.880]➜  		"syntax/hc.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hc.yaml",
2025-08-20T21:35:22.4616445Z [00:02:17.880]➜  		"syntax/html.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html.hdr",
2025-08-20T21:35:22.4617505Z [00:02:17.880]➜  		"syntax/html.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html.yaml",
2025-08-20T21:35:22.4618749Z [00:02:17.880]➜  		"syntax/html4.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html4.hdr",
2025-08-20T21:35:22.4619834Z [00:02:17.880]➜  		"syntax/html4.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html4.yaml",
2025-08-20T21:35:22.4620908Z [00:02:17.880]➜  		"syntax/html5.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html5.hdr",
2025-08-20T21:35:22.4621975Z [00:02:17.880]➜  		"syntax/html5.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html5.yaml",
2025-08-20T21:35:22.4622990Z [00:02:17.880]➜  		"syntax/ini.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ini.hdr",
2025-08-20T21:35:22.4624048Z [00:02:17.880]➜  		"syntax/ini.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ini.yaml",
2025-08-20T21:35:22.4625140Z [00:02:17.880]➜  		"syntax/inputrc.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/inputrc.hdr",
2025-08-20T21:35:22.4626317Z [00:02:17.880]➜  		"syntax/inputrc.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/inputrc.yaml",
2025-08-20T21:35:22.4627422Z [00:02:17.880]➜  		"syntax/java.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/java.hdr",
2025-08-20T21:35:22.4628757Z [00:02:17.880]➜  		"syntax/java.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/java.yaml",
2025-08-20T21:35:22.4629867Z [00:02:17.880]➜  		"syntax/javascript.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/javascript.hdr",
2025-08-20T21:35:22.4631064Z [00:02:17.880]➜  		"syntax/javascript.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/javascript.yaml",
2025-08-20T21:35:22.4632177Z [00:02:17.880]➜  		"syntax/jinja2.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jinja2.hdr",
2025-08-20T21:35:22.4633259Z [00:02:17.880]➜  		"syntax/jinja2.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jinja2.yaml",
2025-08-20T21:35:22.4634313Z [00:02:17.880]➜  		"syntax/json.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/json.hdr",
2025-08-20T21:35:22.4635597Z [00:02:17.880]➜  		"syntax/json.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/json.yaml",
2025-08-20T21:35:22.4636663Z [00:02:17.880]➜  		"syntax/jsonnet.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jsonnet.hdr",
2025-08-20T21:35:22.4637786Z [00:02:17.880]➜  		"syntax/jsonnet.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jsonnet.yaml",
2025-08-20T21:35:22.4640612Z [00:02:17.880]➜  		"syntax/julia.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/julia.hdr",
2025-08-20T21:35:22.4641695Z [00:02:17.880]➜  		"syntax/julia.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/julia.yaml",
2025-08-20T21:35:22.4642816Z [00:02:17.880]➜  		"syntax/justfile.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/justfile.hdr",
2025-08-20T21:35:22.4643994Z [00:02:17.880]➜  		"syntax/justfile.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/justfile.yaml",
2025-08-20T21:35:22.4645104Z [00:02:17.880]➜  		"syntax/keymap.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/keymap.hdr",
2025-08-20T21:35:22.4646246Z [00:02:17.880]➜  		"syntax/keymap.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/keymap.yaml",
2025-08-20T21:35:22.4647368Z [00:02:17.880]➜  		"syntax/kickstart.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kickstart.hdr",
2025-08-20T21:35:22.4648797Z [00:02:17.880]➜  		"syntax/kickstart.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kickstart.yaml",
2025-08-20T21:35:22.4649907Z [00:02:17.880]➜  		"syntax/kotlin.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kotlin.hdr",
2025-08-20T21:35:22.4650981Z [00:02:17.880]➜  		"syntax/kotlin.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kotlin.yaml",
2025-08-20T21:35:22.4652048Z [00:02:17.880]➜  		"syntax/kvlang.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kvlang.hdr",
2025-08-20T21:35:22.4653318Z [00:02:17.880]➜  		"syntax/kvlang.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kvlang.yaml",
2025-08-20T21:35:22.4654406Z [00:02:17.880]➜  		"syntax/ledger.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ledger.hdr",
2025-08-20T21:35:22.4655477Z [00:02:17.880]➜  		"syntax/ledger.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ledger.yaml",
2025-08-20T21:35:22.4656493Z [00:02:17.880]➜  		"syntax/lfe.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lfe.hdr",
2025-08-20T21:35:22.4657470Z [00:02:17.880]➜  		"syntax/lfe.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lfe.yaml",
2025-08-20T21:35:22.4658707Z [00:02:17.880]➜  		"syntax/lilypond.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lilypond.hdr",
2025-08-20T21:35:22.4659837Z [00:02:17.880]➜  		"syntax/lilypond.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lilypond.yaml",
2025-08-20T21:35:22.4660940Z [00:02:17.880]➜  		"syntax/lisp.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lisp.hdr",
2025-08-20T21:35:22.4662019Z [00:02:17.880]➜  		"syntax/lisp.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lisp.yaml",
2025-08-20T21:35:22.4663050Z [00:02:17.880]➜  		"syntax/log.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/log.hdr",
2025-08-20T21:35:22.4664080Z [00:02:17.880]➜  		"syntax/log.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/log.yaml",
2025-08-20T21:35:22.4665083Z [00:02:17.880]➜  		"syntax/lua.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lua.hdr",
2025-08-20T21:35:22.4666077Z [00:02:17.880]➜  		"syntax/lua.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lua.yaml",
2025-08-20T21:35:22.4667102Z [00:02:17.880]➜  		"syntax/mail.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mail.hdr",
2025-08-20T21:35:22.4668320Z [00:02:17.880]➜  		"syntax/mail.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mail.yaml",
2025-08-20T21:35:22.4669474Z [00:02:17.880]➜  		"syntax/make_headers.go": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/make_headers.go",
2025-08-20T21:35:22.4670667Z [00:02:17.880]➜  		"syntax/makefile.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/makefile.hdr",
2025-08-20T21:35:22.4671861Z [00:02:17.880]➜  		"syntax/makefile.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/makefile.yaml",
2025-08-20T21:35:22.4673203Z [00:02:17.880]➜  		"syntax/man.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/man.hdr",
2025-08-20T21:35:22.4674209Z [00:02:17.880]➜  		"syntax/man.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/man.yaml",
2025-08-20T21:35:22.4675320Z [00:02:17.880]➜  		"syntax/markdown.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/markdown.hdr",
2025-08-20T21:35:22.4676479Z [00:02:17.880]➜  		"syntax/markdown.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/markdown.yaml",
2025-08-20T21:35:22.4677530Z [00:02:17.880]➜  		"syntax/mc.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mc.hdr",
2025-08-20T21:35:22.4678767Z [00:02:17.880]➜  		"syntax/mc.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mc.yaml",
2025-08-20T21:35:22.4679793Z [00:02:17.880]➜  		"syntax/meson.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/meson.hdr",
2025-08-20T21:35:22.4680864Z [00:02:17.881]➜  		"syntax/meson.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/meson.yaml",
2025-08-20T21:35:22.4681995Z [00:02:17.881]➜  		"syntax/micro.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/micro.hdr",
2025-08-20T21:35:22.4683040Z [00:02:17.881]➜  		"syntax/micro.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/micro.yaml",
2025-08-20T21:35:22.4684125Z [00:02:17.881]➜  		"syntax/mpdconf.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mpdconf.hdr",
2025-08-20T21:35:22.4685269Z [00:02:17.881]➜  		"syntax/mpdconf.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mpdconf.yaml",
2025-08-20T21:35:22.4686397Z [00:02:17.881]➜  		"syntax/msbuild.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/msbuild.hdr",
2025-08-20T21:35:22.4687499Z [00:02:17.881]➜  		"syntax/msbuild.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/msbuild.yaml",
2025-08-20T21:35:22.4688797Z [00:02:17.881]➜  		"syntax/nanorc.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nanorc.hdr",
2025-08-20T21:35:22.4690110Z [00:02:17.881]➜  		"syntax/nanorc.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nanorc.yaml",
2025-08-20T21:35:22.4691245Z [00:02:17.881]➜  		"syntax/nftables.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nftables.hdr",
2025-08-20T21:35:22.4692370Z [00:02:17.881]➜  		"syntax/nftables.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nftables.yaml",
2025-08-20T21:35:22.4693442Z [00:02:17.881]➜  		"syntax/nginx.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nginx.hdr",
2025-08-20T21:35:22.4694481Z [00:02:17.881]➜  		"syntax/nginx.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nginx.yaml",
2025-08-20T21:35:22.4695482Z [00:02:17.881]➜  		"syntax/nim.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nim.hdr",
2025-08-20T21:35:22.4696469Z [00:02:17.881]➜  		"syntax/nim.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nim.yaml",
2025-08-20T21:35:22.4697457Z [00:02:17.881]➜  		"syntax/nix.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nix.hdr",
2025-08-20T21:35:22.4698669Z [00:02:17.881]➜  		"syntax/nix.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nix.yaml",
2025-08-20T21:35:22.4699659Z [00:02:17.881]➜  		"syntax/nu.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nu.hdr",
2025-08-20T21:35:22.4700607Z [00:02:17.881]➜  		"syntax/nu.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nu.yaml",
2025-08-20T21:35:22.4701565Z [00:02:17.881]➜  		"syntax/objc.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/objc.hdr",
2025-08-20T21:35:22.4702554Z [00:02:17.881]➜  		"syntax/objc.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/objc.yaml",
2025-08-20T21:35:22.4703601Z [00:02:17.881]➜  		"syntax/ocaml.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ocaml.hdr",
2025-08-20T21:35:22.4704642Z [00:02:17.881]➜  		"syntax/ocaml.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ocaml.yaml",
2025-08-20T21:35:22.4705701Z [00:02:17.881]➜  		"syntax/octave.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/octave.hdr",
2025-08-20T21:35:22.4706789Z [00:02:17.881]➜  		"syntax/octave.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/octave.yaml",
2025-08-20T21:35:22.4708296Z [00:02:17.881]➜  		"syntax/odin.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/odin.hdr",
2025-08-20T21:35:22.4709337Z [00:02:17.881]➜  		"syntax/odin.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/odin.yaml",
2025-08-20T21:35:22.4710404Z [00:02:17.881]➜  		"syntax/pascal.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pascal.hdr",
2025-08-20T21:35:22.4711483Z [00:02:17.881]➜  		"syntax/pascal.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pascal.yaml",
2025-08-20T21:35:22.4712556Z [00:02:17.881]➜  		"syntax/patch.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/patch.hdr",
2025-08-20T21:35:22.4713613Z [00:02:17.881]➜  		"syntax/patch.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/patch.yaml",
2025-08-20T21:35:22.4714640Z [00:02:17.881]➜  		"syntax/peg.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/peg.hdr",
2025-08-20T21:35:22.4715632Z [00:02:17.881]➜  		"syntax/peg.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/peg.yaml",
2025-08-20T21:35:22.4716640Z [00:02:17.881]➜  		"syntax/perl.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/perl.hdr",
2025-08-20T21:35:22.4717696Z [00:02:17.881]➜  		"syntax/perl.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/perl.yaml",
2025-08-20T21:35:22.4719022Z [00:02:17.881]➜  		"syntax/php.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/php.hdr",
2025-08-20T21:35:22.4720000Z [00:02:17.881]➜  		"syntax/php.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/php.yaml",
2025-08-20T21:35:22.4721127Z [00:02:17.881]➜  		"syntax/pkg-config.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pkg-config.hdr",
2025-08-20T21:35:22.4722383Z [00:02:17.881]➜  		"syntax/pkg-config.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pkg-config.yaml",
2025-08-20T21:35:22.4723521Z [00:02:17.881]➜  		"syntax/po.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/po.hdr",
2025-08-20T21:35:22.4724725Z [00:02:17.881]➜  		"syntax/po.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/po.yaml",
2025-08-20T21:35:22.4725787Z [00:02:17.881]➜  		"syntax/pony.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pony.hdr",
2025-08-20T21:35:22.4727065Z [00:02:17.881]➜  		"syntax/pony.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pony.yaml",
2025-08-20T21:35:22.4728590Z [00:02:17.881]➜  		"syntax/pov.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pov.hdr",
2025-08-20T21:35:22.4729791Z [00:02:17.881]➜  		"syntax/pov.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pov.yaml",
2025-08-20T21:35:22.4731219Z [00:02:17.881]➜  		"syntax/privoxy-action.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-action.hdr",
2025-08-20T21:35:22.4732720Z [00:02:17.881]➜  		"syntax/privoxy-action.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-action.yaml",
2025-08-20T21:35:22.4734165Z [00:02:17.881]➜  		"syntax/privoxy-config.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-config.hdr",
2025-08-20T21:35:22.4735792Z [00:02:17.881]➜  		"syntax/privoxy-config.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-config.yaml",
2025-08-20T21:35:22.4737387Z [00:02:17.881]➜  		"syntax/privoxy-filter.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-filter.hdr",
2025-08-20T21:35:22.4739221Z [00:02:17.881]➜  		"syntax/privoxy-filter.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-filter.yaml",
2025-08-20T21:35:22.4740654Z [00:02:17.881]➜  		"syntax/proto.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/proto.hdr",
2025-08-20T21:35:22.4741877Z [00:02:17.881]➜  		"syntax/proto.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/proto.yaml",
2025-08-20T21:35:22.4756755Z [00:02:17.881]➜  		"syntax/prql.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/prql.hdr",
2025-08-20T21:35:22.4757784Z [00:02:17.881]➜  		"syntax/prql.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/prql.yaml",
2025-08-20T21:35:22.4759004Z [00:02:17.881]➜  		"syntax/puppet.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/puppet.hdr",
2025-08-20T21:35:22.4760080Z [00:02:17.881]➜  		"syntax/puppet.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/puppet.yaml",
2025-08-20T21:35:22.4761487Z [00:02:17.881]➜  		"syntax/python2.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python2.hdr",
2025-08-20T21:35:22.4762623Z [00:02:17.881]➜  		"syntax/python2.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python2.yaml",
2025-08-20T21:35:22.4763780Z [00:02:17.881]➜  		"syntax/python3.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python3.hdr",
2025-08-20T21:35:22.4764923Z [00:02:17.881]➜  		"syntax/python3.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python3.yaml",
2025-08-20T21:35:22.4765985Z [00:02:17.882]➜  		"syntax/r.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/r.hdr",
2025-08-20T21:35:22.4766936Z [00:02:17.882]➜  		"syntax/r.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/r.yaml",
2025-08-20T21:35:22.4767912Z [00:02:17.882]➜  		"syntax/raku.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/raku.hdr",
2025-08-20T21:35:22.4769181Z [00:02:17.882]➜  		"syntax/raku.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/raku.yaml",
2025-08-20T21:35:22.4770222Z [00:02:17.882]➜  		"syntax/reST.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/reST.hdr",
2025-08-20T21:35:22.4771254Z [00:02:17.882]➜  		"syntax/reST.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/reST.yaml",
2025-08-20T21:35:22.4772281Z [00:02:17.882]➜  		"syntax/renpy.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/renpy.hdr",
2025-08-20T21:35:22.4773329Z [00:02:17.882]➜  		"syntax/renpy.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/renpy.yaml",
2025-08-20T21:35:22.4774405Z [00:02:17.882]➜  		"syntax/rpmspec.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rpmspec.hdr",
2025-08-20T21:35:22.4775522Z [00:02:17.882]➜  		"syntax/rpmspec.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rpmspec.yaml",
2025-08-20T21:35:22.4776616Z [00:02:17.882]➜  		"syntax/ruby.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ruby.hdr",
2025-08-20T21:35:22.4777884Z [00:02:17.882]➜  		"syntax/ruby.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ruby.yaml",
2025-08-20T21:35:22.4779142Z [00:02:17.882]➜  		"syntax/rust.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rust.hdr",
2025-08-20T21:35:22.4780179Z [00:02:17.882]➜  		"syntax/rust.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rust.yaml",
2025-08-20T21:35:22.4781216Z [00:02:17.882]➜  		"syntax/sage.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sage.hdr",
2025-08-20T21:35:22.4782290Z [00:02:17.882]➜  		"syntax/sage.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sage.yaml",
2025-08-20T21:35:22.4783294Z [00:02:17.882]➜  		"syntax/scad.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scad.hdr",
2025-08-20T21:35:22.4784317Z [00:02:17.882]➜  		"syntax/scad.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scad.yaml",
2025-08-20T21:35:22.4785358Z [00:02:17.882]➜  		"syntax/scala.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scala.hdr",
2025-08-20T21:35:22.4786431Z [00:02:17.882]➜  		"syntax/scala.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scala.yaml",
2025-08-20T21:35:22.4787449Z [00:02:17.882]➜  		"syntax/sed.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sed.hdr",
2025-08-20T21:35:22.4788651Z [00:02:17.882]➜  		"syntax/sed.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sed.yaml",
2025-08-20T21:35:22.4789588Z [00:02:17.882]➜  		"syntax/sh.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sh.hdr",
2025-08-20T21:35:22.4790501Z [00:02:17.882]➜  		"syntax/sh.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sh.yaml",
2025-08-20T21:35:22.4791431Z [00:02:17.882]➜  		"syntax/sls.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sls.hdr",
2025-08-20T21:35:22.4792369Z [00:02:17.882]➜  		"syntax/sls.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sls.yaml",
2025-08-20T21:35:22.4793406Z [00:02:17.882]➜  		"syntax/smalltalk.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/smalltalk.hdr",
2025-08-20T21:35:22.4794522Z [00:02:17.882]➜  		"syntax/smalltalk.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/smalltalk.yaml",
2025-08-20T21:35:22.4795637Z [00:02:17.882]➜  		"syntax/solidity.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/solidity.hdr",
2025-08-20T21:35:22.4796961Z [00:02:17.882]➜  		"syntax/solidity.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/solidity.yaml",
2025-08-20T21:35:22.4798183Z [00:02:17.882]➜  		"syntax/sql.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sql.hdr",
2025-08-20T21:35:22.4799139Z [00:02:17.882]➜  		"syntax/sql.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sql.yaml",
2025-08-20T21:35:22.4800115Z [00:02:17.882]➜  		"syntax/stata.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/stata.hdr",
2025-08-20T21:35:22.4801121Z [00:02:17.882]➜  		"syntax/stata.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/stata.yaml",
2025-08-20T21:35:22.4802132Z [00:02:17.882]➜  		"syntax/svelte.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/svelte.hdr",
2025-08-20T21:35:22.4803161Z [00:02:17.882]➜  		"syntax/svelte.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/svelte.yaml",
2025-08-20T21:35:22.4804193Z [00:02:17.882]➜  		"syntax/swift.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/swift.hdr",
2025-08-20T21:35:22.4805206Z [00:02:17.882]➜  		"syntax/swift.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/swift.yaml",
2025-08-20T21:35:22.4806360Z [00:02:17.882]➜  		"syntax/syntax_converter.go": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/syntax_converter.go",
2025-08-20T21:35:22.4807514Z [00:02:17.882]➜  		"syntax/systemd.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/systemd.hdr",
2025-08-20T21:35:22.4808741Z [00:02:17.882]➜  		"syntax/systemd.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/systemd.yaml",
2025-08-20T21:35:22.4809739Z [00:02:17.882]➜  		"syntax/tcl.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tcl.hdr",
2025-08-20T21:35:22.4810687Z [00:02:17.882]➜  		"syntax/tcl.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tcl.yaml",
2025-08-20T21:35:22.4811726Z [00:02:17.882]➜  		"syntax/terraform.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/terraform.hdr",
2025-08-20T21:35:22.4813022Z [00:02:17.882]➜  		"syntax/terraform.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/terraform.yaml",
2025-08-20T21:35:22.4814064Z [00:02:17.882]➜  		"syntax/tex.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tex.hdr",
2025-08-20T21:35:22.4815005Z [00:02:17.882]➜  		"syntax/tex.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tex.yaml",
2025-08-20T21:35:22.4815960Z [00:02:17.882]➜  		"syntax/toml.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/toml.hdr",
2025-08-20T21:35:22.4816919Z [00:02:17.882]➜  		"syntax/toml.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/toml.yaml",
2025-08-20T21:35:22.4817850Z [00:02:17.882]➜  		"syntax/twig.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/twig.hdr",
2025-08-20T21:35:22.4819417Z [00:02:17.882]➜  		"syntax/twig.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/twig.yaml",
2025-08-20T21:35:22.4820578Z [00:02:17.882]➜  		"syntax/typescript.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/typescript.hdr",
2025-08-20T21:35:22.4821789Z [00:02:17.882]➜  		"syntax/typescript.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/typescript.yaml",
2025-08-20T21:35:22.4822868Z [00:02:17.882]➜  		"syntax/v.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/v.hdr",
2025-08-20T21:35:22.4823794Z [00:02:17.882]➜  		"syntax/v.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/v.yaml",
2025-08-20T21:35:22.4824766Z [00:02:17.882]➜  		"syntax/vala.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vala.hdr",
2025-08-20T21:35:22.4825781Z [00:02:17.883]➜  		"syntax/vala.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vala.yaml",
2025-08-20T21:35:22.4826841Z [00:02:17.883]➜  		"syntax/verilog.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/verilog.hdr",
2025-08-20T21:35:22.4827955Z [00:02:17.883]➜  		"syntax/verilog.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/verilog.yaml",
2025-08-20T21:35:22.4829299Z [00:02:17.883]➜  		"syntax/vhdl.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vhdl.hdr",
2025-08-20T21:35:22.4830325Z [00:02:17.883]➜  		"syntax/vhdl.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vhdl.yaml",
2025-08-20T21:35:22.4831508Z [00:02:17.883]➜  		"syntax/vi.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vi.hdr",
2025-08-20T21:35:22.4832470Z [00:02:17.883]➜  		"syntax/vi.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vi.yaml",
2025-08-20T21:35:22.4833442Z [00:02:17.883]➜  		"syntax/vue.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vue.hdr",
2025-08-20T21:35:22.4834418Z [00:02:17.883]➜  		"syntax/vue.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vue.yaml",
2025-08-20T21:35:22.4835403Z [00:02:17.883]➜  		"syntax/xml.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xml.hdr",
2025-08-20T21:35:22.4836401Z [00:02:17.883]➜  		"syntax/xml.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xml.yaml",
2025-08-20T21:35:22.4837492Z [00:02:17.883]➜  		"syntax/xresources.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xresources.hdr",
2025-08-20T21:35:22.4838912Z [00:02:17.883]➜  		"syntax/xresources.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xresources.yaml",
2025-08-20T21:35:22.4840021Z [00:02:17.883]➜  		"syntax/yaml.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yaml.hdr",
2025-08-20T21:35:22.4841037Z [00:02:17.883]➜  		"syntax/yaml.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yaml.yaml",
2025-08-20T21:35:22.4842042Z [00:02:17.883]➜  		"syntax/yum.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yum.hdr",
2025-08-20T21:35:22.4843037Z [00:02:17.883]➜  		"syntax/yum.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yum.yaml",
2025-08-20T21:35:22.4844027Z [00:02:17.883]➜  		"syntax/zig.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zig.hdr",
2025-08-20T21:35:22.4845006Z [00:02:17.883]➜  		"syntax/zig.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zig.yaml",
2025-08-20T21:35:22.4846049Z [00:02:17.883]➜  		"syntax/zscript.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zscript.hdr",
2025-08-20T21:35:22.4847386Z [00:02:17.883]➜  		"syntax/zscript.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zscript.yaml",
2025-08-20T21:35:22.4848594Z [00:02:17.883]➜  		"syntax/zsh.hdr": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zsh.hdr",
2025-08-20T21:35:22.4849480Z [00:02:17.883]➜  		"syntax/zsh.yaml": "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zsh.yaml"
2025-08-20T21:35:22.4850086Z [00:02:17.883]➜  	}
2025-08-20T21:35:22.4850412Z [00:02:17.883]➜  }EOF
2025-08-20T21:35:22.4853757Z [00:02:17.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime=>github.com/zyedidia/micro/v2/runtime;$WORK/b265=>" -p github.com/zyedidia/micro/v2/runtime -lang=go1.19 -complete -installsuffix shared -buildid PKItdj6JbBGm2780BJis/PKItdj6JbBGm2780BJis -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -embedcfg $WORK/b265/embedcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/runtime.go
2025-08-20T21:35:22.4857107Z [00:02:17.916]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:35:22.4858668Z [00:02:17.920]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/ff/ffba96cda700474b5d252175b26155bf0d78c707710ff3f29e60345ab49b7bea-d # internal
2025-08-20T21:35:22.4859876Z [00:02:17.920]➜  golang.org/x/text/encoding/internal
2025-08-20T21:35:22.4860501Z [00:02:17.920]➜  mkdir -p $WORK/b269/
2025-08-20T21:35:22.4861247Z [00:02:17.920]➜  cat >/tmp/go-build2004036841/b269/importcfg << 'EOF' # internal
2025-08-20T21:35:22.4861946Z [00:02:17.920]➜  # import config
2025-08-20T21:35:22.4862761Z [00:02:17.920]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:22.4864031Z [00:02:17.920]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:22.4865276Z [00:02:17.920]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:22.4865979Z [00:02:17.920]➜  EOF
2025-08-20T21:35:22.4869616Z [00:02:17.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_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/b269=>" -p golang.org/x/text/encoding/internal -lang=go1.17 -complete -installsuffix shared -buildid h9JGyvWgDsCz-QLWcubH/h9JGyvWgDsCz-QLWcubH -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/internal/internal.go
2025-08-20T21:35:22.4964729Z [00:02:17.963]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:35:22.4973215Z [00:02:17.964]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/93/937f35487e27f8b09a95142bb8057fc94d9f0a0dd7ae0d2b98c8ed3005e1d237-d # internal
2025-08-20T21:35:22.4979468Z [00:02:17.964]➜  golang.org/x/text/encoding/charmap
2025-08-20T21:35:22.4980143Z [00:02:17.965]➜  mkdir -p $WORK/b268/
2025-08-20T21:35:22.4984741Z [00:02:17.965]➜  cat >/tmp/go-build2004036841/b268/importcfg << 'EOF' # internal
2025-08-20T21:35:22.4986845Z [00:02:17.965]➜  # import config
2025-08-20T21:35:22.4988707Z [00:02:17.965]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:22.4989923Z [00:02:17.965]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2004036841/b269/_pkg_.a
2025-08-20T21:35:22.4991172Z [00:02:17.965]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:22.4992331Z [00:02:17.965]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:22.4993264Z [00:02:17.965]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:22.4993877Z [00:02:17.965]➜  EOF
2025-08-20T21:35:22.4998246Z [00:02:17.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_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/b268=>" -p golang.org/x/text/encoding/charmap -lang=go1.17 -complete -installsuffix shared -buildid Sv9E3WgCSr4P4iBuV2b5/Sv9E3WgCSr4P4iBuV2b5 -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/charmap/charmap.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/charmap/tables.go
2025-08-20T21:35:22.5510965Z [00:02:18.018]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:35:22.5529392Z [00:02:18.019]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T21:35:22.5530605Z [00:02:18.020]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:35:22.5531203Z [00:02:18.020]➜  mkdir -p $WORK/b247/
2025-08-20T21:35:22.5550751Z [00:02:18.020]➜  cat >/tmp/go-build2004036841/b247/importcfg << 'EOF' # internal
2025-08-20T21:35:22.5551467Z [00:02:18.020]➜  # import config
2025-08-20T21:35:22.5552181Z [00:02:18.020]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:35:22.5553202Z [00:02:18.020]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2004036841/b248/_pkg_.a
2025-08-20T21:35:22.5554168Z [00:02:18.020]➜  packagefile net=/tmp/go-build2004036841/b183/_pkg_.a
2025-08-20T21:35:22.5555058Z [00:02:18.020]➜  packagefile net/textproto=/tmp/go-build2004036841/b253/_pkg_.a
2025-08-20T21:35:22.5555920Z [00:02:18.020]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:22.5556777Z [00:02:18.020]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:22.5557425Z [00:02:18.020]➜  EOF
2025-08-20T21:35:22.5561714Z [00:02:18.020]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b247=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid kOiWikyB-bwo7i3VhQLo/kOiWikyB-bwo7i3VhQLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/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:22.5770333Z [00:02:18.043]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:35:22.5834782Z [00:02:18.050]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:35:22.5861216Z [00:02:18.053]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/43/43d9b9e913d55b5a4c292383a7072be2441288547b0365ad115733a5edcde11f-d # internal
2025-08-20T21:35:22.5867212Z [00:02:18.053]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:35:22.5869903Z [00:02:18.053]➜  mkdir -p $WORK/b254/
2025-08-20T21:35:22.5872265Z [00:02:18.053]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/04/04033b1e13fd56aa4f0fa1421506d5a214b3c5fc5833772a8335ce29010ac89b-d # internal
2025-08-20T21:35:22.5873569Z [00:02:18.053]➜  cat >/tmp/go-build2004036841/b254/importcfg << 'EOF' # internal
2025-08-20T21:35:22.5874280Z [00:02:18.053]➜  # import config
2025-08-20T21:35:22.5875014Z [00:02:18.053]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:35:22.5875926Z [00:02:18.053]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:22.5876764Z [00:02:18.053]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:22.5877753Z [00:02:18.053]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2004036841/b248/_pkg_.a
2025-08-20T21:35:22.5878869Z [00:02:18.053]➜  packagefile net=/tmp/go-build2004036841/b183/_pkg_.a
2025-08-20T21:35:22.5879757Z [00:02:18.053]➜  packagefile net/netip=/tmp/go-build2004036841/b187/_pkg_.a
2025-08-20T21:35:22.5880638Z [00:02:18.053]➜  packagefile net/url=/tmp/go-build2004036841/b168/_pkg_.a
2025-08-20T21:35:22.5881471Z [00:02:18.053]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:22.5882353Z [00:02:18.053]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:22.5883223Z [00:02:18.053]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:22.5883915Z [00:02:18.053]➜  EOF
2025-08-20T21:35:22.5887625Z [00:02:18.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b254=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid T_582s9BowA_hB2n15v-/T_582s9BowA_hB2n15v- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:35:22.5894330Z [00:02:18.053]➜  crypto/tls
2025-08-20T21:35:22.5894843Z [00:02:18.053]➜  mkdir -p $WORK/b200/
2025-08-20T21:35:22.5895549Z [00:02:18.053]➜  cat >/tmp/go-build2004036841/b200/importcfg << 'EOF' # internal
2025-08-20T21:35:22.5896205Z [00:02:18.053]➜  # import config
2025-08-20T21:35:22.5897107Z [00:02:18.053]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:35:22.5898525Z [00:02:18.053]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:35:22.5899504Z [00:02:18.053]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:22.5900359Z [00:02:18.053]➜  packagefile container/list=/tmp/go-build2004036841/b193/_pkg_.a
2025-08-20T21:35:22.5901200Z [00:02:18.053]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:22.5902002Z [00:02:18.053]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:22.5902770Z [00:02:18.053]➜  packagefile crypto/aes=/tmp/go-build2004036841/b201/_pkg_.a
2025-08-20T21:35:22.5903649Z [00:02:18.053]➜  packagefile crypto/cipher=/tmp/go-build2004036841/b196/_pkg_.a
2025-08-20T21:35:22.5904516Z [00:02:18.053]➜  packagefile crypto/des=/tmp/go-build2004036841/b202/_pkg_.a
2025-08-20T21:35:22.5905369Z [00:02:18.053]➜  packagefile crypto/ecdh=/tmp/go-build2004036841/b203/_pkg_.a
2025-08-20T21:35:22.5906251Z [00:02:18.053]➜  packagefile crypto/ecdsa=/tmp/go-build2004036841/b208/_pkg_.a
2025-08-20T21:35:22.5907131Z [00:02:18.053]➜  packagefile crypto/ed25519=/tmp/go-build2004036841/b220/_pkg_.a
2025-08-20T21:35:22.5908191Z [00:02:18.053]➜  packagefile crypto/elliptic=/tmp/go-build2004036841/b209/_pkg_.a
2025-08-20T21:35:22.5909499Z [00:02:18.053]➜  packagefile crypto/hkdf=/tmp/go-build2004036841/b223/_pkg_.a
2025-08-20T21:35:22.5910408Z [00:02:18.053]➜  packagefile crypto/hmac=/tmp/go-build2004036841/b225/_pkg_.a
2025-08-20T21:35:22.5911365Z [00:02:18.053]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:22.5912414Z [00:02:18.053]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2004036841/b153/_pkg_.a
2025-08-20T21:35:22.5913534Z [00:02:18.053]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2004036841/b197/_pkg_.a
2025-08-20T21:35:22.5914665Z [00:02:18.053]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2004036841/b226/_pkg_.a
2025-08-20T21:35:22.5915766Z [00:02:18.053]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2004036841/b227/_pkg_.a
2025-08-20T21:35:22.5916849Z [00:02:18.053]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2004036841/b228/_pkg_.a
2025-08-20T21:35:22.5917870Z [00:02:18.053]➜  packagefile crypto/internal/hpke=/tmp/go-build2004036841/b229/_pkg_.a
2025-08-20T21:35:22.5918971Z [00:02:18.053]➜  packagefile crypto/md5=/tmp/go-build2004036841/b144/_pkg_.a
2025-08-20T21:35:22.5919811Z [00:02:18.053]➜  packagefile crypto/rand=/tmp/go-build2004036841/b194/_pkg_.a
2025-08-20T21:35:22.5920636Z [00:02:18.053]➜  packagefile crypto/rc4=/tmp/go-build2004036841/b235/_pkg_.a
2025-08-20T21:35:22.5921450Z [00:02:18.053]➜  packagefile crypto/rsa=/tmp/go-build2004036841/b236/_pkg_.a
2025-08-20T21:35:22.5922255Z [00:02:18.053]➜  packagefile crypto/sha1=/tmp/go-build2004036841/b238/_pkg_.a
2025-08-20T21:35:22.5923097Z [00:02:18.053]➜  packagefile crypto/sha256=/tmp/go-build2004036841/b239/_pkg_.a
2025-08-20T21:35:22.5923952Z [00:02:18.053]➜  packagefile crypto/sha512=/tmp/go-build2004036841/b216/_pkg_.a
2025-08-20T21:35:22.5925021Z [00:02:18.053]➜  packagefile crypto/subtle=/tmp/go-build2004036841/b198/_pkg_.a
2025-08-20T21:35:22.5926072Z [00:02:18.053]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2004036841/b240/_pkg_.a
2025-08-20T21:35:22.5927066Z [00:02:18.053]➜  packagefile crypto/x509=/tmp/go-build2004036841/b242/_pkg_.a
2025-08-20T21:35:22.5927953Z [00:02:18.053]➜  packagefile encoding/pem=/tmp/go-build2004036841/b246/_pkg_.a
2025-08-20T21:35:22.5929049Z [00:02:18.053]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:22.5929908Z [00:02:18.053]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:22.5931007Z [00:02:18.053]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2004036841/b230/_pkg_.a
2025-08-20T21:35:22.5932204Z [00:02:18.053]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2004036841/b217/_pkg_.a
2025-08-20T21:35:22.5933142Z [00:02:18.053]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:22.5933992Z [00:02:18.053]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:22.5934903Z [00:02:18.053]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:22.5935788Z [00:02:18.053]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:22.5936630Z [00:02:18.053]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:22.5937397Z [00:02:18.053]➜  packagefile net=/tmp/go-build2004036841/b183/_pkg_.a
2025-08-20T21:35:22.5938402Z [00:02:18.053]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:22.5939215Z [00:02:18.053]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:22.5940021Z [00:02:18.053]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:22.5940791Z [00:02:18.053]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:22.5941585Z [00:02:18.053]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:22.5942427Z [00:02:18.053]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:22.5943199Z [00:02:18.053]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:22.5944249Z [00:02:18.053]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:22.5945011Z [00:02:18.053]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:22.5945776Z [00:02:18.053]➜  packagefile weak=/tmp/go-build2004036841/b189/_pkg_.a
2025-08-20T21:35:22.5946341Z [00:02:18.053]➜  EOF
2025-08-20T21:35:22.5969540Z [00:02:18.053]➜  /root/.go/pkg/tool/linux_amd64/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 aqa4Cwcbf9zuhHAs1HC_/aqa4Cwcbf9zuhHAs1HC_ -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:22.6369847Z [00:02:18.103]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:35:22.6385344Z [00:02:18.105]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/02/02c525e714d6f7c6ba54e3197a9a10891bf7b6d1be40d55058ae3acf8afcfb03-d # internal
2025-08-20T21:35:22.6394768Z [00:02:18.106]➜  golang.org/x/text/encoding/japanese
2025-08-20T21:35:22.6409622Z [00:02:18.106]➜  mkdir -p $WORK/b270/
2025-08-20T21:35:22.6410436Z [00:02:18.106]➜  cat >/tmp/go-build2004036841/b270/importcfg << 'EOF' # internal
2025-08-20T21:35:22.6411166Z [00:02:18.106]➜  # import config
2025-08-20T21:35:22.6411984Z [00:02:18.107]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:22.6413164Z [00:02:18.107]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2004036841/b269/_pkg_.a
2025-08-20T21:35:22.6414489Z [00:02:18.107]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:22.6415721Z [00:02:18.107]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:22.6416716Z [00:02:18.107]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:22.6417398Z [00:02:18.107]➜  EOF
2025-08-20T21:35:22.6443531Z [00:02:18.107]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_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/b270=>" -p golang.org/x/text/encoding/japanese -lang=go1.17 -complete -installsuffix shared -buildid GhrFQf0mnssJFbtBVYUm/GhrFQf0mnssJFbtBVYUm -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/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:22.7218245Z [00:02:18.188]➜  cd $WORK/b264
2025-08-20T21:35:22.7223219Z [00:02:18.189]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b264=/tmp/go-build -gno-record-gcc-switches -I $WORK/b264/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b264/_x001.o -c _cgo_export.c
2025-08-20T21:35:22.7473570Z [00:02:18.214]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b264=/tmp/go-build -gno-record-gcc-switches -I $WORK/b264/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b264/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:35:22.8171385Z [00:02:18.283]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b264=/tmp/go-build -gno-record-gcc-switches -I $WORK/b264/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b264/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:35:22.8616220Z [00:02:18.328]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b264=/tmp/go-build -gno-record-gcc-switches -I $WORK/b264/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b264/_cgo_main.o -c _cgo_main.c
2025-08-20T21:35:22.8776037Z [00:02:18.343]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:35:22.8780295Z [00:02:18.344]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/57/577541a67da18ed8012fdecde0469ebca932ac3e8793b6dc9efa9c8dd9edc7fe-d # internal
2025-08-20T21:35:22.8792871Z [00:02:18.346]➜  golang.org/x/text/encoding/korean
2025-08-20T21:35:22.8800660Z [00:02:18.346]➜  mkdir -p $WORK/b271/
2025-08-20T21:35:22.8801423Z [00:02:18.346]➜  cat >/tmp/go-build2004036841/b271/importcfg << 'EOF' # internal
2025-08-20T21:35:22.8818774Z [00:02:18.346]➜  # import config
2025-08-20T21:35:22.8820026Z [00:02:18.346]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:22.8821776Z [00:02:18.347]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2004036841/b269/_pkg_.a
2025-08-20T21:35:22.8823413Z [00:02:18.347]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:22.8824970Z [00:02:18.347]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:22.8826915Z [00:02:18.347]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:22.8827596Z [00:02:18.347]➜  EOF
2025-08-20T21:35:22.8828293Z [00:02:18.347]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:22.8832298Z [00:02:18.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_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/b271=>" -p golang.org/x/text/encoding/korean -lang=go1.17 -complete -installsuffix shared -buildid sTuAL1iujAN6iPTuDssJ/sTuAL1iujAN6iPTuDssJ -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/korean/euckr.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/korean/tables.go
2025-08-20T21:35:22.8875199Z [00:02:18.354]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b264=/tmp/go-build -gno-record-gcc-switches -o $WORK/b264/_cgo_.o $WORK/b264/_cgo_main.o $WORK/b264/preferlinkext $WORK/b264/_x001.o $WORK/b264/_x002.o $WORK/b264/_x003.o -O2 -g
2025-08-20T21:35:22.9651074Z [00:02:18.431]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b264=/tmp/go-build -gno-record-gcc-switches -o $WORK/b264/_cgo_.o $WORK/b264/_cgo_main.o $WORK/b264/preferlinkext $WORK/b264/_x001.o $WORK/b264/_x002.o $WORK/b264/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:35:22.9656524Z [00:02:18.432]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b264/_cgo_.o -dynout $WORK/b264/_cgo_import.go
2025-08-20T21:35:22.9700546Z [00:02:18.436]➜  cat >/tmp/go-build2004036841/b264/importcfg << 'EOF' # internal
2025-08-20T21:35:22.9706445Z [00:02:18.437]➜  # import config
2025-08-20T21:35:22.9707027Z [00:02:18.437]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:22.9709272Z [00:02:18.437]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:22.9711406Z [00:02:18.437]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:22.9712129Z [00:02:18.437]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:22.9712816Z [00:02:18.437]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:22.9713500Z [00:02:18.437]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:22.9714221Z [00:02:18.438]➜  packagefile runtime/cgo=/tmp/go-build2004036841/b190/_pkg_.a
2025-08-20T21:35:22.9715055Z [00:02:18.438]➜  EOF
2025-08-20T21:35:22.9718811Z [00:02:18.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b264=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/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/b264/_cgo_gotypes.go $WORK/b264/cgo_lookup_cgo.cgo1.go $WORK/b264/getgrouplist_unix.cgo1.go $WORK/b264/_cgo_import.go
2025-08-20T21:35:23.0322390Z [00:02:18.496]➜  cd /root/.go/src/os/user
2025-08-20T21:35:23.0331682Z [00:02:18.496]➜  go tool pack r $WORK/b264/_pkg_.a $WORK/b264/preferlinkext $WORK/b264/_x001.o $WORK/b264/_x002.o $WORK/b264/_x003.o # internal
2025-08-20T21:35:23.0335276Z [00:02:18.498]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:35:23.0336635Z [00:02:18.498]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/b4/b4cb5da794ba8aee2ad8d30710c4d165fd2e323483ea8ece5883224a0fea6079-d # internal
2025-08-20T21:35:23.0337882Z [00:02:18.499]➜  golang.org/x/text/encoding/simplifiedchinese
2025-08-20T21:35:23.0341650Z [00:02:18.499]➜  mkdir -p $WORK/b272/
2025-08-20T21:35:23.0342369Z [00:02:18.500]➜  cat >/tmp/go-build2004036841/b272/importcfg << 'EOF' # internal
2025-08-20T21:35:23.0343029Z [00:02:18.500]➜  # import config
2025-08-20T21:35:23.0343823Z [00:02:18.500]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:23.0344885Z [00:02:18.500]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2004036841/b269/_pkg_.a
2025-08-20T21:35:23.0346139Z [00:02:18.500]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:23.0347395Z [00:02:18.500]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:23.0348640Z [00:02:18.500]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:23.0349321Z [00:02:18.500]➜  EOF
2025-08-20T21:35:23.0350141Z [00:02:18.500]➜  cd /tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro
2025-08-20T21:35:23.0355696Z [00:02:18.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_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/b272=>" -p golang.org/x/text/encoding/simplifiedchinese -lang=go1.17 -complete -installsuffix shared -buildid SJ4ACFti7LBXSQNO5Z0x/SJ4ACFti7LBXSQNO5Z0x -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/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:23.0781561Z [00:02:18.545]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:35:23.0792032Z [00:02:18.546]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/06/062182bcd94971783f1779dcf01da33a5d156d9ee0130e90225f2a3f8350a6ad-d # internal
2025-08-20T21:35:23.0799437Z [00:02:18.546]➜  golang.org/x/text/encoding/traditionalchinese
2025-08-20T21:35:23.0802331Z [00:02:18.547]➜  mkdir -p $WORK/b273/
2025-08-20T21:35:23.0812467Z [00:02:18.548]➜  cat >/tmp/go-build2004036841/b273/importcfg << 'EOF' # internal
2025-08-20T21:35:23.0813549Z [00:02:18.548]➜  # import config
2025-08-20T21:35:23.0814573Z [00:02:18.548]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:23.0816166Z [00:02:18.548]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2004036841/b269/_pkg_.a
2025-08-20T21:35:23.0818653Z [00:02:18.548]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:23.0820211Z [00:02:18.548]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:23.0821199Z [00:02:18.548]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:23.0821845Z [00:02:18.548]➜  EOF
2025-08-20T21:35:23.0826303Z [00:02:18.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_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/b273=>" -p golang.org/x/text/encoding/traditionalchinese -lang=go1.17 -complete -installsuffix shared -buildid aNXkI__VI2YG1gnTRosp/aNXkI__VI2YG1gnTRosp -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/traditionalchinese/big5.go /root/go/pkg/mod/golang.org/x/text@v0.4.0/encoding/traditionalchinese/tables.go
2025-08-20T21:35:23.2019394Z [00:02:18.668]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:35:23.2045613Z [00:02:18.671]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/39/396ccd03bd513fb0616d7c0a2edf0257b0bdbdd00835f32c3ecc26fe7ce36975-d # internal
2025-08-20T21:35:23.2059399Z [00:02:18.672]➜  golang.org/x/text/runes
2025-08-20T21:35:23.2062136Z [00:02:18.672]➜  mkdir -p $WORK/b276/
2025-08-20T21:35:23.2062856Z [00:02:18.672]➜  cat >/tmp/go-build2004036841/b276/importcfg << 'EOF' # internal
2025-08-20T21:35:23.2063534Z [00:02:18.672]➜  # import config
2025-08-20T21:35:23.2064346Z [00:02:18.672]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:23.2065356Z [00:02:18.672]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:23.2066249Z [00:02:18.672]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:23.2066909Z [00:02:18.673]➜  EOF
2025-08-20T21:35:23.2070638Z [00:02:18.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/runes=>golang.org/x/text@v0.4.0/runes;$WORK/b276=>" -p golang.org/x/text/runes -lang=go1.17 -complete -installsuffix shared -buildid HRKSCK1EN1DJXYDX35WZ/HRKSCK1EN1DJXYDX35WZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/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:23.2634642Z [00:02:18.730]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:35:23.2646245Z [00:02:18.731]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/04/04c9e4870bef85a5ea9caf64b8e2485f5873e2f47c7d6644053f26271d3f3196-d # internal
2025-08-20T21:35:23.2649867Z [00:02:18.731]➜  golang.org/x/text/encoding/unicode
2025-08-20T21:35:23.2650529Z [00:02:18.732]➜  mkdir -p $WORK/b274/
2025-08-20T21:35:23.2658374Z [00:02:18.732]➜  cat >/tmp/go-build2004036841/b274/importcfg << 'EOF' # internal
2025-08-20T21:35:23.2659466Z [00:02:18.732]➜  # import config
2025-08-20T21:35:23.2660389Z [00:02:18.732]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:23.2661695Z [00:02:18.732]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:23.2689192Z [00:02:18.732]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:23.2690358Z [00:02:18.732]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2004036841/b269/_pkg_.a
2025-08-20T21:35:23.2691623Z [00:02:18.732]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:23.2692949Z [00:02:18.732]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build2004036841/b275/_pkg_.a
2025-08-20T21:35:23.2694079Z [00:02:18.732]➜  packagefile golang.org/x/text/runes=/tmp/go-build2004036841/b276/_pkg_.a
2025-08-20T21:35:23.2695159Z [00:02:18.732]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:23.2696163Z [00:02:18.732]➜  packagefile unicode/utf16=/tmp/go-build2004036841/b138/_pkg_.a
2025-08-20T21:35:23.2697379Z [00:02:18.732]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:23.2698327Z [00:02:18.732]➜  EOF
2025-08-20T21:35:23.2702354Z [00:02:18.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_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/b274=>" -p golang.org/x/text/encoding/unicode -lang=go1.17 -complete -installsuffix shared -buildid X4lMN84EVlOLrj83v2Az/X4lMN84EVlOLrj83v2Az -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/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:23.3444744Z [00:02:18.811]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:35:23.3454214Z [00:02:18.812]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/ce/cea23a782397f3ff1b6342fc18d3506c016a7afd7a238e7fd277f46f1ecb0cbe-d # internal
2025-08-20T21:35:23.3461703Z [00:02:18.812]➜  golang.org/x/text/internal/tag
2025-08-20T21:35:23.3462347Z [00:02:18.812]➜  mkdir -p $WORK/b279/
2025-08-20T21:35:23.3463049Z [00:02:18.812]➜  cat >/tmp/go-build2004036841/b279/importcfg << 'EOF' # internal
2025-08-20T21:35:23.3463707Z [00:02:18.812]➜  # import config
2025-08-20T21:35:23.3464342Z [00:02:18.812]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:23.3464949Z [00:02:18.812]➜  EOF
2025-08-20T21:35:23.3468541Z [00:02:18.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_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/b279=>" -p golang.org/x/text/internal/tag -lang=go1.17 -complete -installsuffix shared -buildid bufl1vSDkjMiSDQG-8AT/bufl1vSDkjMiSDQG-8AT -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/tag/tag.go
2025-08-20T21:35:23.3752450Z [00:02:18.842]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:35:23.3757389Z [00:02:18.842]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/c4/c433f71e63dfaed830dc5ca8ca23836b52a570a591bc70c66433f744ef11db2c-d # internal
2025-08-20T21:35:23.3764696Z [00:02:18.843]➜  golang.org/x/text/internal/language
2025-08-20T21:35:23.3766697Z [00:02:18.843]➜  mkdir -p $WORK/b278/
2025-08-20T21:35:23.3791400Z [00:02:18.846]➜  cat >/tmp/go-build2004036841/b278/importcfg << 'EOF' # internal
2025-08-20T21:35:23.3793657Z [00:02:18.846]➜  # import config
2025-08-20T21:35:23.3794611Z [00:02:18.846]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:23.3796308Z [00:02:18.846]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:23.3797118Z [00:02:18.846]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:23.3798425Z [00:02:18.846]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build2004036841/b279/_pkg_.a
2025-08-20T21:35:23.3799380Z [00:02:18.846]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:23.3800218Z [00:02:18.846]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:23.3801068Z [00:02:18.846]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:23.3801670Z [00:02:18.846]➜  EOF
2025-08-20T21:35:23.3810126Z [00:02:18.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_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/b278=>" -p golang.org/x/text/internal/language -lang=go1.17 -complete -installsuffix shared -buildid EwAya9eFKw6F7rlVHBYb/EwAya9eFKw6F7rlVHBYb -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/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:23.4480742Z [00:02:18.914]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:35:23.4505327Z [00:02:18.917]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/9f/9f535c78cbf664c1f0e665899fc5de967cb785b116897faa4a0b185dc746eefe-d # internal
2025-08-20T21:35:23.4523098Z [00:02:18.918]➜  gopkg.in/yaml.v2
2025-08-20T21:35:23.4523715Z [00:02:18.918]➜  mkdir -p $WORK/b282/
2025-08-20T21:35:23.4524451Z [00:02:18.918]➜  cat >/tmp/go-build2004036841/b282/importcfg << 'EOF' # internal
2025-08-20T21:35:23.4525124Z [00:02:18.919]➜  # import config
2025-08-20T21:35:23.4525774Z [00:02:18.919]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:23.4527945Z [00:02:18.919]➜  packagefile encoding=/tmp/go-build2004036841/b045/_pkg_.a
2025-08-20T21:35:23.4530155Z [00:02:18.919]➜  packagefile encoding/base64=/tmp/go-build2004036841/b077/_pkg_.a
2025-08-20T21:35:23.4531134Z [00:02:18.919]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:23.4532065Z [00:02:18.919]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:23.4532993Z [00:02:18.919]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:23.4533967Z [00:02:18.919]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:23.4534974Z [00:02:18.919]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:23.4537100Z [00:02:18.919]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:23.4537928Z [00:02:18.919]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:23.4539940Z [00:02:18.919]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:23.4540815Z [00:02:18.919]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:23.4541941Z [00:02:18.919]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:23.4542746Z [00:02:18.919]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:23.4543539Z [00:02:18.919]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:23.4544361Z [00:02:18.919]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:23.4545014Z [00:02:18.919]➜  EOF
2025-08-20T21:35:23.4551912Z [00:02:18.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8=>gopkg.in/yaml.v2@v2.2.8;$WORK/b282=>" -p gopkg.in/yaml.v2 -lang=go1.16 -complete -installsuffix shared -buildid 2BsEW605e1qjYQsEtdLO/2BsEW605e1qjYQsEtdLO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/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:23.6330029Z [00:02:19.099]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:35:23.6372865Z [00:02:19.104]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/50/50cc8e949a19e72f86d996e3c3409d6c9449c0d4f37b1b637e596e0905147f9b-d # internal
2025-08-20T21:35:23.6374891Z [00:02:19.104]➜  github.com/zyedidia/micro/v2/internal/views
2025-08-20T21:35:23.6377861Z [00:02:19.104]➜  mkdir -p $WORK/b286/
2025-08-20T21:35:23.6379693Z [00:02:19.104]➜  cat >/tmp/go-build2004036841/b286/importcfg << 'EOF' # internal
2025-08-20T21:35:23.6389601Z [00:02:19.104]➜  # import config
2025-08-20T21:35:23.6390241Z [00:02:19.104]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:23.6390990Z [00:02:19.104]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:23.6391533Z [00:02:19.104]➜  EOF
2025-08-20T21:35:23.6414013Z [00:02:19.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b286/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/views=>github.com/zyedidia/micro/v2/internal/views;$WORK/b286=>" -p github.com/zyedidia/micro/v2/internal/views -lang=go1.19 -complete -installsuffix shared -buildid GtgVGU4qsvc1JAswwmTl/GtgVGU4qsvc1JAswwmTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/views/splits.go
2025-08-20T21:35:23.7305672Z [00:02:19.197]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:35:23.7317098Z [00:02:19.198]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/6c/6c32a3d02bc9b11c0b1124039a28add071d400458f6cddceb4b03764bc139598-d # internal
2025-08-20T21:35:23.7322722Z [00:02:19.198]➜  text/tabwriter
2025-08-20T21:35:23.7325135Z [00:02:19.198]➜  mkdir -p $WORK/b288/
2025-08-20T21:35:23.7325866Z [00:02:19.199]➜  cat >/tmp/go-build2004036841/b288/importcfg << 'EOF' # internal
2025-08-20T21:35:23.7326547Z [00:02:19.199]➜  # import config
2025-08-20T21:35:23.7327180Z [00:02:19.199]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:23.7327968Z [00:02:19.199]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:23.7329039Z [00:02:19.199]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:23.7329716Z [00:02:19.199]➜  EOF
2025-08-20T21:35:23.7332522Z [00:02:19.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b288=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid qcn0Ln443ZJ_hSqzi1zu/qcn0Ln443ZJ_hSqzi1zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:35:23.7750469Z [00:02:19.241]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:35:23.7794439Z [00:02:19.246]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/4c/4cb21e8ac07f7280a1e10eca7f6150d30300cf7970ceaa08b2beddfca69bbb1e-d # internal
2025-08-20T21:35:23.7798813Z [00:02:19.246]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:35:23.7801863Z [00:02:19.246]➜  mkdir -p $WORK/b280/
2025-08-20T21:35:23.7820867Z [00:02:19.247]➜  cat >/tmp/go-build2004036841/b280/importcfg << 'EOF' # internal
2025-08-20T21:35:23.7821574Z [00:02:19.247]➜  # import config
2025-08-20T21:35:23.7822457Z [00:02:19.249]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2004036841/b278/_pkg_.a
2025-08-20T21:35:23.7824700Z [00:02:19.249]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:23.7826275Z [00:02:19.249]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:23.7827635Z [00:02:19.249]➜  EOF
2025-08-20T21:35:23.7834487Z [00:02:19.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_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/b280=>" -p golang.org/x/text/internal/language/compact -lang=go1.17 -complete -installsuffix shared -buildid IJNNAjqKJX-dZZXwkr0O/IJNNAjqKJX-dZZXwkr0O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/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:23.8344349Z [00:02:19.301]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:35:23.8352060Z [00:02:19.301]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T21:35:23.8356524Z [00:02:19.302]➜  runtime/pprof
2025-08-20T21:35:23.8359274Z [00:02:19.302]➜  mkdir -p $WORK/b287/
2025-08-20T21:35:23.8360077Z [00:02:19.302]➜  cat >/tmp/go-build2004036841/b287/importcfg << 'EOF' # internal
2025-08-20T21:35:23.8364704Z [00:02:19.303]➜  # import config
2025-08-20T21:35:23.8367530Z [00:02:19.303]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:23.8383250Z [00:02:19.303]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:23.8384123Z [00:02:19.303]➜  packagefile cmp=/tmp/go-build2004036841/b052/_pkg_.a
2025-08-20T21:35:23.8385017Z [00:02:19.303]➜  packagefile compress/gzip=/tmp/go-build2004036841/b192/_pkg_.a
2025-08-20T21:35:23.8385987Z [00:02:19.303]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:23.8387014Z [00:02:19.303]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:23.8387913Z [00:02:19.303]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:23.8388970Z [00:02:19.303]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:23.8389820Z [00:02:19.303]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:23.8390789Z [00:02:19.303]➜  packagefile internal/profilerecord=/tmp/go-build2004036841/b019/_pkg_.a
2025-08-20T21:35:23.8391681Z [00:02:19.303]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:23.8392459Z [00:02:19.303]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:23.8393235Z [00:02:19.303]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:23.8394024Z [00:02:19.303]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:23.8394858Z [00:02:19.303]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:23.8396016Z [00:02:19.303]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:23.8396849Z [00:02:19.303]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:23.8397700Z [00:02:19.303]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:23.8398766Z [00:02:19.303]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:23.8399592Z [00:02:19.303]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:23.8400478Z [00:02:19.303]➜  packagefile text/tabwriter=/tmp/go-build2004036841/b288/_pkg_.a
2025-08-20T21:35:23.8401346Z [00:02:19.303]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:23.8401967Z [00:02:19.303]➜  EOF
2025-08-20T21:35:23.8407374Z [00:02:19.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b287=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid _bvmglsPUiRF7Y_EC4lf/_bvmglsPUiRF7Y_EC4lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/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:23.8561736Z [00:02:19.321]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:35:23.8567058Z [00:02:19.323]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/a5/a5b3328b986db51b200923c4e5f008746ce0b71579b6a577397368b18a92737d-d # internal
2025-08-20T21:35:23.8568341Z [00:02:19.323]➜  golang.org/x/text/language
2025-08-20T21:35:23.8576078Z [00:02:19.324]➜  mkdir -p $WORK/b277/
2025-08-20T21:35:23.8576873Z [00:02:19.324]➜  cat >/tmp/go-build2004036841/b277/importcfg << 'EOF' # internal
2025-08-20T21:35:23.8577570Z [00:02:19.324]➜  # import config
2025-08-20T21:35:23.8579699Z [00:02:19.324]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:23.8581633Z [00:02:19.324]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:23.8584047Z [00:02:19.324]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2004036841/b278/_pkg_.a
2025-08-20T21:35:23.8586426Z [00:02:19.324]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build2004036841/b280/_pkg_.a
2025-08-20T21:35:23.8588690Z [00:02:19.324]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:23.8590538Z [00:02:19.324]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:23.8591466Z [00:02:19.324]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:23.8592161Z [00:02:19.324]➜  EOF
2025-08-20T21:35:23.8598314Z [00:02:19.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.4.0/language=>golang.org/x/text@v0.4.0/language;$WORK/b277=>" -p golang.org/x/text/language -lang=go1.17 -complete -installsuffix shared -buildid OVZFvG5ZPknR3oT_2JGT/OVZFvG5ZPknR3oT_2JGT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/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:24.1067887Z [00:02:19.573]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:35:24.1117792Z [00:02:19.578]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/8e/8e18c5e10e3a5ec51c6699ca4b7a6e403f4a4688f809b43671f9eb1b95e111cc-d # internal
2025-08-20T21:35:24.1215055Z [00:02:19.588]➜  golang.org/x/text/encoding/htmlindex
2025-08-20T21:35:24.1218803Z [00:02:19.588]➜  mkdir -p $WORK/b267/
2025-08-20T21:35:24.1223509Z [00:02:19.589]➜  cat >/tmp/go-build2004036841/b267/importcfg << 'EOF' # internal
2025-08-20T21:35:24.1231847Z [00:02:19.589]➜  # import config
2025-08-20T21:35:24.1232559Z [00:02:19.589]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:24.1235892Z [00:02:19.590]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:24.1237032Z [00:02:19.590]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build2004036841/b268/_pkg_.a
2025-08-20T21:35:24.1238721Z [00:02:19.590]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:24.1259198Z [00:02:19.590]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build2004036841/b270/_pkg_.a
2025-08-20T21:35:24.1261231Z [00:02:19.590]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build2004036841/b271/_pkg_.a
2025-08-20T21:35:24.1262935Z [00:02:19.590]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build2004036841/b272/_pkg_.a
2025-08-20T21:35:24.1264583Z [00:02:19.590]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build2004036841/b273/_pkg_.a
2025-08-20T21:35:24.1266526Z [00:02:19.590]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build2004036841/b274/_pkg_.a
2025-08-20T21:35:24.1268324Z [00:02:19.590]➜  packagefile golang.org/x/text/language=/tmp/go-build2004036841/b277/_pkg_.a
2025-08-20T21:35:24.1269957Z [00:02:19.590]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:24.1271178Z [00:02:19.590]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:24.1272401Z [00:02:19.590]➜  EOF
2025-08-20T21:35:24.1277695Z [00:02:19.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_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/b267=>" -p golang.org/x/text/encoding/htmlindex -lang=go1.17 -complete -installsuffix shared -buildid y0HxbqJz236tnh_fPHCz/y0HxbqJz236tnh_fPHCz -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/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:24.2050853Z [00:02:19.671]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:35:24.2062610Z [00:02:19.673]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/c2/c2366671afa3a6b54e6a04156acf7aaf33e191a8df6335dd14801b76cc9aff02-d # internal
2025-08-20T21:35:24.2811937Z [00:02:19.748]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:35:24.2886303Z [00:02:19.755]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/52/52f4c71f92b6ec42ac9c67be83c6bc644c8e048b22615b37a37ec7f835dba146-d # internal
2025-08-20T21:35:24.2887704Z [00:02:19.755]➜  github.com/zyedidia/micro/v2/pkg/highlight
2025-08-20T21:35:24.2888563Z [00:02:19.755]➜  mkdir -p $WORK/b281/
2025-08-20T21:35:24.2889312Z [00:02:19.755]➜  cat >/tmp/go-build2004036841/b281/importcfg << 'EOF' # internal
2025-08-20T21:35:24.2889987Z [00:02:19.755]➜  # import config
2025-08-20T21:35:24.2890628Z [00:02:19.755]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:24.2891432Z [00:02:19.755]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:24.2892238Z [00:02:19.755]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:24.2894552Z [00:02:19.755]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build2004036841/b282/_pkg_.a
2025-08-20T21:35:24.2897554Z [00:02:19.756]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:24.2898897Z [00:02:19.756]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:24.2900979Z [00:02:19.756]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:24.2903145Z [00:02:19.756]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:24.2904423Z [00:02:19.756]➜  EOF
2025-08-20T21:35:24.2909333Z [00:02:19.756]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight=>github.com/zyedidia/micro/v2/pkg/highlight;$WORK/b281=>" -p github.com/zyedidia/micro/v2/pkg/highlight -lang=go1.19 -complete -installsuffix shared -buildid iHc8jaQlUicafiRxaRJM/iHc8jaQlUicafiRxaRJM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight/highlighter.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight/parser.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight/unicode.go
2025-08-20T21:35:24.3789448Z [00:02:19.845]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:35:24.3792514Z [00:02:19.845]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:35:24.3806146Z [00:02:19.847]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/0e/0ef7a38c84db7bf19f425b1145812672a473b6e058d3896bbd6db400bca714c3-d # internal
2025-08-20T21:35:24.3961774Z [00:02:19.863]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/1f/1fd72b350c9836ab6215251c552402dad768823557867524823fb2b7288fe079-d # internal
2025-08-20T21:35:24.3964247Z [00:02:19.863]➜  net/http/httptrace
2025-08-20T21:35:24.3964964Z [00:02:19.863]➜  mkdir -p $WORK/b259/
2025-08-20T21:35:24.3966886Z [00:02:19.863]➜  cat >/tmp/go-build2004036841/b259/importcfg << 'EOF' # internal
2025-08-20T21:35:24.3967493Z [00:02:19.863]➜  # import config
2025-08-20T21:35:24.3967879Z [00:02:19.863]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:24.3968711Z [00:02:19.863]➜  packagefile crypto/tls=/tmp/go-build2004036841/b200/_pkg_.a
2025-08-20T21:35:24.3969235Z [00:02:19.863]➜  packagefile internal/nettrace=/tmp/go-build2004036841/b185/_pkg_.a
2025-08-20T21:35:24.3969961Z [00:02:19.863]➜  packagefile net=/tmp/go-build2004036841/b183/_pkg_.a
2025-08-20T21:35:24.3970475Z [00:02:19.863]➜  packagefile net/textproto=/tmp/go-build2004036841/b253/_pkg_.a
2025-08-20T21:35:24.3970950Z [00:02:19.863]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:24.3971397Z [00:02:19.863]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:24.3971727Z [00:02:19.863]➜  EOF
2025-08-20T21:35:24.3973326Z [00:02:19.863]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b259=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid UDegIv-oMa-qcRkzQFsS/UDegIv-oMa-qcRkzQFsS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:35:24.3974793Z [00:02:19.863]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:35:24.4011320Z [00:02:19.868]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d # internal
2025-08-20T21:35:24.4220111Z [00:02:19.888]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:35:24.4228323Z [00:02:19.889]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/16/16b4919262bac6ee6827529c589238f5b038ddfe5edd00da64b21fe6fd8d72bc-d # internal
2025-08-20T21:35:24.4229494Z [00:02:19.890]➜  net/http/internal/httpcommon
2025-08-20T21:35:24.4230012Z [00:02:19.890]➜  mkdir -p $WORK/b262/
2025-08-20T21:35:24.4233279Z [00:02:19.890]➜  cat >/tmp/go-build2004036841/b262/importcfg << 'EOF' # internal
2025-08-20T21:35:24.4234273Z [00:02:19.890]➜  # import config
2025-08-20T21:35:24.4235118Z [00:02:19.890]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:35:24.4236196Z [00:02:19.890]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:35:24.4236878Z [00:02:19.890]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:24.4237357Z [00:02:19.890]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:24.4238514Z [00:02:19.890]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:24.4239126Z [00:02:19.890]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2004036841/b247/_pkg_.a
2025-08-20T21:35:24.4239807Z [00:02:19.890]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2004036841/b255/_pkg_.a
2025-08-20T21:35:24.4240417Z [00:02:19.890]➜  packagefile net/http/httptrace=/tmp/go-build2004036841/b259/_pkg_.a
2025-08-20T21:35:24.4240936Z [00:02:19.890]➜  packagefile net/textproto=/tmp/go-build2004036841/b253/_pkg_.a
2025-08-20T21:35:24.4241409Z [00:02:19.890]➜  packagefile net/url=/tmp/go-build2004036841/b168/_pkg_.a
2025-08-20T21:35:24.4241850Z [00:02:19.890]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:24.4242300Z [00:02:19.890]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:24.4242741Z [00:02:19.890]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:24.4243176Z [00:02:19.890]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:24.4243502Z [00:02:19.890]➜  EOF
2025-08-20T21:35:24.4245298Z [00:02:19.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b262=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:35:24.4629919Z [00:02:19.929]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:35:24.4638605Z [00:02:19.930]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T21:35:24.4650547Z [00:02:19.932]➜  net/http
2025-08-20T21:35:24.4650986Z [00:02:19.932]➜  mkdir -p $WORK/b191/
2025-08-20T21:35:24.4655526Z [00:02:19.932]➜  cat >/tmp/go-build2004036841/b191/importcfg << 'EOF' # internal
2025-08-20T21:35:24.4656124Z [00:02:19.932]➜  # import config
2025-08-20T21:35:24.4656902Z [00:02:19.932]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:35:24.4658227Z [00:02:19.932]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:35:24.4660297Z [00:02:19.932]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:35:24.4661316Z [00:02:19.932]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:35:24.4662236Z [00:02:19.932]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:24.4663145Z [00:02:19.932]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:24.4664113Z [00:02:19.932]➜  packagefile compress/gzip=/tmp/go-build2004036841/b192/_pkg_.a
2025-08-20T21:35:24.4665054Z [00:02:19.932]➜  packagefile container/list=/tmp/go-build2004036841/b193/_pkg_.a
2025-08-20T21:35:24.4665907Z [00:02:19.932]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:24.4666719Z [00:02:19.932]➜  packagefile crypto/rand=/tmp/go-build2004036841/b194/_pkg_.a
2025-08-20T21:35:24.4667581Z [00:02:19.932]➜  packagefile crypto/tls=/tmp/go-build2004036841/b200/_pkg_.a
2025-08-20T21:35:24.4668822Z [00:02:19.932]➜  packagefile encoding/base64=/tmp/go-build2004036841/b077/_pkg_.a
2025-08-20T21:35:24.4669815Z [00:02:19.932]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:24.4670596Z [00:02:19.932]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:24.4671227Z [00:02:19.932]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:24.4671831Z [00:02:19.932]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2004036841/b247/_pkg_.a
2025-08-20T21:35:24.4672657Z [00:02:19.932]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2004036841/b254/_pkg_.a
2025-08-20T21:35:24.4673781Z [00:02:19.932]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2004036841/b255/_pkg_.a
2025-08-20T21:35:24.4674517Z [00:02:19.932]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2004036841/b248/_pkg_.a
2025-08-20T21:35:24.4675086Z [00:02:19.932]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:24.4675686Z [00:02:19.932]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:24.4676227Z [00:02:19.932]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:24.4676657Z [00:02:19.932]➜  packagefile log=/tmp/go-build2004036841/b129/_pkg_.a
2025-08-20T21:35:24.4677187Z [00:02:19.932]➜  packagefile maps=/tmp/go-build2004036841/b069/_pkg_.a
2025-08-20T21:35:24.4677690Z [00:02:19.932]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:24.4678408Z [00:02:19.932]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:24.4678890Z [00:02:19.932]➜  packagefile math/rand=/tmp/go-build2004036841/b086/_pkg_.a
2025-08-20T21:35:24.4679459Z [00:02:19.932]➜  packagefile mime=/tmp/go-build2004036841/b256/_pkg_.a
2025-08-20T21:35:24.4680032Z [00:02:19.932]➜  packagefile mime/multipart=/tmp/go-build2004036841/b257/_pkg_.a
2025-08-20T21:35:24.4680497Z [00:02:19.932]➜  packagefile net=/tmp/go-build2004036841/b183/_pkg_.a
2025-08-20T21:35:24.4681090Z [00:02:19.932]➜  packagefile net/http/httptrace=/tmp/go-build2004036841/b259/_pkg_.a
2025-08-20T21:35:24.4681733Z [00:02:19.932]➜  packagefile net/http/internal=/tmp/go-build2004036841/b260/_pkg_.a
2025-08-20T21:35:24.4682362Z [00:02:19.932]➜  packagefile net/http/internal/ascii=/tmp/go-build2004036841/b261/_pkg_.a
2025-08-20T21:35:24.4682968Z [00:02:19.932]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2004036841/b262/_pkg_.a
2025-08-20T21:35:24.4683829Z [00:02:19.932]➜  packagefile net/textproto=/tmp/go-build2004036841/b253/_pkg_.a
2025-08-20T21:35:24.4684449Z [00:02:19.932]➜  packagefile net/url=/tmp/go-build2004036841/b168/_pkg_.a
2025-08-20T21:35:24.4684995Z [00:02:19.932]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:24.4685412Z [00:02:19.932]➜  packagefile path=/tmp/go-build2004036841/b059/_pkg_.a
2025-08-20T21:35:24.4686006Z [00:02:19.932]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:24.4686587Z [00:02:19.932]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:24.4687033Z [00:02:19.932]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:24.4687583Z [00:02:19.932]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:24.4688264Z [00:02:19.932]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:24.4688711Z [00:02:19.932]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:24.4689282Z [00:02:19.932]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:24.4689761Z [00:02:19.932]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:24.4690285Z [00:02:19.932]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:24.4690829Z [00:02:19.932]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:24.4691256Z [00:02:19.932]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:24.4691836Z [00:02:19.932]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:24.4692248Z [00:02:19.932]➜  EOF
2025-08-20T21:35:24.4701000Z [00:02:19.932]➜  /root/.go/pkg/tool/linux_amd64/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 jYM2Eni8VRaDP2mNxqFR/jYM2Eni8VRaDP2mNxqFR -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:25.6944131Z [00:02:21.161]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:35:25.7199843Z [00:02:21.186]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/a7/a7fa2ca3eb66c50f3802845922b9c7d775643b9e6eaeb7bcfc16c5f1ce81ebe5-d # internal
2025-08-20T21:35:25.7204774Z [00:02:21.186]➜  github.com/zyedidia/micro/v2/internal/lua
2025-08-20T21:35:25.7206569Z [00:02:21.186]➜  mkdir -p $WORK/b179/
2025-08-20T21:35:25.7207210Z [00:02:21.186]➜  github.com/zyedidia/micro/v2/internal/util
2025-08-20T21:35:25.7207885Z [00:02:21.186]➜  mkdir -p $WORK/b263/
2025-08-20T21:35:25.7208907Z [00:02:21.187]➜  cat >/tmp/go-build2004036841/b179/importcfg << 'EOF' # internal
2025-08-20T21:35:25.7209694Z [00:02:21.187]➜  # import config
2025-08-20T21:35:25.7210421Z [00:02:21.187]➜  packagefile archive/zip=/tmp/go-build2004036841/b173/_pkg_.a
2025-08-20T21:35:25.7211277Z [00:02:21.187]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:25.7212049Z [00:02:21.187]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:25.7213070Z [00:02:21.187]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:25.7214028Z [00:02:21.187]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build2004036841/b180/_pkg_.a
2025-08-20T21:35:25.7215248Z [00:02:21.187]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2004036841/b132/_pkg_.a
2025-08-20T21:35:25.7216210Z [00:02:21.187]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:25.7217060Z [00:02:21.187]➜  packagefile io/ioutil=/tmp/go-build2004036841/b072/_pkg_.a
2025-08-20T21:35:25.7217902Z [00:02:21.187]➜  packagefile layeh.com/gopher-luar=/tmp/go-build2004036841/b182/_pkg_.a
2025-08-20T21:35:25.7218732Z [00:02:21.187]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:25.7219523Z [00:02:21.187]➜  packagefile math/rand=/tmp/go-build2004036841/b086/_pkg_.a
2025-08-20T21:35:25.7220127Z [00:02:21.187]➜  packagefile net=/tmp/go-build2004036841/b183/_pkg_.a
2025-08-20T21:35:25.7220598Z [00:02:21.187]➜  packagefile net/http=/tmp/go-build2004036841/b191/_pkg_.a
2025-08-20T21:35:25.7221183Z [00:02:21.187]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:25.7221755Z [00:02:21.187]➜  packagefile path=/tmp/go-build2004036841/b059/_pkg_.a
2025-08-20T21:35:25.7222225Z [00:02:21.187]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:25.7222832Z [00:02:21.187]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:25.7223412Z [00:02:21.187]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:25.7223859Z [00:02:21.187]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:25.7224445Z [00:02:21.187]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:25.7225034Z [00:02:21.187]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:25.7225401Z [00:02:21.187]➜  EOF
2025-08-20T21:35:25.7227686Z [00:02:21.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/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 V8JH15R3nQ0lnyEgYmPG/V8JH15R3nQ0lnyEgYmPG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/lua/lua.go
2025-08-20T21:35:25.7230250Z [00:02:21.187]➜  cat >/tmp/go-build2004036841/b263/importcfg << 'EOF' # internal
2025-08-20T21:35:25.7230692Z [00:02:21.187]➜  # import config
2025-08-20T21:35:25.7231172Z [00:02:21.187]➜  packagefile archive/zip=/tmp/go-build2004036841/b173/_pkg_.a
2025-08-20T21:35:25.7231782Z [00:02:21.187]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:25.7232225Z [00:02:21.187]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:25.7232809Z [00:02:21.187]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:25.7233452Z [00:02:21.187]➜  packagefile github.com/blang/semver=/tmp/go-build2004036841/b176/_pkg_.a
2025-08-20T21:35:25.7234168Z [00:02:21.187]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build2004036841/b180/_pkg_.a
2025-08-20T21:35:25.7234808Z [00:02:21.188]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2004036841/b087/_pkg_.a
2025-08-20T21:35:25.7235422Z [00:02:21.188]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:25.7235986Z [00:02:21.188]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:25.7236409Z [00:02:21.188]➜  packagefile log=/tmp/go-build2004036841/b129/_pkg_.a
2025-08-20T21:35:25.7236987Z [00:02:21.188]➜  packagefile net/http=/tmp/go-build2004036841/b191/_pkg_.a
2025-08-20T21:35:25.7237578Z [00:02:21.188]➜  packagefile net/url=/tmp/go-build2004036841/b168/_pkg_.a
2025-08-20T21:35:25.7238170Z [00:02:21.188]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:25.7238701Z [00:02:21.188]➜  packagefile os/user=/tmp/go-build2004036841/b264/_pkg_.a
2025-08-20T21:35:25.7239489Z [00:02:21.188]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:25.7240156Z [00:02:21.188]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:25.7240602Z [00:02:21.188]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:25.7241235Z [00:02:21.188]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:25.7242091Z [00:02:21.188]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:25.7242911Z [00:02:21.188]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:25.7243750Z [00:02:21.188]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:25.7244368Z [00:02:21.188]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:25.7244883Z [00:02:21.188]➜  EOF
2025-08-20T21:35:25.7247784Z [00:02:21.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util=>github.com/zyedidia/micro/v2/internal/util;$WORK/b263=>" -p github.com/zyedidia/micro/v2/internal/util -lang=go1.19 -complete -installsuffix shared -buildid O_udnIRBAWZ4_-TIvfsw/O_udnIRBAWZ4_-TIvfsw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/lua.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/profile.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/unicode.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/util.go
2025-08-20T21:35:25.7904769Z [00:02:21.257]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:35:25.7920475Z [00:02:21.258]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/88/8826d6418bbf6c2ab458396a13a2223e88f35d2c0924954caf0175fabb17b1d2-d # internal
2025-08-20T21:35:25.8253436Z [00:02:21.292]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:35:25.8275992Z [00:02:21.294]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/e7/e7104a96dfff6091120be37c3041606eb50b50c08a8f42c31a1f4d2007fb1013-d # internal
2025-08-20T21:35:25.8279798Z [00:02:21.295]➜  github.com/zyedidia/micro/v2/internal/config
2025-08-20T21:35:25.8281753Z [00:02:21.295]➜  mkdir -p $WORK/b172/
2025-08-20T21:35:25.8283949Z [00:02:21.295]➜  cat >/tmp/go-build2004036841/b172/importcfg << 'EOF' # internal
2025-08-20T21:35:25.8285385Z [00:02:21.295]➜  # import config
2025-08-20T21:35:25.8286090Z [00:02:21.295]➜  packagefile archive/zip=/tmp/go-build2004036841/b173/_pkg_.a
2025-08-20T21:35:25.8286909Z [00:02:21.295]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:25.8287749Z [00:02:21.295]➜  packagefile encoding/json=/tmp/go-build2004036841/b137/_pkg_.a
2025-08-20T21:35:25.8288812Z [00:02:21.295]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:25.8289605Z [00:02:21.295]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:25.8290538Z [00:02:21.295]➜  packagefile github.com/blang/semver=/tmp/go-build2004036841/b176/_pkg_.a
2025-08-20T21:35:25.8291652Z [00:02:21.295]➜  packagefile github.com/micro-editor/json5=/tmp/go-build2004036841/b140/_pkg_.a
2025-08-20T21:35:25.8292769Z [00:02:21.295]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build2004036841/b076/_pkg_.a
2025-08-20T21:35:25.8293900Z [00:02:21.295]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build2004036841/b177/_pkg_.a
2025-08-20T21:35:25.8294963Z [00:02:21.295]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2004036841/b132/_pkg_.a
2025-08-20T21:35:25.8296003Z [00:02:21.295]➜  packagefile github.com/zyedidia/glob=/tmp/go-build2004036841/b178/_pkg_.a
2025-08-20T21:35:25.8297184Z [00:02:21.295]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build2004036841/b179/_pkg_.a
2025-08-20T21:35:25.8298823Z [00:02:21.295]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build2004036841/b263/_pkg_.a
2025-08-20T21:35:25.8300105Z [00:02:21.295]➜  packagefile github.com/zyedidia/micro/v2/runtime=/tmp/go-build2004036841/b265/_pkg_.a
2025-08-20T21:35:25.8301549Z [00:02:21.295]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build2004036841/b267/_pkg_.a
2025-08-20T21:35:25.8302549Z [00:02:21.295]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:25.8303309Z [00:02:21.295]➜  packagefile log=/tmp/go-build2004036841/b129/_pkg_.a
2025-08-20T21:35:25.8304080Z [00:02:21.295]➜  packagefile net/http=/tmp/go-build2004036841/b191/_pkg_.a
2025-08-20T21:35:25.8304873Z [00:02:21.295]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:25.8305693Z [00:02:21.295]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:25.8306526Z [00:02:21.295]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:25.8307316Z [00:02:21.295]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:25.8308759Z [00:02:21.295]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:25.8309630Z [00:02:21.295]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:25.8310467Z [00:02:21.295]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:25.8311319Z [00:02:21.295]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:25.8312129Z [00:02:21.295]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:25.8312911Z [00:02:21.295]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:25.8313491Z [00:02:21.295]➜  EOF
2025-08-20T21:35:25.8320875Z [00:02:21.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/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 oCD31hILBflzlS7X1PkS/oCD31hILBflzlS7X1PkS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/autosave.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/colorscheme.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/config.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/globals.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin_installer.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin_manager.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/rtfiles.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/settings.go
2025-08-20T21:35:25.9674160Z [00:02:21.434]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:35:25.9711997Z [00:02:21.438]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/c3/c3087d40809f9c6a22a3a34847d6eb9882b0db515071d5594cba6be9cfe7e373-d # internal
2025-08-20T21:35:25.9713688Z [00:02:21.438]➜  github.com/zyedidia/micro/v2/internal/screen
2025-08-20T21:35:25.9716147Z [00:02:21.438]➜  mkdir -p $WORK/b171/
2025-08-20T21:35:25.9720147Z [00:02:21.439]➜  cat >/tmp/go-build2004036841/b171/importcfg << 'EOF' # internal
2025-08-20T21:35:25.9720637Z [00:02:21.439]➜  # import config
2025-08-20T21:35:25.9721182Z [00:02:21.439]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:25.9721796Z [00:02:21.439]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:25.9722397Z [00:02:21.439]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:25.9723042Z [00:02:21.439]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build2004036841/b076/_pkg_.a
2025-08-20T21:35:25.9723830Z [00:02:21.439]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build2004036841/b172/_pkg_.a
2025-08-20T21:35:25.9724634Z [00:02:21.439]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build2004036841/b263/_pkg_.a
2025-08-20T21:35:25.9725230Z [00:02:21.439]➜  packagefile log=/tmp/go-build2004036841/b129/_pkg_.a
2025-08-20T21:35:25.9725711Z [00:02:21.439]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:25.9726249Z [00:02:21.439]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:25.9727005Z [00:02:21.439]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:25.9727519Z [00:02:21.439]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:25.9727943Z [00:02:21.439]➜  EOF
2025-08-20T21:35:25.9730769Z [00:02:21.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/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 G9o1n4MLMqDbvXAdZZoM/G9o1n4MLMqDbvXAdZZoM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/screen/message.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/screen/screen.go
2025-08-20T21:35:26.0025666Z [00:02:21.469]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:35:26.0035329Z [00:02:21.470]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/3b/3ba45f8e9b447df09797bf5e6a802f6060ccc7dd2104364ad56652a795f26703-d # internal
2025-08-20T21:35:26.0038890Z [00:02:21.470]➜  github.com/zyedidia/micro/v2/internal/clipboard
2025-08-20T21:35:26.0040023Z [00:02:21.470]➜  mkdir -p $WORK/b169/
2025-08-20T21:35:26.0040817Z [00:02:21.471]➜  cat >/tmp/go-build2004036841/b169/importcfg << 'EOF' # internal
2025-08-20T21:35:26.0041364Z [00:02:21.471]➜  # import config
2025-08-20T21:35:26.0041916Z [00:02:21.471]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:26.0042407Z [00:02:21.471]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:26.0043103Z [00:02:21.471]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build2004036841/b076/_pkg_.a
2025-08-20T21:35:26.0043835Z [00:02:21.471]➜  packagefile github.com/zyedidia/clipper=/tmp/go-build2004036841/b170/_pkg_.a
2025-08-20T21:35:26.0044734Z [00:02:21.471]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build2004036841/b171/_pkg_.a
2025-08-20T21:35:26.0045430Z [00:02:21.471]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:26.0045766Z [00:02:21.471]➜  EOF
2025-08-20T21:35:26.0049360Z [00:02:21.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/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 yqdqtln9LwGpIkBNRwG8/yqdqtln9LwGpIkBNRwG8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/clipboard.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/internal.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/multi.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/terminal.go
2025-08-20T21:35:26.0266541Z [00:02:21.493]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:35:26.0275006Z [00:02:21.494]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/34/3462053968d60c30f68e49eb065c4a573a12a295f7487e004306342ea24410be-d # internal
2025-08-20T21:35:26.0278739Z [00:02:21.494]➜  github.com/zyedidia/micro/v2/internal/buffer
2025-08-20T21:35:26.0279259Z [00:02:21.494]➜  mkdir -p $WORK/b143/
2025-08-20T21:35:26.0283660Z [00:02:21.495]➜  cat >/tmp/go-build2004036841/b143/importcfg << 'EOF' # internal
2025-08-20T21:35:26.0285354Z [00:02:21.495]➜  # import config
2025-08-20T21:35:26.0286186Z [00:02:21.495]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:26.0287037Z [00:02:21.495]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:26.0287865Z [00:02:21.495]➜  packagefile crypto/md5=/tmp/go-build2004036841/b144/_pkg_.a
2025-08-20T21:35:26.0288889Z [00:02:21.495]➜  packagefile encoding/gob=/tmp/go-build2004036841/b044/_pkg_.a
2025-08-20T21:35:26.0289708Z [00:02:21.495]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:26.0290329Z [00:02:21.495]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:26.0291150Z [00:02:21.495]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build2004036841/b076/_pkg_.a
2025-08-20T21:35:26.0291857Z [00:02:21.495]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2004036841/b166/_pkg_.a
2025-08-20T21:35:26.0292576Z [00:02:21.495]➜  packagefile github.com/zyedidia/micro/v2/internal/clipboard=/tmp/go-build2004036841/b169/_pkg_.a
2025-08-20T21:35:26.0293307Z [00:02:21.495]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build2004036841/b172/_pkg_.a
2025-08-20T21:35:26.0294066Z [00:02:21.495]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build2004036841/b179/_pkg_.a
2025-08-20T21:35:26.0294781Z [00:02:21.495]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build2004036841/b171/_pkg_.a
2025-08-20T21:35:26.0295486Z [00:02:21.495]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build2004036841/b263/_pkg_.a
2025-08-20T21:35:26.0296808Z [00:02:21.495]➜  packagefile github.com/zyedidia/micro/v2/pkg/highlight=/tmp/go-build2004036841/b281/_pkg_.a
2025-08-20T21:35:26.0297651Z [00:02:21.495]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:26.0298568Z [00:02:21.495]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build2004036841/b267/_pkg_.a
2025-08-20T21:35:26.0299391Z [00:02:21.495]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build2004036841/b274/_pkg_.a
2025-08-20T21:35:26.0300142Z [00:02:21.495]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:26.0300721Z [00:02:21.495]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:26.0301225Z [00:02:21.495]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:26.0301839Z [00:02:21.495]➜  packagefile layeh.com/gopher-luar=/tmp/go-build2004036841/b182/_pkg_.a
2025-08-20T21:35:26.0302384Z [00:02:21.495]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:26.0302875Z [00:02:21.495]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:26.0303442Z [00:02:21.495]➜  packagefile os/signal=/tmp/go-build2004036841/b131/_pkg_.a
2025-08-20T21:35:26.0304271Z [00:02:21.495]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:26.0304801Z [00:02:21.495]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:26.0305327Z [00:02:21.495]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:26.0305876Z [00:02:21.495]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:26.0306312Z [00:02:21.495]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:26.0306847Z [00:02:21.495]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:26.0307286Z [00:02:21.495]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:26.0307715Z [00:02:21.495]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:26.0308658Z [00:02:21.495]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:26.0309099Z [00:02:21.495]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:26.0309571Z [00:02:21.495]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:26.0309926Z [00:02:21.495]➜  EOF
2025-08-20T21:35:26.0314955Z [00:02:21.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/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 3WizU-bZeZEWrp2_m4aO/3WizU-bZeZEWrp2_m4aO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/autocomplete.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/backup.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/buffer.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/cursor.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/eventhandler.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/line_array.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/loc.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/message.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/save.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/search.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/serialize.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/settings.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/stack.go
2025-08-20T21:35:26.2656815Z [00:02:21.732]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:35:26.2713720Z [00:02:21.738]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/70/704556b976609e6866a59f75342933f89e18852d62dae947a031cd7da3151d7c-d # internal
2025-08-20T21:35:26.2715399Z [00:02:21.738]➜  github.com/zyedidia/micro/v2/internal/info
2025-08-20T21:35:26.2716310Z [00:02:21.738]➜  mkdir -p $WORK/b284/
2025-08-20T21:35:26.2716943Z [00:02:21.738]➜  github.com/zyedidia/micro/v2/internal/shell
2025-08-20T21:35:26.2717577Z [00:02:21.738]➜  mkdir -p $WORK/b285/
2025-08-20T21:35:26.2722849Z [00:02:21.739]➜  cat >/tmp/go-build2004036841/b284/importcfg << 'EOF' # internal
2025-08-20T21:35:26.2724901Z [00:02:21.739]➜  # import config
2025-08-20T21:35:26.2726023Z [00:02:21.739]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:26.2727205Z [00:02:21.739]➜  packagefile encoding/gob=/tmp/go-build2004036841/b044/_pkg_.a
2025-08-20T21:35:26.2728246Z [00:02:21.739]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:26.2729061Z [00:02:21.739]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:26.2730123Z [00:02:21.739]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build2004036841/b143/_pkg_.a
2025-08-20T21:35:26.2731455Z [00:02:21.739]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build2004036841/b172/_pkg_.a
2025-08-20T21:35:26.2732834Z [00:02:21.739]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build2004036841/b171/_pkg_.a
2025-08-20T21:35:26.2734225Z [00:02:21.739]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build2004036841/b263/_pkg_.a
2025-08-20T21:35:26.2735294Z [00:02:21.739]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:26.2736125Z [00:02:21.739]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:26.2736982Z [00:02:21.739]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:26.2737848Z [00:02:21.739]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:26.2738641Z [00:02:21.739]➜  EOF
2025-08-20T21:35:26.2743150Z [00:02:21.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info=>github.com/zyedidia/micro/v2/internal/info;$WORK/b284=>" -p github.com/zyedidia/micro/v2/internal/info -lang=go1.19 -complete -installsuffix shared -buildid eMKTsGtVnqM6ptV1puJi/eMKTsGtVnqM6ptV1puJi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info/gutter.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info/history.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info/infobuffer.go
2025-08-20T21:35:26.2747223Z [00:02:21.739]➜  cat >/tmp/go-build2004036841/b285/importcfg << 'EOF' # internal
2025-08-20T21:35:26.2747888Z [00:02:21.739]➜  # import config
2025-08-20T21:35:26.2748715Z [00:02:21.739]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:26.2749539Z [00:02:21.739]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:26.2750297Z [00:02:21.739]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:26.2751271Z [00:02:21.739]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build2004036841/b139/_pkg_.a
2025-08-20T21:35:26.2752445Z [00:02:21.739]➜  packagefile github.com/micro-editor/terminal=/tmp/go-build2004036841/b141/_pkg_.a
2025-08-20T21:35:26.2753714Z [00:02:21.739]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build2004036841/b143/_pkg_.a
2025-08-20T21:35:26.2755083Z [00:02:21.739]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build2004036841/b171/_pkg_.a
2025-08-20T21:35:26.2756521Z [00:02:21.739]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build2004036841/b263/_pkg_.a
2025-08-20T21:35:26.2757637Z [00:02:21.739]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:26.2758639Z [00:02:21.739]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:26.2759456Z [00:02:21.739]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:26.2760311Z [00:02:21.739]➜  packagefile os/signal=/tmp/go-build2004036841/b131/_pkg_.a
2025-08-20T21:35:26.2761177Z [00:02:21.739]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:26.2761804Z [00:02:21.739]➜  EOF
2025-08-20T21:35:26.2766170Z [00:02:21.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b285/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell=>github.com/zyedidia/micro/v2/internal/shell;$WORK/b285=>" -p github.com/zyedidia/micro/v2/internal/shell -lang=go1.19 -complete -installsuffix shared -buildid -ZL6gsmihMK8NkLt9w5m/-ZL6gsmihMK8NkLt9w5m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell/job.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell/shell.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell/terminal.go
2025-08-20T21:35:26.3211392Z [00:02:21.788]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:35:26.3216280Z [00:02:21.788]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/8f/8fc9156a6d3d1610dc3feff33da005e94360f81f97493a10d40b029abe4fed09-d # internal
2025-08-20T21:35:26.3595517Z [00:02:21.826]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:35:26.3628147Z [00:02:21.829]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/27/27201c897db45ce450151232d97320815b73e724d971ae88ac7695ffa6b0285c-d # internal
2025-08-20T21:35:26.3629444Z [00:02:21.830]➜  github.com/zyedidia/micro/v2/internal/display
2025-08-20T21:35:26.3630113Z [00:02:21.830]➜  mkdir -p $WORK/b283/
2025-08-20T21:35:26.3633878Z [00:02:21.830]➜  cat >/tmp/go-build2004036841/b283/importcfg << 'EOF' # internal
2025-08-20T21:35:26.3634593Z [00:02:21.830]➜  # import config
2025-08-20T21:35:26.3635256Z [00:02:21.830]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:26.3636189Z [00:02:21.830]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:26.3637121Z [00:02:21.830]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2004036841/b087/_pkg_.a
2025-08-20T21:35:26.3638419Z [00:02:21.830]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build2004036841/b076/_pkg_.a
2025-08-20T21:35:26.3639100Z [00:02:21.830]➜  packagefile github.com/micro-editor/terminal=/tmp/go-build2004036841/b141/_pkg_.a
2025-08-20T21:35:26.3639723Z [00:02:21.830]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2004036841/b132/_pkg_.a
2025-08-20T21:35:26.3640638Z [00:02:21.830]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build2004036841/b143/_pkg_.a
2025-08-20T21:35:26.3641379Z [00:02:21.830]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build2004036841/b172/_pkg_.a
2025-08-20T21:35:26.3642078Z [00:02:21.830]➜  packagefile github.com/zyedidia/micro/v2/internal/info=/tmp/go-build2004036841/b284/_pkg_.a
2025-08-20T21:35:26.3642761Z [00:02:21.830]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build2004036841/b179/_pkg_.a
2025-08-20T21:35:26.3643446Z [00:02:21.830]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build2004036841/b171/_pkg_.a
2025-08-20T21:35:26.3644141Z [00:02:21.830]➜  packagefile github.com/zyedidia/micro/v2/internal/shell=/tmp/go-build2004036841/b285/_pkg_.a
2025-08-20T21:35:26.3644824Z [00:02:21.830]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build2004036841/b263/_pkg_.a
2025-08-20T21:35:26.3645771Z [00:02:21.830]➜  packagefile github.com/zyedidia/micro/v2/internal/views=/tmp/go-build2004036841/b286/_pkg_.a
2025-08-20T21:35:26.3646588Z [00:02:21.830]➜  packagefile layeh.com/gopher-luar=/tmp/go-build2004036841/b182/_pkg_.a
2025-08-20T21:35:26.3647277Z [00:02:21.830]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:26.3647965Z [00:02:21.830]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:26.3648706Z [00:02:21.830]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:26.3649068Z [00:02:21.830]➜  EOF
2025-08-20T21:35:26.3653212Z [00:02:21.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display=>github.com/zyedidia/micro/v2/internal/display;$WORK/b283=>" -p github.com/zyedidia/micro/v2/internal/display -lang=go1.19 -complete -installsuffix shared -buildid U7XoxEdgYBiLDwR3erac/U7XoxEdgYBiLDwR3erac -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/bufwindow.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/infowindow.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/softwrap.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/statusline.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/tabwindow.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/termwindow.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/uiwindow.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/window.go
2025-08-20T21:35:26.5403301Z [00:02:22.007]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:35:26.5456917Z [00:02:22.012]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/4b/4b1d0b3cec647657c0e2f38f8a0fe54e30f4463f2c22ddfc36b2bfe42ce108e9-d # internal
2025-08-20T21:35:26.5461182Z [00:02:22.013]➜  github.com/zyedidia/micro/v2/internal/action
2025-08-20T21:35:26.5461861Z [00:02:22.013]➜  mkdir -p $WORK/b136/
2025-08-20T21:35:26.5465427Z [00:02:22.013]➜  cat >/tmp/go-build2004036841/b136/importcfg << 'EOF' # internal
2025-08-20T21:35:26.5467377Z [00:02:22.013]➜  # import config
2025-08-20T21:35:26.5468966Z [00:02:22.013]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:26.5470065Z [00:02:22.013]➜  packagefile encoding/json=/tmp/go-build2004036841/b137/_pkg_.a
2025-08-20T21:35:26.5470597Z [00:02:22.013]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:26.5471089Z [00:02:22.013]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:26.5471689Z [00:02:22.013]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build2004036841/b139/_pkg_.a
2025-08-20T21:35:26.5472359Z [00:02:22.013]➜  packagefile github.com/micro-editor/json5=/tmp/go-build2004036841/b140/_pkg_.a
2025-08-20T21:35:26.5473015Z [00:02:22.013]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build2004036841/b076/_pkg_.a
2025-08-20T21:35:26.5473681Z [00:02:22.013]➜  packagefile github.com/micro-editor/terminal=/tmp/go-build2004036841/b141/_pkg_.a
2025-08-20T21:35:26.5474323Z [00:02:22.013]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2004036841/b132/_pkg_.a
2025-08-20T21:35:26.5475236Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build2004036841/b143/_pkg_.a
2025-08-20T21:35:26.5476033Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/clipboard=/tmp/go-build2004036841/b169/_pkg_.a
2025-08-20T21:35:26.5476771Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build2004036841/b172/_pkg_.a
2025-08-20T21:35:26.5477852Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/display=/tmp/go-build2004036841/b283/_pkg_.a
2025-08-20T21:35:26.5479468Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/info=/tmp/go-build2004036841/b284/_pkg_.a
2025-08-20T21:35:26.5480753Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build2004036841/b179/_pkg_.a
2025-08-20T21:35:26.5482033Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build2004036841/b171/_pkg_.a
2025-08-20T21:35:26.5483325Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/shell=/tmp/go-build2004036841/b285/_pkg_.a
2025-08-20T21:35:26.5484626Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build2004036841/b263/_pkg_.a
2025-08-20T21:35:26.5485891Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/internal/views=/tmp/go-build2004036841/b286/_pkg_.a
2025-08-20T21:35:26.5487188Z [00:02:22.013]➜  packagefile github.com/zyedidia/micro/v2/pkg/highlight=/tmp/go-build2004036841/b281/_pkg_.a
2025-08-20T21:35:26.5488460Z [00:02:22.013]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:26.5489382Z [00:02:22.013]➜  packagefile layeh.com/gopher-luar=/tmp/go-build2004036841/b182/_pkg_.a
2025-08-20T21:35:26.5490282Z [00:02:22.013]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:26.5491092Z [00:02:22.013]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:26.5491979Z [00:02:22.013]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:26.5492851Z [00:02:22.013]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:26.5493944Z [00:02:22.013]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:26.5494807Z [00:02:22.013]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:26.5495595Z [00:02:22.013]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:26.5496437Z [00:02:22.013]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:26.5497251Z [00:02:22.013]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:26.5498166Z [00:02:22.013]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:26.5499000Z [00:02:22.013]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:26.5499830Z [00:02:22.013]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:26.5500473Z [00:02:22.013]➜  EOF
2025-08-20T21:35:26.5511744Z [00:02:22.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/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 JtDb4JhkJwrMnXjE0Vxf/JtDb4JhkJwrMnXjE0Vxf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/actions.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/actions_posix.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/bindings.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/bufpane.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/command.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/defaults.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/defaults_other.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/events.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/globals.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/infocomplete.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/infopane.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/keytree.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/pane.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/rawpane.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/tab.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/terminal_supported.go /tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/termpane.go
2025-08-20T21:35:27.0741883Z [00:02:22.541]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:35:27.0890730Z [00:02:22.556]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/ed/ed21a1c935f93194ebea03758781c2000057a46ebaff0855f4b91139a607ca8a-d # internal
2025-08-20T21:35:27.0892132Z [00:02:22.556]➜  github.com/zyedidia/micro/v2/cmd/micro
2025-08-20T21:35:27.0892734Z [00:02:22.556]➜  mkdir -p $WORK/b001/
2025-08-20T21:35:27.0900018Z [00:02:22.556]➜  cat >/tmp/go-build2004036841/b001/importcfg << 'EOF' # internal
2025-08-20T21:35:27.0900718Z [00:02:22.556]➜  # import config
2025-08-20T21:35:27.0901406Z [00:02:22.556]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:27.0902260Z [00:02:22.556]➜  packagefile encoding/gob=/tmp/go-build2004036841/b044/_pkg_.a
2025-08-20T21:35:27.0903130Z [00:02:22.556]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:27.0903976Z [00:02:22.556]➜  packagefile flag=/tmp/go-build2004036841/b070/_pkg_.a
2025-08-20T21:35:27.0904786Z [00:02:22.556]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:27.0905812Z [00:02:22.556]➜  packagefile github.com/go-errors/errors=/tmp/go-build2004036841/b071/_pkg_.a
2025-08-20T21:35:27.0906875Z [00:02:22.556]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2004036841/b073/_pkg_.a
2025-08-20T21:35:27.0907957Z [00:02:22.556]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build2004036841/b076/_pkg_.a
2025-08-20T21:35:27.0909261Z [00:02:22.556]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2004036841/b132/_pkg_.a
2025-08-20T21:35:27.0910511Z [00:02:22.556]➜  packagefile github.com/zyedidia/micro/v2/internal/action=/tmp/go-build2004036841/b136/_pkg_.a
2025-08-20T21:35:27.0912185Z [00:02:22.556]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build2004036841/b143/_pkg_.a
2025-08-20T21:35:27.0913567Z [00:02:22.556]➜  packagefile github.com/zyedidia/micro/v2/internal/clipboard=/tmp/go-build2004036841/b169/_pkg_.a
2025-08-20T21:35:27.0914891Z [00:02:22.556]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build2004036841/b172/_pkg_.a
2025-08-20T21:35:27.0916221Z [00:02:22.556]➜  packagefile github.com/zyedidia/micro/v2/internal/display=/tmp/go-build2004036841/b283/_pkg_.a
2025-08-20T21:35:27.0917504Z [00:02:22.556]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build2004036841/b179/_pkg_.a
2025-08-20T21:35:27.0919020Z [00:02:22.556]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build2004036841/b171/_pkg_.a
2025-08-20T21:35:27.0920324Z [00:02:22.556]➜  packagefile github.com/zyedidia/micro/v2/internal/shell=/tmp/go-build2004036841/b285/_pkg_.a
2025-08-20T21:35:27.0921632Z [00:02:22.556]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build2004036841/b263/_pkg_.a
2025-08-20T21:35:27.0922693Z [00:02:22.556]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:27.0923585Z [00:02:22.556]➜  packagefile layeh.com/gopher-luar=/tmp/go-build2004036841/b182/_pkg_.a
2025-08-20T21:35:27.0924498Z [00:02:22.556]➜  packagefile log=/tmp/go-build2004036841/b129/_pkg_.a
2025-08-20T21:35:27.0925288Z [00:02:22.556]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:27.0926067Z [00:02:22.557]➜  packagefile os/signal=/tmp/go-build2004036841/b131/_pkg_.a
2025-08-20T21:35:27.0926957Z [00:02:22.557]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:27.0927812Z [00:02:22.557]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:27.0928813Z [00:02:22.557]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:27.0929958Z [00:02:22.557]➜  packagefile runtime/pprof=/tmp/go-build2004036841/b287/_pkg_.a
2025-08-20T21:35:27.0930889Z [00:02:22.557]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:27.0931666Z [00:02:22.557]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:27.0932481Z [00:02:22.557]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:27.0933325Z [00:02:22.557]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:27.0934144Z [00:02:22.557]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:27.0935004Z [00:02:22.557]➜  packagefile runtime/cgo=/tmp/go-build2004036841/b190/_pkg_.a
2025-08-20T21:35:27.0935668Z [00:02:22.557]➜  EOF
2025-08-20T21:35:27.0938862Z [00:02:22.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro=>github.com/zyedidia/micro/v2/cmd/micro;$WORK/b001=>" -p main -lang=go1.19 -complete -installsuffix shared -buildid 8Xvn67oOuQsxLGmYv1SV/8Xvn67oOuQsxLGmYv1SV -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:27.1774096Z [00:02:22.644]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:35:27.1793840Z [00:02:22.646]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/41/412443746c8ef9e8ae0b0e9a647a7f90b3cbd9cfb9c74bb41fb0e31771cc2592-d # internal
2025-08-20T21:35:27.1832904Z [00:02:22.650]➜  cat >/tmp/go-build2004036841/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:35:27.1834710Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/cmd/micro=/tmp/go-build2004036841/b001/_pkg_.a
2025-08-20T21:35:27.1839176Z [00:02:22.650]➜  packagefile bufio=/tmp/go-build2004036841/b002/_pkg_.a
2025-08-20T21:35:27.1840065Z [00:02:22.650]➜  packagefile encoding/gob=/tmp/go-build2004036841/b044/_pkg_.a
2025-08-20T21:35:27.1840958Z [00:02:22.650]➜  packagefile errors=/tmp/go-build2004036841/b004/_pkg_.a
2025-08-20T21:35:27.1841773Z [00:02:22.650]➜  packagefile flag=/tmp/go-build2004036841/b070/_pkg_.a
2025-08-20T21:35:27.1842791Z [00:02:22.650]➜  packagefile fmt=/tmp/go-build2004036841/b053/_pkg_.a
2025-08-20T21:35:27.1843704Z [00:02:22.650]➜  packagefile github.com/go-errors/errors=/tmp/go-build2004036841/b071/_pkg_.a
2025-08-20T21:35:27.1844740Z [00:02:22.650]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build2004036841/b073/_pkg_.a
2025-08-20T21:35:27.1845802Z [00:02:22.650]➜  packagefile github.com/micro-editor/tcell/v2=/tmp/go-build2004036841/b076/_pkg_.a
2025-08-20T21:35:27.1846938Z [00:02:22.650]➜  packagefile github.com/yuin/gopher-lua=/tmp/go-build2004036841/b132/_pkg_.a
2025-08-20T21:35:27.1848496Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/action=/tmp/go-build2004036841/b136/_pkg_.a
2025-08-20T21:35:27.1849901Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/buffer=/tmp/go-build2004036841/b143/_pkg_.a
2025-08-20T21:35:27.1851319Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/clipboard=/tmp/go-build2004036841/b169/_pkg_.a
2025-08-20T21:35:27.1852694Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/config=/tmp/go-build2004036841/b172/_pkg_.a
2025-08-20T21:35:27.1854088Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/display=/tmp/go-build2004036841/b283/_pkg_.a
2025-08-20T21:35:27.1855410Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/lua=/tmp/go-build2004036841/b179/_pkg_.a
2025-08-20T21:35:27.1856711Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/screen=/tmp/go-build2004036841/b171/_pkg_.a
2025-08-20T21:35:27.1857805Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/shell=/tmp/go-build2004036841/b285/_pkg_.a
2025-08-20T21:35:27.1858842Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/util=/tmp/go-build2004036841/b263/_pkg_.a
2025-08-20T21:35:27.1859524Z [00:02:22.650]➜  packagefile io=/tmp/go-build2004036841/b034/_pkg_.a
2025-08-20T21:35:27.1860414Z [00:02:22.650]➜  packagefile layeh.com/gopher-luar=/tmp/go-build2004036841/b182/_pkg_.a
2025-08-20T21:35:27.1861063Z [00:02:22.650]➜  packagefile log=/tmp/go-build2004036841/b129/_pkg_.a
2025-08-20T21:35:27.1861764Z [00:02:22.650]➜  packagefile os=/tmp/go-build2004036841/b055/_pkg_.a
2025-08-20T21:35:27.1862563Z [00:02:22.650]➜  packagefile os/signal=/tmp/go-build2004036841/b131/_pkg_.a
2025-08-20T21:35:27.1863439Z [00:02:22.650]➜  packagefile path/filepath=/tmp/go-build2004036841/b100/_pkg_.a
2025-08-20T21:35:27.1864313Z [00:02:22.650]➜  packagefile regexp=/tmp/go-build2004036841/b089/_pkg_.a
2025-08-20T21:35:27.1864921Z [00:02:22.650]➜  packagefile runtime=/tmp/go-build2004036841/b010/_pkg_.a
2025-08-20T21:35:27.1865513Z [00:02:22.650]➜  packagefile runtime/pprof=/tmp/go-build2004036841/b287/_pkg_.a
2025-08-20T21:35:27.1866297Z [00:02:22.650]➜  packagefile sort=/tmp/go-build2004036841/b075/_pkg_.a
2025-08-20T21:35:27.1867143Z [00:02:22.650]➜  packagefile strconv=/tmp/go-build2004036841/b050/_pkg_.a
2025-08-20T21:35:27.1868199Z [00:02:22.650]➜  packagefile strings=/tmp/go-build2004036841/b043/_pkg_.a
2025-08-20T21:35:27.1869083Z [00:02:22.650]➜  packagefile syscall=/tmp/go-build2004036841/b063/_pkg_.a
2025-08-20T21:35:27.1869909Z [00:02:22.650]➜  packagefile time=/tmp/go-build2004036841/b060/_pkg_.a
2025-08-20T21:35:27.1870761Z [00:02:22.650]➜  packagefile runtime/cgo=/tmp/go-build2004036841/b190/_pkg_.a
2025-08-20T21:35:27.1871624Z [00:02:22.650]➜  packagefile bytes=/tmp/go-build2004036841/b003/_pkg_.a
2025-08-20T21:35:27.1872394Z [00:02:22.650]➜  packagefile unicode/utf8=/tmp/go-build2004036841/b042/_pkg_.a
2025-08-20T21:35:27.1873044Z [00:02:22.650]➜  packagefile encoding=/tmp/go-build2004036841/b045/_pkg_.a
2025-08-20T21:35:27.1873647Z [00:02:22.650]➜  packagefile encoding/binary=/tmp/go-build2004036841/b046/_pkg_.a
2025-08-20T21:35:27.1874202Z [00:02:22.650]➜  packagefile internal/saferio=/tmp/go-build2004036841/b068/_pkg_.a
2025-08-20T21:35:27.1874742Z [00:02:22.650]➜  packagefile maps=/tmp/go-build2004036841/b069/_pkg_.a
2025-08-20T21:35:27.1875274Z [00:02:22.650]➜  packagefile math=/tmp/go-build2004036841/b047/_pkg_.a
2025-08-20T21:35:27.1876057Z [00:02:22.650]➜  packagefile math/bits=/tmp/go-build2004036841/b040/_pkg_.a
2025-08-20T21:35:27.1876511Z [00:02:22.650]➜  packagefile reflect=/tmp/go-build2004036841/b048/_pkg_.a
2025-08-20T21:35:27.1877045Z [00:02:22.650]➜  packagefile sync=/tmp/go-build2004036841/b035/_pkg_.a
2025-08-20T21:35:27.1877569Z [00:02:22.650]➜  packagefile sync/atomic=/tmp/go-build2004036841/b037/_pkg_.a
2025-08-20T21:35:27.1878223Z [00:02:22.650]➜  packagefile unicode=/tmp/go-build2004036841/b041/_pkg_.a
2025-08-20T21:35:27.1878786Z [00:02:22.650]➜  packagefile internal/reflectlite=/tmp/go-build2004036841/b005/_pkg_.a
2025-08-20T21:35:27.1879378Z [00:02:22.650]➜  packagefile slices=/tmp/go-build2004036841/b051/_pkg_.a
2025-08-20T21:35:27.1879937Z [00:02:22.650]➜  packagefile internal/fmtsort=/tmp/go-build2004036841/b054/_pkg_.a
2025-08-20T21:35:27.1880432Z [00:02:22.650]➜  packagefile io/ioutil=/tmp/go-build2004036841/b072/_pkg_.a
2025-08-20T21:35:27.1881045Z [00:02:22.650]➜  packagefile golang.org/x/sys/unix=/tmp/go-build2004036841/b074/_pkg_.a
2025-08-20T21:35:27.1881683Z [00:02:22.650]➜  packagefile encoding/base64=/tmp/go-build2004036841/b077/_pkg_.a
2025-08-20T21:35:27.1882275Z [00:02:22.650]➜  packagefile github.com/gdamore/encoding=/tmp/go-build2004036841/b078/_pkg_.a
2025-08-20T21:35:27.1882940Z [00:02:22.650]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build2004036841/b082/_pkg_.a
2025-08-20T21:35:27.1883661Z [00:02:22.650]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build2004036841/b087/_pkg_.a
2025-08-20T21:35:27.1884411Z [00:02:22.650]➜  packagefile github.com/micro-editor/tcell/v2/terminfo=/tmp/go-build2004036841/b091/_pkg_.a
2025-08-20T21:35:27.1885238Z [00:02:22.650]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/base=/tmp/go-build2004036841/b092/_pkg_.a
2025-08-20T21:35:27.1886274Z [00:02:22.650]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/dynamic=/tmp/go-build2004036841/b098/_pkg_.a
2025-08-20T21:35:27.1887223Z [00:02:22.650]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/extended=/tmp/go-build2004036841/b101/_pkg_.a
2025-08-20T21:35:27.1888106Z [00:02:22.650]➜  packagefile golang.org/x/text/encoding=/tmp/go-build2004036841/b079/_pkg_.a
2025-08-20T21:35:27.1889234Z [00:02:22.650]➜  packagefile golang.org/x/text/transform=/tmp/go-build2004036841/b081/_pkg_.a
2025-08-20T21:35:27.1890158Z [00:02:22.650]➜  packagefile context=/tmp/go-build2004036841/b084/_pkg_.a
2025-08-20T21:35:27.1891131Z [00:02:22.650]➜  packagefile github.com/yuin/gopher-lua/ast=/tmp/go-build2004036841/b133/_pkg_.a
2025-08-20T21:35:27.1892266Z [00:02:22.650]➜  packagefile github.com/yuin/gopher-lua/parse=/tmp/go-build2004036841/b134/_pkg_.a
2025-08-20T21:35:27.1893396Z [00:02:22.650]➜  packagefile github.com/yuin/gopher-lua/pm=/tmp/go-build2004036841/b135/_pkg_.a
2025-08-20T21:35:27.1894364Z [00:02:22.650]➜  packagefile math/rand=/tmp/go-build2004036841/b086/_pkg_.a
2025-08-20T21:35:27.1895210Z [00:02:22.650]➜  packagefile os/exec=/tmp/go-build2004036841/b099/_pkg_.a
2025-08-20T21:35:27.1896138Z [00:02:22.650]➜  packagefile encoding/json=/tmp/go-build2004036841/b137/_pkg_.a
2025-08-20T21:35:27.1897238Z [00:02:22.650]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build2004036841/b139/_pkg_.a
2025-08-20T21:35:27.1897889Z [00:02:22.650]➜  packagefile github.com/micro-editor/json5=/tmp/go-build2004036841/b140/_pkg_.a
2025-08-20T21:35:27.1898797Z [00:02:22.650]➜  packagefile github.com/micro-editor/terminal=/tmp/go-build2004036841/b141/_pkg_.a
2025-08-20T21:35:27.1899550Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/info=/tmp/go-build2004036841/b284/_pkg_.a
2025-08-20T21:35:27.1900381Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/internal/views=/tmp/go-build2004036841/b286/_pkg_.a
2025-08-20T21:35:27.1901716Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/pkg/highlight=/tmp/go-build2004036841/b281/_pkg_.a
2025-08-20T21:35:27.1902763Z [00:02:22.650]➜  packagefile io/fs=/tmp/go-build2004036841/b057/_pkg_.a
2025-08-20T21:35:27.1903542Z [00:02:22.650]➜  packagefile crypto/md5=/tmp/go-build2004036841/b144/_pkg_.a
2025-08-20T21:35:27.1904123Z [00:02:22.650]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build2004036841/b166/_pkg_.a
2025-08-20T21:35:27.1904784Z [00:02:22.650]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build2004036841/b267/_pkg_.a
2025-08-20T21:35:27.1905419Z [00:02:22.650]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build2004036841/b274/_pkg_.a
2025-08-20T21:35:27.1906018Z [00:02:22.650]➜  packagefile github.com/zyedidia/clipper=/tmp/go-build2004036841/b170/_pkg_.a
2025-08-20T21:35:27.1906541Z [00:02:22.650]➜  packagefile archive/zip=/tmp/go-build2004036841/b173/_pkg_.a
2025-08-20T21:35:27.1907056Z [00:02:22.650]➜  packagefile github.com/blang/semver=/tmp/go-build2004036841/b176/_pkg_.a
2025-08-20T21:35:27.1907643Z [00:02:22.650]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build2004036841/b177/_pkg_.a
2025-08-20T21:35:27.1908439Z [00:02:22.650]➜  packagefile github.com/zyedidia/glob=/tmp/go-build2004036841/b178/_pkg_.a
2025-08-20T21:35:27.1909053Z [00:02:22.650]➜  packagefile github.com/zyedidia/micro/v2/runtime=/tmp/go-build2004036841/b265/_pkg_.a
2025-08-20T21:35:27.1909590Z [00:02:22.650]➜  packagefile net/http=/tmp/go-build2004036841/b191/_pkg_.a
2025-08-20T21:35:27.1910116Z [00:02:22.650]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build2004036841/b180/_pkg_.a
2025-08-20T21:35:27.1910613Z [00:02:22.650]➜  packagefile net=/tmp/go-build2004036841/b183/_pkg_.a
2025-08-20T21:35:27.1911028Z [00:02:22.650]➜  packagefile path=/tmp/go-build2004036841/b059/_pkg_.a
2025-08-20T21:35:27.1911456Z [00:02:22.650]➜  packagefile net/url=/tmp/go-build2004036841/b168/_pkg_.a
2025-08-20T21:35:27.1911890Z [00:02:22.650]➜  packagefile os/user=/tmp/go-build2004036841/b264/_pkg_.a
2025-08-20T21:35:27.1912525Z [00:02:22.650]➜  packagefile log/internal=/tmp/go-build2004036841/b130/_pkg_.a
2025-08-20T21:35:27.1913076Z [00:02:22.650]➜  packagefile internal/bytealg=/tmp/go-build2004036841/b011/_pkg_.a
2025-08-20T21:35:27.1913597Z [00:02:22.650]➜  packagefile internal/byteorder=/tmp/go-build2004036841/b013/_pkg_.a
2025-08-20T21:35:27.1914129Z [00:02:22.650]➜  packagefile internal/filepathlite=/tmp/go-build2004036841/b056/_pkg_.a
2025-08-20T21:35:27.1914644Z [00:02:22.650]➜  packagefile internal/goarch=/tmp/go-build2004036841/b007/_pkg_.a
2025-08-20T21:35:27.1915128Z [00:02:22.651]➜  packagefile internal/itoa=/tmp/go-build2004036841/b049/_pkg_.a
2025-08-20T21:35:27.1915602Z [00:02:22.651]➜  packagefile internal/poll=/tmp/go-build2004036841/b064/_pkg_.a
2025-08-20T21:35:27.1916239Z [00:02:22.651]➜  packagefile internal/stringslite=/tmp/go-build2004036841/b032/_pkg_.a
2025-08-20T21:35:27.1916907Z [00:02:22.651]➜  packagefile internal/syscall/execenv=/tmp/go-build2004036841/b066/_pkg_.a
2025-08-20T21:35:27.1917535Z [00:02:22.651]➜  packagefile internal/syscall/unix=/tmp/go-build2004036841/b065/_pkg_.a
2025-08-20T21:35:27.1918308Z [00:02:22.651]➜  packagefile internal/testlog=/tmp/go-build2004036841/b067/_pkg_.a
2025-08-20T21:35:27.1918820Z [00:02:22.651]➜  packagefile regexp/syntax=/tmp/go-build2004036841/b090/_pkg_.a
2025-08-20T21:35:27.1919409Z [00:02:22.651]➜  packagefile internal/abi=/tmp/go-build2004036841/b006/_pkg_.a
2025-08-20T21:35:27.1919981Z [00:02:22.651]➜  packagefile internal/chacha8rand=/tmp/go-build2004036841/b014/_pkg_.a
2025-08-20T21:35:27.1920582Z [00:02:22.651]➜  packagefile internal/coverage/rtcov=/tmp/go-build2004036841/b015/_pkg_.a
2025-08-20T21:35:27.1921093Z [00:02:22.651]➜  packagefile internal/cpu=/tmp/go-build2004036841/b012/_pkg_.a
2025-08-20T21:35:27.1921697Z [00:02:22.651]➜  packagefile internal/godebugs=/tmp/go-build2004036841/b016/_pkg_.a
2025-08-20T21:35:27.1922226Z [00:02:22.651]➜  packagefile internal/goexperiment=/tmp/go-build2004036841/b017/_pkg_.a
2025-08-20T21:35:27.1922731Z [00:02:22.651]➜  packagefile internal/goos=/tmp/go-build2004036841/b018/_pkg_.a
2025-08-20T21:35:27.1923250Z [00:02:22.651]➜  packagefile internal/profilerecord=/tmp/go-build2004036841/b019/_pkg_.a
2025-08-20T21:35:27.1924091Z [00:02:22.651]➜  packagefile internal/runtime/atomic=/tmp/go-build2004036841/b020/_pkg_.a
2025-08-20T21:35:27.1924644Z [00:02:22.651]➜  packagefile internal/runtime/cgroup=/tmp/go-build2004036841/b021/_pkg_.a
2025-08-20T21:35:27.1925210Z [00:02:22.651]➜  packagefile internal/runtime/exithook=/tmp/go-build2004036841/b025/_pkg_.a
2025-08-20T21:35:27.1925763Z [00:02:22.651]➜  packagefile internal/runtime/gc=/tmp/go-build2004036841/b026/_pkg_.a
2025-08-20T21:35:27.1926300Z [00:02:22.651]➜  packagefile internal/runtime/maps=/tmp/go-build2004036841/b027/_pkg_.a
2025-08-20T21:35:27.1926872Z [00:02:22.651]➜  packagefile internal/runtime/math=/tmp/go-build2004036841/b023/_pkg_.a
2025-08-20T21:35:27.1927486Z [00:02:22.651]➜  packagefile internal/runtime/strconv=/tmp/go-build2004036841/b022/_pkg_.a
2025-08-20T21:35:27.1928251Z [00:02:22.651]➜  packagefile internal/runtime/sys=/tmp/go-build2004036841/b031/_pkg_.a
2025-08-20T21:35:27.1928804Z [00:02:22.651]➜  packagefile internal/runtime/syscall=/tmp/go-build2004036841/b024/_pkg_.a
2025-08-20T21:35:27.1929359Z [00:02:22.651]➜  packagefile internal/trace/tracev2=/tmp/go-build2004036841/b033/_pkg_.a
2025-08-20T21:35:27.1929834Z [00:02:22.651]➜  packagefile cmp=/tmp/go-build2004036841/b052/_pkg_.a
2025-08-20T21:35:27.1930294Z [00:02:22.651]➜  packagefile compress/gzip=/tmp/go-build2004036841/b192/_pkg_.a
2025-08-20T21:35:27.1930788Z [00:02:22.651]➜  packagefile text/tabwriter=/tmp/go-build2004036841/b288/_pkg_.a
2025-08-20T21:35:27.1931243Z [00:02:22.651]➜  packagefile iter=/tmp/go-build2004036841/b039/_pkg_.a
2025-08-20T21:35:27.1931691Z [00:02:22.651]➜  packagefile internal/asan=/tmp/go-build2004036841/b028/_pkg_.a
2025-08-20T21:35:27.1932163Z [00:02:22.651]➜  packagefile internal/msan=/tmp/go-build2004036841/b029/_pkg_.a
2025-08-20T21:35:27.1932652Z [00:02:22.651]➜  packagefile internal/oserror=/tmp/go-build2004036841/b058/_pkg_.a
2025-08-20T21:35:27.1933282Z [00:02:22.651]➜  packagefile internal/race=/tmp/go-build2004036841/b030/_pkg_.a
2025-08-20T21:35:27.1933783Z [00:02:22.651]➜  packagefile internal/godebug=/tmp/go-build2004036841/b061/_pkg_.a
2025-08-20T21:35:27.1934309Z [00:02:22.651]➜  packagefile internal/unsafeheader=/tmp/go-build2004036841/b009/_pkg_.a
2025-08-20T21:35:27.1934946Z [00:02:22.651]➜  packagefile internal/sync=/tmp/go-build2004036841/b036/_pkg_.a
2025-08-20T21:35:27.1935443Z [00:02:22.651]➜  packagefile internal/synctest=/tmp/go-build2004036841/b038/_pkg_.a
2025-08-20T21:35:27.1935963Z [00:02:22.651]➜  packagefile database/sql/driver=/tmp/go-build2004036841/b083/_pkg_.a
2025-08-20T21:35:27.1936457Z [00:02:22.651]➜  packagefile image/color=/tmp/go-build2004036841/b085/_pkg_.a
2025-08-20T21:35:27.1936966Z [00:02:22.651]➜  packagefile github.com/rivo/uniseg=/tmp/go-build2004036841/b088/_pkg_.a
2025-08-20T21:35:27.1937622Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/ansi=/tmp/go-build2004036841/b093/_pkg_.a
2025-08-20T21:35:27.1938618Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt100=/tmp/go-build2004036841/b094/_pkg_.a
2025-08-20T21:35:27.1939382Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt102=/tmp/go-build2004036841/b095/_pkg_.a
2025-08-20T21:35:27.1940114Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt220=/tmp/go-build2004036841/b096/_pkg_.a
2025-08-20T21:35:27.1940840Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm=/tmp/go-build2004036841/b097/_pkg_.a
2025-08-20T21:35:27.1941585Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/aixterm=/tmp/go-build2004036841/b102/_pkg_.a
2025-08-20T21:35:27.1942356Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/a/alacritty=/tmp/go-build2004036841/b103/_pkg_.a
2025-08-20T21:35:27.1943129Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/b/beterm=/tmp/go-build2004036841/b104/_pkg_.a
2025-08-20T21:35:27.1943872Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/c/cygwin=/tmp/go-build2004036841/b105/_pkg_.a
2025-08-20T21:35:27.1944763Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/d/dtterm=/tmp/go-build2004036841/b106/_pkg_.a
2025-08-20T21:35:27.1945497Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/e/emacs=/tmp/go-build2004036841/b107/_pkg_.a
2025-08-20T21:35:27.1946226Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/g/gnome=/tmp/go-build2004036841/b108/_pkg_.a
2025-08-20T21:35:27.1946960Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/h/hpterm=/tmp/go-build2004036841/b109/_pkg_.a
2025-08-20T21:35:27.1947707Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/k/konsole=/tmp/go-build2004036841/b110/_pkg_.a
2025-08-20T21:35:27.1948722Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/k/kterm=/tmp/go-build2004036841/b111/_pkg_.a
2025-08-20T21:35:27.1949456Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/l/linux=/tmp/go-build2004036841/b112/_pkg_.a
2025-08-20T21:35:27.1950203Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/p/pcansi=/tmp/go-build2004036841/b113/_pkg_.a
2025-08-20T21:35:27.1950939Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/r/rxvt=/tmp/go-build2004036841/b114/_pkg_.a
2025-08-20T21:35:27.1951704Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/screen=/tmp/go-build2004036841/b115/_pkg_.a
2025-08-20T21:35:27.1952481Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/simpleterm=/tmp/go-build2004036841/b116/_pkg_.a
2025-08-20T21:35:27.1953233Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/s/sun=/tmp/go-build2004036841/b117/_pkg_.a
2025-08-20T21:35:27.1954115Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/t/termite=/tmp/go-build2004036841/b118/_pkg_.a
2025-08-20T21:35:27.1954863Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/t/tmux=/tmp/go-build2004036841/b119/_pkg_.a
2025-08-20T21:35:27.1955600Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt320=/tmp/go-build2004036841/b120/_pkg_.a
2025-08-20T21:35:27.1956331Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt400=/tmp/go-build2004036841/b121/_pkg_.a
2025-08-20T21:35:27.1957051Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt420=/tmp/go-build2004036841/b122/_pkg_.a
2025-08-20T21:35:27.1957777Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/v/vt52=/tmp/go-build2004036841/b123/_pkg_.a
2025-08-20T21:35:27.1958694Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy50=/tmp/go-build2004036841/b124/_pkg_.a
2025-08-20T21:35:27.1959419Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy60=/tmp/go-build2004036841/b125/_pkg_.a
2025-08-20T21:35:27.1960168Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build2004036841/b126/_pkg_.a
2025-08-20T21:35:27.1960939Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xfce=/tmp/go-build2004036841/b127/_pkg_.a
2025-08-20T21:35:27.1961696Z [00:02:22.651]➜  packagefile github.com/micro-editor/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build2004036841/b128/_pkg_.a
2025-08-20T21:35:27.1962454Z [00:02:22.651]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build2004036841/b080/_pkg_.a
2025-08-20T21:35:27.1963060Z [00:02:22.651]➜  packagefile unicode/utf16=/tmp/go-build2004036841/b138/_pkg_.a
2025-08-20T21:35:27.1963575Z [00:02:22.651]➜  packagefile github.com/creack/pty=/tmp/go-build2004036841/b142/_pkg_.a
2025-08-20T21:35:27.1964093Z [00:02:22.651]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build2004036841/b282/_pkg_.a
2025-08-20T21:35:27.1964558Z [00:02:22.651]➜  packagefile crypto=/tmp/go-build2004036841/b145/_pkg_.a
2025-08-20T21:35:27.1965090Z [00:02:22.651]➜  packagefile crypto/internal/fips140only=/tmp/go-build2004036841/b147/_pkg_.a
2025-08-20T21:35:27.1965732Z [00:02:22.651]➜  packagefile hash=/tmp/go-build2004036841/b146/_pkg_.a
2025-08-20T21:35:27.1966149Z [00:02:22.651]➜  packagefile html=/tmp/go-build2004036841/b167/_pkg_.a
2025-08-20T21:35:27.1966681Z [00:02:22.651]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build2004036841/b268/_pkg_.a
2025-08-20T21:35:27.1967329Z [00:02:22.651]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build2004036841/b270/_pkg_.a
2025-08-20T21:35:27.1968139Z [00:02:22.651]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build2004036841/b271/_pkg_.a
2025-08-20T21:35:27.1968840Z [00:02:22.651]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build2004036841/b272/_pkg_.a
2025-08-20T21:35:27.1969574Z [00:02:22.651]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build2004036841/b273/_pkg_.a
2025-08-20T21:35:27.1970236Z [00:02:22.651]➜  packagefile golang.org/x/text/language=/tmp/go-build2004036841/b277/_pkg_.a
2025-08-20T21:35:27.1970851Z [00:02:22.651]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build2004036841/b269/_pkg_.a
2025-08-20T21:35:27.1971518Z [00:02:22.651]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build2004036841/b275/_pkg_.a
2025-08-20T21:35:27.1972129Z [00:02:22.651]➜  packagefile golang.org/x/text/runes=/tmp/go-build2004036841/b276/_pkg_.a
2025-08-20T21:35:27.1972652Z [00:02:22.651]➜  packagefile compress/flate=/tmp/go-build2004036841/b174/_pkg_.a
2025-08-20T21:35:27.1973130Z [00:02:22.651]➜  packagefile hash/crc32=/tmp/go-build2004036841/b175/_pkg_.a
2025-08-20T21:35:27.1973575Z [00:02:22.651]➜  packagefile embed=/tmp/go-build2004036841/b266/_pkg_.a
2025-08-20T21:35:27.1974034Z [00:02:22.652]➜  packagefile container/list=/tmp/go-build2004036841/b193/_pkg_.a
2025-08-20T21:35:27.1974619Z [00:02:22.652]➜  packagefile crypto/rand=/tmp/go-build2004036841/b194/_pkg_.a
2025-08-20T21:35:27.1975228Z [00:02:22.652]➜  packagefile crypto/tls=/tmp/go-build2004036841/b200/_pkg_.a
2025-08-20T21:35:27.1975813Z [00:02:22.652]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2004036841/b247/_pkg_.a
2025-08-20T21:35:27.1976477Z [00:02:22.652]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2004036841/b254/_pkg_.a
2025-08-20T21:35:27.1977123Z [00:02:22.652]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2004036841/b255/_pkg_.a
2025-08-20T21:35:27.1977727Z [00:02:22.652]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2004036841/b248/_pkg_.a
2025-08-20T21:35:27.1978456Z [00:02:22.652]➜  packagefile mime=/tmp/go-build2004036841/b256/_pkg_.a
2025-08-20T21:35:27.1978921Z [00:02:22.652]➜  packagefile mime/multipart=/tmp/go-build2004036841/b257/_pkg_.a
2025-08-20T21:35:27.1979427Z [00:02:22.652]➜  packagefile net/http/httptrace=/tmp/go-build2004036841/b259/_pkg_.a
2025-08-20T21:35:27.1979951Z [00:02:22.652]➜  packagefile net/http/internal=/tmp/go-build2004036841/b260/_pkg_.a
2025-08-20T21:35:27.1980484Z [00:02:22.652]➜  packagefile net/http/internal/ascii=/tmp/go-build2004036841/b261/_pkg_.a
2025-08-20T21:35:27.1981076Z [00:02:22.652]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2004036841/b262/_pkg_.a
2025-08-20T21:35:27.1981613Z [00:02:22.652]➜  packagefile net/textproto=/tmp/go-build2004036841/b253/_pkg_.a
2025-08-20T21:35:27.1982076Z [00:02:22.652]➜  packagefile math/big=/tmp/go-build2004036841/b181/_pkg_.a
2025-08-20T21:35:27.1982637Z [00:02:22.652]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2004036841/b184/_pkg_.a
2025-08-20T21:35:27.1983211Z [00:02:22.652]➜  packagefile internal/nettrace=/tmp/go-build2004036841/b185/_pkg_.a
2025-08-20T21:35:27.1983736Z [00:02:22.652]➜  packagefile internal/singleflight=/tmp/go-build2004036841/b186/_pkg_.a
2025-08-20T21:35:27.1984234Z [00:02:22.652]➜  packagefile net/netip=/tmp/go-build2004036841/b187/_pkg_.a
2025-08-20T21:35:27.1984714Z [00:02:22.652]➜  packagefile internal/bisect=/tmp/go-build2004036841/b062/_pkg_.a
2025-08-20T21:35:27.1985257Z [00:02:22.652]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2004036841/b148/_pkg_.a
2025-08-20T21:35:27.1986003Z [00:02:22.652]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2004036841/b157/_pkg_.a
2025-08-20T21:35:27.1986597Z [00:02:22.652]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2004036841/b161/_pkg_.a
2025-08-20T21:35:27.1987187Z [00:02:22.652]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2004036841/b163/_pkg_.a
2025-08-20T21:35:27.1987804Z [00:02:22.652]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build2004036841/b278/_pkg_.a
2025-08-20T21:35:27.1988702Z [00:02:22.652]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build2004036841/b280/_pkg_.a
2025-08-20T21:35:27.1989329Z [00:02:22.652]➜  packagefile crypto/internal/boring=/tmp/go-build2004036841/b195/_pkg_.a
2025-08-20T21:35:27.1989887Z [00:02:22.652]➜  packagefile crypto/internal/fips140=/tmp/go-build2004036841/b151/_pkg_.a
2025-08-20T21:35:27.1990459Z [00:02:22.652]➜  packagefile crypto/internal/randutil=/tmp/go-build2004036841/b164/_pkg_.a
2025-08-20T21:35:27.1991036Z [00:02:22.652]➜  packagefile crypto/internal/sysrand=/tmp/go-build2004036841/b150/_pkg_.a
2025-08-20T21:35:27.1991548Z [00:02:22.652]➜  packagefile crypto/aes=/tmp/go-build2004036841/b201/_pkg_.a
2025-08-20T21:35:27.1992031Z [00:02:22.652]➜  packagefile crypto/cipher=/tmp/go-build2004036841/b196/_pkg_.a
2025-08-20T21:35:27.1992503Z [00:02:22.652]➜  packagefile crypto/des=/tmp/go-build2004036841/b202/_pkg_.a
2025-08-20T21:35:27.1992972Z [00:02:22.652]➜  packagefile crypto/ecdh=/tmp/go-build2004036841/b203/_pkg_.a
2025-08-20T21:35:27.1993443Z [00:02:22.652]➜  packagefile crypto/ecdsa=/tmp/go-build2004036841/b208/_pkg_.a
2025-08-20T21:35:27.1993924Z [00:02:22.652]➜  packagefile crypto/ed25519=/tmp/go-build2004036841/b220/_pkg_.a
2025-08-20T21:35:27.1994416Z [00:02:22.652]➜  packagefile crypto/elliptic=/tmp/go-build2004036841/b209/_pkg_.a
2025-08-20T21:35:27.1995036Z [00:02:22.652]➜  packagefile crypto/hkdf=/tmp/go-build2004036841/b223/_pkg_.a
2025-08-20T21:35:27.1995520Z [00:02:22.652]➜  packagefile crypto/hmac=/tmp/go-build2004036841/b225/_pkg_.a
2025-08-20T21:35:27.1996056Z [00:02:22.652]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2004036841/b153/_pkg_.a
2025-08-20T21:35:27.1996672Z [00:02:22.652]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2004036841/b197/_pkg_.a
2025-08-20T21:35:27.1997797Z [00:02:22.652]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2004036841/b226/_pkg_.a
2025-08-20T21:35:27.1999064Z [00:02:22.652]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2004036841/b227/_pkg_.a
2025-08-20T21:35:27.2000157Z [00:02:22.652]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2004036841/b228/_pkg_.a
2025-08-20T21:35:27.2001191Z [00:02:22.652]➜  packagefile crypto/internal/hpke=/tmp/go-build2004036841/b229/_pkg_.a
2025-08-20T21:35:27.2002128Z [00:02:22.652]➜  packagefile crypto/rc4=/tmp/go-build2004036841/b235/_pkg_.a
2025-08-20T21:35:27.2002967Z [00:02:22.652]➜  packagefile crypto/rsa=/tmp/go-build2004036841/b236/_pkg_.a
2025-08-20T21:35:27.2003594Z [00:02:22.652]➜  packagefile crypto/sha1=/tmp/go-build2004036841/b238/_pkg_.a
2025-08-20T21:35:27.2004307Z [00:02:22.652]➜  packagefile crypto/sha256=/tmp/go-build2004036841/b239/_pkg_.a
2025-08-20T21:35:27.2005022Z [00:02:22.652]➜  packagefile crypto/sha512=/tmp/go-build2004036841/b216/_pkg_.a
2025-08-20T21:35:27.2005512Z [00:02:22.652]➜  packagefile crypto/subtle=/tmp/go-build2004036841/b198/_pkg_.a
2025-08-20T21:35:27.2006067Z [00:02:22.652]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2004036841/b240/_pkg_.a
2025-08-20T21:35:27.2006989Z [00:02:22.652]➜  packagefile crypto/x509=/tmp/go-build2004036841/b242/_pkg_.a
2025-08-20T21:35:27.2007867Z [00:02:22.652]➜  packagefile encoding/pem=/tmp/go-build2004036841/b246/_pkg_.a
2025-08-20T21:35:27.2009143Z [00:02:22.652]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2004036841/b230/_pkg_.a
2025-08-20T21:35:27.2010126Z [00:02:22.652]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2004036841/b217/_pkg_.a
2025-08-20T21:35:27.2010896Z [00:02:22.652]➜  packagefile weak=/tmp/go-build2004036841/b189/_pkg_.a
2025-08-20T21:35:27.2011472Z [00:02:22.652]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2004036841/b249/_pkg_.a
2025-08-20T21:35:27.2012139Z [00:02:22.652]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2004036841/b251/_pkg_.a
2025-08-20T21:35:27.2012788Z [00:02:22.652]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2004036841/b252/_pkg_.a
2025-08-20T21:35:27.2013387Z [00:02:22.652]➜  packagefile mime/quotedprintable=/tmp/go-build2004036841/b258/_pkg_.a
2025-08-20T21:35:27.2013882Z [00:02:22.652]➜  packagefile unique=/tmp/go-build2004036841/b188/_pkg_.a
2025-08-20T21:35:27.2014388Z [00:02:22.652]➜  packagefile crypto/internal/entropy=/tmp/go-build2004036841/b149/_pkg_.a
2025-08-20T21:35:27.2014988Z [00:02:22.652]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2004036841/b155/_pkg_.a
2025-08-20T21:35:27.2015610Z [00:02:22.652]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2004036841/b162/_pkg_.a
2025-08-20T21:35:27.2016252Z [00:02:22.652]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2004036841/b158/_pkg_.a
2025-08-20T21:35:27.2016894Z [00:02:22.652]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2004036841/b159/_pkg_.a
2025-08-20T21:35:27.2017828Z [00:02:22.652]➜  packagefile crypto/internal/impl=/tmp/go-build2004036841/b160/_pkg_.a
2025-08-20T21:35:27.2019038Z [00:02:22.652]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build2004036841/b279/_pkg_.a
2025-08-20T21:35:27.2020112Z [00:02:22.652]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2004036841/b199/_pkg_.a
2025-08-20T21:35:27.2021283Z [00:02:22.652]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2004036841/b152/_pkg_.a
2025-08-20T21:35:27.2022590Z [00:02:22.652]➜  packagefile math/rand/v2=/tmp/go-build2004036841/b165/_pkg_.a
2025-08-20T21:35:27.2023677Z [00:02:22.652]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2004036841/b154/_pkg_.a
2025-08-20T21:35:27.2024830Z [00:02:22.652]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2004036841/b204/_pkg_.a
2025-08-20T21:35:27.2025698Z [00:02:22.652]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2004036841/b207/_pkg_.a
2025-08-20T21:35:27.2026794Z [00:02:22.652]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2004036841/b210/_pkg_.a
2025-08-20T21:35:27.2027855Z [00:02:22.652]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2004036841/b211/_pkg_.a
2025-08-20T21:35:27.2029100Z [00:02:22.652]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2004036841/b205/_pkg_.a
2025-08-20T21:35:27.2030190Z [00:02:22.652]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2004036841/b213/_pkg_.a
2025-08-20T21:35:27.2031270Z [00:02:22.652]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2004036841/b214/_pkg_.a
2025-08-20T21:35:27.2032420Z [00:02:22.652]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2004036841/b219/_pkg_.a
2025-08-20T21:35:27.2033563Z [00:02:22.652]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2004036841/b221/_pkg_.a
2025-08-20T21:35:27.2034622Z [00:02:22.652]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2004036841/b224/_pkg_.a
2025-08-20T21:35:27.2035653Z [00:02:22.652]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2004036841/b156/_pkg_.a
2025-08-20T21:35:27.2036695Z [00:02:22.652]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2004036841/b212/_pkg_.a
2025-08-20T21:35:27.2037751Z [00:02:22.652]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2004036841/b237/_pkg_.a
2025-08-20T21:35:27.2038811Z [00:02:22.652]➜  packagefile crypto/fips140=/tmp/go-build2004036841/b241/_pkg_.a
2025-08-20T21:35:27.2039665Z [00:02:22.652]➜  packagefile crypto/dsa=/tmp/go-build2004036841/b243/_pkg_.a
2025-08-20T21:35:27.2040560Z [00:02:22.652]➜  packagefile crypto/x509/pkix=/tmp/go-build2004036841/b244/_pkg_.a
2025-08-20T21:35:27.2041700Z [00:02:22.652]➜  packagefile encoding/asn1=/tmp/go-build2004036841/b218/_pkg_.a
2025-08-20T21:35:27.2042561Z [00:02:22.652]➜  packagefile encoding/hex=/tmp/go-build2004036841/b245/_pkg_.a
2025-08-20T21:35:27.2043566Z [00:02:22.652]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2004036841/b231/_pkg_.a
2025-08-20T21:35:27.2044754Z [00:02:22.652]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2004036841/b232/_pkg_.a
2025-08-20T21:35:27.2045988Z [00:02:22.652]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2004036841/b233/_pkg_.a
2025-08-20T21:35:27.2047138Z [00:02:22.652]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build2004036841/b234/_pkg_.a
2025-08-20T21:35:27.2048336Z [00:02:22.652]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2004036841/b250/_pkg_.a
2025-08-20T21:35:27.2049493Z [00:02:22.652]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2004036841/b206/_pkg_.a
2025-08-20T21:35:27.2050542Z [00:02:22.652]➜  packagefile crypto/sha3=/tmp/go-build2004036841/b215/_pkg_.a
2025-08-20T21:35:27.2051602Z [00:02:22.652]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2004036841/b222/_pkg_.a
2025-08-20T21:35:27.2074814Z [00:02:22.652]➜  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=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\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:27.2094288Z [00:02:22.652]➜  EOF
2025-08-20T21:35:27.2094709Z [00:02:22.652]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:35:27.2095174Z [00:02:22.652]➜  cd .
2025-08-20T21:35:27.2100935Z [00:02:22.652]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/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=eETcwM0oF6HdiDOR9E1j/8Xvn67oOuQsxLGmYv1SV/XoUqXp-eHkWSrQNBtU_6/eETcwM0oF6HdiDOR9E1j -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:35:27.8165084Z [00:02:23.283]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:35:27.8305718Z [00:02:23.297]➜  mkdir -p /build-bins/
2025-08-20T21:35:27.8306474Z [00:02:23.297]➜  cp $WORK/b001/exe/a.out /build-bins/micro
2025-08-20T21:35:27.8415452Z [00:02:23.308]➜  rm -rf $WORK/b001/
2025-08-20T21:35:28.0305675Z [00:02:23.497]➜  '/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:35:28.0792821Z [00:02:23.546]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:35:28.1191950Z [00:02:23.586]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:35:28.1195117Z [00:02:23.586]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:35:28.1512961Z [00:02:23.618]➜  copy from `/build-bins/micro' [elf64-x86-64] to `/build-bins/stJpcIfn' [elf64-x86-64]
2025-08-20T21:35:28.2352114Z [00:02:23.702]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:35:28.2383088Z [00:02:23.705]➜  
2025-08-20T21:35:28.2399995Z [00:02:23.707]➜  /build-bins/micro
2025-08-20T21:35:28.2413993Z [00:02:23.708]➜  There are 24 section headers, starting at offset 0xdfa398:
2025-08-20T21:35:28.2415255Z [00:02:23.708]➜  
2025-08-20T21:35:28.2415720Z [00:02:23.708]➜  Section Headers:
2025-08-20T21:35:28.2416370Z [00:02:23.708]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:35:28.2417189Z [00:02:23.708]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:35:28.2417951Z [00:02:23.708]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:35:28.2418974Z [00:02:23.708]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:35:28.2419575Z [00:02:23.708]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T21:35:28.2420029Z [00:02:23.708]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T21:35:28.2420460Z [00:02:23.708]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T21:35:28.2420885Z [00:02:23.708]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T21:35:28.2421312Z [00:02:23.708]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T21:35:28.2421735Z [00:02:23.708]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T21:35:28.2422178Z [00:02:23.708]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T21:35:28.2422827Z [00:02:23.708]➜         000000000012a8f0  0000000000000018   A       2     0     8
2025-08-20T21:35:28.2423253Z [00:02:23.708]➜    [ 5] .init             PROGBITS         000000000012b000  0012b000
2025-08-20T21:35:28.2423675Z [00:02:23.708]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:35:28.2424088Z [00:02:23.708]➜    [ 6] .text             PROGBITS         000000000012b040  0012b040
2025-08-20T21:35:28.2424510Z [00:02:23.708]➜         0000000000588dae  0000000000000000  AX       0     0     64
2025-08-20T21:35:28.2424933Z [00:02:23.708]➜    [ 7] .fini             PROGBITS         00000000006b3dee  006b3dee
2025-08-20T21:35:28.2425363Z [00:02:23.708]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:35:28.2425783Z [00:02:23.708]➜    [ 8] .rodata           PROGBITS         00000000006b4000  006b4000
2025-08-20T21:35:28.2426215Z [00:02:23.708]➜         0000000000163b2c  0000000000000000   A       0     0     32
2025-08-20T21:35:28.2426653Z [00:02:23.708]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000817b2c  00817b2c
2025-08-20T21:35:28.2427096Z [00:02:23.708]➜         00000000000000d4  0000000000000000   A       0     0     4
2025-08-20T21:35:28.2427528Z [00:02:23.708]➜    [10] .eh_frame         PROGBITS         0000000000817c00  00817c00
2025-08-20T21:35:28.2427957Z [00:02:23.708]➜         00000000000003fc  0000000000000000   A       0     0     8
2025-08-20T21:35:28.2428627Z [00:02:23.708]➜    [11] .tbss             NOBITS           0000000000818df0  00818df0
2025-08-20T21:35:28.2429045Z [00:02:23.708]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T21:35:28.2429483Z [00:02:23.708]➜    [12] .init_array       INIT_ARRAY       0000000000818df0  00818df0
2025-08-20T21:35:28.2429931Z [00:02:23.708]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:35:28.2430535Z [00:02:23.708]➜    [13] .fini_array       FINI_ARRAY       0000000000818df8  00818df8
2025-08-20T21:35:28.2430997Z [00:02:23.708]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:35:28.2431438Z [00:02:23.708]➜    [14] .data.rel.ro      PROGBITS         0000000000818e00  00818e00
2025-08-20T21:35:28.2431891Z [00:02:23.708]➜         00000000004d7040  0000000000000000  WA       0     0     32
2025-08-20T21:35:28.2432336Z [00:02:23.708]➜    [15] .dynamic          DYNAMIC          0000000000cefe40  00cefe40
2025-08-20T21:35:28.2432763Z [00:02:23.708]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T21:35:28.2433183Z [00:02:23.708]➜    [16] .got              PROGBITS         0000000000ceffb0  00ceffb0
2025-08-20T21:35:28.2433604Z [00:02:23.708]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T21:35:28.2434019Z [00:02:23.708]➜    [17] .data             PROGBITS         0000000000cf0000  00cf0000
2025-08-20T21:35:28.2434450Z [00:02:23.708]➜         000000000002a3a0  0000000000000000  WA       0     0     32
2025-08-20T21:35:28.2434899Z [00:02:23.708]➜    [18] .go.buildinfo     PROGBITS         0000000000d1a3a0  00d1a3a0
2025-08-20T21:35:28.2435336Z [00:02:23.708]➜         0000000000000bd0  0000000000000000  WA       0     0     16
2025-08-20T21:35:28.2435775Z [00:02:23.708]➜    [19] .go.fipsinfo      PROGBITS         0000000000d1af80  00d1af80
2025-08-20T21:35:28.2436217Z [00:02:23.708]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:35:28.2436646Z [00:02:23.708]➜    [20] .noptrdata        PROGBITS         0000000000d1b000  00d1b000
2025-08-20T21:35:28.2437078Z [00:02:23.708]➜         00000000000df2c1  0000000000000000  WA       0     0     32
2025-08-20T21:35:28.2437492Z [00:02:23.708]➜    [21] .bss              NOBITS           0000000000dfa2e0  00dfa2c1
2025-08-20T21:35:28.2437905Z [00:02:23.708]➜         00000000000264e0  0000000000000000  WA       0     0     32
2025-08-20T21:35:28.2438765Z [00:02:23.708]➜    [22] .noptrbss         NOBITS           0000000000e207c0  00dfa2c1
2025-08-20T21:35:28.2439357Z [00:02:23.708]➜         000000000001f360  0000000000000000  WA       0     0     32
2025-08-20T21:35:28.2439788Z [00:02:23.708]➜    [23] .shstrtab         STRTAB           0000000000000000  00dfa2c1
2025-08-20T21:35:28.2440215Z [00:02:23.708]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T21:35:28.2440554Z [00:02:23.708]➜  Key to Flags:
2025-08-20T21:35:28.2441095Z [00:02:23.708]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:35:28.2442045Z [00:02:23.708]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:35:28.2442962Z [00:02:23.708]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:35:28.2443471Z [00:02:23.708]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:35:28.2443782Z [00:02:23.711]➜  
2025-08-20T21:35:28.2459470Z [00:02:23.713]➜  /build-bins/LICENSE
2025-08-20T21:35:28.2475740Z [00:02:23.714]➜  + file /build-bins/LICENSE /build-bins/micro
2025-08-20T21:35:28.2683726Z [00:02:23.735]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:35:28.2741513Z [00:02:23.741]➜  /build-bins/micro:   ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:35:28.2751504Z [00:02:23.742]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/micro
2025-08-20T21:35:28.2771551Z [00:02:23.744]➜  /build-bins/LICENSE:         1134 Bytes
2025-08-20T21:35:28.2772165Z [00:02:23.744]➜  /build-bins/micro:         14657944 Bytes
2025-08-20T21:35:28.2775227Z [00:02:23.744]➜  + du /build-bins/LICENSE /build-bins/micro --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:35:28.2789889Z [00:02:23.746]➜  1.2K	2025-08-20 21:35:28.029045695 +0000	/build-bins/LICENSE
2025-08-20T21:35:28.2790553Z [00:02:23.746]➜  14M	2025-08-20 21:35:28.181044477 +0000	/build-bins/micro
2025-08-20T21:35:28.2793345Z [00:02:23.746]➜  + popd
2025-08-20T21:35:28.4666249Z [00:02:23.933]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:35:28.5067614Z [00:02:23.973]➜  + '[' -s /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:35:28.5068915Z [00:02:23.973]➜  + cp -fv /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:35:28.5111801Z [00:02:23.978]➜  '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:35:28.5118972Z [00:02:23.978]➜  + find /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:35:28.5120341Z [00:02:23.978]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:35:28.5127108Z [00:02:23.979]➜  + cut -d: -f1
2025-08-20T21:35:28.5137272Z [00:02:23.979]➜  + xargs realpath --no-symlinks
2025-08-20T21:35:28.5139439Z [00:02:23.981]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:28.7226231Z [00:02:24.189]➜  sending incremental file list
2025-08-20T21:35:28.7254059Z [00:02:24.192]➜  micro
2025-08-20T21:35:28.7858945Z [00:02:24.252]➜  
2025-08-20T21:35:28.7859573Z [00:02:24.252]➜  sent 14.66M bytes  received 35 bytes  29.32M bytes/sec
2025-08-20T21:35:28.7860137Z [00:02:24.252]➜  total size is 14.66M  speedup is 1.00
2025-08-20T21:35:28.7872443Z [00:02:24.254]➜  
2025-08-20T21:35:29.3566734Z [00:02:24.823]➜  
2025-08-20T21:35:29.3679050Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro' from runner:docker to runner:runner
2025-08-20T21:35:29.3680295Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.version' from runner:docker to runner:runner
2025-08-20T21:35:29.3681297Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/micro' from runner:docker to runner:runner
2025-08-20T21:35:29.3682443Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/runtime.go' from root:root to runner:runner
2025-08-20T21:35:29.3683705Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/README.md' from root:root to runner:runner
2025-08-20T21:35:29.3686082Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dukelight-tc.micro' from root:root to runner:runner
2025-08-20T21:35:29.3687756Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/cmc-16.micro' from root:root to runner:runner
2025-08-20T21:35:29.3689410Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/zenburn.micro' from root:root to runner:runner
2025-08-20T21:35:29.3691644Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/gruvbox.micro' from root:root to runner:runner
2025-08-20T21:35:29.3693278Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/material-tc.micro' from root:root to runner:runner
2025-08-20T21:35:29.3694714Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dracula-tc.micro' from root:root to runner:runner
2025-08-20T21:35:29.3696573Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/gotham.micro' from root:root to runner:runner
2025-08-20T21:35:29.3698987Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/default.micro' from root:root to runner:runner
2025-08-20T21:35:29.3700430Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dukedark-tc.micro' from root:root to runner:runner
2025-08-20T21:35:29.3702060Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/railscast.micro' from root:root to runner:runner
2025-08-20T21:35:29.3704618Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/solarized-tc.micro' from root:root to runner:runner
2025-08-20T21:35:29.3706238Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/monokai-dark.micro' from root:root to runner:runner
2025-08-20T21:35:29.3708317Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/twilight.micro' from root:root to runner:runner
2025-08-20T21:35:29.3710497Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/solarized.micro' from root:root to runner:runner
2025-08-20T21:35:29.3711891Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/cmc-tc.micro' from root:root to runner:runner
2025-08-20T21:35:29.3713710Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/darcula.micro' from root:root to runner:runner
2025-08-20T21:35:29.3716104Z [00:02:24.834]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/simple.micro' from root:root to runner:runner
2025-08-20T21:35:29.3717541Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/sunny-day.micro' from root:root to runner:runner
2025-08-20T21:35:29.3720011Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/atom-dark.micro' from root:root to runner:runner
2025-08-20T21:35:29.3721830Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/bubblegum.micro' from root:root to runner:runner
2025-08-20T21:35:29.3723260Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/gruvbox-tc.micro' from root:root to runner:runner
2025-08-20T21:35:29.3725009Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dukeubuntu-tc.micro' from root:root to runner:runner
2025-08-20T21:35:29.3727508Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/one-dark.micro' from root:root to runner:runner
2025-08-20T21:35:29.3729393Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/geany.micro' from root:root to runner:runner
2025-08-20T21:35:29.3731559Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/monokai.micro' from root:root to runner:runner
2025-08-20T21:35:29.3733546Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes' from root:root to runner:runner
2025-08-20T21:35:29.3734857Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/runtime_test.go' from root:root to runner:runner
2025-08-20T21:35:29.3736821Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/objc.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3739411Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/d.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3740890Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nu.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3743088Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cmake.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3744908Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tex.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3746257Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erlang.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3748563Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/man.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3750392Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/verilog.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3751681Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vi.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3753335Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/php.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3755402Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kickstart.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3756773Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/arduino.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3758309Z [00:02:24.835]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kickstart.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3760603Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hc.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3761933Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/smalltalk.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3763255Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gnuplot.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3764552Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/micro.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3766662Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-config.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3768646Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lisp.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3769951Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vala.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3771407Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/msbuild.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3773784Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cuda.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3775326Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mpdconf.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3776629Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ledger.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3778203Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vi.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3780584Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zscript.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3781966Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3783249Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jinja2.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3785754Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pascal.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3787204Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/v.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3788671Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/go.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3790797Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pony.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3792577Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/awk.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3793871Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lfe.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3795322Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/puppet.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3797764Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scala.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3799639Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/justfile.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3800989Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nix.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3803006Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vue.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3805151Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ledger.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3806490Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/solidity.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3807810Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/stata.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3810327Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dot.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3812028Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xml.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3813314Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yum.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3815029Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hare.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3817057Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xresources.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3818526Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/forth.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3819846Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/toml.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3821571Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cuda.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3823915Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/README.md' from root:root to runner:runner
2025-08-20T21:35:29.3825797Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html5.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3828192Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groovy.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3830643Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/terraform.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3833005Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groff.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3835336Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/godoc.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3837481Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/terraform.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3839307Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python2.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3840618Z [00:02:24.836]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/stata.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3841919Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/prql.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3843241Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pkg-config.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3844561Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ruby.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3845878Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gomod.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3847204Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/solidity.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3848691Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/perl.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3850201Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-filter.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3851530Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sh.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3852837Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/typescript.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3854131Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mc.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3855483Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-etc-portage.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3856821Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html4.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3858321Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/typescript.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3859630Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/php.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3860904Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dart.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3862202Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/puppet.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3863662Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mpdconf.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3864955Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groff.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3866244Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jsonnet.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3867549Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/inputrc.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3869054Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/clojure.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3870349Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cmake.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3871634Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/swift.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3872910Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dart.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3874336Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dockerfile.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3875655Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pov.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3876918Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/css.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3878519Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/makefile.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3879835Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/c.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3881104Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/micro.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3882434Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-action.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3883743Z [00:02:24.837]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nginx.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3885021Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kotlin.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3886323Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kvlang.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3887785Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/smalltalk.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3889519Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/swift.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3890816Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python3.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3892115Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sls.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3893380Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cpp.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3894657Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tcl.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3895933Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groovy.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3897220Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/golo.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3898866Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/makefile.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3900171Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nu.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3901466Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/colortest.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3902765Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/julia.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3904036Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mail.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3905329Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cython.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3906654Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/PowerShell.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3907969Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/proto.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3909473Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rpmspec.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3910773Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/raku.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3912198Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/default.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3913480Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ini.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3914760Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jsonnet.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3916040Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nim.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3917304Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/v.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3918843Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lua.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3920785Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/graphql.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3923284Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html5.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3925935Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kotlin.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3928625Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python3.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3930651Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/javascript.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3932011Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cpp.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3933283Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tcl.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3934555Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/glsl.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3935857Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/msbuild.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3937169Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python2.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3938695Z [00:02:24.838]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/caddyfile.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3940117Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/clojure.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3941422Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fsharp.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3942903Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/default.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3944197Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nix.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3945489Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/colortest.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3946829Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scad.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3948378Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gemini.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3949707Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crontab.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3951004Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fish.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3952284Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/octave.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3953699Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/awk.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3955005Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fortran.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3956342Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/syntax_converter.go' from root:root to runner:runner
2025-08-20T21:35:29.3957670Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sage.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3959273Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-etc-portage.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3960617Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/meson.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3961889Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fish.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3963165Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/julia.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3964471Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lilypond.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3965778Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/odin.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3967212Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-commit.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3968838Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/graphql.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3970190Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-commit.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3971504Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/glsl.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3972820Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dockerfile.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3974122Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erb.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3975415Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crystal.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3976713Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sls.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3978334Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nginx.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3979886Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/odin.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3981198Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haskell.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3982524Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pov.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3983839Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asciidoc.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3985157Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gdscript.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3986474Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/svelte.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3987771Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/twig.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3989311Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/r.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3990623Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/apacheconf.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3992086Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sage.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3993383Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pkg-config.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3994951Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/objc.hdr' from root:root to runner:runner
2025-08-20T21:35:29.3997166Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ats.yaml' from root:root to runner:runner
2025-08-20T21:35:29.3999907Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-rebase-todo.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4002405Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/d.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4004751Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/log.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4006277Z [00:02:24.839]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mail.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4007732Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/po.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4009359Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/proto.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4010645Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lua.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4011997Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/coffeescript.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4013327Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/c.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4014623Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cython.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4015913Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nim.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4017186Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/po.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4018659Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/json.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4019968Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fsharp.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4021397Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/reST.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4022664Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sed.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4023962Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/arduino.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4025252Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vhdl.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4026537Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cake.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4027847Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pascal.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4029416Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lfe.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4030715Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haskell.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4032141Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/json.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4033423Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sql.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4034701Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yaml.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4035989Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/systemd.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4037284Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/bat.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4039006Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xml.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4040295Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csx.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4041570Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/twig.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4042850Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/toml.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4044145Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csharp.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4045438Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scala.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4046915Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lisp.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4048416Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elixir.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4049753Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/caddyfile.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4051067Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ada.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4052340Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hc.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4053622Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/forth.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4054901Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pony.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4056194Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nftables.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4057690Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haml.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4059218Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lilypond.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4060524Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ocaml.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4061798Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mc.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4063093Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crontab.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4064429Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-config.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4065765Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fortran.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4067048Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erb.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4068904Z [00:02:24.840]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/LICENSE' from root:root to runner:runner
2025-08-20T21:35:29.4071077Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/r.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4073755Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/renpy.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4076287Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/freebsd-kernel.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4078935Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-ebuild.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4080308Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haml.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4081594Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sh.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4082894Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nanorc.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4084202Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html4.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4085497Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/patch.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4086944Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/godoc.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4088471Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zig.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4089869Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/peg.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4091159Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/keymap.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4092448Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yaml.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4093766Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/verilog.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4095059Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ats.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4096331Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sql.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4097625Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csharp.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4099116Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gomod.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4100546Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zsh.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4101878Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-filter.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4103228Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/markdown.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4104523Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ini.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4105799Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/go.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4107074Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dot.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4108632Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/renpy.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4109938Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/octave.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4111361Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rust.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4112662Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crystal.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4113954Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/log.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4115283Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-config.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4116642Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/PowerShell.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4117952Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hare.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4119704Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/meson.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4120990Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/css.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4122262Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vala.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4123546Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vhdl.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4124827Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gemini.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4126281Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/justfile.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4127606Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/javascript.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4129204Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/java.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4130493Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asm.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4131773Z [00:02:24.841]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cake.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4133038Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/bat.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4134317Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/conky.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4135646Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-ebuild.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4137128Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xresources.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4138643Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zscript.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4139942Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rust.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4141217Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/conky.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4142667Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zig.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4144626Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/svelte.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4147179Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sed.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4149881Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-action.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4152383Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/inputrc.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4154092Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rpmspec.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4155588Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/golo.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4156882Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jinja2.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4158501Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yum.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4159855Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gdscript.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4161170Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/perl.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4162484Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-config.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4163845Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nftables.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4165178Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gnuplot.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4166620Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/prql.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4167931Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ocaml.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4169459Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/raku.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4170790Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/apacheconf.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4172150Z [00:02:24.842]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kvlang.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4173440Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ada.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4174726Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csx.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4176047Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/coffeescript.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4177382Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/markdown.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4178861Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zsh.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4180280Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asm.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4181563Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nanorc.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4182853Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/patch.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4184148Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erlang.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4185455Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ruby.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4186764Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/systemd.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4188237Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/keymap.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4189537Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/man.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4190945Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scad.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4192300Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-rebase-todo.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4193625Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vue.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4194895Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/peg.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4196170Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/reST.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4197452Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tex.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4198998Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asciidoc.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4200302Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4201594Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elixir.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4202916Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/make_headers.go' from root:root to runner:runner
2025-08-20T21:35:29.4204412Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/freebsd-kernel.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4205735Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elm.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4207001Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elm.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4208535Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/java.hdr' from root:root to runner:runner
2025-08-20T21:35:29.4209809Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax' from root:root to runner:runner
2025-08-20T21:35:29.4211054Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/help.md' from root:root to runner:runner
2025-08-20T21:35:29.4212348Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/defaultkeys.md' from root:root to runner:runner
2025-08-20T21:35:29.4213723Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/options.md' from root:root to runner:runner
2025-08-20T21:35:29.4215741Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/tutorial.md' from root:root to runner:runner
2025-08-20T21:35:29.4218430Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/commands.md' from root:root to runner:runner
2025-08-20T21:35:29.4220924Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/keybindings.md' from root:root to runner:runner
2025-08-20T21:35:29.4223379Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/plugins.md' from root:root to runner:runner
2025-08-20T21:35:29.4225571Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/copypaste.md' from root:root to runner:runner
2025-08-20T21:35:29.4226886Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/colors.md' from root:root to runner:runner
2025-08-20T21:35:29.4228384Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help' from root:root to runner:runner
2025-08-20T21:35:29.4229700Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/literate/README.md' from root:root to runner:runner
2025-08-20T21:35:29.4231101Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/literate/literate.lua' from root:root to runner:runner
2025-08-20T21:35:29.4232452Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/literate' from root:root to runner:runner
2025-08-20T21:35:29.4233827Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/autoclose/autoclose.lua' from root:root to runner:runner
2025-08-20T21:35:29.4235411Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/autoclose' from root:root to runner:runner
2025-08-20T21:35:29.4236753Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/linter/linter.lua' from root:root to runner:runner
2025-08-20T21:35:29.4238335Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/linter/help/linter.md' from root:root to runner:runner
2025-08-20T21:35:29.4239868Z [00:02:24.843]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/linter/help' from root:root to runner:runner
2025-08-20T21:35:29.4241178Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/linter' from root:root to runner:runner
2025-08-20T21:35:29.4242506Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/status/status.lua' from root:root to runner:runner
2025-08-20T21:35:29.4243886Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/status/help/status.md' from root:root to runner:runner
2025-08-20T21:35:29.4245386Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/status/help' from root:root to runner:runner
2025-08-20T21:35:29.4246737Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/status' from root:root to runner:runner
2025-08-20T21:35:29.4248286Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/comment/comment.lua' from root:root to runner:runner
2025-08-20T21:35:29.4249710Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/comment/help/comment.md' from root:root to runner:runner
2025-08-20T21:35:29.4251089Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/comment/help' from root:root to runner:runner
2025-08-20T21:35:29.4252406Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/comment' from root:root to runner:runner
2025-08-20T21:35:29.4253776Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/ftoptions/ftoptions.lua' from root:root to runner:runner
2025-08-20T21:35:29.4255133Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/ftoptions' from root:root to runner:runner
2025-08-20T21:35:29.4256447Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/diff/diff.lua' from root:root to runner:runner
2025-08-20T21:35:29.4257753Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/diff' from root:root to runner:runner
2025-08-20T21:35:29.4259263Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins' from root:root to runner:runner
2025-08-20T21:35:29.4260652Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime' from root:root to runner:runner
2025-08-20T21:35:29.4261826Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:35:29.4263076Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/multi.go' from root:root to runner:runner
2025-08-20T21:35:29.4264436Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/terminal.go' from root:root to runner:runner
2025-08-20T21:35:29.4265790Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/internal.go' from root:root to runner:runner
2025-08-20T21:35:29.4267148Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/clipboard.go' from root:root to runner:runner
2025-08-20T21:35:29.4268861Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard' from root:root to runner:runner
2025-08-20T21:35:29.4270158Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/views/splits.go' from root:root to runner:runner
2025-08-20T21:35:29.4271602Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/views/splits_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4272896Z [00:02:24.844]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/views' from root:root to runner:runner
2025-08-20T21:35:29.4274163Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/screen/message.go' from root:root to runner:runner
2025-08-20T21:35:29.4275476Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/screen/screen.go' from root:root to runner:runner
2025-08-20T21:35:29.4276742Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/screen' from root:root to runner:runner
2025-08-20T21:35:29.4278146Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/lua/lua.go' from root:root to runner:runner
2025-08-20T21:35:29.4279512Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/lua' from root:root to runner:runner
2025-08-20T21:35:29.4280775Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/config.go' from root:root to runner:runner
2025-08-20T21:35:29.4282128Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin_installer_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4283482Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin.go' from root:root to runner:runner
2025-08-20T21:35:29.4284929Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/settings.go' from root:root to runner:runner
2025-08-20T21:35:29.4286264Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin_manager.go' from root:root to runner:runner
2025-08-20T21:35:29.4287943Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/colorscheme_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4290237Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/rtfiles_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4292817Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/autosave.go' from root:root to runner:runner
2025-08-20T21:35:29.4295408Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin_installer.go' from root:root to runner:runner
2025-08-20T21:35:29.4297919Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/globals.go' from root:root to runner:runner
2025-08-20T21:35:29.4299557Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/rtfiles.go' from root:root to runner:runner
2025-08-20T21:35:29.4301067Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/colorscheme.go' from root:root to runner:runner
2025-08-20T21:35:29.4302372Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config' from root:root to runner:runner
2025-08-20T21:35:29.4303616Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell/job.go' from root:root to runner:runner
2025-08-20T21:35:29.4304896Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell/terminal.go' from root:root to runner:runner
2025-08-20T21:35:29.4306198Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell/shell.go' from root:root to runner:runner
2025-08-20T21:35:29.4307454Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell' from root:root to runner:runner
2025-08-20T21:35:29.4308918Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/tab.go' from root:root to runner:runner
2025-08-20T21:35:29.4310277Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/terminal_unsupported.go' from root:root to runner:runner
2025-08-20T21:35:29.4311646Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/bindings.go' from root:root to runner:runner
2025-08-20T21:35:29.4312986Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/actions_posix.go' from root:root to runner:runner
2025-08-20T21:35:29.4314490Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/defaults_darwin.go' from root:root to runner:runner
2025-08-20T21:35:29.4315825Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/infopane.go' from root:root to runner:runner
2025-08-20T21:35:29.4317126Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/events.go' from root:root to runner:runner
2025-08-20T21:35:29.4318615Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/termpane.go' from root:root to runner:runner
2025-08-20T21:35:29.4319989Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/terminal_supported.go' from root:root to runner:runner
2025-08-20T21:35:29.4321338Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/pane.go' from root:root to runner:runner
2025-08-20T21:35:29.4322656Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/infocomplete.go' from root:root to runner:runner
2025-08-20T21:35:29.4324010Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/actions_other.go' from root:root to runner:runner
2025-08-20T21:35:29.4325463Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/rawpane.go' from root:root to runner:runner
2025-08-20T21:35:29.4326784Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/bufpane.go' from root:root to runner:runner
2025-08-20T21:35:29.4328350Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/defaults_other.go' from root:root to runner:runner
2025-08-20T21:35:29.4329710Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/command.go' from root:root to runner:runner
2025-08-20T21:35:29.4331008Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/globals.go' from root:root to runner:runner
2025-08-20T21:35:29.4332320Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/actions.go' from root:root to runner:runner
2025-08-20T21:35:29.4333636Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/defaults.go' from root:root to runner:runner
2025-08-20T21:35:29.4334937Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/keytree.go' from root:root to runner:runner
2025-08-20T21:35:29.4336197Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action' from root:root to runner:runner
2025-08-20T21:35:29.4337489Z [00:02:24.845]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/buffer_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4339348Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/save.go' from root:root to runner:runner
2025-08-20T21:35:29.4340659Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/serialize.go' from root:root to runner:runner
2025-08-20T21:35:29.4341970Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/buffer.go' from root:root to runner:runner
2025-08-20T21:35:29.4343326Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/buffer_generated_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4344695Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/cursor.go' from root:root to runner:runner
2025-08-20T21:35:29.4346039Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/settings.go' from root:root to runner:runner
2025-08-20T21:35:29.4347409Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/autocomplete.go' from root:root to runner:runner
2025-08-20T21:35:29.4348914Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/backup.go' from root:root to runner:runner
2025-08-20T21:35:29.4350356Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/stack.go' from root:root to runner:runner
2025-08-20T21:35:29.4351709Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/line_array_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4353028Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/loc.go' from root:root to runner:runner
2025-08-20T21:35:29.4354341Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/eventhandler.go' from root:root to runner:runner
2025-08-20T21:35:29.4355680Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/stack_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4356997Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/search.go' from root:root to runner:runner
2025-08-20T21:35:29.4358757Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/message.go' from root:root to runner:runner
2025-08-20T21:35:29.4360595Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/line_array.go' from root:root to runner:runner
2025-08-20T21:35:29.4363070Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer' from root:root to runner:runner
2025-08-20T21:35:29.4365543Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/termwindow.go' from root:root to runner:runner
2025-08-20T21:35:29.4368402Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/softwrap.go' from root:root to runner:runner
2025-08-20T21:35:29.4370126Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/window.go' from root:root to runner:runner
2025-08-20T21:35:29.4371458Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/bufwindow.go' from root:root to runner:runner
2025-08-20T21:35:29.4372818Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/statusline.go' from root:root to runner:runner
2025-08-20T21:35:29.4374174Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/infowindow.go' from root:root to runner:runner
2025-08-20T21:35:29.4375518Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/uiwindow.go' from root:root to runner:runner
2025-08-20T21:35:29.4376852Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/tabwindow.go' from root:root to runner:runner
2025-08-20T21:35:29.4378373Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display' from root:root to runner:runner
2025-08-20T21:35:29.4379791Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/util.go' from root:root to runner:runner
2025-08-20T21:35:29.4381080Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/lua.go' from root:root to runner:runner
2025-08-20T21:35:29.4382380Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/util_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4383678Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/profile.go' from root:root to runner:runner
2025-08-20T21:35:29.4384959Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/unicode.go' from root:root to runner:runner
2025-08-20T21:35:29.4386205Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util' from root:root to runner:runner
2025-08-20T21:35:29.4387475Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info/infobuffer.go' from root:root to runner:runner
2025-08-20T21:35:29.4388988Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info/history.go' from root:root to runner:runner
2025-08-20T21:35:29.4390266Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info/gutter.go' from root:root to runner:runner
2025-08-20T21:35:29.4391502Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info' from root:root to runner:runner
2025-08-20T21:35:29.4392687Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T21:35:29.4393982Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:35:29.4395180Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/release.sh' from root:root to runner:runner
2025-08-20T21:35:29.4396421Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/build-date.go' from root:root to runner:runner
2025-08-20T21:35:29.4397734Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/remove-nightly-assets.go' from root:root to runner:runner
2025-08-20T21:35:29.4399208Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/testgen.go' from root:root to runner:runner
2025-08-20T21:35:29.4400489Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/update-nightly-tag.sh' from root:root to runner:runner
2025-08-20T21:35:29.4401775Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/pre-release.sh' from root:root to runner:runner
2025-08-20T21:35:29.4403034Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/compile-linux.sh' from root:root to runner:runner
2025-08-20T21:35:29.4404420Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/package-deb.sh' from root:root to runner:runner
2025-08-20T21:35:29.4405690Z [00:02:24.846]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/info-plist.go' from root:root to runner:runner
2025-08-20T21:35:29.4406955Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/cross-compile.sh' from root:root to runner:runner
2025-08-20T21:35:29.4408430Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/build-version.go' from root:root to runner:runner
2025-08-20T21:35:29.4409710Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/vendor-src.sh' from root:root to runner:runner
2025-08-20T21:35:29.4410995Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/nightly-release.sh' from root:root to runner:runner
2025-08-20T21:35:29.4412344Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools' from root:root to runner:runner
2025-08-20T21:35:29.4413546Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/LICENSE-THIRD-PARTY' from root:root to runner:runner
2025-08-20T21:35:29.4414771Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T21:35:29.4415987Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/data/micro.json' from root:root to runner:runner
2025-08-20T21:35:29.4417323Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/data/io.github.zyedidia.micro.metainfo.xml' from root:root to runner:runner
2025-08-20T21:35:29.4419047Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/data' from root:root to runner:runner
2025-08-20T21:35:29.4420260Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/snapcraft.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4421515Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/initlua.go' from root:root to runner:runner
2025-08-20T21:35:29.4422912Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/debug.go' from root:root to runner:runner
2025-08-20T21:35:29.4424172Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/clean.go' from root:root to runner:runner
2025-08-20T21:35:29.4425427Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/micro_test.go' from root:root to runner:runner
2025-08-20T21:35:29.4426689Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/micro.go' from root:root to runner:runner
2025-08-20T21:35:29.4427888Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro' from root:root to runner:runner
2025-08-20T21:35:29.4429237Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T21:35:29.4430763Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:35:29.4432687Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:35:29.4434913Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:35:29.4437081Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:35:29.4439586Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github/workflows/nightly.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4441673Z [00:02:24.847]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github/workflows/test.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4443014Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github/workflows/release.yaml' from root:root to runner:runner
2025-08-20T21:35:29.4444302Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:35:29.4445600Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:35:29.4446854Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:35:29.4448327Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:35:29.4449685Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:35:29.4451033Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:35:29.4452505Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:35:29.4453863Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:35:29.4455228Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:35:29.4456575Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:35:29.4457886Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:35:29.4459485Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:35:29.4460814Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:35:29.4462116Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:35:29.4463439Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:35:29.4464800Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:35:29.4466361Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:35:29.4467648Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:35:29.4469097Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T21:35:29.4470367Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:35:29.4471691Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:35:29.4473054Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:35:29.4474338Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:35:29.4475566Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:35:29.4476886Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:35:29.4478319Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:35:29.4479588Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T21:35:29.4481219Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:35:29.4482499Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:35:29.4483801Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:35:29.4485054Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:35:29.4486257Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:35:29.4487428Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:35:29.4489070Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:35:29.4490303Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:35:29.4491718Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:35:29.4492912Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:35:29.4494350Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.rev' from root:root to runner:runner
2025-08-20T21:35:29.4496044Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.pack' from root:root to runner:runner
2025-08-20T21:35:29.4497739Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.promisor' from root:root to runner:runner
2025-08-20T21:35:29.4499709Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.rev' from root:root to runner:runner
2025-08-20T21:35:29.4501454Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.idx' from root:root to runner:runner
2025-08-20T21:35:29.4504210Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.promisor' from root:root to runner:runner
2025-08-20T21:35:29.4507472Z [00:02:24.848]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.pack' from root:root to runner:runner
2025-08-20T21:35:29.4510786Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.idx' from root:root to runner:runner
2025-08-20T21:35:29.4513012Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:35:29.4514312Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:35:29.4515534Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:35:29.4516739Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:35:29.4517945Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:35:29.4519323Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:35:29.4520482Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:35:29.4521878Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight/parser.go' from root:root to runner:runner
2025-08-20T21:35:29.4523188Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight/highlighter.go' from root:root to runner:runner
2025-08-20T21:35:29.4524507Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight/unicode.go' from root:root to runner:runner
2025-08-20T21:35:29.4525754Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight' from root:root to runner:runner
2025-08-20T21:35:29.4526918Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T21:35:29.4528424Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/micro-logo-mark.svg' from root:root to runner:runner
2025-08-20T21:35:29.4529783Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/micro-solarized.png' from root:root to runner:runner
2025-08-20T21:35:29.4531068Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/micro-logo.svg' from root:root to runner:runner
2025-08-20T21:35:29.4532478Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/micro-logo-drop.svg' from root:root to runner:runner
2025-08-20T21:35:29.4533793Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging/micro.1' from root:root to runner:runner
2025-08-20T21:35:29.4535127Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging/deb/micro.prerm' from root:root to runner:runner
2025-08-20T21:35:29.4536505Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging/deb/micro.postinst' from root:root to runner:runner
2025-08-20T21:35:29.4537819Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging/deb' from root:root to runner:runner
2025-08-20T21:35:29.4539390Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging/micro.desktop' from root:root to runner:runner
2025-08-20T21:35:29.4540681Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging' from root:root to runner:runner
2025-08-20T21:35:29.4541858Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T21:35:29.4542970Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO' from root:root to runner:runner
2025-08-20T21:35:29.4544027Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2' from root:root to runner:runner
2025-08-20T21:35:29.4545018Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:35:29.4546168Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:35:29.4547171Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:35:29.4548410Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:35:29.4549347Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:35:29.4550298Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.static.version' from runner:docker to runner:runner
2025-08-20T21:35:29.4551234Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:35:29.4552096Z [00:02:24.849]➜  changed ownership of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:35:29.4552875Z [00:02:24.859]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4553749Z [00:02:24.866]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4554622Z [00:02:24.873]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/micro' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4555829Z [00:02:24.881]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/runtime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4557100Z [00:02:24.888]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4558888Z [00:02:24.895]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dukelight-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4560345Z [00:02:24.903]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/cmc-16.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4561740Z [00:02:24.910]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/zenburn.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4563151Z [00:02:24.917]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/gruvbox.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4574492Z [00:02:24.924]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/material-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4642823Z [00:02:24.931]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dracula-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4711524Z [00:02:24.938]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/gotham.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4779216Z [00:02:24.944]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/default.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4847937Z [00:02:24.951]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dukedark-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4915446Z [00:02:24.958]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/railscast.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.4983618Z [00:02:24.965]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/solarized-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5052787Z [00:02:24.972]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/monokai-dark.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5120804Z [00:02:24.979]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/twilight.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5189616Z [00:02:24.985]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/solarized.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5258416Z [00:02:24.992]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/cmc-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5326222Z [00:02:24.999]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/darcula.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5396998Z [00:02:25.006]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/simple.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5467058Z [00:02:25.013]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/sunny-day.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5538813Z [00:02:25.020]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/atom-dark.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5606682Z [00:02:25.027]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/bubblegum.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5676042Z [00:02:25.034]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/gruvbox-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5745314Z [00:02:25.041]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/dukeubuntu-tc.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5814253Z [00:02:25.048]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/one-dark.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5884237Z [00:02:25.055]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/geany.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.5955202Z [00:02:25.062]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/colorschemes/monokai.micro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6024898Z [00:02:25.069]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/runtime_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6097164Z [00:02:25.076]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/objc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6167730Z [00:02:25.083]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/d.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6237199Z [00:02:25.090]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nu.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6306878Z [00:02:25.097]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cmake.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6375223Z [00:02:25.104]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tex.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6444564Z [00:02:25.111]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erlang.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6514266Z [00:02:25.118]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/man.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6583781Z [00:02:25.125]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/verilog.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6654233Z [00:02:25.132]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vi.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6722371Z [00:02:25.139]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/php.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6791743Z [00:02:25.146]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kickstart.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6861655Z [00:02:25.153]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/arduino.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.6931582Z [00:02:25.160]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kickstart.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7000800Z [00:02:25.167]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7071345Z [00:02:25.174]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/smalltalk.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7142665Z [00:02:25.181]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gnuplot.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7214333Z [00:02:25.188]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/micro.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7282735Z [00:02:25.195]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-config.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7351393Z [00:02:25.202]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lisp.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7419190Z [00:02:25.208]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vala.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7487311Z [00:02:25.215]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/msbuild.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7556979Z [00:02:25.222]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cuda.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7626299Z [00:02:25.229]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mpdconf.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7695406Z [00:02:25.236]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ledger.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7766409Z [00:02:25.243]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vi.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7836543Z [00:02:25.250]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zscript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7906235Z [00:02:25.257]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.7976322Z [00:02:25.264]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jinja2.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8045996Z [00:02:25.271]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pascal.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8114637Z [00:02:25.278]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/v.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8182319Z [00:02:25.285]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/go.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8251932Z [00:02:25.292]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pony.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8321126Z [00:02:25.299]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/awk.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8390555Z [00:02:25.306]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lfe.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8460259Z [00:02:25.313]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/puppet.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8532990Z [00:02:25.320]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scala.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8603032Z [00:02:25.327]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/justfile.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8673289Z [00:02:25.334]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nix.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8742226Z [00:02:25.341]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vue.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8810191Z [00:02:25.347]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ledger.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8877118Z [00:02:25.354]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/solidity.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.8944048Z [00:02:25.361]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/stata.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9012203Z [00:02:25.368]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dot.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9079958Z [00:02:25.374]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9146794Z [00:02:25.381]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yum.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9214270Z [00:02:25.388]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hare.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9283229Z [00:02:25.395]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xresources.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9350815Z [00:02:25.402]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/forth.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9417335Z [00:02:25.408]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/toml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9485061Z [00:02:25.415]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cuda.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9553087Z [00:02:25.422]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9619451Z [00:02:25.428]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html5.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9687378Z [00:02:25.435]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groovy.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9755073Z [00:02:25.442]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/terraform.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9822918Z [00:02:25.449]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groff.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9890793Z [00:02:25.456]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/godoc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:29.9958800Z [00:02:25.462]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/terraform.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0030503Z [00:02:25.470]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0099662Z [00:02:25.476]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/stata.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0169532Z [00:02:25.483]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/prql.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0237540Z [00:02:25.490]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pkg-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0306744Z [00:02:25.497]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ruby.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0375821Z [00:02:25.504]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gomod.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0445143Z [00:02:25.511]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/solidity.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0512389Z [00:02:25.518]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/perl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0580927Z [00:02:25.525]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-filter.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0651595Z [00:02:25.532]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sh.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0721278Z [00:02:25.539]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/typescript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0789570Z [00:02:25.545]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0858528Z [00:02:25.552]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-etc-portage.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0926324Z [00:02:25.559]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html4.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.0994854Z [00:02:25.566]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/typescript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1061941Z [00:02:25.573]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/php.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1131231Z [00:02:25.580]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dart.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1198919Z [00:02:25.586]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/puppet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1267947Z [00:02:25.593]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mpdconf.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1335084Z [00:02:25.600]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groff.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1402520Z [00:02:25.607]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jsonnet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1469252Z [00:02:25.613]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/inputrc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1537655Z [00:02:25.620]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/clojure.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1605881Z [00:02:25.627]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cmake.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1673088Z [00:02:25.634]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/swift.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1741593Z [00:02:25.641]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dart.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1809980Z [00:02:25.647]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dockerfile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1877385Z [00:02:25.654]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pov.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.1946268Z [00:02:25.661]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/css.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2014823Z [00:02:25.668]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/makefile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2083799Z [00:02:25.675]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/c.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2155990Z [00:02:25.682]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/micro.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2223949Z [00:02:25.689]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-action.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2293430Z [00:02:25.696]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nginx.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2362727Z [00:02:25.703]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kotlin.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2434346Z [00:02:25.710]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kvlang.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2507651Z [00:02:25.717]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/smalltalk.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2582282Z [00:02:25.725]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/swift.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2653471Z [00:02:25.732]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python3.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2725241Z [00:02:25.739]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sls.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2796157Z [00:02:25.746]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cpp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2869194Z [00:02:25.753]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tcl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.2938291Z [00:02:25.760]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/groovy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3005696Z [00:02:25.767]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/golo.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3073866Z [00:02:25.774]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/makefile.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3141393Z [00:02:25.781]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nu.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3208811Z [00:02:25.787]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/colortest.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3275786Z [00:02:25.794]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/julia.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3343656Z [00:02:25.801]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mail.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3411021Z [00:02:25.808]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cython.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3479291Z [00:02:25.814]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/PowerShell.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3546434Z [00:02:25.821]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/proto.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3616809Z [00:02:25.828]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rpmspec.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3686611Z [00:02:25.835]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/raku.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3754966Z [00:02:25.842]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/default.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3823100Z [00:02:25.849]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ini.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3891136Z [00:02:25.856]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jsonnet.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.3960214Z [00:02:25.862]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nim.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4028518Z [00:02:25.869]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/v.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4098257Z [00:02:25.876]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lua.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4166023Z [00:02:25.883]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/graphql.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4235615Z [00:02:25.890]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html5.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4304616Z [00:02:25.897]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kotlin.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4373496Z [00:02:25.904]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python3.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4443432Z [00:02:25.911]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/javascript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4513985Z [00:02:25.918]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cpp.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4582705Z [00:02:25.925]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tcl.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4651316Z [00:02:25.932]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/glsl.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4720218Z [00:02:25.939]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/msbuild.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4791194Z [00:02:25.946]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/python2.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4859273Z [00:02:25.952]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/caddyfile.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4927673Z [00:02:25.959]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/clojure.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.4996238Z [00:02:25.966]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fsharp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5064772Z [00:02:25.973]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/default.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5133334Z [00:02:25.980]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nix.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5202010Z [00:02:25.987]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/colortest.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5270225Z [00:02:25.994]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scad.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5337517Z [00:02:26.000]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gemini.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5406299Z [00:02:26.007]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crontab.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5474926Z [00:02:26.014]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fish.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5543982Z [00:02:26.021]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/octave.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5611026Z [00:02:26.028]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/awk.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5679499Z [00:02:26.034]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fortran.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5746352Z [00:02:26.041]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/syntax_converter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5815829Z [00:02:26.048]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sage.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5886631Z [00:02:26.055]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-etc-portage.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.5956289Z [00:02:26.062]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/meson.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6024668Z [00:02:26.069]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fish.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6091672Z [00:02:26.076]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/julia.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6158753Z [00:02:26.082]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lilypond.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6225126Z [00:02:26.089]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/odin.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6294287Z [00:02:26.096]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-commit.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6369984Z [00:02:26.103]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/graphql.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6442256Z [00:02:26.111]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-commit.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6511618Z [00:02:26.118]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/glsl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6580659Z [00:02:26.125]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dockerfile.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6647836Z [00:02:26.131]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erb.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6714762Z [00:02:26.138]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crystal.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6782009Z [00:02:26.145]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sls.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6849660Z [00:02:26.151]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nginx.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6917176Z [00:02:26.158]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/odin.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.6984934Z [00:02:26.165]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haskell.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7053354Z [00:02:26.172]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pov.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7120996Z [00:02:26.179]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asciidoc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7188315Z [00:02:26.185]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gdscript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7256152Z [00:02:26.192]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/svelte.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7325758Z [00:02:26.199]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/twig.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7393246Z [00:02:26.206]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/r.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7460425Z [00:02:26.213]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/apacheconf.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7527149Z [00:02:26.219]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sage.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7595909Z [00:02:26.226]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pkg-config.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7663744Z [00:02:26.233]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/objc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7732735Z [00:02:26.240]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ats.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7801222Z [00:02:26.247]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-rebase-todo.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7870265Z [00:02:26.254]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/d.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.7939396Z [00:02:26.260]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/log.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8008574Z [00:02:26.267]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mail.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8077345Z [00:02:26.274]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/po.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8145560Z [00:02:26.281]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/proto.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8214632Z [00:02:26.288]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lua.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8283697Z [00:02:26.295]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/coffeescript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8352673Z [00:02:26.302]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/c.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8421056Z [00:02:26.309]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cython.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8490574Z [00:02:26.316]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nim.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8559588Z [00:02:26.322]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/po.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8627859Z [00:02:26.329]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/json.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8697310Z [00:02:26.336]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fsharp.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8764950Z [00:02:26.343]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/reST.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8832565Z [00:02:26.350]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sed.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8900408Z [00:02:26.357]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/arduino.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.8969018Z [00:02:26.363]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vhdl.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9038190Z [00:02:26.370]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cake.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9106319Z [00:02:26.377]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pascal.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9178717Z [00:02:26.384]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lfe.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9247783Z [00:02:26.391]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haskell.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9316178Z [00:02:26.398]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/json.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9384121Z [00:02:26.405]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sql.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9454337Z [00:02:26.412]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yaml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9524773Z [00:02:26.419]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/systemd.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9593523Z [00:02:26.426]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/bat.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9662129Z [00:02:26.433]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9730442Z [00:02:26.440]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csx.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9798504Z [00:02:26.446]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/twig.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9867476Z [00:02:26.453]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/toml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:30.9936315Z [00:02:26.460]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csharp.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0004814Z [00:02:26.467]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scala.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0076747Z [00:02:26.474]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lisp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0146722Z [00:02:26.481]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elixir.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0216344Z [00:02:26.488]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/caddyfile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0285720Z [00:02:26.495]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ada.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0354384Z [00:02:26.502]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0422183Z [00:02:26.509]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/forth.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0490478Z [00:02:26.516]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/pony.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0559444Z [00:02:26.522]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nftables.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0629487Z [00:02:26.529]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0699375Z [00:02:26.536]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/lilypond.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0766867Z [00:02:26.543]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ocaml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0835299Z [00:02:26.550]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/mc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0905881Z [00:02:26.557]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crontab.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.0973716Z [00:02:26.564]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-config.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1041456Z [00:02:26.571]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/fortran.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1109402Z [00:02:26.577]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erb.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1176519Z [00:02:26.584]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1244395Z [00:02:26.591]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/r.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1312469Z [00:02:26.598]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/renpy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1379206Z [00:02:26.604]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/freebsd-kernel.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1445849Z [00:02:26.611]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-ebuild.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1513483Z [00:02:26.618]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/haml.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1579216Z [00:02:26.624]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1644800Z [00:02:26.631]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nanorc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1710613Z [00:02:26.638]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html4.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1777703Z [00:02:26.644]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/patch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1844671Z [00:02:26.651]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/godoc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1912049Z [00:02:26.658]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zig.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.1977790Z [00:02:26.664]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/peg.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2044027Z [00:02:26.671]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/keymap.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2111496Z [00:02:26.678]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yaml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2179189Z [00:02:26.684]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/verilog.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2246522Z [00:02:26.691]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ats.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2313870Z [00:02:26.698]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sql.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2380710Z [00:02:26.705]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csharp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2447526Z [00:02:26.711]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gomod.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2514032Z [00:02:26.718]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2583152Z [00:02:26.725]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-filter.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2649387Z [00:02:26.731]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/markdown.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2717727Z [00:02:26.738]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ini.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2784059Z [00:02:26.745]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/go.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2851932Z [00:02:26.752]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/dot.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2918953Z [00:02:26.758]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/renpy.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.2986306Z [00:02:26.765]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/octave.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3054219Z [00:02:26.772]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rust.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3121558Z [00:02:26.779]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/crystal.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3190889Z [00:02:26.786]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/log.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3258605Z [00:02:26.792]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3326841Z [00:02:26.799]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/PowerShell.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3394194Z [00:02:26.806]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/hare.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3461257Z [00:02:26.813]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/meson.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3529060Z [00:02:26.819]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/css.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3595380Z [00:02:26.826]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vala.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3662211Z [00:02:26.833]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vhdl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3730376Z [00:02:26.840]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gemini.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3799014Z [00:02:26.846]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/justfile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3867620Z [00:02:26.853]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/javascript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.3933540Z [00:02:26.860]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/java.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4000142Z [00:02:26.867]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asm.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4066535Z [00:02:26.873]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/cake.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4132350Z [00:02:26.880]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/bat.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4198760Z [00:02:26.886]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/conky.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4265013Z [00:02:26.893]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gentoo-ebuild.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4331777Z [00:02:26.900]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/xresources.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4397511Z [00:02:26.906]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zscript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4464215Z [00:02:26.913]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rust.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4531397Z [00:02:26.920]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/conky.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4597043Z [00:02:26.926]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zig.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4664724Z [00:02:26.933]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/svelte.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4730874Z [00:02:26.940]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/sed.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4796142Z [00:02:26.946]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/privoxy-action.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4862295Z [00:02:26.953]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/inputrc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4927753Z [00:02:26.959]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/rpmspec.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.4993661Z [00:02:26.966]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/golo.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5062319Z [00:02:26.973]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/jinja2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5129284Z [00:02:26.979]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/yum.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5196377Z [00:02:26.986]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gdscript.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5263733Z [00:02:26.993]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/perl.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5330964Z [00:02:27.000]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5398646Z [00:02:27.006]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nftables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5465118Z [00:02:27.013]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/gnuplot.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5531619Z [00:02:27.020]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/prql.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5596891Z [00:02:27.026]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ocaml.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5662751Z [00:02:27.033]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/raku.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5729278Z [00:02:27.039]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/apacheconf.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5794884Z [00:02:27.046]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/kvlang.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5860381Z [00:02:27.053]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ada.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5927832Z [00:02:27.059]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/csx.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.5995285Z [00:02:27.066]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/coffeescript.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6063348Z [00:02:27.073]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/markdown.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6129795Z [00:02:27.079]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/zsh.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6197626Z [00:02:27.086]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6265786Z [00:02:27.093]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/nanorc.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6333672Z [00:02:27.100]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/patch.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6401979Z [00:02:27.107]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/erlang.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6469937Z [00:02:27.113]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/ruby.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6537548Z [00:02:27.120]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/systemd.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6605705Z [00:02:27.127]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/keymap.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6674387Z [00:02:27.134]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/man.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6742648Z [00:02:27.141]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/scad.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6812166Z [00:02:27.148]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/git-rebase-todo.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6883209Z [00:02:27.155]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/vue.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.6951745Z [00:02:27.162]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/peg.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7020552Z [00:02:27.169]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/reST.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7089415Z [00:02:27.175]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/tex.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7158642Z [00:02:27.182]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/asciidoc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7225821Z [00:02:27.189]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/html.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7292960Z [00:02:27.196]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elixir.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7360382Z [00:02:27.203]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/make_headers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7428747Z [00:02:27.209]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/freebsd-kernel.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7497839Z [00:02:27.216]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7566669Z [00:02:27.223]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/elm.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7636025Z [00:02:27.230]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/syntax/java.hdr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7705321Z [00:02:27.237]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/help.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7774673Z [00:02:27.244]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/defaultkeys.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7844679Z [00:02:27.251]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/options.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7914509Z [00:02:27.258]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/tutorial.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.7983857Z [00:02:27.265]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/commands.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8053756Z [00:02:27.272]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/keybindings.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8124517Z [00:02:27.279]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/plugins.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8194227Z [00:02:27.286]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/copypaste.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8264724Z [00:02:27.293]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/help/colors.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8334374Z [00:02:27.300]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/literate/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8403227Z [00:02:27.307]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/literate/literate.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8472695Z [00:02:27.314]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/autoclose/autoclose.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8541843Z [00:02:27.321]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/linter/linter.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8614199Z [00:02:27.328]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/linter/help/linter.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8691005Z [00:02:27.336]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/status/status.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8760407Z [00:02:27.343]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/status/help/status.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8830524Z [00:02:27.350]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/comment/comment.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8897659Z [00:02:27.356]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/comment/help/comment.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.8965704Z [00:02:27.363]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/ftoptions/ftoptions.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9034197Z [00:02:27.370]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/runtime/plugins/diff/diff.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9104135Z [00:02:27.377]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9172839Z [00:02:27.384]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9241370Z [00:02:27.391]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/terminal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9307836Z [00:02:27.397]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/internal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9376640Z [00:02:27.404]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/clipboard/clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9445994Z [00:02:27.411]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/views/splits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9514686Z [00:02:27.418]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/views/splits_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9583976Z [00:02:27.425]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/screen/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9653146Z [00:02:27.432]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/screen/screen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9721385Z [00:02:27.439]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/lua/lua.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9789429Z [00:02:27.445]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9857573Z [00:02:27.452]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin_installer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9925478Z [00:02:27.459]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:31.9995190Z [00:02:27.466]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/settings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0062471Z [00:02:27.473]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin_manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0129976Z [00:02:27.480]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/colorscheme_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0197886Z [00:02:27.486]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/rtfiles_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0266608Z [00:02:27.493]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/autosave.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0336572Z [00:02:27.500]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/plugin_installer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0403921Z [00:02:27.507]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/globals.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0472555Z [00:02:27.514]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/rtfiles.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0540015Z [00:02:27.521]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/config/colorscheme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0607213Z [00:02:27.527]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell/job.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0675134Z [00:02:27.534]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell/terminal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0743592Z [00:02:27.541]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/shell/shell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0812356Z [00:02:27.548]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/tab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0880109Z [00:02:27.555]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/terminal_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.0949148Z [00:02:27.561]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/bindings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1016515Z [00:02:27.568]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/actions_posix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1085123Z [00:02:27.575]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/defaults_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1154170Z [00:02:27.582]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/infopane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1220679Z [00:02:27.589]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/events.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1288177Z [00:02:27.595]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/termpane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1357651Z [00:02:27.602]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/terminal_supported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1425127Z [00:02:27.609]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/pane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1492638Z [00:02:27.616]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/infocomplete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1560069Z [00:02:27.623]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/actions_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1627175Z [00:02:27.629]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/rawpane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1693637Z [00:02:27.636]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/bufpane.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1761173Z [00:02:27.643]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/defaults_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1828878Z [00:02:27.649]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1897216Z [00:02:27.656]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/globals.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.1964370Z [00:02:27.663]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2031372Z [00:02:27.670]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/defaults.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2098374Z [00:02:27.676]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/action/keytree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2168257Z [00:02:27.683]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2236275Z [00:02:27.690]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/save.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2303191Z [00:02:27.697]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/serialize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2372587Z [00:02:27.704]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2451699Z [00:02:27.712]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/buffer_generated_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2519439Z [00:02:27.718]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/cursor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2587340Z [00:02:27.725]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/settings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2656114Z [00:02:27.732]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/autocomplete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2723495Z [00:02:27.739]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/backup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2791552Z [00:02:27.746]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/stack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2860681Z [00:02:27.753]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/line_array_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2930740Z [00:02:27.760]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/loc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.2999290Z [00:02:27.766]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/eventhandler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3067832Z [00:02:27.773]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/stack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3138386Z [00:02:27.780]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3207157Z [00:02:27.787]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3276214Z [00:02:27.794]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/buffer/line_array.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3345662Z [00:02:27.801]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/termwindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3414575Z [00:02:27.808]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/softwrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3482977Z [00:02:27.815]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/window.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3551588Z [00:02:27.822]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/bufwindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3620862Z [00:02:27.829]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/statusline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3690305Z [00:02:27.836]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/infowindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3756978Z [00:02:27.842]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/uiwindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3824188Z [00:02:27.849]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/display/tabwindow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3893806Z [00:02:27.856]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.3960920Z [00:02:27.863]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/lua.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4028340Z [00:02:27.869]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/util_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4097334Z [00:02:27.876]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/profile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4165566Z [00:02:27.883]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/util/unicode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4233958Z [00:02:27.890]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info/infobuffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4302529Z [00:02:27.897]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info/history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4372091Z [00:02:27.904]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/internal/info/gutter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4438587Z [00:02:27.910]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4508557Z [00:02:27.917]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4576708Z [00:02:27.924]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/build-date.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4645952Z [00:02:27.931]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/remove-nightly-assets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4714611Z [00:02:27.938]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/testgen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4781548Z [00:02:27.945]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/update-nightly-tag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4849812Z [00:02:27.952]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/pre-release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4917458Z [00:02:27.958]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/compile-linux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.4987018Z [00:02:27.965]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/package-deb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5056063Z [00:02:27.972]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/info-plist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5123886Z [00:02:27.979]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/cross-compile.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5193488Z [00:02:27.986]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/build-version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5262057Z [00:02:27.993]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/vendor-src.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5330130Z [00:02:28.000]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/tools/nightly-release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5397856Z [00:02:28.006]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/LICENSE-THIRD-PARTY' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5469982Z [00:02:28.013]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5538503Z [00:02:28.020]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/data/micro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5607948Z [00:02:28.027]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/data/io.github.zyedidia.micro.metainfo.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5676978Z [00:02:28.034]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/snapcraft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5746012Z [00:02:28.041]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/initlua.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5813114Z [00:02:28.048]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5881026Z [00:02:28.055]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/clean.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.5950872Z [00:02:28.062]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/micro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6019483Z [00:02:28.068]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/cmd/micro/micro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6087052Z [00:02:28.075]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6158164Z [00:02:28.082]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6227223Z [00:02:28.089]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6295297Z [00:02:28.096]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6363109Z [00:02:28.103]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github/workflows/nightly.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6431184Z [00:02:28.110]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github/workflows/test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6499478Z [00:02:28.116]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github/workflows/release.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6568326Z [00:02:28.123]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.github/ISSUE_TEMPLATE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6635665Z [00:02:28.130]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6706107Z [00:02:28.137]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6777948Z [00:02:28.144]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6848669Z [00:02:28.151]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6916848Z [00:02:28.158]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.6983308Z [00:02:28.165]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7051798Z [00:02:28.172]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7119629Z [00:02:28.178]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7191580Z [00:02:28.186]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7257670Z [00:02:28.192]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7325762Z [00:02:28.199]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7392724Z [00:02:28.206]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7460449Z [00:02:28.213]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7527473Z [00:02:28.219]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7598199Z [00:02:28.226]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7666133Z [00:02:28.233]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7733575Z [00:02:28.240]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7802480Z [00:02:28.247]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7869958Z [00:02:28.253]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.7937409Z [00:02:28.260]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8005629Z [00:02:28.267]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8073759Z [00:02:28.274]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8143414Z [00:02:28.281]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8213899Z [00:02:28.288]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8282789Z [00:02:28.295]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8352519Z [00:02:28.302]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8423340Z [00:02:28.309]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8492231Z [00:02:28.316]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8560243Z [00:02:28.322]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8626312Z [00:02:28.329]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-64d0ee7445e2b8c7f15503b586fdf0e328ff1088.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8694417Z [00:02:28.336]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/objects/pack/pack-73dc11aed9ffca5ded1e0bbb834af55c954990d5.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8762970Z [00:02:28.343]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8830256Z [00:02:28.350]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8897679Z [00:02:28.356]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.8964034Z [00:02:28.363]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight/highlighter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9031320Z [00:02:28.370]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/pkg/highlight/unicode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9097363Z [00:02:28.376]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/micro-logo-mark.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9165667Z [00:02:28.383]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/micro-solarized.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9235036Z [00:02:28.390]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/micro-logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9303094Z [00:02:28.397]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/micro-logo-drop.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9370708Z [00:02:28.404]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging/micro.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9439245Z [00:02:28.410]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging/deb/micro.prerm' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9508751Z [00:02:28.417]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging/deb/micro.postinst' retained as 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9577275Z [00:02:28.424]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.9gnZj6cCf2/TEMPREPO/assets/packaging/micro.desktop' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9645864Z [00:02:28.431]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9715826Z [00:02:28.438]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9784911Z [00:02:28.445]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9853829Z [00:02:28.452]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:32.9924139Z [00:02:28.459]➜  mode of '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:35:33.0423796Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:35:33.0424976Z [00:02:28.509]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:35:47.1722803Z 
2025-08-20T21:35:47.1723799Z [+] Sanitizing /tmp/pkgforge/ivZpjKogl_SBUILD/BUILD.log ==> /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.static.log
2025-08-20T21:35:49.5690766Z '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.static.log' -> '/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/micro.log'
2025-08-20T21:35:49.5738318Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-x86_64-linux&download=micro.log
2025-08-20T21:35:49.5739240Z 
2025-08-20T21:35:49.5739732Z [+] Parsing/Uploading micro/micro --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fmicro%2Fmicro [x86_64-Linux]
2025-08-20T21:35:49.5781450Z {
2025-08-20T21:35:49.5781787Z   "_disabled": "false",
2025-08-20T21:35:49.5782154Z   "host": "x86_64-Linux",
2025-08-20T21:35:49.5782494Z   "rank": "",
2025-08-20T21:35:49.5782798Z   "pkg": "micro.static",
2025-08-20T21:35:49.5783091Z   "pkg_family": "micro",
2025-08-20T21:35:49.5783353Z   "pkg_id": "github.com.zyedidia.micro",
2025-08-20T21:35:49.5783666Z   "pkg_name": "micro",
2025-08-20T21:35:49.5783976Z   "pkg_type": "static",
2025-08-20T21:35:49.5784408Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro",
2025-08-20T21:35:49.5784868Z   "app_id": "",
2025-08-20T21:35:49.5785076Z   "appstream": "",
2025-08-20T21:35:49.5785282Z   "category": [
2025-08-20T21:35:49.5785482Z     "ConsoleOnly",
2025-08-20T21:35:49.5785681Z     "Utility"
2025-08-20T21:35:49.5785867Z   ],
2025-08-20T21:35:49.5786147Z   "description": "Modern and intuitive terminal-based text editor",
2025-08-20T21:35:49.5786508Z   "desktop": "",
2025-08-20T21:35:49.5786712Z   "homepage": [
2025-08-20T21:35:49.5786936Z     "https://github.com/zyedidia/micro"
2025-08-20T21:35:49.5787202Z   ],
2025-08-20T21:35:49.5787782Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-x86_64-linux&download=micro.png",
2025-08-20T21:35:49.5788914Z   "license": [
2025-08-20T21:35:49.5789123Z     "MIT"
2025-08-20T21:35:49.5789310Z   ],
2025-08-20T21:35:49.5789487Z   "maintainer": [
2025-08-20T21:35:49.5789739Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:35:49.5790034Z   ],
2025-08-20T21:35:49.5790208Z   "provides": [
2025-08-20T21:35:49.5790404Z     "micro"
2025-08-20T21:35:49.5790583Z   ],
2025-08-20T21:35:49.5790753Z   "note": [
2025-08-20T21:35:49.5791105Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/zyedidia/micro"
2025-08-20T21:35:49.5791525Z   ],
2025-08-20T21:35:49.5791701Z   "repology": [
2025-08-20T21:35:49.5791897Z     "micro"
2025-08-20T21:35:49.5792072Z   ],
2025-08-20T21:35:49.5792252Z   "screenshots": [],
2025-08-20T21:35:49.5792462Z   "src_url": [
2025-08-20T21:35:49.5792674Z     "https://github.com/zyedidia/micro"
2025-08-20T21:35:49.5792942Z   ],
2025-08-20T21:35:49.5793114Z   "tag": [
2025-08-20T21:35:49.5793299Z     "text-editor"
2025-08-20T21:35:49.5793508Z   ],
2025-08-20T21:35:49.5793704Z   "version": "HEAD-094b02d-250820T221947",
2025-08-20T21:35:49.5793994Z   "version_upstream": "2.0.14",
2025-08-20T21:35:49.5794380Z   "bsum": "f3ed6c91ae4780c13c01b886e7c912539169b5c4a5158e13138dcb2ced18a216",
2025-08-20T21:35:49.5794790Z   "build_date": "2025-08-20T21:35:33Z",
2025-08-20T21:35:49.5795180Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108358250",
2025-08-20T21:35:49.5795535Z   "build_id": "17108358250",
2025-08-20T21:35:49.5796108Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-x86_64-linux&download=micro.log",
2025-08-20T21:35:49.5796929Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/micro/static.official.source.yaml",
2025-08-20T21:35:49.5797763Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-x86_64-linux&download=micro",
2025-08-20T21:35:49.5798833Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-x86_64-linux",
2025-08-20T21:35:49.5799569Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/micro/official/micro",
2025-08-20T21:35:49.5800262Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-x86_64-linux&manifest",
2025-08-20T21:35:49.5801537Z   "shasum": "fb4face166fd75c7cd449a7358f3a71fcfd953f1b476659fb90e4dc90829aada",
2025-08-20T21:35:49.5802201Z   "size": "14 MB",
2025-08-20T21:35:49.5802551Z   "size_raw": "14657944",
2025-08-20T21:35:49.5802912Z   "snapshots": [
2025-08-20T21:35:49.5803294Z     "HEAD-9b3f7ff-250119T130748-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5803765Z     "HEAD-f5debdf-250120T202838-x86_64-linux",
2025-08-20T21:35:49.5804265Z     "HEAD-5ee7fb6-250129T171353-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5804765Z     "HEAD-e4b0ad7-250131T175936-x86_64-linux",
2025-08-20T21:35:49.5805246Z     "HEAD-b432bb7-250201T094125-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5805768Z     "HEAD-bf4156c-250208T161959-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5806302Z     "HEAD-5a62a8e-250209T151943-x86_64-linux",
2025-08-20T21:35:49.5806807Z     "HEAD-c937479-250224T180102-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5807368Z     "HEAD-272a308-250227T190330-x86_64-linux[NA-2025-02-27]",
2025-08-20T21:35:49.5807966Z     "HEAD-3c68655-250301T135830-x86_64-linux[NA-2025-03-01]",
2025-08-20T21:35:49.5809003Z     "HEAD-2ae9812-250304T201523-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5809604Z     "HEAD-9835676-250308T140441-x86_64-linux[NA-2025-03-08]",
2025-08-20T21:35:49.5810215Z     "HEAD-7d16dcd-250311T073524-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5810822Z     "HEAD-5eddf5b-250526T220714-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5811383Z     "HEAD-97b5e35-250620T210025-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5811944Z     "HEAD-41b912b-250629T224610-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5812543Z     "HEAD-55a5530-250709T004715-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5813557Z     "HEAD-3a7705a-250711T112140-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5814266Z     "HEAD-7492195-250719T141911-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5814843Z     "HEAD-dbdf753-250720T161432-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5815394Z     "HEAD-d7e43d4-250722T225818-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5815972Z     "HEAD-c9f84cd-250726T113912-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5816526Z     "HEAD-1dbb058-250812T193716-x86_64-linux[2.0.14]",
2025-08-20T21:35:49.5817082Z     "HEAD-86a9fac-250816T133047-x86_64-linux[2.0.14]"
2025-08-20T21:35:49.5817543Z   ]
2025-08-20T21:35:49.5817829Z }
2025-08-20T21:35:49.5818191Z 
2025-08-20T21:35:49.5818196Z 
2025-08-20T21:35:50.2445509Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-x86_64-linux": ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-x86_64-linux: not found
2025-08-20T21:35:50.2489770Z Uploading empty artifact
2025-08-20T21:35:50.2494421Z time=2025-08-20T21:35:50Z level=debug msg=Request #0
2025-08-20T21:35:50.2495441Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/micro/official/micro/manifests/sha256:bb5746d427fad628588a5a48bfec198b44dba78703e31da9adf863811e925d05"
2025-08-20T21:35:50.2496663Z > Request method: "HEAD"
2025-08-20T21:35:50.2497054Z > Request headers:
2025-08-20T21:35:50.2498979Z    "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:50.2500751Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:50.4034309Z time=2025-08-20T21:35:50Z level=debug msg=Response #0
2025-08-20T21:35:50.4035021Z < Response Status: "401 Unauthorized"
2025-08-20T21:35:50.4035422Z < Response headers:
2025-08-20T21:35:50.4035710Z    "Content-Type": "application/json"
2025-08-20T21:35:50.4039692Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/micro/official/micro:pull\""
2025-08-20T21:35:50.4040779Z    "Date": "Wed, 20 Aug 2025 21:35:50 GMT"
2025-08-20T21:35:50.4041112Z    "Content-Length": "73"
2025-08-20T21:35:50.4041467Z    "X-Github-Request-Id": "5C31:38521:42B776:43C3C3:68A63FB6"
2025-08-20T21:35:50.4041910Z time=2025-08-20T21:35:50Z level=debug msg=Request #1
2025-08-20T21:35:50.4042671Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fmicro%2Fofficial%2Fmicro%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:35:50.4043386Z > Request method: "GET"
2025-08-20T21:35:50.4043649Z > Request headers:
2025-08-20T21:35:50.4043902Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:50.4044192Z    "Authorization": "*****"
2025-08-20T21:35:50.5451979Z time=2025-08-20T21:35:50Z level=debug msg=Response #1
2025-08-20T21:35:50.5452800Z < Response Status: "200 OK"
2025-08-20T21:35:50.5453371Z < Response headers:
2025-08-20T21:35:50.5453803Z    "Content-Type": "application/json"
2025-08-20T21:35:50.5454320Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:35:50.5455000Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:35:50.5455620Z    "Date": "Wed, 20 Aug 2025 21:35:50 GMT"
2025-08-20T21:35:50.5456021Z    "Content-Length": "69"
2025-08-20T21:35:50.5456479Z    "X-Github-Request-Id": "5C31:38521:42B78A:43C3D2:68A63FB6"
2025-08-20T21:35:50.5457031Z time=2025-08-20T21:35:50Z level=debug msg=Request #2
2025-08-20T21:35:50.5465830Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/micro/official/micro/manifests/sha256:bb5746d427fad628588a5a48bfec198b44dba78703e31da9adf863811e925d05"
2025-08-20T21:35:50.5466750Z > Request method: "HEAD"
2025-08-20T21:35:50.5467030Z > Request headers:
2025-08-20T21:35:50.5468768Z    "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:50.5470118Z    "Authorization": "*****"
2025-08-20T21:35:50.5470408Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:50.6422052Z time=2025-08-20T21:35:50Z level=debug msg=Response #2
2025-08-20T21:35:50.6422874Z < Response Status: "404 Not Found"
2025-08-20T21:35:50.6423480Z < Response headers:
2025-08-20T21:35:50.6424019Z    "Content-Type": "application/json"
2025-08-20T21:35:50.6424622Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:35:50.6425470Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:35:50.6426254Z    "Date": "Wed, 20 Aug 2025 21:35:50 GMT"
2025-08-20T21:35:50.6426664Z    "Content-Length": "70"
2025-08-20T21:35:50.6427024Z    "X-Github-Request-Id": "5C31:38521:42B79E:43C3F2:68A63FB6"
2025-08-20T21:35:50.6427463Z time=2025-08-20T21:35:50Z level=debug msg=Request #3
2025-08-20T21:35:50.6428627Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/micro/official/micro/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:35:50.6429508Z > Request method: "HEAD"
2025-08-20T21:35:50.6429780Z > Request headers:
2025-08-20T21:35:50.6430031Z    "Authorization": "*****"
2025-08-20T21:35:50.6430321Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:50.7677757Z time=2025-08-20T21:35:50Z level=debug msg=Response #3
2025-08-20T21:35:50.7678654Z < Response Status: "200 OK"
2025-08-20T21:35:50.7679115Z < Response headers:
2025-08-20T21:35:50.7679537Z    "Content-Type": ""
2025-08-20T21:35:50.7680412Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:35:50.7681627Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:35:50.7682741Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:35:50.7683900Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:35:50.7684778Z    "Date": "Wed, 20 Aug 2025 21:35:50 GMT"
2025-08-20T21:35:50.7686215Z    "X-Github-Request-Id": "5C31:38521:42B7B4:43C403:68A63FB6"
2025-08-20T21:35:50.7686846Z    "Content-Length": "0"
2025-08-20T21:35:50.7687177Z time=2025-08-20T21:35:50Z level=debug msg=Request #4
2025-08-20T21:35:50.7687903Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/micro/official/micro/manifests/HEAD-094b02d-250820T221947-x86_64-linux"
2025-08-20T21:35:50.7688806Z > Request method: "PUT"
2025-08-20T21:35:50.7689058Z > Request headers:
2025-08-20T21:35:50.7689386Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:35:50.7689773Z    "Authorization": "*****"
2025-08-20T21:35:50.7690042Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:35:51.0885534Z time=2025-08-20T21:35:51Z level=debug msg=Response #4
2025-08-20T21:35:51.0886373Z < Response Status: "201 Created"
2025-08-20T21:35:51.0886985Z < Response headers:
2025-08-20T21:35:51.0888692Z    "Location": "/v2/pkgforge/bincache/micro/official/micro/manifests/sha256:bb5746d427fad628588a5a48bfec198b44dba78703e31da9adf863811e925d05"
2025-08-20T21:35:51.0890681Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:35:51.0891572Z    "Date": "Wed, 20 Aug 2025 21:35:51 GMT"
2025-08-20T21:35:51.0891980Z    "Content-Length": "0"
2025-08-20T21:35:51.0892423Z    "X-Github-Request-Id": "5C31:38521:42B7C9:43C419:68A63FB6"
2025-08-20T21:35:51.0892834Z    "Content-Type": "application/json"
2025-08-20T21:35:51.0893400Z    "Docker-Content-Digest": "sha256:bb5746d427fad628588a5a48bfec198b44dba78703e31da9adf863811e925d05"
2025-08-20T21:35:51.0893990Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:35:51.0894612Z Pushed [registry] ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:35:51.0895229Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:35:51.0896010Z Digest: sha256:bb5746d427fad628588a5a48bfec198b44dba78703e31da9adf863811e925d05
2025-08-20T21:35:53.6620216Z Uploading 35f8d60e4111 CHECKSUM
2025-08-20T21:35:53.6650682Z Uploading fb4face166fd micro
2025-08-20T21:35:53.6798253Z Uploading a6744763174e micro.sig
2025-08-20T21:35:53.8845723Z Exists    53a0ccf2bda5 LICENSE
2025-08-20T21:35:53.9157244Z Uploading ddce5120849b CHECKSUM.sig
2025-08-20T21:35:53.9896898Z Uploading c55a65598267 LICENSE.sig
2025-08-20T21:35:54.7261900Z Uploaded  35f8d60e4111 CHECKSUM
2025-08-20T21:35:54.7603102Z Uploaded  a6744763174e micro.sig
2025-08-20T21:35:54.8376938Z Exists    c8738fdc3f2a SBUILD
2025-08-20T21:35:54.8538775Z Uploading 1a6ef63de439 SBUILD.sig
2025-08-20T21:35:54.9842447Z Exists    11cf0313013e micro.png
2025-08-20T21:35:55.1060655Z Uploading 75cc634d9775 micro.json
2025-08-20T21:35:55.2414787Z Uploaded  ddce5120849b CHECKSUM.sig
2025-08-20T21:35:55.3139959Z Uploaded  c55a65598267 LICENSE.sig
2025-08-20T21:35:55.3369821Z Uploading d264a46e8354 micro.json.sig
2025-08-20T21:35:55.4379797Z Uploading 526f86e06072 micro.log
2025-08-20T21:35:55.5021991Z Uploaded  fb4face166fd micro
2025-08-20T21:35:55.5925727Z Uploading 63eb11d30374 micro.log.sig
2025-08-20T21:35:55.9996180Z Uploaded  1a6ef63de439 SBUILD.sig
2025-08-20T21:35:56.1378516Z Exists    0f89d1a539c9 micro.version
2025-08-20T21:35:56.1775402Z Uploaded  75cc634d9775 micro.json
2025-08-20T21:35:56.3485422Z Uploading 741f888dad8c micro.version.sig
2025-08-20T21:35:56.5167094Z Uploaded  d264a46e8354 micro.json.sig
2025-08-20T21:35:56.6755234Z Uploaded  63eb11d30374 micro.log.sig
2025-08-20T21:35:56.9701211Z Uploaded  526f86e06072 micro.log
2025-08-20T21:35:57.9822682Z Uploaded  741f888dad8c micro.version.sig
2025-08-20T21:35:57.9823312Z Uploading 83bb67005d10 micro
2025-08-20T21:35:58.5035559Z Uploaded  83bb67005d10 micro
2025-08-20T21:35:58.5036514Z Pushed [registry] ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:35:58.5037626Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:35:58.5038492Z Digest: sha256:83bb67005d10caedc0fe4ddf209155bf02cd3cffc92c498c0be1d90bc7f48e8d
2025-08-20T21:36:04.3516813Z 
2025-08-20T21:36:04.3517715Z [+] Registry --> https://ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:04.3518736Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-094b02d-250820T221947-x86_64-linux&manifest 
2025-08-20T21:36:04.3519265Z 
2025-08-20T21:36:06.5102536Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:36:06.6929985Z ./BUILD_ARTIFACTS.tar : 40.75%   (  34.7 MiB =>   14.1 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:36:06.7029430Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:36:06.7067817Z 
2025-08-20T21:36:06.7069228Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml :: 00(Hr):03(Min):02(Sec)
2025-08-20T21:36:06.7083721Z 
2025-08-20T21:36:06.7083727Z 
2025-08-20T21:36:06.7084087Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:36:06 PM) UTC
2025-08-20T21:36:06.7084558Z 
2025-08-20T21:36:07.0690623Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:36:07.0742398Z ##[group]Run ##Presets
2025-08-20T21:36:07.0742780Z [36;1m##Presets[0m
2025-08-20T21:36:07.0742992Z [36;1mset +x ; set +e[0m
2025-08-20T21:36:07.0743209Z [36;1m#-------------#[0m
2025-08-20T21:36:07.0743413Z [36;1m##Debug?[0m
2025-08-20T21:36:07.0743658Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:36:07.0743951Z [36;1m  set -x[0m
2025-08-20T21:36:07.0744131Z [36;1mfi[0m
2025-08-20T21:36:07.0744307Z [36;1m#-------------#[0m
2025-08-20T21:36:07.0744506Z [36;1m##Set ENV[0m
2025-08-20T21:36:07.0744741Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:36:07.0745237Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-094b02d-250820T221947-x86_64-linux"[0m
2025-08-20T21:36:07.0745768Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-094b02d-250820T221947-x86_64-linux"[0m
2025-08-20T21:36:07.0746339Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250"[0m
2025-08-20T21:36:07.0746872Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:36:07.0747274Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:36:07.0747724Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:36:07.0748295Z [36;1m fi[0m
2025-08-20T21:36:07.0748482Z [36;1m##Push[0m
2025-08-20T21:36:07.0748712Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:36:07.0749000Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:36:07.0749381Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:36:07.0749863Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:36:07.0750320Z [36;1m     ls -sh "/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:36:07.0750667Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:36:07.0750892Z [36;1m       {[0m
2025-08-20T21:36:07.0751084Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:36:07.0751426Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:36:07.0751884Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:36:07.0752318Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:36:07.0752858Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-094b02d-250820T221947-x86_64-linux")[0m
2025-08-20T21:36:07.0753575Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108358250")[0m
2025-08-20T21:36:07.0754169Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108358250")[0m
2025-08-20T21:36:07.0754847Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-094b02d-250820T221947-x86_64-linux")[0m
2025-08-20T21:36:07.0755767Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:35:33Z")[0m
2025-08-20T21:36:07.0756275Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-094b02d-250820T221947")[0m
2025-08-20T21:36:07.0756797Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:35:33Z")[0m
2025-08-20T21:36:07.0757465Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/micro/official/micro")[0m
2025-08-20T21:36:07.0758371Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:36:07.0758909Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-094b02d-250820T221947")[0m
2025-08-20T21:36:07.0759644Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-094b02d-250820T221947")[0m
2025-08-20T21:36:07.0760418Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro")[0m
2025-08-20T21:36:07.0761106Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-micro")[0m
2025-08-20T21:36:07.0761655Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/zyedidia/micro")[0m
2025-08-20T21:36:07.0762188Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:36:07.0762703Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-094b02d-250820T221947")[0m
2025-08-20T21:36:07.0763189Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:36:07.0763724Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:36:07.0764166Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:36:07.0764422Z [36;1m         #Check[0m
2025-08-20T21:36:07.0765008Z [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:33Z" ]]; then[0m
2025-08-20T21:36:07.0765732Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:36:07.0766084Z [36;1m            break[0m
2025-08-20T21:36:07.0766294Z [36;1m          else[0m
2025-08-20T21:36:07.0766698Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:36:07.0767126Z [36;1m          fi[0m
2025-08-20T21:36:07.0767353Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:36:07.0767608Z [36;1m        done[0m
2025-08-20T21:36:07.0767795Z [36;1m       }[0m
2025-08-20T21:36:07.0768206Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:36:07.0768488Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:36:07.0769086Z [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:33Z" ]]; then[0m
2025-08-20T21:36:07.0769856Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:36:07.0770272Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:36:07.0770535Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:36:07.0771146Z [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:33Z" ]]; then[0m
2025-08-20T21:36:07.0771875Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:36:07.0772539Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:36:07.0772941Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:36:07.0773181Z [36;1m           fi[0m
2025-08-20T21:36:07.0773379Z [36;1m       fi[0m
2025-08-20T21:36:07.0773561Z [36;1m   fi[0m
2025-08-20T21:36:07.0773737Z [36;1m fi[0m
2025-08-20T21:36:07.0773927Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:36:07.0974807Z shell: /usr/bin/bash -e {0}
2025-08-20T21:36:07.0975048Z env:
2025-08-20T21:36:07.0975224Z   CROSS_COMPILING: NO
2025-08-20T21:36:07.0975449Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:36:07.0975689Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:36:07.0975913Z   ON_QEMU: NO
2025-08-20T21:36:07.0976088Z   DEBUG: 0
2025-08-20T21:36:07.0976268Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:36:07.0976486Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:36:07.0976768Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:36:07.0977237Z   KEEP_LOGS: YES
2025-08-20T21:36:07.0977444Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:36:07.0977664Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:36:07.0977878Z   SBUILD_REBUILD: false
2025-08-20T21:36:07.0978557Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:36:07.0979129Z   BUILD_SYS: docker://go
2025-08-20T21:36:07.0979340Z   BUILD_ON_HOST: FALSE
2025-08-20T21:36:07.0979539Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:36:07.0979733Z   SYSTMP: /tmp
2025-08-20T21:36:07.0979914Z   GHA_MODE: MATRIX
2025-08-20T21:36:07.0980350Z   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:36:07.0980867Z   INPUT_SBUILD: /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:36:07.0981202Z   BUILD_DIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml
2025-08-20T21:36:07.0981591Z   SBUILD_OUTDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:36:07.0982085Z   SBUILD_TMPDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:36:07.0982459Z   PKG_TYPE: static
2025-08-20T21:36:07.0982658Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:36:07.0982883Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:36:07.0983261Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:36:07.0983632Z   BUILD_ID: 17108358250
2025-08-20T21:36:07.0983834Z   PKG_NAME: micro
2025-08-20T21:36:07.0984032Z   PKG_DATE: 2025-08-20T21:35:33Z
2025-08-20T21:36:07.0984283Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:36:07.0984542Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:36:07.0984840Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:07.0985190Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:07.0985619Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro
2025-08-20T21:36:07.0986048Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:36:07.0986327Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:36:07.0986722Z   GHCR_TOKEN: ***
2025-08-20T21:36:07.0987025Z   GITHUB_TOKEN: ***
2025-08-20T21:36:07.0987254Z   GITLAB_TOKEN: ***
2025-08-20T21:36:07.0988452Z   MINISIGN_KEY: ***
2025-08-20T21:36:07.0988643Z ##[endgroup]
2025-08-20T21:36:07.1079929Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:36:07.1090467Z 15M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:36:07.1103592Z total 16M
2025-08-20T21:36:07.1103826Z 4.0K CHECKSUM
2025-08-20T21:36:07.1104029Z 4.0K CHECKSUM.sig
2025-08-20T21:36:07.1104233Z 4.0K LICENSE
2025-08-20T21:36:07.1104415Z 4.0K LICENSE.sig
2025-08-20T21:36:07.1104603Z 4.0K SBUILD
2025-08-20T21:36:07.1104799Z 4.0K SBUILD.sig
2025-08-20T21:36:07.1105130Z 4.0K SBUILD_TEMP
2025-08-20T21:36:07.1105452Z  14M micro
2025-08-20T21:36:07.1105752Z 4.0K micro.json
2025-08-20T21:36:07.1106073Z 4.0K micro.json.sig
2025-08-20T21:36:07.1106422Z 832K micro.log
2025-08-20T21:36:07.1106753Z 4.0K micro.log.sig
2025-08-20T21:36:07.1107345Z  40K micro.png
2025-08-20T21:36:07.1107680Z 4.0K micro.sig
2025-08-20T21:36:07.1108199Z 832K micro.static.log
2025-08-20T21:36:07.1108588Z 4.0K micro.static.version
2025-08-20T21:36:07.1108992Z 4.0K micro.static.version.sig
2025-08-20T21:36:07.1109399Z 4.0K micro.version
2025-08-20T21:36:07.1109757Z 4.0K micro.version.sig
2025-08-20T21:36:07.9061193Z Uploading 53fd5c01ed4d BUILD_ARTIFACTS.zstd
2025-08-20T21:36:09.7556593Z Uploaded  53fd5c01ed4d BUILD_ARTIFACTS.zstd
2025-08-20T21:36:09.7557330Z Uploading 85e919ee5e6f SRCBUILD-micro
2025-08-20T21:36:10.1301213Z Uploaded  85e919ee5e6f SRCBUILD-micro
2025-08-20T21:36:10.1302584Z Pushed [registry] ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250:HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:10.1303667Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:36:10.1304296Z Digest: sha256:85e919ee5e6fd64d38390ec5ce4c5e42c23a9f82ad35c01cce486137dd990494
2025-08-20T21:36:15.5636475Z 
2025-08-20T21:36:15.5637760Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:36:15.5638629Z 
2025-08-20T21:36:16.0291409Z ##[group]Run ##Presets
2025-08-20T21:36:16.0291675Z [36;1m##Presets[0m
2025-08-20T21:36:16.0291911Z [36;1mset +x ; set +e[0m
2025-08-20T21:36:16.0292126Z [36;1m#-------------#[0m
2025-08-20T21:36:16.0292330Z [36;1m##Debug?[0m
2025-08-20T21:36:16.0292571Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:36:16.0292879Z [36;1m  set -x[0m
2025-08-20T21:36:16.0293063Z [36;1mfi[0m
2025-08-20T21:36:16.0293243Z [36;1m#-------------#[0m
2025-08-20T21:36:16.0293512Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:36:16.0293857Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:36:16.0343438Z shell: /usr/bin/bash -e {0}
2025-08-20T21:36:16.0343673Z env:
2025-08-20T21:36:16.0343863Z   CROSS_COMPILING: NO
2025-08-20T21:36:16.0344099Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:36:16.0344348Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:36:16.0344570Z   ON_QEMU: NO
2025-08-20T21:36:16.0344777Z   DEBUG: 0
2025-08-20T21:36:16.0344953Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:36:16.0345179Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:36:16.0345459Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:36:16.0345763Z   KEEP_LOGS: YES
2025-08-20T21:36:16.0345958Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:36:16.0346171Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:36:16.0346384Z   SBUILD_REBUILD: false
2025-08-20T21:36:16.0346920Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:36:16.0347483Z   BUILD_SYS: docker://go
2025-08-20T21:36:16.0347698Z   BUILD_ON_HOST: FALSE
2025-08-20T21:36:16.0347900Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:36:16.0348361Z   SYSTMP: /tmp
2025-08-20T21:36:16.0348553Z   GHA_MODE: MATRIX
2025-08-20T21:36:16.0348986Z   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:36:16.0349508Z   INPUT_SBUILD: /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:36:16.0349839Z   BUILD_DIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml
2025-08-20T21:36:16.0350220Z   SBUILD_OUTDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:36:16.0350703Z   SBUILD_TMPDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:36:16.0351085Z   PKG_TYPE: static
2025-08-20T21:36:16.0351278Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:36:16.0351511Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:36:16.0351891Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:36:16.0352254Z   BUILD_ID: 17108358250
2025-08-20T21:36:16.0352451Z   PKG_NAME: micro
2025-08-20T21:36:16.0352646Z   PKG_DATE: 2025-08-20T21:35:33Z
2025-08-20T21:36:16.0352895Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:36:16.0353364Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:36:16.0353664Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:16.0354031Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:16.0354461Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro
2025-08-20T21:36:16.0354888Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:36:16.0355160Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:36:16.0355430Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:16.0355897Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:36:16.0356332Z ##[endgroup]
2025-08-20T21:36:16.0505869Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:36:16.0506172Z with:
2025-08-20T21:36:16.0506368Z   name: Bincache_micro_x86_64-Linux
2025-08-20T21:36:16.0506673Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:36:16.0506955Z   compression-level: 0
2025-08-20T21:36:16.0507184Z   retention-days: 30
2025-08-20T21:36:16.0507391Z   overwrite: true
2025-08-20T21:36:16.0507590Z   if-no-files-found: warn
2025-08-20T21:36:16.0507819Z   include-hidden-files: false
2025-08-20T21:36:16.0508197Z env:
2025-08-20T21:36:16.0508369Z   CROSS_COMPILING: NO
2025-08-20T21:36:16.0508577Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:36:16.0508801Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:36:16.0509015Z   ON_QEMU: NO
2025-08-20T21:36:16.0509187Z   DEBUG: 0
2025-08-20T21:36:16.0509365Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:36:16.0509582Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:36:16.0509864Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:36:16.0510210Z   KEEP_LOGS: YES
2025-08-20T21:36:16.0510410Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:36:16.0510623Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:36:16.0510835Z   SBUILD_REBUILD: false
2025-08-20T21:36:16.0511368Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:36:16.0511966Z   BUILD_SYS: docker://go
2025-08-20T21:36:16.0512181Z   BUILD_ON_HOST: FALSE
2025-08-20T21:36:16.0512380Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:36:16.0512576Z   SYSTMP: /tmp
2025-08-20T21:36:16.0512758Z   GHA_MODE: MATRIX
2025-08-20T21:36:16.0513193Z   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:36:16.0513709Z   INPUT_SBUILD: /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:36:16.0514040Z   BUILD_DIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml
2025-08-20T21:36:16.0514436Z   SBUILD_OUTDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:36:16.0514925Z   SBUILD_TMPDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:36:16.0515306Z   PKG_TYPE: static
2025-08-20T21:36:16.0515503Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:36:16.0515734Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:36:16.0516117Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:36:16.0516481Z   BUILD_ID: 17108358250
2025-08-20T21:36:16.0516674Z   PKG_NAME: micro
2025-08-20T21:36:16.0516870Z   PKG_DATE: 2025-08-20T21:35:33Z
2025-08-20T21:36:16.0517110Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:36:16.0517370Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:36:16.0517670Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:16.0518122Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:16.0518553Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro
2025-08-20T21:36:16.0518990Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:36:16.0519263Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:36:16.0519534Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:16.0520005Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:36:16.0520619Z   UTC_TIME: 2025_08_20T09_36_16_PM
2025-08-20T21:36:16.0520851Z ##[endgroup]
2025-08-20T21:36:16.2726748Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:36:16.2730406Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:36:16.2731375Z With the provided path, there will be 2 files uploaded
2025-08-20T21:36:16.5760944Z Artifact name is valid!
2025-08-20T21:36:16.5762654Z Root directory input is valid!
2025-08-20T21:36:16.6772272Z Beginning upload of artifact content to blob storage
2025-08-20T21:36:17.9378484Z Uploaded bytes 8388608
2025-08-20T21:36:18.1634704Z Uploaded bytes 16037649
2025-08-20T21:36:18.2623652Z Finished uploading artifact content to blob storage!
2025-08-20T21:36:18.2626819Z SHA256 digest of uploaded artifact zip is f6f9e36309779b858fc5c3e47ff1cc191c005580d7ff1c7473e378e5e9b30f61
2025-08-20T21:36:18.2627509Z Finalizing artifact upload
2025-08-20T21:36:18.4276149Z Artifact Bincache_micro_x86_64-Linux.zip successfully finalized. Artifact ID 3813456296
2025-08-20T21:36:18.4277888Z Artifact Bincache_micro_x86_64-Linux has been successfully uploaded! Final size is 16037649 bytes. Artifact ID is 3813456296
2025-08-20T21:36:18.4286563Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108358250/artifacts/3813456296
2025-08-20T21:36:18.4449711Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:36:18.4450052Z with:
2025-08-20T21:36:18.4450351Z   subject-name: micro-17108358250-HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:18.4451210Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:36:18.4451952Z   show-summary: true
2025-08-20T21:36:18.4452170Z   push-to-registry: false
2025-08-20T21:36:18.4452565Z   github-token: ***
2025-08-20T21:36:18.4452768Z env:
2025-08-20T21:36:18.4452963Z   CROSS_COMPILING: NO
2025-08-20T21:36:18.4453177Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:36:18.4453412Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:36:18.4453633Z   ON_QEMU: NO
2025-08-20T21:36:18.4453812Z   DEBUG: 0
2025-08-20T21:36:18.4453990Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:36:18.4454217Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:36:18.4454526Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:36:18.4454827Z   KEEP_LOGS: YES
2025-08-20T21:36:18.4455023Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:36:18.4455240Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:36:18.4455457Z   SBUILD_REBUILD: false
2025-08-20T21:36:18.4455991Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:36:18.4456552Z   BUILD_SYS: docker://go
2025-08-20T21:36:18.4456764Z   BUILD_ON_HOST: FALSE
2025-08-20T21:36:18.4456964Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:36:18.4457159Z   SYSTMP: /tmp
2025-08-20T21:36:18.4457347Z   GHA_MODE: MATRIX
2025-08-20T21:36:18.4457784Z   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:36:18.4458534Z   INPUT_SBUILD: /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:36:18.4458870Z   BUILD_DIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml
2025-08-20T21:36:18.4459266Z   SBUILD_OUTDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:36:18.4459756Z   SBUILD_TMPDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:36:18.4460141Z   PKG_TYPE: static
2025-08-20T21:36:18.4460337Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:36:18.4460567Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:36:18.4460956Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:36:18.4461319Z   BUILD_ID: 17108358250
2025-08-20T21:36:18.4461516Z   PKG_NAME: micro
2025-08-20T21:36:18.4461716Z   PKG_DATE: 2025-08-20T21:35:33Z
2025-08-20T21:36:18.4462178Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:36:18.4462449Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:36:18.4462759Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:18.4463116Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:18.4463558Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro
2025-08-20T21:36:18.4463992Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:36:18.4464274Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:36:18.4464553Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:18.4465030Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:36:18.4465446Z   UTC_TIME: 2025_08_20T09_36_16_PM
2025-08-20T21:36:18.4465675Z ##[endgroup]
2025-08-20T21:36:18.4539720Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:36:18.4540181Z env:
2025-08-20T21:36:18.4540365Z   CROSS_COMPILING: NO
2025-08-20T21:36:18.4540585Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:36:18.4540823Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:36:18.4541046Z   ON_QEMU: NO
2025-08-20T21:36:18.4541228Z   DEBUG: 0
2025-08-20T21:36:18.4541410Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:36:18.4541828Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:36:18.4542140Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:36:18.4542445Z   KEEP_LOGS: YES
2025-08-20T21:36:18.4542656Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:36:18.4542878Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:36:18.4543091Z   SBUILD_REBUILD: false
2025-08-20T21:36:18.4543630Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:36:18.4544193Z   BUILD_SYS: docker://go
2025-08-20T21:36:18.4544411Z   BUILD_ON_HOST: FALSE
2025-08-20T21:36:18.4544616Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:36:18.4544818Z   SYSTMP: /tmp
2025-08-20T21:36:18.4545012Z   GHA_MODE: MATRIX
2025-08-20T21:36:18.4545451Z   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:36:18.4545963Z   INPUT_SBUILD: /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:36:18.4546306Z   BUILD_DIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml
2025-08-20T21:36:18.4546702Z   SBUILD_OUTDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:36:18.4547204Z   SBUILD_TMPDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:36:18.4547605Z   PKG_TYPE: static
2025-08-20T21:36:18.4547809Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:36:18.4548181Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:36:18.4548574Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:36:18.4548960Z   BUILD_ID: 17108358250
2025-08-20T21:36:18.4549168Z   PKG_NAME: micro
2025-08-20T21:36:18.4549370Z   PKG_DATE: 2025-08-20T21:35:33Z
2025-08-20T21:36:18.4549634Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:36:18.4549902Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:36:18.4550210Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:18.4550563Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:18.4551007Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro
2025-08-20T21:36:18.4551442Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:36:18.4551725Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:36:18.4552003Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:18.4552479Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:36:18.4552900Z   UTC_TIME: 2025_08_20T09_36_16_PM
2025-08-20T21:36:18.4553130Z ##[endgroup]
2025-08-20T21:36:34.6365834Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:36:34.6366377Z with:
2025-08-20T21:36:34.6367058Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:36:34.6367882Z   subject-name: micro-17108358250-HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:34.6368541Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:36:34.6371165Z   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:36:34.6373748Z   push-to-registry: false
2025-08-20T21:36:34.6373977Z   show-summary: true
2025-08-20T21:36:34.6374588Z   github-token: ***
2025-08-20T21:36:34.6374807Z env:
2025-08-20T21:36:34.6374992Z   CROSS_COMPILING: NO
2025-08-20T21:36:34.6375213Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:36:34.6375446Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:36:34.6375672Z   ON_QEMU: NO
2025-08-20T21:36:34.6375853Z   DEBUG: 0
2025-08-20T21:36:34.6376042Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:36:34.6376275Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:36:34.6376561Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:36:34.6376862Z   KEEP_LOGS: YES
2025-08-20T21:36:34.6377059Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:36:34.6377281Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:36:34.6377515Z   SBUILD_REBUILD: false
2025-08-20T21:36:34.6378211Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:36:34.6378785Z   BUILD_SYS: docker://go
2025-08-20T21:36:34.6379002Z   BUILD_ON_HOST: FALSE
2025-08-20T21:36:34.6379206Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:36:34.6379416Z   SYSTMP: /tmp
2025-08-20T21:36:34.6379605Z   GHA_MODE: MATRIX
2025-08-20T21:36:34.6380048Z   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:36:34.6380561Z   INPUT_SBUILD: /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:36:34.6380892Z   BUILD_DIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml
2025-08-20T21:36:34.6381293Z   SBUILD_OUTDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:36:34.6381783Z   SBUILD_TMPDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:36:34.6382175Z   PKG_TYPE: static
2025-08-20T21:36:34.6382378Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:36:34.6382616Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:36:34.6383003Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:36:34.6383369Z   BUILD_ID: 17108358250
2025-08-20T21:36:34.6383573Z   PKG_NAME: micro
2025-08-20T21:36:34.6383784Z   PKG_DATE: 2025-08-20T21:35:33Z
2025-08-20T21:36:34.6384039Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:36:34.6384304Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:36:34.6384616Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:34.6384974Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:34.6385408Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro
2025-08-20T21:36:34.6385847Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:36:34.6386129Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:36:34.6386411Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:34.6387032Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:36:34.6387451Z   UTC_TIME: 2025_08_20T09_36_16_PM
2025-08-20T21:36:34.6387688Z ##[endgroup]
2025-08-20T21:36:36.3637363Z Attestation created for 18 subjects
2025-08-20T21:36:36.3641616Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:36:36.3642411Z -----BEGIN CERTIFICATE-----
2025-08-20T21:36:36.3643090Z MIIG7jCCBnSgAwIBAgIUI2W4DiY1jjJh0HuYWXBdqaY6GoowCgYIKoZIzj0EAwMw
2025-08-20T21:36:36.3643972Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:36:36.3644935Z cm1lZGlhdGUwHhcNMjUwODIwMjEzNjM1WhcNMjUwODIwMjE0NjM1WjAAMFkwEwYH
2025-08-20T21:36:36.3645887Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEfWmgGZhMwA1WMt496I8yxqMjoGlX2tTt5A44
2025-08-20T21:36:36.3646802Z m34MdiQ+1qt15kb8GtnU1eiiKKzr1yuVbdEaNlmqkcl+tFfWiKOCBZMwggWPMA4G
2025-08-20T21:36:36.3647712Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU8H22
2025-08-20T21:36:36.3648771Z qVmEZAbM14w0yUA3mj9Zg9IwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:36:36.3649591Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:36:36.3650416Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:36:36.3651440Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:36:36.3651972Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:36:36.3652481Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:36:36.3653158Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:36:36.3653708Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:36:36.3654231Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:36:36.3654747Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:36:36.3655249Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:36:36.3655756Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:36:36.3656264Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:36:36.3656760Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:36:36.3657436Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:36:36.3657957Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:36:36.3658664Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:36:36.3659248Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:36:36.3659724Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:36:36.3660187Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:36:36.3660651Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:36:36.3661126Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:36:36.3661597Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:36:36.3662071Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:36:36.3662533Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MzU4MjUwL2F0
2025-08-20T21:36:36.3663012Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T21:36:36.3663489Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJaZC3
2025-08-20T21:36:36.3663950Z AAAEAwBGMEQCIHbSi8RevUpamtU2qE9LTw0dy/eVpeCi8WET7yo0SaksAiAgBBGT
2025-08-20T21:36:36.3664396Z XsOFkCjsKApWF73v5BPwadPEe+yv/QFYIp/NRDAKBggqhkjOPQQDAwNoADBlAjEA
2025-08-20T21:36:36.3664833Z 2efE4svsjb/4N91/io3/I7fPRkB/IFhW7tb0GMfWn8uxpxLP0tOq2sXl8Oi0SDxZ
2025-08-20T21:36:36.3665269Z AjAr1DCghWjEthXp0NnYoXkXihIhy5sfb/A1b3QoVsD5wSWlgnIY1ZOBX5Km2zZf
2025-08-20T21:36:36.3665606Z VZM=
2025-08-20T21:36:36.3665792Z -----END CERTIFICATE-----
2025-08-20T21:36:36.3666120Z 
2025-08-20T21:36:36.3666499Z ##[endgroup]
2025-08-20T21:36:36.3666907Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:36:36.3667320Z https://search.sigstore.dev?logIndex=414425352
2025-08-20T21:36:36.3667672Z [36mAttestation uploaded to repository[39m
2025-08-20T21:36:36.3668225Z https://github.com/pkgforge/bincache/attestations/9874455
2025-08-20T21:36:36.4436838Z ##[group]Run ##Presets
2025-08-20T21:36:36.4437109Z [36;1m##Presets[0m
2025-08-20T21:36:36.4437322Z [36;1mset +x ; set +e[0m
2025-08-20T21:36:36.4437542Z [36;1m#-------------#[0m
2025-08-20T21:36:36.4437753Z [36;1m##Debug?[0m
2025-08-20T21:36:36.4438305Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:36:36.4438619Z [36;1m  set -x[0m
2025-08-20T21:36:36.4438809Z [36;1mfi[0m
2025-08-20T21:36:36.4438991Z [36;1m#-------------#[0m
2025-08-20T21:36:36.4439311Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:36:36.4439853Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/micro/official"[0m
2025-08-20T21:36:36.4440265Z [36;1m exit 1[0m
2025-08-20T21:36:36.4440457Z [36;1mfi[0m
2025-08-20T21:36:36.4489248Z shell: /usr/bin/bash -e {0}
2025-08-20T21:36:36.4489487Z env:
2025-08-20T21:36:36.4489675Z   CROSS_COMPILING: NO
2025-08-20T21:36:36.4489929Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:36:36.4490167Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:36:36.4490394Z   ON_QEMU: NO
2025-08-20T21:36:36.4490576Z   DEBUG: 0
2025-08-20T21:36:36.4490762Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:36:36.4490999Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:36:36.4491293Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:36:36.4491605Z   KEEP_LOGS: YES
2025-08-20T21:36:36.4491811Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:36:36.4492040Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:36:36.4492259Z   SBUILD_REBUILD: false
2025-08-20T21:36:36.4492801Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:36:36.4493388Z   BUILD_SYS: docker://go
2025-08-20T21:36:36.4493604Z   BUILD_ON_HOST: FALSE
2025-08-20T21:36:36.4493814Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:36:36.4494013Z   SYSTMP: /tmp
2025-08-20T21:36:36.4494206Z   GHA_MODE: MATRIX
2025-08-20T21:36:36.4494651Z   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:36:36.4495183Z   INPUT_SBUILD: /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:36:36.4495522Z   BUILD_DIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml
2025-08-20T21:36:36.4495917Z   SBUILD_OUTDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:36:36.4496417Z   SBUILD_TMPDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:36:36.4496805Z   PKG_TYPE: static
2025-08-20T21:36:36.4497008Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:36:36.4497249Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:36:36.4497638Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:36:36.4498187Z   BUILD_ID: 17108358250
2025-08-20T21:36:36.4498401Z   PKG_NAME: micro
2025-08-20T21:36:36.4498609Z   PKG_DATE: 2025-08-20T21:35:33Z
2025-08-20T21:36:36.4498866Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:36:36.4499132Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:36:36.4499434Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:36.4499790Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:36.4500227Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro
2025-08-20T21:36:36.4500669Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:36:36.4500949Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:36:36.4501230Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:36.4501713Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:36:36.4502341Z   UTC_TIME: 2025_08_20T09_36_16_PM
2025-08-20T21:36:36.4502580Z ##[endgroup]
2025-08-20T21:36:36.4605959Z ##[group]Run ##Presets
2025-08-20T21:36:36.4606224Z [36;1m##Presets[0m
2025-08-20T21:36:36.4606435Z [36;1mset +x ; set +e[0m
2025-08-20T21:36:36.4606655Z [36;1m#-------------#[0m
2025-08-20T21:36:36.4606877Z [36;1m##Debug?[0m
2025-08-20T21:36:36.4607127Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:36:36.4607429Z [36;1m  set -x[0m
2025-08-20T21:36:36.4607673Z [36;1mfi[0m
2025-08-20T21:36:36.4607857Z [36;1m#-------------#[0m
2025-08-20T21:36:36.4608399Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:36:36.4608994Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/micro/official"[0m
2025-08-20T21:36:36.4609416Z [36;1m exit 1[0m
2025-08-20T21:36:36.4609610Z [36;1mfi[0m
2025-08-20T21:36:36.4655490Z shell: /usr/bin/bash -e {0}
2025-08-20T21:36:36.4655733Z env:
2025-08-20T21:36:36.4655920Z   CROSS_COMPILING: NO
2025-08-20T21:36:36.4656150Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:36:36.4656429Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:36:36.4656658Z   ON_QEMU: NO
2025-08-20T21:36:36.4656841Z   DEBUG: 0
2025-08-20T21:36:36.4657029Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:36:36.4657263Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:36:36.4657558Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:36:36.4657874Z   KEEP_LOGS: YES
2025-08-20T21:36:36.4658329Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:36:36.4658563Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:36:36.4658790Z   SBUILD_REBUILD: false
2025-08-20T21:36:36.4659348Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:36:36.4659922Z   BUILD_SYS: docker://go
2025-08-20T21:36:36.4660145Z   BUILD_ON_HOST: FALSE
2025-08-20T21:36:36.4660368Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:36:36.4660582Z   SYSTMP: /tmp
2025-08-20T21:36:36.4660771Z   GHA_MODE: MATRIX
2025-08-20T21:36:36.4661219Z   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:36:36.4661745Z   INPUT_SBUILD: /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:36:36.4662098Z   BUILD_DIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml
2025-08-20T21:36:36.4662504Z   SBUILD_OUTDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:36:36.4663009Z   SBUILD_TMPDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:36:36.4663400Z   PKG_TYPE: static
2025-08-20T21:36:36.4663606Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:36:36.4663847Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:36:36.4664248Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:36:36.4664621Z   BUILD_ID: 17108358250
2025-08-20T21:36:36.4664830Z   PKG_NAME: micro
2025-08-20T21:36:36.4665047Z   PKG_DATE: 2025-08-20T21:35:33Z
2025-08-20T21:36:36.4665300Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:36:36.4665570Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:36:36.4665877Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:36.4666243Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:36.4666692Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro
2025-08-20T21:36:36.4667140Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:36:36.4667432Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:36:36.4667717Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:36.4668363Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:36:36.4668791Z   UTC_TIME: 2025_08_20T09_36_16_PM
2025-08-20T21:36:36.4669034Z ##[endgroup]
2025-08-20T21:36:36.4757926Z ##[group]Run ##Presets
2025-08-20T21:36:36.4758564Z [36;1m##Presets[0m
2025-08-20T21:36:36.4758780Z [36;1mset +x ; set +e[0m
2025-08-20T21:36:36.4759004Z [36;1m#-------------#[0m
2025-08-20T21:36:36.4759230Z [36;1m##Debug?[0m
2025-08-20T21:36:36.4759493Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:36:36.4759798Z [36;1m  set -x[0m
2025-08-20T21:36:36.4759985Z [36;1mfi[0m
2025-08-20T21:36:36.4760185Z [36;1m#-------------#[0m
2025-08-20T21:36:36.4760534Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:36:36.4760935Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:36:36.4761241Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:36:36.4761513Z [36;1mfi[0m
2025-08-20T21:36:36.4805065Z shell: /usr/bin/bash -e {0}
2025-08-20T21:36:36.4805306Z env:
2025-08-20T21:36:36.4805497Z   CROSS_COMPILING: NO
2025-08-20T21:36:36.4805766Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:36:36.4806008Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:36:36.4806243Z   ON_QEMU: NO
2025-08-20T21:36:36.4806426Z   DEBUG: 0
2025-08-20T21:36:36.4806614Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:36:36.4806846Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:36:36.4807145Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/micro/official
2025-08-20T21:36:36.4807450Z   KEEP_LOGS: YES
2025-08-20T21:36:36.4807653Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:36:36.4807876Z   PKG_FAMILY_LOCAL: micro
2025-08-20T21:36:36.4808314Z   SBUILD_REBUILD: false
2025-08-20T21:36:36.4808865Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/micro/static.official.source.yaml
2025-08-20T21:36:36.4809439Z   BUILD_SYS: docker://go
2025-08-20T21:36:36.4809669Z   BUILD_ON_HOST: FALSE
2025-08-20T21:36:36.4809894Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:36:36.4810101Z   SYSTMP: /tmp
2025-08-20T21:36:36.4810293Z   GHA_MODE: MATRIX
2025-08-20T21:36:36.4810747Z   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:36:36.4811282Z   INPUT_SBUILD: /tmp/pkgforge/mg7CfiQCT_build.yaml
2025-08-20T21:36:36.4811628Z   BUILD_DIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml
2025-08-20T21:36:36.4812034Z   SBUILD_OUTDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR
2025-08-20T21:36:36.4812538Z   SBUILD_TMPDIR: /tmp/pkgforge/zfjV5kQ_mg7CfiQCT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:36:36.4812950Z   PKG_TYPE: static
2025-08-20T21:36:36.4813157Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:36:36.4813400Z   SBUILD_PKGVER: HEAD-094b02d-250820T221947
2025-08-20T21:36:36.4813797Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108358250
2025-08-20T21:36:36.4814170Z   BUILD_ID: 17108358250
2025-08-20T21:36:36.4814377Z   PKG_NAME: micro
2025-08-20T21:36:36.4814586Z   PKG_DATE: 2025-08-20T21:35:33Z
2025-08-20T21:36:36.4814840Z   PKG_VERSION: HEAD-094b02d-250820T221947
2025-08-20T21:36:36.4815111Z   PKG_VERSION_UPSTREAM: 2.0.14
2025-08-20T21:36:36.4815427Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/micro/official/micro
2025-08-20T21:36:36.4815793Z   GHCRPKG_TAG: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:36.4816235Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/micro/official/micro
2025-08-20T21:36:36.4816689Z   PKG_SRCURL: https://github.com/zyedidia/micro
2025-08-20T21:36:36.4816974Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:36:36.4817257Z   GHCRPKG_TAG_SRCBUILD: HEAD-094b02d-250820T221947-x86_64-linux
2025-08-20T21:36:36.4817743Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/micro/official/micro-srcbuild-17108358250
2025-08-20T21:36:36.4818352Z   UTC_TIME: 2025_08_20T09_36_16_PM
2025-08-20T21:36:36.4818591Z ##[endgroup]
2025-08-20T21:36:36.4891409Z EXITED
2025-08-20T21:36:36.4934938Z Cleaning up orphan processes
