﻿2025-08-20T22:24:58.7197168Z Current runner version: '2.328.0'
2025-08-20T22:24:58.7231309Z ##[group]Runner Image Provisioner
2025-08-20T22:24:58.7232597Z Hosted Compute Agent
2025-08-20T22:24:58.7233456Z Version: 20250818.377
2025-08-20T22:24:58.7234483Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:24:58.7235907Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:24:58.7237007Z ##[endgroup]
2025-08-20T22:24:58.7237909Z ##[group]Operating System
2025-08-20T22:24:58.7238955Z Ubuntu
2025-08-20T22:24:58.7239721Z 24.04.2
2025-08-20T22:24:58.7240568Z LTS
2025-08-20T22:24:58.7241467Z ##[endgroup]
2025-08-20T22:24:58.7242300Z ##[group]Runner Image
2025-08-20T22:24:58.7243295Z Image: ubuntu-24.04
2025-08-20T22:24:58.7244209Z Version: 20250818.1.0
2025-08-20T22:24:58.7246133Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:24:58.7248784Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:24:58.7250590Z ##[endgroup]
2025-08-20T22:24:58.7252724Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:24:58.7255908Z Attestations: write
2025-08-20T22:24:58.7256848Z Contents: write
2025-08-20T22:24:58.7257842Z Metadata: read
2025-08-20T22:24:58.7258753Z Packages: write
2025-08-20T22:24:58.7259588Z ##[endgroup]
2025-08-20T22:24:58.7262663Z Secret source: Actions
2025-08-20T22:24:58.7263755Z Prepare workflow directory
2025-08-20T22:24:58.7726374Z Prepare all required actions
2025-08-20T22:24:58.7782794Z Getting action download info
2025-08-20T22:24:59.0853542Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:24:59.4576421Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:24:59.7687982Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:24:59.8783575Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:25:00.1863511Z Getting action download info
2025-08-20T22:25:00.3125021Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:25:00.5116655Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:25:00.7934699Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/sequin/official)
2025-08-20T22:25:00.8666522Z ##[group]Run ##Presets
2025-08-20T22:25:00.8667573Z [36;1m##Presets[0m
2025-08-20T22:25:00.8668423Z [36;1mset +x ; set +e[0m
2025-08-20T22:25:00.8669323Z [36;1m#-------------#[0m
2025-08-20T22:25:00.8670463Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:25:00.8671872Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:25:00.8673244Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.8674436Z [36;1m  fi[0m
2025-08-20T22:25:00.8675625Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:25:00.8677116Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:25:00.8678486Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.8679642Z [36;1m  fi[0m
2025-08-20T22:25:00.8680660Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:25:00.8682134Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:25:00.8683472Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.8684615Z [36;1m  fi[0m
2025-08-20T22:25:00.8685937Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:25:00.8687366Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:25:00.8688868Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:25:00.8690045Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:25:00.8691291Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.8692554Z [36;1m     else[0m
2025-08-20T22:25:00.8693583Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.8694774Z [36;1m     fi[0m
2025-08-20T22:25:00.8695691Z [36;1m  fi[0m
2025-08-20T22:25:00.8696460Z [36;1mfi[0m
2025-08-20T22:25:00.8771279Z shell: /usr/bin/bash -e {0}
2025-08-20T22:25:00.8772547Z env:
2025-08-20T22:25:00.8773755Z   GH_TOKEN: ***
2025-08-20T22:25:00.8774549Z ##[endgroup]
2025-08-20T22:25:00.9114567Z ##[group]Run ##Presets
2025-08-20T22:25:00.9115903Z [36;1m##Presets[0m
2025-08-20T22:25:00.9117077Z [36;1mset +x ; set +e[0m
2025-08-20T22:25:00.9118114Z [36;1m#-------------#[0m
2025-08-20T22:25:00.9119300Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:25:00.9121269Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:25:00.9123265Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:25:00.9124862Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:25:00.9126906Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:25:00.9128603Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:25:00.9130044Z [36;1m  exit 1[0m
2025-08-20T22:25:00.9130945Z [36;1mfi[0m
2025-08-20T22:25:00.9173460Z shell: /usr/bin/bash -e {0}
2025-08-20T22:25:00.9174481Z env:
2025-08-20T22:25:00.9175874Z   RO_GHTOKEN: ***
2025-08-20T22:25:00.9176946Z   RO_GLTOKEN: ***
2025-08-20T22:25:00.9181414Z   MINISIGN_KEY: ***
2025-08-20T22:25:00.9182317Z ##[endgroup]
2025-08-20T22:25:00.9427648Z ##[group]Run ##Presets
2025-08-20T22:25:00.9428727Z [36;1m##Presets[0m
2025-08-20T22:25:00.9429577Z [36;1mset +x ; set +e[0m
2025-08-20T22:25:00.9430467Z [36;1m#-------------#[0m
2025-08-20T22:25:00.9431365Z [36;1m##Host Triplet[0m
2025-08-20T22:25:00.9432458Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:25:00.9433737Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:25:00.9434975Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:25:00.9436400Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:25:00.9437551Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:25:00.9439001Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:25:00.9440302Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:25:00.9441611Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:25:00.9442686Z [36;1m   fi[0m
2025-08-20T22:25:00.9443867Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:25:00.9445277Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:25:00.9446769Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:25:00.9448168Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:25:00.9449316Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:25:00.9450270Z [36;1m fi[0m
2025-08-20T22:25:00.9451350Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9452872Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9454420Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9456127Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9457246Z [36;1m##Debug[0m
2025-08-20T22:25:00.9458110Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:25:00.9459177Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:25:00.9460107Z [36;1m else[0m
2025-08-20T22:25:00.9460935Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:25:00.9462076Z [36;1m fi[0m
2025-08-20T22:25:00.9462963Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9464086Z [36;1m##Docker Platform[0m
2025-08-20T22:25:00.9465214Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:25:00.9466674Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:25:00.9467977Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:25:00.9469317Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:25:00.9470599Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:25:00.9471910Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:25:00.9473182Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:25:00.9474456Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:25:00.9475645Z [36;1m fi[0m
2025-08-20T22:25:00.9476799Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9478442Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9479732Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:25:00.9481497Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/sequin/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:25:00.9483428Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:25:00.9484632Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9486028Z [36;1m##Logs[0m
2025-08-20T22:25:00.9486871Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:25:00.9487948Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:25:00.9488910Z [36;1m else[0m
2025-08-20T22:25:00.9489736Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:25:00.9490785Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:25:00.9491816Z [36;1m fi[0m
2025-08-20T22:25:00.9492955Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9494447Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9496013Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:25:00.9497386Z [36;1m PKG_FAMILY_LOCAL="$(echo "sequin" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:25:00.9498869Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:25:00.9500137Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9501433Z [36;1m##Rebuild[0m
2025-08-20T22:25:00.9502331Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:25:00.9503440Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:25:00.9504460Z [36;1m else[0m
2025-08-20T22:25:00.9505318Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:25:00.9506676Z [36;1m fi[0m
2025-08-20T22:25:00.9507745Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9509015Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:25:00.9510525Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:25:00.9512530Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:25:00.9515700Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:25:00.9518385Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:25:00.9519769Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:25:00.9521415Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:25:00.9522975Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:25:00.9524382Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9525740Z [36;1m    exit 1[0m
2025-08-20T22:25:00.9526712Z [36;1m   else[0m
2025-08-20T22:25:00.9527558Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:25:00.9529034Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9530362Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:25:00.9531651Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:25:00.9533008Z [36;1m      #check if supported[0m
2025-08-20T22:25:00.9534440Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:25:00.9536650Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:25:00.9538253Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:25:00.9539499Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9540650Z [36;1m         exit 1[0m
2025-08-20T22:25:00.9541545Z [36;1m       fi[0m
2025-08-20T22:25:00.9542417Z [36;1m      #get build system[0m
2025-08-20T22:25:00.9543857Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:25:00.9545351Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:25:00.9546657Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9548020Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:25:00.9549348Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9550638Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9551964Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:25:00.9553294Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9554556Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:00.9555822Z [36;1m       fi[0m
2025-08-20T22:25:00.9556790Z [36;1m     fi[0m
2025-08-20T22:25:00.9557574Z [36;1m   fi[0m
2025-08-20T22:25:00.9558390Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:25:00.9601808Z shell: /usr/bin/bash -e {0}
2025-08-20T22:25:00.9602720Z ##[endgroup]
2025-08-20T22:25:01.5433184Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:25:01.5434829Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:25:01.5435922Z 
2025-08-20T22:25:01.6326758Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:25:01.6329767Z 100  3962  100  3962    0     0  43623      0 --:--:-- --:--:-- --:--:-- 44022
2025-08-20T22:25:01.6342982Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:25:01.6600121Z ##[group]Run ##Presets
2025-08-20T22:25:01.6601068Z [36;1m##Presets[0m
2025-08-20T22:25:01.6601895Z [36;1mset +x ; set +e[0m
2025-08-20T22:25:01.6602769Z [36;1m#-------------#[0m
2025-08-20T22:25:01.6603634Z [36;1m##Debug?[0m
2025-08-20T22:25:01.6604614Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:25:01.6605963Z [36;1m  set -x[0m
2025-08-20T22:25:01.6606730Z [36;1mfi[0m
2025-08-20T22:25:01.6607490Z [36;1m#-------------#[0m
2025-08-20T22:25:01.6608352Z [36;1m##CoreUtils[0m
2025-08-20T22:25:01.6609203Z [36;1msudo apt update -y[0m
2025-08-20T22:25:01.6610565Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:25:01.6614239Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:25:01.6617664Z [36;1m##tmp[0m
2025-08-20T22:25:01.6618737Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:25:01.6620001Z [36;1m#GH ENV[0m
2025-08-20T22:25:01.6620915Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:01.6622380Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:01.6623465Z [36;1m#-------------#[0m
2025-08-20T22:25:01.6624357Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:25:01.6625337Z [36;1msudo apt update -y[0m
2025-08-20T22:25:01.6626531Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:25:01.6627553Z [36;1m##Setup Minisign[0m
2025-08-20T22:25:01.6628494Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:25:01.6629935Z [36;1mecho "***[0m
2025-08-20T22:25:01.6634616Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:25:01.6635885Z [36;1m##User-Agent[0m
2025-08-20T22:25:01.6638514Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:25:01.6641452Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:01.6687553Z shell: /usr/bin/bash -e {0}
2025-08-20T22:25:01.6688468Z env:
2025-08-20T22:25:01.6689194Z   CROSS_COMPILING: NO
2025-08-20T22:25:01.6690053Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:25:01.6690973Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:25:01.6691857Z   ON_QEMU: NO
2025-08-20T22:25:01.6692587Z   DEBUG: 0
2025-08-20T22:25:01.6693360Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:25:01.6694306Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:25:01.6695624Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:25:01.6696820Z   KEEP_LOGS: YES
2025-08-20T22:25:01.6697609Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:25:01.6698497Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:25:01.6699379Z   SBUILD_REBUILD: false
2025-08-20T22:25:01.6701362Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:25:01.6703501Z   BUILD_SYS: docker://go
2025-08-20T22:25:01.6704362Z   BUILD_ON_HOST: FALSE
2025-08-20T22:25:01.6705186Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:25:01.6706251Z ##[endgroup]
2025-08-20T22:25:01.7073006Z 
2025-08-20T22:25:01.7074721Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:25:01.7076838Z 
2025-08-20T22:25:01.8427832Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:01.8829406Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:25:01.8837929Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:25:01.9544660Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:25:01.9556091Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:25:01.9638983Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:25:01.9695378Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:25:02.0360259Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:25:02.0449709Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:25:02.0472649Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:25:02.1509959Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:25:02.1610701Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:25:02.1638659Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:25:02.1659350Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:25:02.1723871Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:25:02.1749926Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:25:02.1808013Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:25:02.1897955Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:25:02.1939305Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:25:02.1949577Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:25:02.2514496Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:25:02.2530633Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:25:02.2544960Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:25:02.2556766Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:25:02.2629048Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:25:02.2697079Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:25:02.2717640Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:25:02.2731438Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:25:02.2807949Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:25:02.2830970Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:25:02.2845904Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:25:02.2928349Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:25:02.2954577Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:25:02.2964412Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:25:11.9106304Z Fetched 10.6 MB in 1s (7600 kB/s)
2025-08-20T22:25:12.6568036Z Reading package lists...
2025-08-20T22:25:12.8443582Z Building dependency tree...
2025-08-20T22:25:12.8450748Z Reading state information...
2025-08-20T22:25:12.8628728Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:25:12.8742846Z 
2025-08-20T22:25:12.8743590Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:25:12.8744310Z 
2025-08-20T22:25:12.8878554Z Reading package lists...
2025-08-20T22:25:13.0878380Z Building dependency tree...
2025-08-20T22:25:13.0886500Z Reading state information...
2025-08-20T22:25:13.2715220Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:25:13.2716270Z bc set to manually installed.
2025-08-20T22:25:13.2717026Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:25:13.2717730Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:25:13.2718416Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:25:13.2719121Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:25:13.2719757Z The following additional packages will be installed:
2025-08-20T22:25:13.2720351Z   libtime-duration-perl
2025-08-20T22:25:13.3183272Z The following NEW packages will be installed:
2025-08-20T22:25:13.3192971Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:25:13.3383443Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:25:13.3619793Z Need to get 616 kB of archives.
2025-08-20T22:25:13.3621179Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:25:13.3621882Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:13.4008602Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:25:13.4210243Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:25:13.4399042Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:25:13.4604057Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:25:13.7262221Z Fetched 616 kB in 0s (5388 kB/s)
2025-08-20T22:25:13.7606297Z Selecting previously unselected package fdupes.
2025-08-20T22:25:13.8251311Z (Reading database ... 
2025-08-20T22:25:13.8251799Z (Reading database ... 5%
2025-08-20T22:25:13.8252192Z (Reading database ... 10%
2025-08-20T22:25:13.8252577Z (Reading database ... 15%
2025-08-20T22:25:13.8252995Z (Reading database ... 20%
2025-08-20T22:25:13.8253358Z (Reading database ... 25%
2025-08-20T22:25:13.8253760Z (Reading database ... 30%
2025-08-20T22:25:13.8254147Z (Reading database ... 35%
2025-08-20T22:25:13.8254507Z (Reading database ... 40%
2025-08-20T22:25:13.8254883Z (Reading database ... 45%
2025-08-20T22:25:13.8255249Z (Reading database ... 50%
2025-08-20T22:25:13.9264200Z (Reading database ... 55%
2025-08-20T22:25:14.1013808Z (Reading database ... 60%
2025-08-20T22:25:14.4767090Z (Reading database ... 65%
2025-08-20T22:25:14.7389101Z (Reading database ... 70%
2025-08-20T22:25:14.8549486Z (Reading database ... 75%
2025-08-20T22:25:15.2714257Z (Reading database ... 80%
2025-08-20T22:25:15.9794714Z (Reading database ... 85%
2025-08-20T22:25:16.8504547Z (Reading database ... 90%
2025-08-20T22:25:17.8716715Z (Reading database ... 95%
2025-08-20T22:25:17.8717291Z (Reading database ... 100%
2025-08-20T22:25:17.8717795Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:25:17.8764441Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:25:17.8792402Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:25:17.9201756Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:25:17.9340071Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:25:17.9353614Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:25:17.9654399Z Selecting previously unselected package moreutils.
2025-08-20T22:25:17.9794396Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:25:17.9805217Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:25:18.0954617Z Selecting previously unselected package dos2unix.
2025-08-20T22:25:18.1094593Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:25:18.1109950Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:25:18.3084592Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:25:18.3121052Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:25:18.3152809Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:25:18.3205936Z Setting up moreutils (0.69-1) ...
2025-08-20T22:25:18.3249527Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:26:22.4332303Z 
2025-08-20T22:26:22.4332742Z Running kernel seems to be up-to-date.
2025-08-20T22:26:22.4333082Z 
2025-08-20T22:26:22.4333390Z Restarting services...
2025-08-20T22:26:22.4401078Z 
2025-08-20T22:26:22.4401398Z Service restarts being deferred:
2025-08-20T22:26:22.4403226Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:26:22.4403584Z 
2025-08-20T22:26:22.4403950Z No containers need to be restarted.
2025-08-20T22:26:22.4404274Z 
2025-08-20T22:26:22.4404473Z No user sessions are running outdated binaries.
2025-08-20T22:26:22.4406329Z 
2025-08-20T22:26:22.4406775Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:26:23.3021382Z Reading package lists...
2025-08-20T22:26:23.4581499Z Building dependency tree...
2025-08-20T22:26:23.4589091Z Reading state information...
2025-08-20T22:26:23.6189478Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:26:23.6190117Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:26:23.6190604Z apt-utils set to manually installed.
2025-08-20T22:26:23.6191515Z ca-certificates is already the newest version (20240203).
2025-08-20T22:26:23.6192082Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:26:23.6192604Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:26:23.6193196Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:26:23.6193757Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:26:23.6194285Z moreutils is already the newest version (0.69-1).
2025-08-20T22:26:23.6194874Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:26:23.6195712Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:26:23.6196262Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:26:23.6196638Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:26:23.6197016Z tmux set to manually installed.
2025-08-20T22:26:23.6197532Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:26:23.6198140Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:26:23.6198521Z The following additional packages will be installed:
2025-08-20T22:26:23.6198879Z   python3-software-properties
2025-08-20T22:26:23.6199146Z Recommended packages:
2025-08-20T22:26:23.6199374Z   unattended-upgrades
2025-08-20T22:26:23.6503063Z The following NEW packages will be installed:
2025-08-20T22:26:23.6503646Z   rename
2025-08-20T22:26:23.6511384Z The following packages will be upgraded:
2025-08-20T22:26:23.6512216Z   python3-software-properties software-properties-common
2025-08-20T22:26:23.6659488Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:23.6884402Z Need to get 64.7 kB of archives.
2025-08-20T22:26:23.6885300Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:26:23.6886165Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:23.7228665Z 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-20T22:26:23.7416795Z 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-20T22:26:23.7616276Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:26:24.0152228Z Fetched 64.7 kB in 0s (771 kB/s)
2025-08-20T22:26:24.0400525Z (Reading database ... 
2025-08-20T22:26:24.0400985Z (Reading database ... 5%
2025-08-20T22:26:24.0401385Z (Reading database ... 10%
2025-08-20T22:26:24.0401761Z (Reading database ... 15%
2025-08-20T22:26:24.0402129Z (Reading database ... 20%
2025-08-20T22:26:24.0402495Z (Reading database ... 25%
2025-08-20T22:26:24.0402866Z (Reading database ... 30%
2025-08-20T22:26:24.0403526Z (Reading database ... 35%
2025-08-20T22:26:24.0403898Z (Reading database ... 40%
2025-08-20T22:26:24.0404259Z (Reading database ... 45%
2025-08-20T22:26:24.0404610Z (Reading database ... 50%
2025-08-20T22:26:24.0485761Z (Reading database ... 55%
2025-08-20T22:26:24.0519069Z (Reading database ... 60%
2025-08-20T22:26:24.0540213Z (Reading database ... 65%
2025-08-20T22:26:24.0573497Z (Reading database ... 70%
2025-08-20T22:26:24.0597650Z (Reading database ... 75%
2025-08-20T22:26:24.0626068Z (Reading database ... 80%
2025-08-20T22:26:24.0757459Z (Reading database ... 85%
2025-08-20T22:26:24.0847055Z (Reading database ... 90%
2025-08-20T22:26:24.1118607Z (Reading database ... 95%
2025-08-20T22:26:24.1119038Z (Reading database ... 100%
2025-08-20T22:26:24.1119551Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:26:24.1163261Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:26:24.2229797Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:26:24.2976631Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:26:24.3780422Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:26:24.4049689Z Selecting previously unselected package rename.
2025-08-20T22:26:24.4189746Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:26:24.4204142Z Unpacking rename (2.02-1) ...
2025-08-20T22:26:24.4656657Z Setting up rename (2.02-1) ...
2025-08-20T22:26:24.4721130Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:26:24.4745294Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:26:24.6362168Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:26:24.7368771Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:26:28.8136484Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:26:30.3792152Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:30.4095054Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:26:30.4096870Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:26:30.4105096Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:26:30.4116500Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:26:30.4129310Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:26:30.4132596Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:26:31.5473611Z Reading package lists...
2025-08-20T22:26:31.6966137Z Building dependency tree...
2025-08-20T22:26:31.6972377Z Reading state information...
2025-08-20T22:26:31.7105028Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:26:31.7250785Z 
2025-08-20T22:26:31.7251256Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:26:31.7251598Z 
2025-08-20T22:26:31.7747945Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:31.8133674Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:26:31.8138053Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:26:31.8149287Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:26:31.8158180Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:26:31.8163714Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:26:31.8170412Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:26:32.9524895Z Reading package lists...
2025-08-20T22:26:33.1172030Z Building dependency tree...
2025-08-20T22:26:33.1179217Z Reading state information...
2025-08-20T22:26:33.1338691Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:26:33.1451548Z 
2025-08-20T22:26:33.1452524Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:26:33.1452881Z 
2025-08-20T22:26:33.1578652Z Reading package lists...
2025-08-20T22:26:33.3469381Z Building dependency tree...
2025-08-20T22:26:33.3476675Z Reading state information...
2025-08-20T22:26:33.5190660Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:26:33.5645868Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:33.5944302Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:26:33.6412331Z ##[group]Run ##Presets
2025-08-20T22:26:33.6412609Z [36;1m##Presets[0m
2025-08-20T22:26:33.6412816Z [36;1mset +x ; set +e[0m
2025-08-20T22:26:33.6413026Z [36;1m#-------------#[0m
2025-08-20T22:26:33.6413222Z [36;1m##Debug?[0m
2025-08-20T22:26:33.6413565Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:26:33.6433915Z [36;1m  set -x[0m
2025-08-20T22:26:33.6434237Z [36;1mfi[0m
2025-08-20T22:26:33.6434525Z [36;1m#-------------#[0m
2025-08-20T22:26:33.6435240Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:26:33.6436433Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:26:33.6437415Z [36;1msudo service procps restart[0m
2025-08-20T22:26:33.6437900Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:26:33.6481293Z shell: /usr/bin/bash -e {0}
2025-08-20T22:26:33.6481523Z env:
2025-08-20T22:26:33.6481740Z   CROSS_COMPILING: NO
2025-08-20T22:26:33.6481957Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:26:33.6482193Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:26:33.6482413Z   ON_QEMU: NO
2025-08-20T22:26:33.6482581Z   DEBUG: 0
2025-08-20T22:26:33.6482759Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:26:33.6482981Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:26:33.6483262Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:26:33.6483565Z   KEEP_LOGS: YES
2025-08-20T22:26:33.6483756Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:26:33.6483970Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:26:33.6484200Z   SBUILD_REBUILD: false
2025-08-20T22:26:33.6484753Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:26:33.6485337Z   BUILD_SYS: docker://go
2025-08-20T22:26:33.6485789Z   BUILD_ON_HOST: FALSE
2025-08-20T22:26:33.6486063Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:26:33.6486264Z   SYSTMP: /tmp
2025-08-20T22:26:33.6486452Z   GHA_MODE: MATRIX
2025-08-20T22:26:33.6486891Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:26:33.6487367Z ##[endgroup]
2025-08-20T22:26:33.6612229Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:26:33.6682878Z 0
2025-08-20T22:26:33.7050386Z vm.max_map_count = 262144
2025-08-20T22:26:33.7050831Z fs.inotify.max_user_watches = 655360
2025-08-20T22:26:33.7051256Z fs.inotify.max_user_instances = 1280
2025-08-20T22:26:33.7051510Z vm.mmap_rnd_bits = 28
2025-08-20T22:26:33.7125835Z ##[group]Run ##Presets
2025-08-20T22:26:33.7126166Z [36;1m##Presets[0m
2025-08-20T22:26:33.7126373Z [36;1mset +x ; set +e[0m
2025-08-20T22:26:33.7126618Z [36;1m#-------------#[0m
2025-08-20T22:26:33.7126823Z [36;1m##Debug?[0m
2025-08-20T22:26:33.7127065Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:26:33.7127355Z [36;1m  set -x[0m
2025-08-20T22:26:33.7127536Z [36;1mfi[0m
2025-08-20T22:26:33.7127715Z [36;1m#-------------#[0m
2025-08-20T22:26:33.7127913Z [36;1m##Main[0m
2025-08-20T22:26:33.7128129Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:26:33.7128783Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:26:33.7129523Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:26:33.7129895Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:26:33.7130175Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:26:33.7130431Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:26:33.7130734Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:26:33.7131063Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:26:33.7131368Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:26:33.7131682Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:26:33.7131972Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:26:33.7132310Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:26:33.7132681Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:26:33.7132964Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:26:33.7133227Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:26:33.7133521Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:26:33.7133807Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:26:33.7134089Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:26:33.7134367Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:26:33.7134838Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:26:33.7135149Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:26:33.7135644Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:26:33.7135967Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:26:33.7136277Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:26:33.7136572Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:26:33.7136871Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:26:33.7137148Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:26:33.7137496Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:26:33.7137948Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:26:33.7138421Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:26:33.7138889Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:26:33.7139233Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:26:33.7139577Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:26:33.7140210Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:26:33.7140999Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:26:33.7141529Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:33.7141795Z [36;1m else[0m
2025-08-20T22:26:33.7142264Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:26:33.7142630Z [36;1m fi[0m
2025-08-20T22:26:33.7142876Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:26:33.7143268Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:26:33.7143684Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:26:33.7144073Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:26:33.7144458Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:26:33.7144850Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:26:33.7145257Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:26:33.7145999Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:26:33.7146427Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:26:33.7146843Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:26:33.7147162Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:26:33.7186570Z shell: /usr/bin/bash -e {0}
2025-08-20T22:26:33.7186799Z env:
2025-08-20T22:26:33.7187103Z   CROSS_COMPILING: NO
2025-08-20T22:26:33.7187441Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:26:33.7187717Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:26:33.7187937Z   ON_QEMU: NO
2025-08-20T22:26:33.7188112Z   DEBUG: 0
2025-08-20T22:26:33.7188304Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:26:33.7188528Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:26:33.7188811Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:26:33.7189112Z   KEEP_LOGS: YES
2025-08-20T22:26:33.7189305Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:26:33.7189517Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:26:33.7189723Z   SBUILD_REBUILD: false
2025-08-20T22:26:33.7190269Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:26:33.7190854Z   BUILD_SYS: docker://go
2025-08-20T22:26:33.7191223Z   BUILD_ON_HOST: FALSE
2025-08-20T22:26:33.7191422Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:26:33.7191612Z   SYSTMP: /tmp
2025-08-20T22:26:33.7191792Z   GHA_MODE: MATRIX
2025-08-20T22:26:33.7192227Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:26:33.7193093Z   GHCR_TOKEN: ***
2025-08-20T22:26:33.7193383Z   GITHUB_TOKEN: ***
2025-08-20T22:26:33.7193694Z   GITLAB_TOKEN: ***
2025-08-20T22:26:33.7194878Z   MINISIGN_KEY: ***
2025-08-20T22:26:33.7195064Z ##[endgroup]
2025-08-20T22:26:33.7754047Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:26:33.8721985Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:26:33.8723057Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:26:33.8723474Z 
2025-08-20T22:26:33.9113479Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:26:33.9114174Z 100  3962  100  3962    0     0    98k      0 --:--:-- --:--:-- --:--:--   99k
2025-08-20T22:26:33.9127360Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:26:33.9214726Z 
2025-08-20T22:26:33.9214952Z [+] Building [/tmp/tmp.gEeZJxu5xi/SBUILD_INPUT] Locally
2025-08-20T22:26:33.9215215Z 
2025-08-20T22:26:33.9229003Z '/tmp/tmp.gEeZJxu5xi/SBUILD_INPUT' -> '/tmp/pkgforge/ESrNlzQmP_build.yaml'
2025-08-20T22:26:33.9989667Z 
2025-08-20T22:26:33.9990158Z [+] Passwordless sudo is Configured
2025-08-20T22:26:34.0689340Z 
2025-08-20T22:26:34.0701933Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:26:34.0702364Z 
2025-08-20T22:26:34.1192509Z 
2025-08-20T22:26:34.1194136Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:26:34.1194762Z 
2025-08-20T22:26:34.1194769Z 
2025-08-20T22:26:34.1195082Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:26:34.1195410Z 
2025-08-20T22:26:34.1671257Z [+] Installing: 7z -> 7z
2025-08-20T22:26:34.6852531Z [+] Installing: actionlint -> actionlint
2025-08-20T22:26:35.0441902Z [+] Installing: anew -> anew
2025-08-20T22:26:35.1793697Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:26:35.5146208Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:26:35.6167128Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:26:35.7189618Z [+] Installing: archey -> archey
2025-08-20T22:26:36.0926209Z [+] Installing: aria2 -> aria2c
2025-08-20T22:26:36.4636232Z [+] Installing: askalono -> askalono
2025-08-20T22:26:36.6057025Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:26:36.7613006Z [+] Installing: b3sum -> b3sum
2025-08-20T22:26:36.8941899Z [+] Installing: bita -> bita
2025-08-20T22:26:37.2758719Z [+] Installing: btop -> btop
2025-08-20T22:26:37.6392871Z [+] Installing: chafa -> chafa
2025-08-20T22:26:38.0361923Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:26:38.3169259Z [+] Installing: croc -> croc
2025-08-20T22:26:38.4709660Z [+] Installing: csvtk -> csvtk
2025-08-20T22:26:38.8764764Z [+] Installing: cutlines -> cutlines
2025-08-20T22:26:39.1843787Z curl: (22) The requested URL returned error: 404
2025-08-20T22:26:39.1882413Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:26:39.1883804Z [+] Installing: dbin -> dbin
2025-08-20T22:26:39.6872372Z [+] Installing: dasel -> dasel
2025-08-20T22:26:39.8399070Z [+] Installing: delta -> delta
2025-08-20T22:26:40.2041926Z [+] Installing: ds -> ds
2025-08-20T22:26:40.5185264Z curl: (22) The requested URL returned error: 404
2025-08-20T22:26:40.5224043Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:26:40.5225116Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:26:40.8576470Z [+] Installing: duf -> duf
2025-08-20T22:26:40.9898653Z [+] Installing: duplicut -> duplicut
2025-08-20T22:26:41.3148433Z [+] Installing: dust -> dust
2025-08-20T22:26:41.4482208Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:26:41.7998959Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:26:42.2023912Z [+] Installing: dysk -> dysk
2025-08-20T22:26:42.5385750Z [+] Installing: eget -> eget
2025-08-20T22:26:42.7107544Z [+] Installing: epoch -> epoch
2025-08-20T22:26:43.0421179Z [+] Installing: faketty -> faketty
2025-08-20T22:26:43.3744502Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:26:43.5027827Z [+] Installing: freeze -> freeze
2025-08-20T22:26:43.6768856Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:26:43.7878087Z [+] Installing: gdu -> gdu
2025-08-20T22:26:43.9705793Z [+] Installing: gh -> gh
2025-08-20T22:26:44.2705387Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:26:44.4484607Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:26:44.7927617Z [+] Installing: glab -> glab
2025-08-20T22:26:45.2665714Z [+] Installing: glow -> glow
2025-08-20T22:26:45.6671255Z [+] Installing: httpx -> httpx
2025-08-20T22:26:46.1264374Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:26:46.5585882Z [+] Installing: husarnet -> husarnet
2025-08-20T22:26:46.6991785Z curl: (22) The requested URL returned error: 404
2025-08-20T22:26:46.7034011Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:26:46.7035734Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:26:47.0195026Z curl: (22) The requested URL returned error: 404
2025-08-20T22:26:47.0235879Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:26:47.0236873Z [+] Installing: imgcat -> imgcat
2025-08-20T22:26:47.3719026Z [+] Installing: jc -> jc
2025-08-20T22:26:47.5670411Z [+] Installing: jq -> jq
2025-08-20T22:26:47.6957364Z [+] Installing: logdy -> logdy
2025-08-20T22:26:47.9567324Z [+] Installing: micro -> micro
2025-08-20T22:26:48.1620432Z [+] Installing: miniserve -> miniserve
2025-08-20T22:26:48.5574332Z [+] Installing: minisign -> minisign
2025-08-20T22:26:48.6703405Z [+] Installing: ncdu -> ncdu
2025-08-20T22:26:48.9972268Z [+] Installing: notify -> notify
2025-08-20T22:26:49.3984968Z [+] Installing: ouch -> ouch
2025-08-20T22:26:49.7610818Z [+] Installing: oras -> oras
2025-08-20T22:26:50.1260959Z [+] Installing: pipetty -> pipetty
2025-08-20T22:26:50.2297717Z [+] Installing: pixterm -> pixterm
2025-08-20T22:26:50.5881986Z [+] Installing: qsv -> qsv
2025-08-20T22:26:50.7873651Z [+] Installing: rclone -> rclone
2025-08-20T22:26:51.3187187Z [+] Installing: ripgrep -> rg
2025-08-20T22:26:51.6732727Z [+] Installing: rga -> rga
2025-08-20T22:26:52.0189727Z [+] Installing: rsync -> rsync
2025-08-20T22:26:52.3627411Z [+] Installing: script -> script
2025-08-20T22:26:52.4775268Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:26:52.6491669Z [+] Installing: soar -> soar
2025-08-20T22:26:53.0178525Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:26:53.3748343Z [+] Installing: sstrip -> sstrip
2025-08-20T22:26:53.4847916Z [+] Installing: strace -> strace
2025-08-20T22:26:53.6617731Z [+] Installing: sttr -> sttr
2025-08-20T22:26:53.8117920Z [+] Installing: tailscale -> tailscale
2025-08-20T22:26:53.9943767Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:26:54.2240688Z [+] Installing: taplo -> taplo
2025-08-20T22:26:54.3823753Z [+] Installing: tldr -> tldr
2025-08-20T22:26:54.7471772Z [+] Installing: tldr -> tealdeer
2025-08-20T22:26:55.1402243Z [+] Installing: tmux -> tmux
2025-08-20T22:26:55.4741483Z [+] Installing: tok -> tok
2025-08-20T22:26:55.8206517Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:26:56.0321139Z [+] Installing: trurl -> trurl
2025-08-20T22:26:56.2000758Z [+] Installing: tss -> tss
2025-08-20T22:26:56.3359407Z [+] Installing: ulexec -> ulexec
2025-08-20T22:26:56.6881621Z [+] Installing: unfurl -> unfurl
2025-08-20T22:26:57.0442720Z [+] Installing: upx -> upx
2025-08-20T22:26:57.3846698Z [+] Installing: validtoml -> validtoml
2025-08-20T22:26:57.5284868Z [+] Installing: wget -> wget
2025-08-20T22:26:57.6701620Z [+] Installing: wget2 -> wget2
2025-08-20T22:26:58.0249630Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:26:58.3700624Z [+] Installing: xq -> xq
2025-08-20T22:26:58.5255633Z [+] Installing: xz -> xz
2025-08-20T22:26:58.6752674Z [+] Installing: unxz -> unxz
2025-08-20T22:26:58.8005376Z [+] Installing: yq -> yq
2025-08-20T22:26:58.9852530Z [+] Installing: yj -> yj
2025-08-20T22:26:59.3593664Z [+] Installing: zapper -> zapper
2025-08-20T22:26:59.6918644Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:27:00.0118868Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:27:00.1277739Z curl: (22) The requested URL returned error: 404
2025-08-20T22:27:00.1312619Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:27:00.1313570Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:27:00.2356969Z curl: (22) The requested URL returned error: 404
2025-08-20T22:27:00.2396125Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:27:00.2397523Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:27:00.3568932Z curl: (22) The requested URL returned error: 404
2025-08-20T22:27:00.3613047Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:27:00.3614119Z [+] Installing: zstd -> zstd
2025-08-20T22:27:00.4884070Z [+] Creating symlinks...
2025-08-20T22:27:00.4977542Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:27:00.5079269Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:27:00.5179782Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:27:00.5279597Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:27:00.5381049Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:27:00.5483415Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:27:00.5585816Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:27:00.5686636Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:27:00.5784474Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:27:00.5883187Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:27:00.5981626Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:27:00.6079262Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:27:00.6176526Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:27:00.6274612Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:27:00.6372686Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:27:00.6471055Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:27:00.6568502Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:27:00.6606585Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:27:00.6693450Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:27:00.6792523Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:27:00.6891281Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:27:00.6929212Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:27:00.7019303Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:27:00.7119519Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:27:00.7219052Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:27:00.7317237Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:27:00.7417464Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:27:00.7515755Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:27:00.7616997Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:27:00.7716199Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:27:00.7816075Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:27:00.7915952Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:27:00.8013840Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:27:00.8112031Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:27:00.8213254Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:27:00.8317080Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:27:00.8416740Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:27:00.8515199Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:27:00.8615338Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:27:00.8713647Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:27:00.8811160Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:27:00.8910081Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:27:00.9007365Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:27:00.9105703Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:27:00.9142304Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:27:00.9169935Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:27:00.9259468Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:27:00.9359388Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:27:00.9458815Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:27:00.9556950Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:27:00.9655118Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:27:00.9753795Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:27:00.9853025Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:27:00.9953119Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:27:01.0051675Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:27:01.0152408Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:27:01.0251169Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:27:01.0349642Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:27:01.0449441Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:27:01.0547919Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:27:01.0644962Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:27:01.0745319Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:27:01.0844065Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:27:01.0941568Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:27:01.1041050Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:27:01.1140094Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:27:01.1237789Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:27:01.1335670Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:27:01.1432455Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:27:01.1531526Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:27:01.1627592Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:27:01.1726756Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:27:01.1824832Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:27:01.1922910Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:27:01.2021174Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:27:01.2120577Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:27:01.2217433Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:27:01.2315140Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:27:01.2410355Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:27:01.2504607Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:27:01.2600341Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:27:01.2695864Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:27:01.2792688Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:27:01.2890187Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:27:01.2987016Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:27:01.3081736Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:27:01.3177147Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:27:01.3271448Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:27:01.3368177Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:27:01.3464620Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:27:01.3560295Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:27:01.3656675Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:27:01.3752906Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:27:01.3847858Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:27:01.3944200Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:27:01.3981257Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:27:01.4010263Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:27:01.4038031Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:27:01.4125059Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:27:01.4151241Z 
2025-08-20T22:27:01.4151728Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:27:01.4152136Z 
2025-08-20T22:27:01.4169288Z 
2025-08-20T22:27:01.4260863Z 
2025-08-20T22:27:01.4261241Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:27:01.4261526Z 
2025-08-20T22:27:01.4261691Z [+] Installation completed!
2025-08-20T22:27:01.4334284Z 
2025-08-20T22:27:01.4334534Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:27:01.6475639Z github.com
2025-08-20T22:27:01.6476614Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:27:01.6477353Z   - Active account: true
2025-08-20T22:27:01.6477829Z   - Git operations protocol: https
2025-08-20T22:27:01.6478446Z   - Token: ghp_************************************
2025-08-20T22:27:01.6479995Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:27:01.6481292Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:27:01.6481835Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:27:01.7373126Z Limit: 5000, Remaining: 4887, Reset: 2025-08-20 22:27:57 +0000 UTC (55s)
2025-08-20T22:27:01.7383709Z 
2025-08-20T22:27:01.7383982Z [+] GHCR_TOKEN is Exported
2025-08-20T22:27:01.7420565Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:27:01.8767355Z Login Succeeded
2025-08-20T22:27:01.8777860Z 
2025-08-20T22:27:01.8778119Z [+] GITLAB is Exported
2025-08-20T22:27:01.9124508Z [git remote -v]
2025-08-20T22:27:02.1167656Z gitlab.com
2025-08-20T22:27:02.1170429Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:27:02.1171502Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:27:02.1172416Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:27:02.1173276Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:27:02.1174171Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:27:02.1174765Z   ✓ Token found: **************************
2025-08-20T22:27:02.1175056Z 
2025-08-20T22:27:02.1176011Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:27:02.1176903Z [git remote -v]
2025-08-20T22:27:02.1188180Z 2025/08/20 22:27:02 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:27:02.1189113Z git: exit status 128]
2025-08-20T22:27:02.3329782Z 
2025-08-20T22:27:02.3329845Z 
2025-08-20T22:27:02.3330852Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:27:02 PM)
2025-08-20T22:27:02.3331658Z 
2025-08-20T22:27:02.3331663Z 
2025-08-20T22:27:02.3331813Z [+] USER = runner
2025-08-20T22:27:02.3332170Z [+] HOME = /home/runner
2025-08-20T22:27:02.3336782Z [+] 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-20T22:27:02.3340035Z 
2025-08-20T22:27:02.3921953Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:02.4212469Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:27:02.4219283Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:27:02.4227986Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:27:02.4237092Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:27:02.4243592Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:27:02.4300054Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:27:03.5558691Z Reading package lists...
2025-08-20T22:27:03.5880958Z Reading package lists...
2025-08-20T22:27:03.7883792Z Building dependency tree...
2025-08-20T22:27:03.7891688Z Reading state information...
2025-08-20T22:27:03.9877055Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:27:03.9877750Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:27:03.9878373Z ca-certificates is already the newest version (20240203).
2025-08-20T22:27:03.9879031Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:27:03.9879681Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:27:03.9880105Z moreutils is already the newest version (0.69-1).
2025-08-20T22:27:03.9880581Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:27:03.9881091Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:27:03.9881825Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:04.0516715Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:04.0837233Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:27:04.0838283Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:27:04.0865753Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:27:04.0879461Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:27:04.0889537Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:27:04.0905016Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:27:05.2109796Z Reading package lists...
2025-08-20T22:27:05.2422112Z Reading package lists...
2025-08-20T22:27:05.4125878Z Building dependency tree...
2025-08-20T22:27:05.4133373Z Reading state information...
2025-08-20T22:27:05.5748745Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:27:05.5749378Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:27:05.5750023Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:27:05.5750659Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:27:05.5751330Z ca-certificates is already the newest version (20240203).
2025-08-20T22:27:05.5751991Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:27:05.5752604Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:27:05.5753193Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:27:05.5753737Z gawk set to manually installed.
2025-08-20T22:27:05.5754216Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:27:05.5754630Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:27:05.5755157Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:27:05.5755885Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:27:05.5756326Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:27:05.5756771Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:27:05.5757480Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:27:05.5757867Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:27:05.5758281Z The following additional packages will be installed:
2025-08-20T22:27:05.5758785Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:27:05.5759270Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:27:05.5759757Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:27:05.5760207Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:27:05.5760665Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:27:05.5761076Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:27:05.5761952Z Suggested packages:
2025-08-20T22:27:05.5762430Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:27:05.5762880Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:27:05.5763364Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:27:05.5763828Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:27:05.5764282Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:27:05.5764714Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:27:05.5765054Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:27:05.6072852Z The following NEW packages will be installed:
2025-08-20T22:27:05.6073698Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:27:05.6085383Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:27:05.6086642Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:27:05.6087187Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:27:05.6087722Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:27:05.6088275Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:27:05.6088720Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:27:05.6260417Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:05.6261008Z Need to get 27.5 MB of archives.
2025-08-20T22:27:05.6261367Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:27:05.6261768Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:05.6622450Z 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-20T22:27:05.8394772Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:27:05.9678305Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:27:06.0051274Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:27:06.0243078Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:27:06.0441778Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:27:06.1002182Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:27:06.1446631Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:27:06.2018701Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:27:06.2257187Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:27:06.8273699Z 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-20T22:27:06.8523611Z 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-20T22:27:06.8873374Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:27:06.9100057Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:27:06.9291653Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:27:06.9503089Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:27:06.9707335Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:27:07.1587347Z 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-20T22:27:07.2205178Z 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-20T22:27:07.2579681Z 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-20T22:27:07.2795341Z 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-20T22:27:07.3014936Z 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-20T22:27:07.3348196Z 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-20T22:27:07.3567728Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:27:07.3819952Z 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-20T22:27:07.4011957Z 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-20T22:27:07.4589105Z 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-20T22:27:07.4796723Z 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-20T22:27:07.4999125Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:27:07.5216816Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:27:07.5409769Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:27:07.5625899Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:27:07.5833564Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:27:07.6519719Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:27:07.6898595Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:27:07.7326396Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:27:07.9770062Z Preconfiguring packages ...
2025-08-20T22:27:08.0351284Z Fetched 27.5 MB in 2s (13.0 MB/s)
2025-08-20T22:27:08.0556101Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:27:08.0608914Z (Reading database ... 
2025-08-20T22:27:08.0609523Z (Reading database ... 5%
2025-08-20T22:27:08.0609943Z (Reading database ... 10%
2025-08-20T22:27:08.0610384Z (Reading database ... 15%
2025-08-20T22:27:08.0610839Z (Reading database ... 20%
2025-08-20T22:27:08.0611425Z (Reading database ... 25%
2025-08-20T22:27:08.0611698Z (Reading database ... 30%
2025-08-20T22:27:08.0611972Z (Reading database ... 35%
2025-08-20T22:27:08.0612244Z (Reading database ... 40%
2025-08-20T22:27:08.0612512Z (Reading database ... 45%
2025-08-20T22:27:08.0612780Z (Reading database ... 50%
2025-08-20T22:27:08.0634527Z (Reading database ... 55%
2025-08-20T22:27:08.0724233Z (Reading database ... 60%
2025-08-20T22:27:08.0745280Z (Reading database ... 65%
2025-08-20T22:27:08.0779186Z (Reading database ... 70%
2025-08-20T22:27:08.0803838Z (Reading database ... 75%
2025-08-20T22:27:08.0831964Z (Reading database ... 80%
2025-08-20T22:27:08.0962903Z (Reading database ... 85%
2025-08-20T22:27:08.1050263Z (Reading database ... 90%
2025-08-20T22:27:08.1310744Z (Reading database ... 95%
2025-08-20T22:27:08.1311296Z (Reading database ... 100%
2025-08-20T22:27:08.1311944Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:27:08.1353538Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:27:08.1552918Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:27:08.3078878Z Selecting previously unselected package poppler-data.
2025-08-20T22:27:08.3214027Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:27:08.3226324Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:27:08.4551874Z Selecting previously unselected package b3sum.
2025-08-20T22:27:08.4689636Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:27:08.4700890Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:27:08.4988881Z Selecting previously unselected package build-essential.
2025-08-20T22:27:08.5124261Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:27:08.5135062Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:27:08.5364262Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:27:08.5499846Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:27:08.5522277Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:27:08.5761854Z Selecting previously unselected package ccache.
2025-08-20T22:27:08.5898142Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:27:08.5910088Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:27:08.6310563Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:27:08.6446295Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:27:08.6457972Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:27:08.6736537Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:27:08.6871324Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:27:08.6882018Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:27:08.7188610Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:27:08.7324519Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:27:08.7334846Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:27:08.7821622Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:27:08.7957194Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:27:08.8596983Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:27:08.9559901Z Selecting previously unselected package libgs-common.
2025-08-20T22:27:08.9695972Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:27:08.9705260Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:27:08.9949788Z Selecting previously unselected package libgs10-common.
2025-08-20T22:27:09.0086639Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:27:09.0097478Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:27:09.0789222Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:27:09.0925166Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:27:09.0937507Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:27:09.1168163Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:27:09.1304618Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:27:09.1315751Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:27:09.1540292Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:27:09.1676518Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:27:09.1686747Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:27:09.1928115Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:27:09.2064015Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:27:09.2075687Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:27:09.2319396Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:27:09.2454278Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:27:09.2464831Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:27:09.3579695Z Selecting previously unselected package ghostscript.
2025-08-20T22:27:09.3715868Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:27:09.3724733Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:27:09.4021429Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:27:09.4158745Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:27:09.4167397Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:27:09.5657521Z Selecting previously unselected package imagemagick.
2025-08-20T22:27:09.5796013Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:27:09.5808589Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:27:09.6033107Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:27:09.6173067Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:27:09.6182318Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:27:09.6441123Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:27:09.6579649Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:27:09.6594459Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:27:09.6907227Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:27:09.7044411Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:27:09.7053776Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:27:09.7326046Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:27:09.7462894Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:27:09.7472531Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:27:09.7705057Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:27:09.7841564Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:27:09.7850472Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:27:09.8100535Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:27:09.8237107Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:27:09.8246405Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:27:09.8630016Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:27:09.8765869Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:27:09.8774509Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:27:09.8996648Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:27:09.9132251Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:27:09.9140537Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:27:09.9751901Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:27:09.9891860Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:27:09.9906725Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:27:10.0136162Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:27:10.0273846Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:27:10.0282367Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:27:10.0497587Z Selecting previously unselected package libtool-bin.
2025-08-20T22:27:10.0634206Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:27:10.0644351Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:27:10.0877030Z Selecting previously unselected package lzip.
2025-08-20T22:27:10.1014098Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:27:10.1022876Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:27:10.1255848Z Selecting previously unselected package netpbm.
2025-08-20T22:27:10.1398436Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:27:10.1408103Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:27:10.3162216Z Selecting previously unselected package musl:amd64.
2025-08-20T22:27:10.3300919Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:27:10.3310116Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:27:10.3616471Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:27:10.3753668Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:27:10.3762008Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:27:10.4356749Z Selecting previously unselected package musl-tools.
2025-08-20T22:27:10.4494994Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:27:10.4503476Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:27:10.4917922Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:27:10.6554400Z 
2025-08-20T22:27:10.6555040Z Creating config file /etc/papersize with new version
2025-08-20T22:27:10.7889076Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:27:10.7912087Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:27:10.7946999Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:27:10.7969948Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:27:10.8006170Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:27:10.8033262Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:27:10.8059663Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:27:10.8082091Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:27:10.8193941Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:27:10.8219537Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:27:10.8241932Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:27:10.8301260Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:27:10.8346548Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:27:10.8392165Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:27:10.8414653Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:27:10.8440686Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:27:10.8462323Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:27:10.8515991Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:27:10.8544704Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:27:10.8616362Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:27:10.8660617Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:27:10.8715806Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:27:10.8795113Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:27:10.8851767Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:27:10.8897513Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:27:10.8956001Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:27:10.9002873Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:27:10.9059780Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:27:10.9106006Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:27:10.9162396Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:27:10.9209188Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:27:10.9266368Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:27:10.9313175Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:27:10.9369914Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:27:10.9417190Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:27:10.9474677Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:27:10.9523085Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:27:10.9581548Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:27:10.9628587Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:27:10.9688520Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:27:10.9736164Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:27:10.9758085Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:27:10.9780456Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:27:10.9819126Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:27:10.9842174Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:27:11.0046375Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:27:11.0069901Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:27:11.0093837Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:27:11.0116304Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:27:11.0139882Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:27:11.0450284Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:27:11.0473355Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:27:11.0519017Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:27:11.0553786Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:27:11.0596333Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:27:11.0624268Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:27:11.0677399Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:27:11.2922857Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:27:11.2947414Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:27:11.3021616Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:27:11.3046987Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:27:11.3115360Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:27:11.6482267Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:27:12.1731955Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:27:13.0113922Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:27:15.5683651Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:23.7288922Z Reading package lists...
2025-08-20T22:27:23.9181605Z Building dependency tree...
2025-08-20T22:27:23.9189419Z Reading state information...
2025-08-20T22:27:24.0954729Z autoconf is already the newest version (2.71-3).
2025-08-20T22:27:24.0955413Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:27:24.0956053Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:27:24.0956838Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:27:24.0957470Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:27:24.0958113Z ca-certificates is already the newest version (20240203).
2025-08-20T22:27:24.0958691Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:27:24.0959227Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:27:24.0960123Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:27:24.0960708Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:27:24.0961377Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:27:24.0961746Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:27:24.0962040Z patch set to manually installed.
2025-08-20T22:27:24.0962337Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:27:24.0962680Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:27:24.0963002Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:27:24.0963318Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:27:24.0963597Z Suggested packages:
2025-08-20T22:27:24.0963786Z   scons-doc
2025-08-20T22:27:24.1133016Z The following NEW packages will be installed:
2025-08-20T22:27:24.1143598Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:27:24.1355810Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:24.1356679Z Need to get 15.8 MB of archives.
2025-08-20T22:27:24.1357262Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:27:24.1357748Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:24.1909006Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:27:24.2259424Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:27:24.2444656Z 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-20T22:27:24.5310202Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:27:24.5671227Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:27:24.8358103Z Fetched 15.8 MB in 0s (35.4 MB/s)
2025-08-20T22:27:24.8536906Z Selecting previously unselected package autopoint.
2025-08-20T22:27:24.8591534Z (Reading database ... 
2025-08-20T22:27:24.8592045Z (Reading database ... 5%
2025-08-20T22:27:24.8592738Z (Reading database ... 10%
2025-08-20T22:27:24.8593121Z (Reading database ... 15%
2025-08-20T22:27:24.8593498Z (Reading database ... 20%
2025-08-20T22:27:24.8593891Z (Reading database ... 25%
2025-08-20T22:27:24.8594266Z (Reading database ... 30%
2025-08-20T22:27:24.8594624Z (Reading database ... 35%
2025-08-20T22:27:24.8594975Z (Reading database ... 40%
2025-08-20T22:27:24.8595208Z (Reading database ... 45%
2025-08-20T22:27:24.8595689Z (Reading database ... 50%
2025-08-20T22:27:24.8617765Z (Reading database ... 55%
2025-08-20T22:27:24.8712565Z (Reading database ... 60%
2025-08-20T22:27:24.8734255Z (Reading database ... 65%
2025-08-20T22:27:24.8769164Z (Reading database ... 70%
2025-08-20T22:27:24.8795614Z (Reading database ... 75%
2025-08-20T22:27:24.8827702Z (Reading database ... 80%
2025-08-20T22:27:24.8970906Z (Reading database ... 85%
2025-08-20T22:27:24.9072223Z (Reading database ... 90%
2025-08-20T22:27:24.9349937Z (Reading database ... 95%
2025-08-20T22:27:24.9350380Z (Reading database ... 100%
2025-08-20T22:27:24.9350781Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:27:24.9394478Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:27:24.9432766Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:27:24.9693512Z Selecting previously unselected package clang.
2025-08-20T22:27:24.9830732Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:27:24.9844360Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:27:25.0100865Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:27:25.0238757Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:27:25.0249661Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:27:25.4767595Z Selecting previously unselected package scons.
2025-08-20T22:27:25.4904450Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:27:25.4912429Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:27:25.5643148Z Selecting previously unselected package byacc.
2025-08-20T22:27:25.5781257Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:27:25.5791345Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:27:25.6230546Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:27:25.6285242Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:27:25.6379555Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:27:25.6613192Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:27:26.0642169Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:27:26.0685407Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:30.1434220Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:27:32.4570129Z Reading package lists...
2025-08-20T22:27:32.6710059Z Building dependency tree...
2025-08-20T22:27:32.6718502Z Reading state information...
2025-08-20T22:27:32.8837313Z The following additional packages will be installed:
2025-08-20T22:27:32.8838211Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:27:32.8839098Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:27:32.8839985Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:27:32.8841031Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:27:32.8841687Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:27:32.8842304Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:27:32.8844468Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:27:32.8845623Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:27:32.8846552Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:27:32.8854747Z Suggested packages:
2025-08-20T22:27:32.8855236Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:27:32.8856079Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:27:32.8856859Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:27:32.8857303Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:27:32.8857777Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:27:32.8858228Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:27:32.8858673Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:27:32.8859186Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:27:32.8859566Z   wdiff-doc
2025-08-20T22:27:32.8859751Z Recommended packages:
2025-08-20T22:27:32.8860070Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:27:32.8860521Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:27:32.8860980Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:27:32.8861473Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:27:32.9089295Z The following NEW packages will be installed:
2025-08-20T22:27:32.9091267Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:27:32.9091989Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:27:32.9092742Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:27:32.9093640Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:27:32.9094556Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:27:32.9095369Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:27:32.9096686Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:27:32.9097739Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:27:32.9102990Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:27:32.9326384Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:32.9327000Z Need to get 2417 kB of archives.
2025-08-20T22:27:32.9327575Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:27:32.9328247Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:32.9696039Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:27:33.0063430Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:27:33.0261675Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:27:33.0457600Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:27:33.0643006Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:27:33.0831472Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:27:33.1023277Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:27:33.1209368Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:27:33.1390699Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:27:33.1574161Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:27:33.1754939Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:27:33.1937028Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:27:33.2120755Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:27:33.2321686Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:27:33.2509004Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:27:33.2694228Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:27:33.2882868Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:27:33.3533764Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:27:33.3714979Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:27:33.3900559Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:27:33.4080156Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:27:33.4304327Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:27:33.4510132Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:27:33.4700211Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:27:33.4882463Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:27:33.5066154Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:27:33.5246882Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:27:33.5462701Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:27:33.5654454Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:27:33.5841554Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:27:33.8737566Z Fetched 2417 kB in 1s (3527 kB/s)
2025-08-20T22:27:33.8934257Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:27:33.8989996Z (Reading database ... 
2025-08-20T22:27:33.8990411Z (Reading database ... 5%
2025-08-20T22:27:33.8990791Z (Reading database ... 10%
2025-08-20T22:27:33.8991159Z (Reading database ... 15%
2025-08-20T22:27:33.8991467Z (Reading database ... 20%
2025-08-20T22:27:33.8991697Z (Reading database ... 25%
2025-08-20T22:27:33.8991947Z (Reading database ... 30%
2025-08-20T22:27:33.8992174Z (Reading database ... 35%
2025-08-20T22:27:33.8992405Z (Reading database ... 40%
2025-08-20T22:27:33.8992656Z (Reading database ... 45%
2025-08-20T22:27:33.8992889Z (Reading database ... 50%
2025-08-20T22:27:33.9014003Z (Reading database ... 55%
2025-08-20T22:27:33.9109188Z (Reading database ... 60%
2025-08-20T22:27:33.9131138Z (Reading database ... 65%
2025-08-20T22:27:33.9166245Z (Reading database ... 70%
2025-08-20T22:27:33.9190906Z (Reading database ... 75%
2025-08-20T22:27:33.9221498Z (Reading database ... 80%
2025-08-20T22:27:33.9372852Z (Reading database ... 85%
2025-08-20T22:27:33.9470182Z (Reading database ... 90%
2025-08-20T22:27:33.9748669Z (Reading database ... 95%
2025-08-20T22:27:33.9749171Z (Reading database ... 100%
2025-08-20T22:27:33.9749779Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:27:33.9793118Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:27:33.9805218Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:27:34.0040554Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:27:34.0179553Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:27:34.0191835Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:27:34.0408635Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:27:34.0547513Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:27:34.0560350Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:27:34.0825228Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:27:34.0962713Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:27:34.0973073Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:27:34.1198580Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:27:34.1337202Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:27:34.1353730Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:27:34.1590223Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:27:34.1728746Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:27:34.1740654Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:27:34.1976966Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:27:34.2114494Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:27:34.2127589Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:27:34.2371730Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:27:34.2510490Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:27:34.2522789Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:27:34.2769145Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:27:34.2907261Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:27:34.2920813Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:27:34.3153824Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:27:34.3292072Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:27:34.3309136Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:27:34.3560349Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:27:34.3698303Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:27:34.3713058Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:27:34.3934124Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:27:34.4071134Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:27:34.4082155Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:27:34.4313401Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:27:34.4453659Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:27:34.4465255Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:27:34.4702212Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:27:34.4840373Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:27:34.4850340Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:27:34.5060154Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:27:34.5197744Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:27:34.5207126Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:27:34.5454796Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:27:34.5592541Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:27:34.5606244Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:27:34.5818639Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:27:34.5957545Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:27:34.5968268Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:27:34.6274105Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:27:34.6415088Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:27:34.6424937Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:27:34.6652128Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:27:34.6790665Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:27:34.6801932Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:27:34.7049386Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:27:34.7188139Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:27:34.7202052Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:27:34.7430341Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:27:34.7569627Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:27:34.7578490Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:27:34.8001565Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:27:34.8140564Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:27:34.8148834Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:27:34.8433037Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:27:34.8573223Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:27:34.8584519Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:27:34.8817222Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:27:34.8954980Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:27:34.8965789Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:27:34.9201409Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:27:34.9339496Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:27:34.9351814Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:27:34.9572147Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:27:34.9710845Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:27:34.9726472Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:27:34.9970772Z Selecting previously unselected package libwww-perl.
2025-08-20T22:27:35.0110616Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:27:35.0121809Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:27:35.0447331Z Selecting previously unselected package patchutils.
2025-08-20T22:27:35.0585591Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:27:35.0597695Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:27:35.0884248Z Selecting previously unselected package wdiff.
2025-08-20T22:27:35.1021603Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:27:35.1037485Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:27:35.1322400Z Selecting previously unselected package devscripts.
2025-08-20T22:27:35.1461632Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:27:35.1660546Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:27:35.2882291Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:27:35.2912201Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:27:35.2948883Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:27:35.2987782Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:27:35.3025307Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:27:35.3066831Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:27:35.3107659Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:27:35.3141816Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:27:35.3177269Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:27:35.3216046Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:27:35.3254452Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:27:35.3290053Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:27:35.3323608Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:27:35.3355654Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:27:35.3387452Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:27:35.3423055Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:27:35.3481175Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:27:35.3512125Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:27:35.3545732Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:27:35.3582214Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:27:35.3615936Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:27:35.3670614Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:27:35.3708791Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:27:35.3755953Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:27:35.3791927Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:27:35.3825100Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:27:35.3863646Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:27:35.3911604Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:27:35.3979268Z Setting up devscripts (2.23.7) ...
2025-08-20T22:27:35.5217985Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:27:35.5259436Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:40.4482129Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:27:42.0592453Z Reading package lists...
2025-08-20T22:27:42.2334485Z Building dependency tree...
2025-08-20T22:27:42.2342342Z Reading state information...
2025-08-20T22:27:42.3917779Z The following additional packages will be installed:
2025-08-20T22:27:42.3925169Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:27:42.3931300Z Suggested packages:
2025-08-20T22:27:42.3931738Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:27:42.4077951Z The following NEW packages will be installed:
2025-08-20T22:27:42.4084371Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:27:42.4255301Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:42.4256098Z Need to get 13.6 MB of archives.
2025-08-20T22:27:42.4256677Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:27:42.4257091Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:42.5488574Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:27:42.5749722Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:27:42.5963321Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:27:42.6812449Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:27:43.0714029Z Fetched 13.6 MB in 0s (35.1 MB/s)
2025-08-20T22:27:43.0918408Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:27:43.0974598Z (Reading database ... 
2025-08-20T22:27:43.0975246Z (Reading database ... 5%
2025-08-20T22:27:43.0975827Z (Reading database ... 10%
2025-08-20T22:27:43.0976226Z (Reading database ... 15%
2025-08-20T22:27:43.0976625Z (Reading database ... 20%
2025-08-20T22:27:43.0976895Z (Reading database ... 25%
2025-08-20T22:27:43.0977140Z (Reading database ... 30%
2025-08-20T22:27:43.0977382Z (Reading database ... 35%
2025-08-20T22:27:43.0977649Z (Reading database ... 40%
2025-08-20T22:27:43.0977893Z (Reading database ... 45%
2025-08-20T22:27:43.0978159Z (Reading database ... 50%
2025-08-20T22:27:43.1000764Z (Reading database ... 55%
2025-08-20T22:27:43.1099297Z (Reading database ... 60%
2025-08-20T22:27:43.1122108Z (Reading database ... 65%
2025-08-20T22:27:43.1159932Z (Reading database ... 70%
2025-08-20T22:27:43.1184872Z (Reading database ... 75%
2025-08-20T22:27:43.1217366Z (Reading database ... 80%
2025-08-20T22:27:43.1375717Z (Reading database ... 85%
2025-08-20T22:27:43.1468981Z (Reading database ... 90%
2025-08-20T22:27:43.1769414Z (Reading database ... 95%
2025-08-20T22:27:43.1769719Z (Reading database ... 100%
2025-08-20T22:27:43.1770112Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:27:43.1817003Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:27:43.1841932Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:27:43.2110250Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:27:43.2251869Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:27:43.2271069Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:27:43.2553616Z Selecting previously unselected package cmake-data.
2025-08-20T22:27:43.2693026Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:27:43.2764534Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:27:43.8525854Z Selecting previously unselected package cmake.
2025-08-20T22:27:43.8682461Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:27:43.8691537Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:27:44.0799538Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:27:44.0830621Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:27:44.0858560Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:27:44.0927875Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:27:44.0965111Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:48.4037565Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:27:48.9641188Z 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-20T22:27:48.9642903Z Running kernel seems to be up-to-date.
2025-08-20T22:27:48.9643204Z 
2025-08-20T22:27:48.9643336Z Restarting services...
2025-08-20T22:27:48.9704984Z 
2025-08-20T22:27:48.9705368Z Service restarts being deferred:
2025-08-20T22:27:48.9706014Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:27:48.9706399Z 
2025-08-20T22:27:48.9706570Z No containers need to be restarted.
2025-08-20T22:27:48.9706810Z 
2025-08-20T22:27:48.9706935Z No user sessions are running outdated binaries.
2025-08-20T22:27:48.9707145Z 
2025-08-20T22:27:48.9707328Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:27:49.9221104Z Reading package lists...
2025-08-20T22:27:50.1070823Z Building dependency tree...
2025-08-20T22:27:50.1079025Z Reading state information...
2025-08-20T22:27:50.3038319Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:27:50.3038735Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:27:50.3039077Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:27:50.3039408Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:27:50.3039735Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:27:50.3040076Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:27:50.3040450Z ca-certificates is already the newest version (20240203).
2025-08-20T22:27:50.3040771Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:27:50.3041100Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:27:50.3041429Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:27:50.3041987Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:27:50.3042423Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:27:50.3042895Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:27:50.3043669Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:27:50.3044106Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:27:50.3044561Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:27:50.3045053Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:27:50.3045878Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:27:50.3046603Z musl is already the newest version (1.2.4-2).
2025-08-20T22:27:50.3047269Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:27:50.3060551Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:27:50.3061368Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:27:50.3061806Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:27:50.3062168Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:27:50.3062501Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:27:50.3062872Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:50.3286804Z Reading package lists...
2025-08-20T22:27:50.5161218Z Building dependency tree...
2025-08-20T22:27:50.5169559Z Reading state information...
2025-08-20T22:27:50.7154757Z autoconf is already the newest version (2.71-3).
2025-08-20T22:27:50.7155755Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:27:50.7156384Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:27:50.7156971Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:27:50.7157572Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:27:50.7158193Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:27:50.7159115Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:27:50.7159707Z ca-certificates is already the newest version (20240203).
2025-08-20T22:27:50.7160298Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:27:50.7160814Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:27:50.7161340Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:27:50.7161913Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:27:50.7162495Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:27:50.7163080Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:27:50.7163636Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:27:50.7164191Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:27:50.7164749Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:27:50.7165303Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:27:50.7165933Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:27:50.7166258Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:27:50.7166600Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:27:50.7166970Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:50.7396427Z Reading package lists...
2025-08-20T22:27:50.9279302Z Building dependency tree...
2025-08-20T22:27:50.9287221Z Reading state information...
2025-08-20T22:27:51.1320633Z devscripts is already the newest version (2.23.7).
2025-08-20T22:27:51.1321315Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:51.1555886Z Reading package lists...
2025-08-20T22:27:51.3487625Z Building dependency tree...
2025-08-20T22:27:51.3495934Z Reading state information...
2025-08-20T22:27:51.5549810Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:27:51.5550337Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:51.5782678Z Reading package lists...
2025-08-20T22:27:51.7689582Z Building dependency tree...
2025-08-20T22:27:51.7697468Z Reading state information...
2025-08-20T22:27:51.9527127Z Suggested packages:
2025-08-20T22:27:51.9527411Z   binutils-doc
2025-08-20T22:27:51.9814091Z The following NEW packages will be installed:
2025-08-20T22:27:51.9822803Z   binutils-aarch64-linux-gnu
2025-08-20T22:27:52.0024363Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:52.0258318Z Need to get 3711 kB of archives.
2025-08-20T22:27:52.0258976Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:27:52.0259525Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:52.0598091Z 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-20T22:27:52.3707597Z Fetched 3711 kB in 0s (40.5 MB/s)
2025-08-20T22:27:52.3900379Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:27:52.3957715Z (Reading database ... 
2025-08-20T22:27:52.3958164Z (Reading database ... 5%
2025-08-20T22:27:52.3958553Z (Reading database ... 10%
2025-08-20T22:27:52.3958958Z (Reading database ... 15%
2025-08-20T22:27:52.3959324Z (Reading database ... 20%
2025-08-20T22:27:52.3959695Z (Reading database ... 25%
2025-08-20T22:27:52.3960065Z (Reading database ... 30%
2025-08-20T22:27:52.3960428Z (Reading database ... 35%
2025-08-20T22:27:52.3961423Z (Reading database ... 40%
2025-08-20T22:27:52.3961779Z (Reading database ... 45%
2025-08-20T22:27:52.3962149Z (Reading database ... 50%
2025-08-20T22:27:52.3983813Z (Reading database ... 55%
2025-08-20T22:27:52.4081389Z (Reading database ... 60%
2025-08-20T22:27:52.4104007Z (Reading database ... 65%
2025-08-20T22:27:52.4141055Z (Reading database ... 70%
2025-08-20T22:27:52.4166185Z (Reading database ... 75%
2025-08-20T22:27:52.4198544Z (Reading database ... 80%
2025-08-20T22:27:52.4361856Z (Reading database ... 85%
2025-08-20T22:27:52.4449253Z (Reading database ... 90%
2025-08-20T22:27:52.4751404Z (Reading database ... 95%
2025-08-20T22:27:52.4751934Z (Reading database ... 100%
2025-08-20T22:27:52.4752404Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:27:52.4799207Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:27:52.4817562Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:27:52.6383625Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:27:52.6410954Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:27:52.6554836Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:58.3459677Z Reading package lists...
2025-08-20T22:27:58.5583440Z Building dependency tree...
2025-08-20T22:27:58.5591294Z Reading state information...
2025-08-20T22:27:58.7397644Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:27:58.7398712Z The following additional packages will be installed:
2025-08-20T22:27:58.7399581Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:27:58.7400613Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:27:58.7401707Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:27:58.7402410Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:27:58.7403015Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:27:58.7403428Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:27:58.7404016Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:27:58.7404898Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:27:58.7405906Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:27:58.7406436Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:27:58.7406971Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:27:58.7407529Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:27:58.7408406Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:27:58.7408968Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:27:58.7409510Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:27:58.7410262Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:27:58.7411090Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:27:58.7411864Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:27:58.7412615Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:27:58.7413430Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:27:58.7413954Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:27:58.7414358Z   linux-libc-dev-armhf-cross
2025-08-20T22:27:58.7419746Z Suggested packages:
2025-08-20T22:27:58.7420293Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:27:58.7420891Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:27:58.7982342Z The following NEW packages will be installed:
2025-08-20T22:27:58.7983157Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:27:58.7984145Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:27:58.7985189Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:27:58.7986442Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:27:58.7987401Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:27:58.7988625Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:27:58.7989424Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:27:58.7990341Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:27:58.7991368Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:27:58.7992323Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:27:58.7993257Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:27:58.7994165Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:27:58.7994979Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:27:58.7995975Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:27:58.7996656Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:27:58.7997164Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:27:58.7997644Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:27:58.7998133Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:27:58.7998605Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:27:58.7999077Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:27:58.7999564Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:27:58.8000090Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:27:58.8000534Z   linux-libc-dev-armhf-cross
2025-08-20T22:27:58.8197456Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:58.8198148Z Need to get 171 MB of archives.
2025-08-20T22:27:58.8198827Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:27:58.8199661Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:58.8536427Z 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-20T22:27:58.8734361Z 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-20T22:27:59.0738122Z 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-20T22:27:59.0933657Z 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-20T22:27:59.2393828Z 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-20T22:27:59.2584601Z 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-20T22:27:59.4263465Z 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-20T22:27:59.4450777Z 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-20T22:27:59.4638533Z 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-20T22:27:59.4825931Z 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-20T22:27:59.5023003Z 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-20T22:27:59.5226212Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:27:59.5593605Z 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-20T22:27:59.5785684Z 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-20T22:27:59.6022695Z 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-20T22:27:59.6219719Z 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-20T22:27:59.6854993Z 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-20T22:27:59.7081963Z 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-20T22:27:59.7288889Z 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-20T22:27:59.7555317Z 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-20T22:27:59.7854003Z 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-20T22:27:59.8078719Z 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-20T22:27:59.8290220Z 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-20T22:27:59.8821588Z 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-20T22:28:00.1243933Z 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-20T22:28:00.1647970Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:28:00.2071418Z 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-20T22:28:00.2584755Z 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-20T22:28:00.4937185Z 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-20T22:28:00.5797304Z 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-20T22:28:00.5988703Z 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-20T22:28:00.6183001Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:28:00.6606889Z 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-20T22:28:00.7210053Z 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-20T22:28:00.7409514Z 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-20T22:28:00.7601947Z 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-20T22:28:00.8432180Z 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-20T22:28:00.8838478Z 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-20T22:28:00.9270698Z 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-20T22:28:00.9687089Z 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-20T22:28:01.2712666Z 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-20T22:28:01.3136348Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:28:01.3716047Z 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-20T22:28:01.4523151Z 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-20T22:28:01.7109968Z 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-20T22:28:01.8274193Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:28:01.8846475Z 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-20T22:28:01.9033191Z 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-20T22:28:01.9240964Z 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-20T22:28:01.9428809Z 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-20T22:28:02.0811767Z 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-20T22:28:02.1222234Z 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-20T22:28:02.1757241Z 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-20T22:28:02.2181668Z 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-20T22:28:02.4981406Z 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-20T22:28:02.5448527Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:28:02.5990666Z 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-20T22:28:02.6633548Z 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-20T22:28:02.8246766Z 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-20T22:28:02.8431925Z 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-20T22:28:02.8617046Z 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-20T22:28:02.8800357Z 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-20T22:28:02.8984129Z 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-20T22:28:02.9170861Z 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-20T22:28:03.2458145Z Fetched 171 MB in 4s (41.5 MB/s)
2025-08-20T22:28:03.2661608Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:28:03.2718583Z (Reading database ... 
2025-08-20T22:28:03.2719696Z (Reading database ... 5%
2025-08-20T22:28:03.2720083Z (Reading database ... 10%
2025-08-20T22:28:03.2720452Z (Reading database ... 15%
2025-08-20T22:28:03.2720810Z (Reading database ... 20%
2025-08-20T22:28:03.2721169Z (Reading database ... 25%
2025-08-20T22:28:03.2721531Z (Reading database ... 30%
2025-08-20T22:28:03.2721885Z (Reading database ... 35%
2025-08-20T22:28:03.2722237Z (Reading database ... 40%
2025-08-20T22:28:03.2722595Z (Reading database ... 45%
2025-08-20T22:28:03.2722951Z (Reading database ... 50%
2025-08-20T22:28:03.2743819Z (Reading database ... 55%
2025-08-20T22:28:03.2842309Z (Reading database ... 60%
2025-08-20T22:28:03.2864643Z (Reading database ... 65%
2025-08-20T22:28:03.2901812Z (Reading database ... 70%
2025-08-20T22:28:03.2926190Z (Reading database ... 75%
2025-08-20T22:28:03.2958067Z (Reading database ... 80%
2025-08-20T22:28:03.3120850Z (Reading database ... 85%
2025-08-20T22:28:03.3207048Z (Reading database ... 90%
2025-08-20T22:28:03.3520168Z (Reading database ... 95%
2025-08-20T22:28:03.3520680Z (Reading database ... 100%
2025-08-20T22:28:03.3521332Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:28:03.3566850Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:03.3579464Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:03.3824444Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:28:03.3965748Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:03.4001711Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:03.5522206Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:28:03.5664034Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:03.5672369Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:03.5927745Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:28:03.6070465Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:03.6114655Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:03.7602794Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:28:03.7745132Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:03.7755383Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:03.8013049Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:28:03.8159730Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:03.8198353Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:03.9576353Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:28:03.9719169Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:28:03.9731830Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:03.9943920Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:28:04.0085258Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:28:04.0093480Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:28:04.0301359Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:28:04.0442333Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:28:04.0452811Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:04.0679899Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:28:04.0823020Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.0836511Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.1090276Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:28:04.1234618Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.1247002Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.1485945Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:28:04.1627620Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:28:04.1639713Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:04.2023745Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:28:04.2167826Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.2178313Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.2431246Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:28:04.2578514Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.2588123Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.2842914Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:28:04.2988111Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.2998864Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.3242393Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:28:04.3387584Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.3398436Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.3658014Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:28:04.3803399Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.3812374Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.4179150Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:28:04.4324112Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.4333984Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.4624490Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:28:04.4770339Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.4785410Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.5119923Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:28:04.5264459Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.5277551Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.5649855Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:28:04.5794205Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.5814211Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.6109621Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:28:04.6256798Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.6277878Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.6581065Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:28:04.6724221Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:04.6734432Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:04.7748423Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:28:04.7892543Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:04.7928300Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:05.0760716Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:28:05.0904990Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:28:05.0914691Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:28:05.2733434Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:28:05.2879785Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:28:05.2912099Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:05.4169993Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:28:05.4314578Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:05.4324675Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:05.6690935Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:28:05.6838586Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:05.6882983Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:05.8564947Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:28:05.8710334Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:28:05.8752032Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:28:05.9689477Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:28:05.9835617Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:05.9847394Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.0092136Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:28:06.0236262Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:06.0258726Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.0507166Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:28:06.0652309Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:28:06.0666671Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:06.1069478Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:28:06.1214346Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:06.1230947Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.1472203Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:28:06.1618520Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:06.1628442Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.1907722Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:28:06.2054549Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:06.2065295Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.2298192Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:28:06.2444712Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:06.2455240Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.3111677Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:28:06.3258989Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:06.3268673Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.3597233Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:28:06.3741982Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:06.3754960Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.4153093Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:28:06.4299407Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:06.4317107Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.4875997Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:28:06.5023223Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:06.5062728Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:06.7669124Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:28:06.7813725Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:28:06.7827601Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:28:06.9941746Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:28:07.0089567Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:28:07.0104980Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:07.1289321Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:28:07.1438375Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:07.1453165Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:07.3547329Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:28:07.3696642Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:07.3732071Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:07.5316397Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:28:07.5462035Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:28:07.5476299Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:28:07.6497007Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:28:07.6648210Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:28:07.6663946Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:07.7051951Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:28:07.7202146Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:07.7214038Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:07.7454469Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:28:07.7602812Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:07.7622622Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:07.7862968Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:28:07.8008909Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:07.8024452Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:07.8263221Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:28:07.8410520Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:07.8423194Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:07.9070054Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:28:07.9214416Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:07.9223743Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:07.9530542Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:28:07.9673707Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:07.9683943Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:08.0054098Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:28:08.0198526Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:08.0212637Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:08.0762509Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:28:08.0908021Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:08.0946763Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:08.3494661Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:28:08.3640807Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:28:08.3652147Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:28:08.5512024Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:28:08.5664540Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:28:08.5677646Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:08.6872047Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:28:08.7019999Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:28:08.7029240Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:08.9021357Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:28:08.9168897Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:08.9208384Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.0741204Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:28:09.0886170Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:28:09.0900822Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.1142329Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:28:09.1286645Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:28:09.1300568Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.1526007Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:28:09.1669972Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:28:09.1684524Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:28:09.1923831Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:28:09.2070109Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:28:09.2088445Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:28:09.2336665Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:28:09.2482699Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:28:09.2496386Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.2731680Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:28:09.2877749Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:28:09.2890032Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.3358693Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:28:09.3404855Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:09.3448073Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.3488741Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.3517805Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.3545013Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:28:09.3587380Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.3629453Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:09.3661541Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:28:09.3691508Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.3722473Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:28:09.3756562Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:09.3789009Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.3820681Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.3857881Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.3899729Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:09.3936493Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:28:09.3968311Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.3997076Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4037472Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4078298Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4109377Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4142595Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4190301Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4230442Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4262633Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4302167Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4340597Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4375950Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4404776Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:09.4487611Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4528118Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:28:09.4572601Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4614272Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4648508Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4749808Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.4789923Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:28:09.4829226Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4876590Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4919509Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4953935Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.4991981Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5028860Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.5074104Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5109882Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5156123Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5192362Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5242752Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5293129Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5326619Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5359345Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5402391Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:28:09.5442347Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5487247Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5524062Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5585597Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5628692Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5667880Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:28:09.5717966Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.5750968Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5787469Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:09.5827947Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.5866653Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.5910774Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:28:09.5954547Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:28:09.5980035Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:28:09.6073443Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:13.9486495Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:28:15.5881293Z Reading package lists...
2025-08-20T22:28:15.7877133Z Building dependency tree...
2025-08-20T22:28:15.7885947Z Reading state information...
2025-08-20T22:28:15.9688602Z The following additional packages will be installed:
2025-08-20T22:28:15.9689330Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:28:15.9694901Z   libpcap0.8-dev
2025-08-20T22:28:16.0006848Z The following NEW packages will be installed:
2025-08-20T22:28:16.0007915Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:28:16.0016597Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:28:16.0228370Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:16.0473373Z Need to get 1613 kB of archives.
2025-08-20T22:28:16.0473815Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:28:16.0474228Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:16.0829123Z 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-20T22:28:16.1052212Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:28:16.1246675Z 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-20T22:28:16.1446237Z 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-20T22:28:16.1662627Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:28:16.2049798Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:28:16.2261465Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:28:16.2446745Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:28:16.5206406Z Fetched 1613 kB in 0s (7567 kB/s)
2025-08-20T22:28:16.5429491Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:28:16.5490506Z (Reading database ... 
2025-08-20T22:28:16.5490968Z (Reading database ... 5%
2025-08-20T22:28:16.5491427Z (Reading database ... 10%
2025-08-20T22:28:16.5491802Z (Reading database ... 15%
2025-08-20T22:28:16.5492120Z (Reading database ... 20%
2025-08-20T22:28:16.5492370Z (Reading database ... 25%
2025-08-20T22:28:16.5492601Z (Reading database ... 30%
2025-08-20T22:28:16.5492828Z (Reading database ... 35%
2025-08-20T22:28:16.5493056Z (Reading database ... 40%
2025-08-20T22:28:16.5493282Z (Reading database ... 45%
2025-08-20T22:28:16.5493509Z (Reading database ... 50%
2025-08-20T22:28:16.5600127Z (Reading database ... 55%
2025-08-20T22:28:16.5622562Z (Reading database ... 60%
2025-08-20T22:28:16.5646678Z (Reading database ... 65%
2025-08-20T22:28:16.5692844Z (Reading database ... 70%
2025-08-20T22:28:16.5722348Z (Reading database ... 75%
2025-08-20T22:28:16.5752671Z (Reading database ... 80%
2025-08-20T22:28:16.5957426Z (Reading database ... 85%
2025-08-20T22:28:16.6047905Z (Reading database ... 90%
2025-08-20T22:28:16.6399690Z (Reading database ... 95%
2025-08-20T22:28:16.6400081Z (Reading database ... 100%
2025-08-20T22:28:16.6400501Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:28:16.6447888Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:28:16.6460766Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:28:16.6952677Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:28:16.7098922Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:28:16.7123504Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:28:16.7385309Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:28:16.7530670Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:28:16.7543917Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:28:16.8017637Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:28:16.8168518Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:28:16.8184752Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:28:16.8481524Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:28:16.8628936Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:28:16.8645977Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:28:16.9420756Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:28:16.9569547Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:28:16.9608417Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:28:17.0019727Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:28:17.0166899Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:28:17.0187819Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:28:17.0461943Z Selecting previously unselected package pcaputils.
2025-08-20T22:28:17.0608213Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:28:17.0646473Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:28:17.1125085Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:28:17.1164099Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:28:17.3261458Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:28:17.3291292Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:28:17.3417056Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:28:17.6411737Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:28:17.6450043Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:28:17.6506927Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:28:17.6670126Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:22.3600537Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:28:22.4099553Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:28:22.4145705Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:28:23.9828386Z Reading package lists...
2025-08-20T22:28:24.1748235Z Building dependency tree...
2025-08-20T22:28:24.1757149Z Reading state information...
2025-08-20T22:28:24.2189549Z Reading package lists...
2025-08-20T22:28:24.3945754Z Building dependency tree...
2025-08-20T22:28:24.3954376Z Reading state information...
2025-08-20T22:28:24.5599214Z The following additional packages will be installed:
2025-08-20T22:28:24.5604459Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:28:24.5610553Z Suggested packages:
2025-08-20T22:28:24.5611109Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:28:24.5611841Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:28:24.5768880Z The following NEW packages will be installed:
2025-08-20T22:28:24.5769817Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:28:24.5773873Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:28:24.5946485Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:24.5947477Z Need to get 800 kB of archives.
2025-08-20T22:28:24.5948039Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:28:24.5948542Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:24.6302474Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:28:24.6506365Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:28:24.6706765Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:28:24.6923184Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:28:24.7111529Z 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-20T22:28:24.7296869Z 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-20T22:28:24.7499919Z 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-20T22:28:24.7690018Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:28:24.7879957Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:28:25.0597327Z Fetched 800 kB in 0s (3924 kB/s)
2025-08-20T22:28:25.0811666Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:28:25.0872409Z (Reading database ... 
2025-08-20T22:28:25.0872856Z (Reading database ... 5%
2025-08-20T22:28:25.0873242Z (Reading database ... 10%
2025-08-20T22:28:25.0873611Z (Reading database ... 15%
2025-08-20T22:28:25.0874283Z (Reading database ... 20%
2025-08-20T22:28:25.0874554Z (Reading database ... 25%
2025-08-20T22:28:25.0874797Z (Reading database ... 30%
2025-08-20T22:28:25.0875042Z (Reading database ... 35%
2025-08-20T22:28:25.0875269Z (Reading database ... 40%
2025-08-20T22:28:25.0875759Z (Reading database ... 45%
2025-08-20T22:28:25.0876007Z (Reading database ... 50%
2025-08-20T22:28:25.0983290Z (Reading database ... 55%
2025-08-20T22:28:25.1005096Z (Reading database ... 60%
2025-08-20T22:28:25.1028763Z (Reading database ... 65%
2025-08-20T22:28:25.1072329Z (Reading database ... 70%
2025-08-20T22:28:25.1102450Z (Reading database ... 75%
2025-08-20T22:28:25.1126677Z (Reading database ... 80%
2025-08-20T22:28:25.1308357Z (Reading database ... 85%
2025-08-20T22:28:25.1573271Z (Reading database ... 90%
2025-08-20T22:28:25.1680902Z (Reading database ... 95%
2025-08-20T22:28:25.1681303Z (Reading database ... 100%
2025-08-20T22:28:25.1681760Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:28:25.1727979Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:28:25.1762708Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:28:25.2002932Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:28:25.2146873Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:28:25.2202450Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:28:25.2440645Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:28:25.2583460Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:28:25.2595769Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:28:25.3412427Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:28:25.3557868Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:28:25.3576482Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:28:25.3838483Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:28:25.3982499Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:28:25.3993550Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:28:25.4274192Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:28:25.4420744Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:28:25.4433711Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:28:25.4745192Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:28:25.4890086Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:28:25.4903965Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:28:25.5159150Z Selecting previously unselected package lzma.
2025-08-20T22:28:25.5305113Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:28:25.5321845Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:28:25.5638833Z Selecting previously unselected package lzma-dev.
2025-08-20T22:28:25.5785128Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:28:25.5797835Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:28:25.6288406Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:28:25.6329561Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:28:25.6362012Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:28:25.6395951Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:28:25.6427625Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:28:25.6496973Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:28:25.6529670Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:28:25.6557312Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:28:25.6602715Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:28:25.6653194Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:28:25.6690415Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:28:25.6853996Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:30.0703168Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:28:30.7170424Z 
2025-08-20T22:28:30.7171005Z Running kernel seems to be up-to-date.
2025-08-20T22:28:30.7171291Z 
2025-08-20T22:28:30.7171389Z Restarting services...
2025-08-20T22:28:30.7235661Z 
2025-08-20T22:28:30.7236200Z Service restarts being deferred:
2025-08-20T22:28:30.7236758Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:28:30.7237138Z 
2025-08-20T22:28:30.7237300Z No containers need to be restarted.
2025-08-20T22:28:30.7237591Z 
2025-08-20T22:28:30.7237778Z No user sessions are running outdated binaries.
2025-08-20T22:28:30.7238098Z 
2025-08-20T22:28:30.7238402Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:28:31.7681979Z Reading package lists...
2025-08-20T22:28:31.9644897Z Building dependency tree...
2025-08-20T22:28:31.9653942Z Reading state information...
2025-08-20T22:28:32.1978784Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:28:32.1979442Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:28:32.1979978Z inetutils-telnet set to manually installed.
2025-08-20T22:28:32.1980460Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:28:32.1980963Z The following additional packages will be installed:
2025-08-20T22:28:32.1981372Z   tcpd update-inetd
2025-08-20T22:28:32.2155762Z The following packages will be REMOVED:
2025-08-20T22:28:32.2168446Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:28:32.2170389Z The following NEW packages will be installed:
2025-08-20T22:28:32.2170874Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:28:32.2180130Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:28:32.2180731Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:28:32.2368786Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:28:32.2369180Z Need to get 698 kB of archives.
2025-08-20T22:28:32.2369567Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:28:32.2370562Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:32.2714548Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:28:32.2923912Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:28:32.3111616Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:28:32.3301068Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:28:32.3511916Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:28:32.3713365Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:28:32.3907970Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:28:32.4103536Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:28:32.4293947Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:28:32.4487231Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:28:32.4690816Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:28:32.4904134Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:28:32.5106518Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:28:32.7533313Z Preconfiguring packages ...
2025-08-20T22:28:32.8700938Z Fetched 698 kB in 0s (2450 kB/s)
2025-08-20T22:28:32.8896865Z (Reading database ... 
2025-08-20T22:28:32.8897271Z (Reading database ... 5%
2025-08-20T22:28:32.8897526Z (Reading database ... 10%
2025-08-20T22:28:32.8897764Z (Reading database ... 15%
2025-08-20T22:28:32.8897998Z (Reading database ... 20%
2025-08-20T22:28:32.8898239Z (Reading database ... 25%
2025-08-20T22:28:32.8898477Z (Reading database ... 30%
2025-08-20T22:28:32.8898714Z (Reading database ... 35%
2025-08-20T22:28:32.8898944Z (Reading database ... 40%
2025-08-20T22:28:32.8899172Z (Reading database ... 45%
2025-08-20T22:28:32.8899402Z (Reading database ... 50%
2025-08-20T22:28:32.8924856Z (Reading database ... 55%
2025-08-20T22:28:32.9032709Z (Reading database ... 60%
2025-08-20T22:28:32.9057796Z (Reading database ... 65%
2025-08-20T22:28:32.9105201Z (Reading database ... 70%
2025-08-20T22:28:32.9138176Z (Reading database ... 75%
2025-08-20T22:28:32.9166968Z (Reading database ... 80%
2025-08-20T22:28:32.9368694Z (Reading database ... 85%
2025-08-20T22:28:32.9663553Z (Reading database ... 90%
2025-08-20T22:28:32.9782810Z (Reading database ... 95%
2025-08-20T22:28:32.9783319Z (Reading database ... 100%
2025-08-20T22:28:32.9783906Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:28:32.9829136Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:28:33.0050453Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:28:33.0286303Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:28:33.4101322Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:28:33.4162096Z (Reading database ... 
2025-08-20T22:28:33.4162549Z (Reading database ... 5%
2025-08-20T22:28:33.4162955Z (Reading database ... 10%
2025-08-20T22:28:33.4163342Z (Reading database ... 15%
2025-08-20T22:28:33.4163630Z (Reading database ... 20%
2025-08-20T22:28:33.4163913Z (Reading database ... 25%
2025-08-20T22:28:33.4164160Z (Reading database ... 30%
2025-08-20T22:28:33.4164408Z (Reading database ... 35%
2025-08-20T22:28:33.4164654Z (Reading database ... 40%
2025-08-20T22:28:33.4165157Z (Reading database ... 45%
2025-08-20T22:28:33.4165404Z (Reading database ... 50%
2025-08-20T22:28:33.4186171Z (Reading database ... 55%
2025-08-20T22:28:33.4291502Z (Reading database ... 60%
2025-08-20T22:28:33.4315249Z (Reading database ... 65%
2025-08-20T22:28:33.4360687Z (Reading database ... 70%
2025-08-20T22:28:33.4391183Z (Reading database ... 75%
2025-08-20T22:28:33.4418876Z (Reading database ... 80%
2025-08-20T22:28:33.4609198Z (Reading database ... 85%
2025-08-20T22:28:33.4893394Z (Reading database ... 90%
2025-08-20T22:28:33.5003452Z (Reading database ... 95%
2025-08-20T22:28:33.5003952Z (Reading database ... 100%
2025-08-20T22:28:33.5004583Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:28:33.5051194Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:33.5097076Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:33.5358844Z Selecting previously unselected package tcpd.
2025-08-20T22:28:33.5505757Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:28:33.5518668Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:28:33.5816094Z Selecting previously unselected package update-inetd.
2025-08-20T22:28:33.5965361Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:28:33.5975735Z Unpacking update-inetd (4.53) ...
2025-08-20T22:28:33.6283168Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:28:33.6436118Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:33.6494702Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:33.6758000Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:28:33.6908538Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:33.6928058Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:28:33.7201104Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:28:33.7352477Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:33.7394625Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:33.7670533Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:28:33.7820459Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:33.7829495Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:28:33.8103513Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:28:33.8253406Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:33.8267531Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:28:33.8548708Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:28:33.8700916Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:33.8711642Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:33.8970471Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:28:33.9122137Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:33.9134180Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:33.9378851Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:28:33.9529622Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:33.9543996Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:28:33.9834166Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:28:33.9983271Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:28:33.9999936Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:28:34.0322074Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:28:34.0471763Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:28:34.0487309Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:28:34.0977403Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:28:34.1070477Z Setting up update-inetd (4.53) ...
2025-08-20T22:28:34.1984993Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:28:34.2050994Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:28:34.2071554Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:34.6474280Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:28:34.6474716Z 
2025-08-20T22:28:34.6474844Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:28:34.6475055Z 
2025-08-20T22:28:34.6475668Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:28:34.6476169Z 
2025-08-20T22:28:34.6477160Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:28:34.6478096Z 
2025-08-20T22:28:34.9608951Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:28:34.9704745Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:28:34.9775346Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:28:34.9796803Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:28:34.9834603Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:28:34.9865107Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:28:34.9895270Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:35.3998805Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:28:35.3999244Z 
2025-08-20T22:28:35.4000094Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:28:35.4000984Z 
2025-08-20T22:28:35.7151134Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:35.8423723Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:35.9152848Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:28:35.9848824Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:42.4547331Z Reading package lists...
2025-08-20T22:28:42.6657916Z Building dependency tree...
2025-08-20T22:28:42.6667058Z Reading state information...
2025-08-20T22:28:42.9394933Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:28:42.9395392Z iputils-tracepath set to manually installed.
2025-08-20T22:28:42.9396033Z The following packages will be REMOVED:
2025-08-20T22:28:42.9409223Z   inetutils-ping
2025-08-20T22:28:42.9411629Z The following NEW packages will be installed:
2025-08-20T22:28:42.9422117Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:28:42.9607200Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:28:42.9607824Z Need to get 71.5 kB of archives.
2025-08-20T22:28:42.9608390Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:28:42.9608956Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:42.9950460Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:28:43.0152322Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:28:43.0354357Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:28:43.3417600Z Fetched 71.5 kB in 0s (837 kB/s)
2025-08-20T22:28:43.3621727Z (Reading database ... 
2025-08-20T22:28:43.3622176Z (Reading database ... 5%
2025-08-20T22:28:43.3622579Z (Reading database ... 10%
2025-08-20T22:28:43.3622987Z (Reading database ... 15%
2025-08-20T22:28:43.3623362Z (Reading database ... 20%
2025-08-20T22:28:43.3623721Z (Reading database ... 25%
2025-08-20T22:28:43.3624392Z (Reading database ... 30%
2025-08-20T22:28:43.3624750Z (Reading database ... 35%
2025-08-20T22:28:43.3625105Z (Reading database ... 40%
2025-08-20T22:28:43.3625656Z (Reading database ... 45%
2025-08-20T22:28:43.3626027Z (Reading database ... 50%
2025-08-20T22:28:43.3714453Z (Reading database ... 55%
2025-08-20T22:28:43.3754520Z (Reading database ... 60%
2025-08-20T22:28:43.3779388Z (Reading database ... 65%
2025-08-20T22:28:43.3825135Z (Reading database ... 70%
2025-08-20T22:28:43.3857853Z (Reading database ... 75%
2025-08-20T22:28:43.3883952Z (Reading database ... 80%
2025-08-20T22:28:43.4086556Z (Reading database ... 85%
2025-08-20T22:28:43.4399757Z (Reading database ... 90%
2025-08-20T22:28:43.4509122Z (Reading database ... 95%
2025-08-20T22:28:43.4509537Z (Reading database ... 100%
2025-08-20T22:28:43.4509987Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:28:43.4555242Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:28:43.5073582Z Selecting previously unselected package iputils-ping.
2025-08-20T22:28:43.5135845Z (Reading database ... 
2025-08-20T22:28:43.5136290Z (Reading database ... 5%
2025-08-20T22:28:43.5136673Z (Reading database ... 10%
2025-08-20T22:28:43.5137048Z (Reading database ... 15%
2025-08-20T22:28:43.5137403Z (Reading database ... 20%
2025-08-20T22:28:43.5137771Z (Reading database ... 25%
2025-08-20T22:28:43.5138134Z (Reading database ... 30%
2025-08-20T22:28:43.5138504Z (Reading database ... 35%
2025-08-20T22:28:43.5138866Z (Reading database ... 40%
2025-08-20T22:28:43.5139227Z (Reading database ... 45%
2025-08-20T22:28:43.5139592Z (Reading database ... 50%
2025-08-20T22:28:43.5228429Z (Reading database ... 55%
2025-08-20T22:28:43.5267224Z (Reading database ... 60%
2025-08-20T22:28:43.5290509Z (Reading database ... 65%
2025-08-20T22:28:43.5334566Z (Reading database ... 70%
2025-08-20T22:28:43.5365979Z (Reading database ... 75%
2025-08-20T22:28:43.5390938Z (Reading database ... 80%
2025-08-20T22:28:43.5583012Z (Reading database ... 85%
2025-08-20T22:28:43.5886093Z (Reading database ... 90%
2025-08-20T22:28:43.5995224Z (Reading database ... 95%
2025-08-20T22:28:43.5995895Z (Reading database ... 100%
2025-08-20T22:28:43.5996448Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:28:43.6045245Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:28:43.6054620Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:28:43.6288982Z Selecting previously unselected package iputils-arping.
2025-08-20T22:28:43.6440577Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:28:43.6450669Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:28:43.6684139Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:28:43.6832637Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:28:43.6846573Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:28:43.7281062Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:28:43.7451375Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:28:43.7621474Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:28:43.7786550Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:50.0507266Z Reading package lists...
2025-08-20T22:28:50.2620394Z Building dependency tree...
2025-08-20T22:28:50.2628963Z Reading state information...
2025-08-20T22:28:50.4667945Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:28:50.4668571Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:28:50.5140975Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:50.8422667Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:28:51.1727229Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:28:51.4901581Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:28:51.6110242Z Collecting pip
2025-08-20T22:28:51.6575146Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:28:51.6689467Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:28:51.7744739Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.1 MB/s eta 0:00:00
2025-08-20T22:28:52.0253465Z Installing collected packages: pip
2025-08-20T22:28:52.7766388Z Successfully installed pip-25.2
2025-08-20T22:28:53.0033657Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:28:53.0516140Z Reading package lists...
2025-08-20T22:28:53.2360084Z Building dependency tree...
2025-08-20T22:28:53.2368975Z Reading state information...
2025-08-20T22:28:53.4170113Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:28:53.4170702Z pciutils set to manually installed.
2025-08-20T22:28:53.4171192Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:28:53.4171978Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:28:53.4172462Z python3-distro set to manually installed.
2025-08-20T22:28:53.4172979Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:28:53.4173529Z python3-netifaces set to manually installed.
2025-08-20T22:28:53.4174006Z The following additional packages will be installed:
2025-08-20T22:28:53.4174441Z   libsysfs2
2025-08-20T22:28:53.4178807Z Suggested packages:
2025-08-20T22:28:53.4179107Z   fancontrol read-edid i2c-tools
2025-08-20T22:28:53.4469548Z The following NEW packages will be installed:
2025-08-20T22:28:53.4471800Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:28:53.4667785Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:53.4909775Z Need to get 142 kB of archives.
2025-08-20T22:28:53.4910594Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:28:53.4911026Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:53.5258638Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:28:53.5458706Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:28:53.5653881Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:28:53.5863577Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:28:53.8683914Z Fetched 142 kB in 0s (1331 kB/s)
2025-08-20T22:28:53.8897268Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:28:53.8957746Z (Reading database ... 
2025-08-20T22:28:53.8958151Z (Reading database ... 5%
2025-08-20T22:28:53.8958532Z (Reading database ... 10%
2025-08-20T22:28:53.8958933Z (Reading database ... 15%
2025-08-20T22:28:53.8959682Z (Reading database ... 20%
2025-08-20T22:28:53.8960073Z (Reading database ... 25%
2025-08-20T22:28:53.8960445Z (Reading database ... 30%
2025-08-20T22:28:53.8960824Z (Reading database ... 35%
2025-08-20T22:28:53.8961179Z (Reading database ... 40%
2025-08-20T22:28:53.8961534Z (Reading database ... 45%
2025-08-20T22:28:53.8961888Z (Reading database ... 50%
2025-08-20T22:28:53.9049125Z (Reading database ... 55%
2025-08-20T22:28:53.9088011Z (Reading database ... 60%
2025-08-20T22:28:53.9112720Z (Reading database ... 65%
2025-08-20T22:28:53.9160671Z (Reading database ... 70%
2025-08-20T22:28:53.9192662Z (Reading database ... 75%
2025-08-20T22:28:53.9217972Z (Reading database ... 80%
2025-08-20T22:28:53.9407226Z (Reading database ... 85%
2025-08-20T22:28:53.9691969Z (Reading database ... 90%
2025-08-20T22:28:53.9796866Z (Reading database ... 95%
2025-08-20T22:28:53.9797281Z (Reading database ... 100%
2025-08-20T22:28:53.9797768Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:28:53.9844734Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:28:53.9867339Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:28:54.0124629Z Selecting previously unselected package sysfsutils.
2025-08-20T22:28:54.0270539Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:28:54.0310049Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:28:54.0589390Z Selecting previously unselected package lm-sensors.
2025-08-20T22:28:54.0737121Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:28:54.0939630Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:28:54.1226376Z Selecting previously unselected package virt-what.
2025-08-20T22:28:54.1371948Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:28:54.1385707Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:28:54.1815162Z Setting up virt-what (1.25-2) ...
2025-08-20T22:28:54.1856487Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:28:54.1888448Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:28:54.5846247Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:28:54.5846697Z 
2025-08-20T22:28:54.5847223Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:28:54.5848026Z 
2025-08-20T22:28:54.9164086Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:28:55.3148176Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:28:55.3149037Z 
2025-08-20T22:28:55.3193315Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:00.0284838Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:29:01.5791774Z Reading package lists...
2025-08-20T22:29:01.7679362Z Building dependency tree...
2025-08-20T22:29:01.7688657Z Reading state information...
2025-08-20T22:29:01.9528872Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:29:01.9529507Z The following additional packages will be installed:
2025-08-20T22:29:01.9535959Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:29:01.9536565Z   xorg-sgml-doctools
2025-08-20T22:29:01.9543237Z Suggested packages:
2025-08-20T22:29:01.9543556Z   libxcb-doc
2025-08-20T22:29:01.9708711Z The following NEW packages will be installed:
2025-08-20T22:29:01.9710308Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:29:01.9713969Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:29:01.9714625Z   xcb xorg-sgml-doctools
2025-08-20T22:29:01.9891371Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:29:01.9891997Z Need to get 807 kB of archives.
2025-08-20T22:29:01.9892566Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:29:01.9893267Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:29:02.0253159Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:29:02.0446824Z 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-20T22:29:02.0633373Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:29:02.0873869Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:29:02.1062364Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:29:02.1305311Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:29:02.1498668Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:29:02.1731805Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:29:02.1920470Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:29:02.2105034Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:29:02.2293363Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:29:02.4970182Z Fetched 807 kB in 0s (3217 kB/s)
2025-08-20T22:29:02.5161475Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:29:02.5222635Z (Reading database ... 
2025-08-20T22:29:02.5223063Z (Reading database ... 5%
2025-08-20T22:29:02.5223378Z (Reading database ... 10%
2025-08-20T22:29:02.5223668Z (Reading database ... 15%
2025-08-20T22:29:02.5224034Z (Reading database ... 20%
2025-08-20T22:29:02.5224447Z (Reading database ... 25%
2025-08-20T22:29:02.5224838Z (Reading database ... 30%
2025-08-20T22:29:02.5225220Z (Reading database ... 35%
2025-08-20T22:29:02.5225809Z (Reading database ... 40%
2025-08-20T22:29:02.5226218Z (Reading database ... 45%
2025-08-20T22:29:02.5226577Z (Reading database ... 50%
2025-08-20T22:29:02.5324751Z (Reading database ... 55%
2025-08-20T22:29:02.5345946Z (Reading database ... 60%
2025-08-20T22:29:02.5368965Z (Reading database ... 65%
2025-08-20T22:29:02.5410728Z (Reading database ... 70%
2025-08-20T22:29:02.5440585Z (Reading database ... 75%
2025-08-20T22:29:02.5464775Z (Reading database ... 80%
2025-08-20T22:29:02.5646154Z (Reading database ... 85%
2025-08-20T22:29:02.5912630Z (Reading database ... 90%
2025-08-20T22:29:02.6005399Z (Reading database ... 95%
2025-08-20T22:29:02.6006043Z (Reading database ... 100%
2025-08-20T22:29:02.6006772Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:29:02.6050068Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:29:02.6060378Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:29:02.6270334Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:29:02.6416867Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:29:02.6425388Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:29:02.6681066Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:29:02.6828653Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:29:02.6837226Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:29:02.7474601Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:29:02.7624539Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:29:02.7633507Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:29:02.7872194Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:29:02.8022221Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:29:02.8032227Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:29:02.8261013Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:29:02.8410817Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:29:02.8419645Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:02.8678322Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:29:02.8824763Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:29:02.8832992Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:02.9070513Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:29:02.9218376Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:29:02.9234382Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:02.9450016Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:29:02.9597188Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:29:02.9606183Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:02.9823293Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:29:02.9969860Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:29:02.9980002Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:03.0252727Z Selecting previously unselected package xcb.
2025-08-20T22:29:03.0403241Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:29:03.0412742Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:29:03.0872161Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:03.0905729Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:29:03.0937762Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:29:03.0989738Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:29:03.1039468Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:29:03.1196822Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:07.6265707Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:29:07.6359254Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:29:07.6393817Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:29:07.6436440Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:29:07.6482686Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:07.6516724Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:07.6558053Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:07.6587816Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:29:09.4192404Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:29:09.6016078Z Collecting build
2025-08-20T22:29:09.6471662Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:29:09.7616424Z Collecting cffi
2025-08-20T22:29:09.7692093Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:29:09.7866249Z Collecting scons
2025-08-20T22:29:09.7938909Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:29:09.8134412Z Collecting scuba
2025-08-20T22:29:09.8208389Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:29:09.8730002Z Collecting pytest
2025-08-20T22:29:09.8803877Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:29:09.9073342Z Collecting packaging>=19.1 (from build)
2025-08-20T22:29:09.9142809Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:29:09.9279314Z Collecting pyproject_hooks (from build)
2025-08-20T22:29:09.9347089Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:29:09.9499246Z Collecting pycparser (from cffi)
2025-08-20T22:29:09.9566431Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:29:09.9945690Z Collecting PyYAML (from scuba)
2025-08-20T22:29:10.0017772Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:29:10.0166745Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:29:10.0237927Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:29:10.0439476Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:29:10.0509084Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:29:10.0774758Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:29:10.0845733Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:29:10.0990137Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:29:10.1097559Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:29:10.1393491Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:29:10.1679323Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 150.6 MB/s  0:00:00
2025-08-20T22:29:10.1760586Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:29:10.1867061Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:29:10.1967995Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:29:10.2058832Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:29:10.2148311Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:29:10.2234798Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:29:10.2313571Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 172.3 MB/s  0:00:00
2025-08-20T22:29:10.2383511Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:29:10.2476858Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:29:10.2576696Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:29:10.2642513Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 115.0 MB/s  0:00:00
2025-08-20T22:29:10.3758450Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:29:12.0968031Z 
2025-08-20T22:29:12.0986238Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:29:12.4134344Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:29:12.6049529Z Collecting ansi2txt
2025-08-20T22:29:12.6499415Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:29:12.6744851Z Collecting pipx
2025-08-20T22:29:12.6813796Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:29:12.7018415Z Collecting scons
2025-08-20T22:29:12.7034724Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:29:12.7158831Z Collecting py2static
2025-08-20T22:29:12.7234071Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:29:12.7439710Z Collecting typer
2025-08-20T22:29:12.7507061Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:29:12.7807474Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:29:12.7878219Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:29:12.8100043Z Collecting packaging>=20 (from pipx)
2025-08-20T22:29:12.8110429Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:29:12.8308082Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:29:12.8376583Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:29:12.8542969Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:29:12.8701043Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:29:12.9165986Z Collecting pyinstaller (from py2static)
2025-08-20T22:29:12.9281202Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:29:12.9477400Z Collecting staticx (from py2static)
2025-08-20T22:29:12.9552281Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:29:12.9762999Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:29:12.9831681Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:29:13.0158922Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:29:13.0237205Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:29:13.0437828Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:29:13.0509966Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:29:13.0930940Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:29:13.1005045Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:29:13.1239780Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:29:13.1307671Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:29:13.1556892Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:29:13.1568391Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:29:13.1702273Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:29:13.1780575Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:29:13.2979589Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:29:13.3052477Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:29:13.3306313Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:29:13.3392075Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:29:13.3619560Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:29:13.3704685Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:29:13.3928641Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:29:13.3999888Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:29:13.4124009Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:29:13.4219804Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:29:13.4322238Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:29:13.4433180Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:29:13.4525679Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:29:13.4620628Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:29:13.4711690Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:29:13.4760148Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:29:13.4832393Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:29:13.4925866Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:29:13.5013624Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:29:13.5093608Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:29:13.5194778Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:29:13.5285828Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:29:13.5377422Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:29:13.5467817Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:29:13.5564405Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:29:13.5666772Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 65.5 MB/s  0:00:00
2025-08-20T22:29:13.5739323Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:29:13.5877771Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:29:13.5976329Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 131.2 MB/s  0:00:00
2025-08-20T22:29:13.6059554Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:29:13.6166416Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:29:13.6263270Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:29:13.7789436Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:29:14.7018263Z   Attempting uninstall: scons
2025-08-20T22:29:14.7106040Z     Found existing installation: SCons 4.9.1
2025-08-20T22:29:14.7495826Z     Uninstalling SCons-4.9.1:
2025-08-20T22:29:14.7570365Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:29:15.3850961Z   Attempting uninstall: pygments
2025-08-20T22:29:15.3931797Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:29:15.4172242Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:29:15.4199659Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:29:16.0625721Z   Attempting uninstall: packaging
2025-08-20T22:29:16.0705853Z     Found existing installation: packaging 25.0
2025-08-20T22:29:16.0731042Z     Uninstalling packaging-25.0:
2025-08-20T22:29:16.0739050Z       Successfully uninstalled packaging-25.0
2025-08-20T22:29:17.0855938Z 
2025-08-20T22:29:17.0886258Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:29:17.4232740Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:29:17.6020360Z Collecting build
2025-08-20T22:29:17.6033194Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:29:17.6941889Z Collecting cffi
2025-08-20T22:29:17.6954636Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:29:17.7098905Z Collecting scons
2025-08-20T22:29:17.7110010Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:29:17.7268524Z Collecting scuba
2025-08-20T22:29:17.7279371Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:29:17.7742143Z Collecting pytest
2025-08-20T22:29:17.7753815Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:29:17.7946799Z Collecting packaging>=19.1 (from build)
2025-08-20T22:29:17.7958004Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:29:17.8067318Z Collecting pyproject_hooks (from build)
2025-08-20T22:29:17.8077510Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:29:17.8197756Z Collecting pycparser (from cffi)
2025-08-20T22:29:17.8208421Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:29:17.8526797Z Collecting PyYAML (from scuba)
2025-08-20T22:29:17.8538341Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:29:17.8667160Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:29:17.8678014Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:29:17.8856881Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:29:17.8867426Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:29:17.9072112Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:29:17.9082934Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:29:17.9140887Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:29:17.9151664Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:29:17.9165384Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:29:17.9207637Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:29:17.9220276Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:29:17.9232845Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:29:17.9243097Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:29:17.9253019Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:29:17.9263303Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:29:17.9282722Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:29:17.9293773Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:29:17.9303919Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:29:18.0540651Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:29:18.0546055Z   Attempting uninstall: scons
2025-08-20T22:29:18.0629591Z     Found existing installation: SCons 4.9.1
2025-08-20T22:29:18.1006224Z     Uninstalling SCons-4.9.1:
2025-08-20T22:29:18.1079652Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:29:18.7218783Z   Attempting uninstall: PyYAML
2025-08-20T22:29:18.7312091Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:29:18.7340712Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:29:18.7352014Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:29:18.7883522Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:29:18.7967935Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:29:18.7984494Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:29:18.7991700Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:29:18.8080743Z   Attempting uninstall: pygments
2025-08-20T22:29:18.8160176Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:29:18.8389597Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:29:18.8417627Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:29:19.4594620Z   Attempting uninstall: pycparser
2025-08-20T22:29:19.4677582Z     Found existing installation: pycparser 2.22
2025-08-20T22:29:19.4702169Z     Uninstalling pycparser-2.22:
2025-08-20T22:29:19.4719976Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:29:19.5912008Z   Attempting uninstall: pluggy
2025-08-20T22:29:19.5998984Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:29:19.6018622Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:29:19.6025613Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:29:19.6174862Z   Attempting uninstall: packaging
2025-08-20T22:29:19.6256962Z     Found existing installation: packaging 25.0
2025-08-20T22:29:19.6281287Z     Uninstalling packaging-25.0:
2025-08-20T22:29:19.6289107Z       Successfully uninstalled packaging-25.0
2025-08-20T22:29:19.6665034Z   Attempting uninstall: iniconfig
2025-08-20T22:29:19.6748632Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:29:19.6765042Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:29:19.6772168Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:29:19.6841193Z   Attempting uninstall: scuba
2025-08-20T22:29:19.6923471Z     Found existing installation: scuba 2.14.1
2025-08-20T22:29:19.6945290Z     Uninstalling scuba-2.14.1:
2025-08-20T22:29:19.6954756Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:29:19.7145629Z   Attempting uninstall: pytest
2025-08-20T22:29:19.7228118Z     Found existing installation: pytest 8.4.1
2025-08-20T22:29:19.7292527Z     Uninstalling pytest-8.4.1:
2025-08-20T22:29:19.7555722Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:29:19.9690742Z   Attempting uninstall: cffi
2025-08-20T22:29:19.9770494Z     Found existing installation: cffi 1.17.1
2025-08-20T22:29:19.9796432Z     Uninstalling cffi-1.17.1:
2025-08-20T22:29:20.0034365Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:29:20.0718400Z   Attempting uninstall: build
2025-08-20T22:29:20.0797793Z     Found existing installation: build 1.3.0
2025-08-20T22:29:20.0822652Z     Uninstalling build-1.3.0:
2025-08-20T22:29:20.0832838Z       Successfully uninstalled build-1.3.0
2025-08-20T22:29:20.1021281Z 
2025-08-20T22:29:20.1050609Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:29:20.4290629Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:29:20.6073181Z Collecting ansi2txt
2025-08-20T22:29:20.6085036Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:29:20.6287258Z Collecting pipx
2025-08-20T22:29:20.6298510Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:29:20.6456789Z Collecting scons
2025-08-20T22:29:20.6473825Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:29:20.6588258Z Collecting py2static
2025-08-20T22:29:20.6598708Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:29:20.6784019Z Collecting typer
2025-08-20T22:29:20.6794619Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:29:20.7049290Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:29:20.7060052Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:29:20.7237905Z Collecting packaging>=20 (from pipx)
2025-08-20T22:29:20.7248448Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:29:20.7435925Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:29:20.7445867Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:29:20.7590822Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:29:20.7601086Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:29:20.7995294Z Collecting pyinstaller (from py2static)
2025-08-20T22:29:20.8007886Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:29:20.8190535Z Collecting staticx (from py2static)
2025-08-20T22:29:20.8201400Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:29:20.8391125Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:29:20.8401795Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:29:20.8725841Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:29:20.8737293Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:29:20.8882736Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:29:20.8893163Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:29:20.9256907Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:29:20.9267895Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:29:20.9453937Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:29:20.9464781Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:29:20.9690664Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:29:20.9701389Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:29:20.9822355Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:29:20.9832694Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:29:21.0930934Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:29:21.0943717Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:29:21.1139860Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:29:21.1150783Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:29:21.1339585Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:29:21.1350530Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:29:21.1529225Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:29:21.1539795Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:29:21.1577992Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:29:21.1588176Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:29:21.1598832Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:29:21.1641990Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:29:21.1651959Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:29:21.1662171Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:29:21.1672490Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:29:21.1683028Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:29:21.1693378Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:29:21.1703442Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:29:21.1715005Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:29:21.1734442Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:29:21.1745223Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:29:21.1755234Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:29:21.1765606Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:29:21.1775778Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:29:21.1785924Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:29:21.1801475Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:29:21.1814743Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:29:21.1833614Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:29:21.1843937Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:29:21.1855039Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:29:21.3360630Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:29:21.3365206Z   Attempting uninstall: pyelftools
2025-08-20T22:29:21.3443709Z     Found existing installation: pyelftools 0.32
2025-08-20T22:29:21.3495265Z     Uninstalling pyelftools-0.32:
2025-08-20T22:29:21.3511378Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:29:21.4622205Z   Attempting uninstall: altgraph
2025-08-20T22:29:21.4709713Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:29:21.4730387Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:29:21.4737383Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:29:21.4870933Z   Attempting uninstall: typing-extensions
2025-08-20T22:29:21.4957595Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:29:21.4972440Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:29:21.5212741Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:29:21.5464342Z   Attempting uninstall: staticx
2025-08-20T22:29:21.5549559Z     Found existing installation: staticx 0.14.1
2025-08-20T22:29:21.5576152Z     Uninstalling staticx-0.14.1:
2025-08-20T22:29:21.5587249Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:29:21.5791673Z   Attempting uninstall: shellingham
2025-08-20T22:29:21.5874061Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:29:21.5893041Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:29:21.5900447Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:29:21.5990299Z   Attempting uninstall: setuptools
2025-08-20T22:29:21.6077505Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:29:21.6361189Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:29:21.6649016Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:29:22.3303484Z   Attempting uninstall: scons
2025-08-20T22:29:22.3393124Z     Found existing installation: SCons 4.9.1
2025-08-20T22:29:22.3776563Z     Uninstalling SCons-4.9.1:
2025-08-20T22:29:22.3847416Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:29:22.9960865Z   Attempting uninstall: pygments
2025-08-20T22:29:23.0041720Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:29:23.0273931Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:29:23.0304123Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:29:23.6430337Z   Attempting uninstall: platformdirs
2025-08-20T22:29:23.6516322Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:29:23.6548883Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:29:23.6555931Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:29:23.6706293Z   Attempting uninstall: packaging
2025-08-20T22:29:23.6788324Z     Found existing installation: packaging 25.0
2025-08-20T22:29:23.6813061Z     Uninstalling packaging-25.0:
2025-08-20T22:29:23.6820716Z       Successfully uninstalled packaging-25.0
2025-08-20T22:29:23.7208581Z   Attempting uninstall: mdurl
2025-08-20T22:29:23.7291306Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:29:23.7308675Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:29:23.7315051Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:29:23.7401613Z   Attempting uninstall: click
2025-08-20T22:29:23.7485742Z     Found existing installation: click 8.2.1
2025-08-20T22:29:23.7509597Z     Uninstalling click-8.2.1:
2025-08-20T22:29:23.7517346Z       Successfully uninstalled click-8.2.1
2025-08-20T22:29:23.8110398Z   Attempting uninstall: argcomplete
2025-08-20T22:29:23.8196612Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:29:23.8226123Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:29:23.8237880Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:29:23.8462196Z   Attempting uninstall: ansi2txt
2025-08-20T22:29:23.8543017Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:29:23.8558582Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:29:23.8802564Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:29:23.8860895Z   Attempting uninstall: userpath
2025-08-20T22:29:23.8943705Z     Found existing installation: userpath 1.9.2
2025-08-20T22:29:23.8963081Z     Uninstalling userpath-1.9.2:
2025-08-20T22:29:23.8972058Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:29:23.9094065Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:29:23.9175878Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:29:23.9613015Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:29:23.9658236Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:29:24.2449622Z   Attempting uninstall: markdown-it-py
2025-08-20T22:29:24.2534031Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:29:24.2595807Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:29:24.2610088Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:29:24.3234318Z   Attempting uninstall: rich
2025-08-20T22:29:24.3324477Z     Found existing installation: rich 14.1.0
2025-08-20T22:29:24.3389080Z     Uninstalling rich-14.1.0:
2025-08-20T22:29:24.3399225Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:29:24.5024461Z   Attempting uninstall: pyinstaller
2025-08-20T22:29:24.5110672Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:29:24.5468499Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:29:24.5515823Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:29:24.8862894Z   Attempting uninstall: pipx
2025-08-20T22:29:24.8954570Z     Found existing installation: pipx 1.7.1
2025-08-20T22:29:24.8996568Z     Uninstalling pipx-1.7.1:
2025-08-20T22:29:24.9007389Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:29:24.9527630Z   Attempting uninstall: typer
2025-08-20T22:29:24.9619277Z     Found existing installation: typer 0.16.1
2025-08-20T22:29:24.9646497Z     Uninstalling typer-0.16.1:
2025-08-20T22:29:24.9656475Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:29:25.0019431Z   Attempting uninstall: py2static
2025-08-20T22:29:25.0102125Z     Found existing installation: py2static 0.0.1
2025-08-20T22:29:25.0122097Z     Uninstalling py2static-0.0.1:
2025-08-20T22:29:25.0133157Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:29:25.0212258Z 
2025-08-20T22:29:25.0241586Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:29:25.3549254Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:29:25.4780771Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:29:25.4785912Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-uht_pmi4
2025-08-20T22:29:25.4807673Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-uht_pmi4
2025-08-20T22:29:26.5486117Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:29:26.5526725Z   Installing build dependencies: started
2025-08-20T22:29:27.2809161Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:29:27.2817738Z   Getting requirements to build wheel: started
2025-08-20T22:29:27.5678119Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:29:27.5690225Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:29:27.7606330Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:29:27.9297033Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:29:27.9310028Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:29:27.9507996Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:29:27.9518407Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:29:27.9705668Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:29:27.9716186Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:29:27.9921291Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:29:27.9931972Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:29:27.9978601Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:29:27.9989376Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:29:28.0003430Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:29:28.0022668Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:29:28.0147302Z Building wheels for collected packages: pyinstaller
2025-08-20T22:29:28.0155330Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:29:28.6993248Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:29:28.7020578Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=7d022b6d00f1adbfa0f1efa92c4722d931d0a34c57339ee847e483a59bf37652
2025-08-20T22:29:28.7022211Z   Stored in directory: /tmp/pip-ephem-wheel-cache-xq0a_ak4/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:29:28.7062692Z Successfully built pyinstaller
2025-08-20T22:29:28.8000868Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:29:28.8006499Z   Attempting uninstall: altgraph
2025-08-20T22:29:28.8092655Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:29:28.8114006Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:29:28.8121449Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:29:28.8272825Z   Attempting uninstall: setuptools
2025-08-20T22:29:28.8360439Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:29:28.8651670Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:29:28.8944962Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:29:29.5639765Z   Attempting uninstall: packaging
2025-08-20T22:29:29.5733108Z     Found existing installation: packaging 25.0
2025-08-20T22:29:29.5758254Z     Uninstalling packaging-25.0:
2025-08-20T22:29:29.5764886Z       Successfully uninstalled packaging-25.0
2025-08-20T22:29:29.6159551Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:29:29.6241853Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:29:29.6670885Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:29:29.6712939Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:29:29.9502005Z   Attempting uninstall: pyinstaller
2025-08-20T22:29:29.9593324Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:29:29.9951334Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:29:29.9996208Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:29:30.3430517Z 
2025-08-20T22:29:30.3464059Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:29:30.6268339Z 6.15.0
2025-08-20T22:29:31.2644370Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:29:31.2654135Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:29:31.2654493Z 
2025-08-20T22:29:31.2654733Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:29:31.2655306Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:29:31.2656106Z installation.
2025-08-20T22:29:31.2656243Z 
2025-08-20T22:29:31.2656490Z If you installed the current Docker package using this script and are using it
2025-08-20T22:29:31.2657074Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:29:31.2657600Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:29:31.2658081Z files to match the parameters passed to the script.
2025-08-20T22:29:31.2658340Z 
2025-08-20T22:29:31.2658465Z You may press Ctrl+C now to abort this script.
2025-08-20T22:29:31.2822512Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:29:32.5082254Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:29:32.8893714Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:29:32.8921037Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:29:32.9559657Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:29:32.9576230Z + 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-20T22:29:32.9583214Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:29:34.2561839Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:29:45.5622512Z 
2025-08-20T22:29:45.5622984Z Running kernel seems to be up-to-date.
2025-08-20T22:29:45.5623260Z 
2025-08-20T22:29:45.5623359Z Restarting services...
2025-08-20T22:29:45.5688903Z 
2025-08-20T22:29:45.5689260Z Service restarts being deferred:
2025-08-20T22:29:45.5689675Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:29:45.5689983Z 
2025-08-20T22:29:45.5690170Z No containers need to be restarted.
2025-08-20T22:29:45.5690410Z 
2025-08-20T22:29:45.5690542Z No user sessions are running outdated binaries.
2025-08-20T22:29:45.5690750Z 
2025-08-20T22:29:45.5690943Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:29:46.4263918Z + sh -c 'docker version'
2025-08-20T22:29:46.4430073Z Client: Docker Engine - Community
2025-08-20T22:29:46.4430571Z  Version:           28.3.3
2025-08-20T22:29:46.4430940Z  API version:       1.51
2025-08-20T22:29:46.4431334Z  Go version:        go1.24.5
2025-08-20T22:29:46.4431697Z  Git commit:        980b856
2025-08-20T22:29:46.4432086Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:29:46.4432519Z  OS/Arch:           linux/amd64
2025-08-20T22:29:46.4432891Z  Context:           default
2025-08-20T22:29:46.4433126Z 
2025-08-20T22:29:46.4433278Z Server: Docker Engine - Community
2025-08-20T22:29:46.4433678Z  Engine:
2025-08-20T22:29:46.4433968Z   Version:          28.3.3
2025-08-20T22:29:46.4434374Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:29:46.4434804Z   Go version:       go1.24.5
2025-08-20T22:29:46.4435022Z   Git commit:       bea959c
2025-08-20T22:29:46.4435244Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:29:46.4435724Z   OS/Arch:          linux/amd64
2025-08-20T22:29:46.4435972Z   Experimental:     false
2025-08-20T22:29:46.4436178Z  containerd:
2025-08-20T22:29:46.4436351Z   Version:          1.7.27
2025-08-20T22:29:46.4436608Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:29:46.4437169Z  runc:
2025-08-20T22:29:46.4437346Z   Version:          1.2.5
2025-08-20T22:29:46.4437565Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:29:46.4437809Z  docker-init:
2025-08-20T22:29:46.4437992Z   Version:          0.19.0
2025-08-20T22:29:46.4438206Z   GitCommit:        de40ad0
2025-08-20T22:29:46.4450790Z 
2025-08-20T22:29:46.4451147Z ================================================================================
2025-08-20T22:29:46.4451525Z 
2025-08-20T22:29:46.4451730Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:29:46.4452193Z Docker daemon in rootless mode for your user:
2025-08-20T22:29:46.4452521Z 
2025-08-20T22:29:46.4452684Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:29:46.4452976Z 
2025-08-20T22:29:46.4453364Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:29:46.4453868Z 
2025-08-20T22:29:46.4453873Z 
2025-08-20T22:29:46.4454222Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:29:46.4454986Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:29:46.4455412Z 
2025-08-20T22:29:46.4455920Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:29:46.4456676Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:29:46.4457414Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:29:46.4457871Z 
2025-08-20T22:29:46.4458020Z ================================================================================
2025-08-20T22:29:46.4458330Z 
2025-08-20T22:29:57.1757115Z ● docker.service - Docker Application Container Engine
2025-08-20T22:29:57.1758473Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:29:57.1759419Z      Active: active (running) since Wed 2025-08-20 22:29:47 UTC; 10s ago
2025-08-20T22:29:57.1760128Z TriggeredBy: ● docker.socket
2025-08-20T22:29:57.1760757Z        Docs: https://docs.docker.com
2025-08-20T22:29:57.1761204Z    Main PID: 19745 (dockerd)
2025-08-20T22:29:57.1761559Z       Tasks: 10
2025-08-20T22:29:57.1761905Z      Memory: 21.6M (peak: 25.8M)
2025-08-20T22:29:57.1762274Z         CPU: 317ms
2025-08-20T22:29:57.1762627Z      CGroup: /system.slice/docker.service
2025-08-20T22:29:57.1764951Z              └─19745 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:29:57.1765285Z 
2025-08-20T22:29:57.1766109Z Aug 20 22:29:46 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:46.580155108Z" level=info msg="Loading containers: start."
2025-08-20T22:29:57.1767337Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.090266432Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7abd3ab3eb06d876ab17cc082da5675e9ecbecc81880270896f49a49c63e41b1], retrying...."
2025-08-20T22:29:57.1768556Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.123259579Z" level=info msg="Loading containers: done."
2025-08-20T22:29:57.1769669Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.133135213Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:29:57.1770995Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.133218939Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:29:57.1771890Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.133248695Z" level=info msg="Initializing buildkit"
2025-08-20T22:29:57.1772598Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.151352507Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:29:57.1773358Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.155310393Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:29:57.1774326Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.155370910Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:29:57.1774995Z Aug 20 22:29:47 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:29:57.1873418Z ● docker.service - Docker Application Container Engine
2025-08-20T22:29:57.1874324Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:29:57.1875147Z      Active: active (running) since Wed 2025-08-20 22:29:47 UTC; 10s ago
2025-08-20T22:29:57.1875992Z TriggeredBy: ● docker.socket
2025-08-20T22:29:57.1876421Z        Docs: https://docs.docker.com
2025-08-20T22:29:57.1876844Z    Main PID: 19745 (dockerd)
2025-08-20T22:29:57.1877197Z       Tasks: 10
2025-08-20T22:29:57.1877518Z      Memory: 21.6M (peak: 25.8M)
2025-08-20T22:29:57.1877798Z         CPU: 317ms
2025-08-20T22:29:57.1878017Z      CGroup: /system.slice/docker.service
2025-08-20T22:29:57.1878572Z              └─19745 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:29:57.1879008Z 
2025-08-20T22:29:57.1879329Z Aug 20 22:29:46 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:46.580155108Z" level=info msg="Loading containers: start."
2025-08-20T22:29:57.1880522Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.090266432Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7abd3ab3eb06d876ab17cc082da5675e9ecbecc81880270896f49a49c63e41b1], retrying...."
2025-08-20T22:29:57.1881950Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.123259579Z" level=info msg="Loading containers: done."
2025-08-20T22:29:57.1883110Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.133135213Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:29:57.1884614Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.133218939Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:29:57.1886377Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.133248695Z" level=info msg="Initializing buildkit"
2025-08-20T22:29:57.1887649Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.151352507Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:29:57.1888662Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.155310393Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:29:57.1889404Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.155370910Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:29:57.1890083Z Aug 20 22:29:47 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:29:57.2085798Z ● docker.service - Docker Application Container Engine
2025-08-20T22:29:57.2086646Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:29:57.2087464Z      Active: active (running) since Wed 2025-08-20 22:29:47 UTC; 10s ago
2025-08-20T22:29:57.2088116Z TriggeredBy: ● docker.socket
2025-08-20T22:29:57.2088534Z        Docs: https://docs.docker.com
2025-08-20T22:29:57.2088962Z    Main PID: 19745 (dockerd)
2025-08-20T22:29:57.2089315Z       Tasks: 10
2025-08-20T22:29:57.2089589Z      Memory: 21.6M (peak: 25.8M)
2025-08-20T22:29:57.2089825Z         CPU: 317ms
2025-08-20T22:29:57.2090061Z      CGroup: /system.slice/docker.service
2025-08-20T22:29:57.2090553Z              └─19745 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:29:57.2090856Z 
2025-08-20T22:29:57.2091377Z Aug 20 22:29:46 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:46.580155108Z" level=info msg="Loading containers: start."
2025-08-20T22:29:57.2092540Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.090266432Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7abd3ab3eb06d876ab17cc082da5675e9ecbecc81880270896f49a49c63e41b1], retrying...."
2025-08-20T22:29:57.2093710Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.123259579Z" level=info msg="Loading containers: done."
2025-08-20T22:29:57.2094818Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.133135213Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:29:57.2097093Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.133218939Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:29:57.2098002Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.133248695Z" level=info msg="Initializing buildkit"
2025-08-20T22:29:57.2098694Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.151352507Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:29:57.2099430Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.155310393Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:29:57.2100147Z Aug 20 22:29:47 pkrvmqc4gcfdwos dockerd[19745]: time="2025-08-20T22:29:47.155370910Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:29:57.2100939Z Aug 20 22:29:47 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:29:57.2209334Z Docker version 28.3.3, build 980b856
2025-08-20T22:29:57.2399148Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:29:57.4382789Z latest: Pulling from library/hello-world
2025-08-20T22:29:57.4992175Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:29:57.6690952Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T22:29:57.6691416Z 17eec7bbc9d7: Download complete
2025-08-20T22:29:57.6748080Z 17eec7bbc9d7: Pull complete
2025-08-20T22:29:57.6797698Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:29:57.6814655Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:29:57.8694259Z 
2025-08-20T22:29:57.8694673Z Hello from Docker!
2025-08-20T22:29:57.8695319Z This message shows that your installation appears to be working correctly.
2025-08-20T22:29:57.8696101Z 
2025-08-20T22:29:57.8696345Z To generate this message, Docker took the following steps:
2025-08-20T22:29:57.8696969Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:29:57.8699423Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:29:57.8700316Z     (amd64)
2025-08-20T22:29:57.8700812Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:29:57.8702425Z     executable that produces the output you are currently reading.
2025-08-20T22:29:57.8703707Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:29:57.8704365Z     to your terminal.
2025-08-20T22:29:57.8704570Z 
2025-08-20T22:29:57.8704850Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:29:57.8705758Z  $ docker run -it ubuntu bash
2025-08-20T22:29:57.8706045Z 
2025-08-20T22:29:57.8706321Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:29:57.8706933Z  https://hub.docker.com/
2025-08-20T22:29:57.8707187Z 
2025-08-20T22:29:57.8707381Z For more examples and ideas, visit:
2025-08-20T22:29:57.8707880Z  https://docs.docker.com/get-started/
2025-08-20T22:29:57.8708187Z 
2025-08-20T22:29:57.9766984Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:29:57.9767944Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:29:57.9768599Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:29:57.9769255Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:29:57.9769935Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:29:57.9770602Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:29:57.9771272Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:29:57.9771931Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:29:57.9772562Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:29:57.9773158Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:29:57.9773835Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:29:57.9774542Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:29:57.9775250Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:29:57.9776244Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:29:57.9776980Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:29:57.9777708Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:29:57.9778438Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:29:57.9779072Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:29:57.9779470Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:29:57.9779948Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:29:57.9780629Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:29:57.9781047Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:29:57.9781492Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:29:57.9782149Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:29:57.9782798Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:29:57.9783477Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:29:57.9784290Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:29:57.9785054Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:29:57.9786049Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:29:57.9787078Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:29:57.9787879Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:29:57.9788676Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:29:57.9789479Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:29:57.9790231Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:29:57.9791037Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:29:57.9791843Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:29:57.9792607Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:29:57.9793346Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:29:57.9794110Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:29:57.9794872Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:29:57.9795826Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:29:57.9796553Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:29:57.9797514Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:29:57.9798339Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:29:57.9799193Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:29:57.9800035Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:29:57.9800915Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:29:57.9801709Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:29:57.9802462Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:29:57.9803220Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:29:57.9803940Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:29:57.9804683Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:29:57.9805412Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:29:57.9806255Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:29:57.9806890Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:29:57.9807551Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:29:57.9808127Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:29:57.9808739Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:29:57.9809470Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:29:57.9810152Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:29:57.9811068Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:29:57.9811854Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:29:57.9812613Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:29:57.9813336Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:29:57.9814086Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:29:57.9814843Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:29:57.9815777Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:29:57.9816492Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:29:57.9817241Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:29:57.9818095Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:29:57.9818992Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:29:57.9819837Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:29:57.9820600Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:29:57.9821291Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:29:57.9821985Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:29:57.9822707Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:29:57.9823297Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:29:57.9823806Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:29:57.9824305Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:29:57.9824820Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:29:57.9825254Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:29:57.9826296Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:29:57.9826976Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:29:57.9827517Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:29:57.9827921Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:29:57.9828333Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:29:57.9828756Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:29:57.9829180Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:29:57.9829560Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:29:57.9829949Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:29:57.9830361Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:29:57.9830776Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:29:57.9831153Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:29:57.9831519Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:29:57.9831911Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:29:57.9832336Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:29:57.9832902Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:29:57.9833558Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:29:57.9834221Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:29:57.9835114Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:29:57.9836036Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:29:57.9836434Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:29:57.9836811Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:29:57.9837186Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:29:57.9837581Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:29:57.9837987Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:29:57.9838379Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:29:57.9838748Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:29:57.9839120Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:29:57.9839514Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:29:57.9839915Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:29:57.9840255Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:29:57.9840672Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:29:57.9841033Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:29:57.9841386Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:29:57.9841747Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:29:57.9842122Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:29:57.9842477Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:29:57.9842852Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:29:57.9843249Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:29:57.9843708Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:29:57.9844161Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:29:57.9844562Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:29:57.9845118Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:29:57.9845717Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:29:57.9846330Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:29:57.9846734Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:29:57.9847160Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:29:57.9847537Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:29:57.9847920Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:29:57.9848332Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:29:57.9848777Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:29:57.9849208Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:29:57.9849597Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:29:57.9849984Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:29:57.9850389Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:29:57.9850789Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:29:57.9851187Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:29:57.9851573Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:29:57.9851963Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:29:57.9852361Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:29:57.9852865Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:29:57.9853226Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:29:57.9853540Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:29:57.9853869Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:29:57.9854258Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:29:57.9854651Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:29:57.9855045Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:29:57.9855405Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:29:57.9855939Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:29:57.9856311Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:29:57.9856658Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:29:57.9857007Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:29:57.9857442Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:29:57.9857900Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:29:57.9858292Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:29:57.9858661Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:29:57.9859044Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:29:57.9859449Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:29:57.9859862Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:29:57.9860271Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:29:57.9860625Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:29:57.9860986Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:29:57.9861404Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:29:57.9861957Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:29:57.9862361Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:29:57.9862719Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:29:57.9863050Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:29:57.9863432Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:29:57.9863809Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:29:57.9864227Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:29:57.9864695Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:29:57.9865113Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:29:57.9865647Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:29:57.9866052Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:29:57.9866411Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:29:57.9866860Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:29:57.9867358Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:29:57.9867794Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:29:57.9868166Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:29:57.9868625Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:29:57.9869160Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:29:57.9869777Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:29:57.9870212Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:29:57.9870575Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:29:57.9870951Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:29:57.9871359Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:29:57.9871769Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:29:57.9872163Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:29:57.9872535Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:29:57.9872903Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:29:57.9873296Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:29:57.9873694Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:29:57.9874082Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:29:57.9874476Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:29:57.9874863Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:29:57.9875245Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:29:57.9875825Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:29:57.9876275Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:29:57.9876699Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:29:57.9877066Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:29:57.9877429Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:29:57.9877827Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:29:57.9878201Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:29:57.9878707Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:29:57.9879080Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:29:57.9879466Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:29:57.9879874Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:29:57.9880337Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:29:57.9880778Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:29:57.9881173Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:29:57.9881556Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:29:57.9881935Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:29:57.9882304Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:29:57.9882668Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:29:57.9883051Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:29:57.9883425Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:29:57.9883868Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:29:57.9884341Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:29:57.9884797Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:29:57.9885307Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:29:57.9886139Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:29:57.9886653Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:29:57.9887150Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:29:57.9887597Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:29:57.9887969Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:29:57.9888335Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:29:57.9888714Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:29:57.9889091Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:29:57.9889442Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:29:57.9889813Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:29:57.9890199Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:29:57.9890591Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:29:57.9890982Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:29:57.9891371Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:29:57.9891774Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:29:57.9892157Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:29:57.9892567Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:29:57.9893039Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:29:57.9893469Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:29:57.9893843Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:29:57.9894252Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:29:57.9894631Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:29:57.9894989Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:29:57.9895622Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:29:57.9896042Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:29:57.9896431Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:29:57.9896810Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:29:57.9897200Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:29:57.9897563Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:29:57.9897875Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:29:57.9898333Z 	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-20T22:29:57.9905885Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:29:57.9906332Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:29:57.9906724Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:29:57.9907168Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:29:57.9907583Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:29:57.9908061Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:29:57.9908497Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:29:57.9908927Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:29:57.9909335Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:29:57.9909734Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:29:57.9910320Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:29:57.9910746Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:29:57.9911134Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:29:57.9911573Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:29:57.9912060Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:29:57.9912551Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:29:57.9912997Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:29:57.9913504Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:29:57.9913950Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:29:57.9914439Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:29:57.9914934Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:29:57.9915359Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:29:57.9916046Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:29:57.9916506Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:29:57.9916928Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:29:57.9917300Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:29:57.9917671Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:29:57.9918059Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:29:57.9918450Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:29:57.9918822Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:29:57.9919198Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:29:57.9919586Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:29:57.9919966Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:29:57.9920476Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:29:57.9920846Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:29:57.9921200Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:29:57.9921581Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:29:57.9921968Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:29:57.9922335Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:29:57.9922697Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:29:57.9923058Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:29:57.9923430Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:29:57.9923805Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:29:57.9924173Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:29:57.9924527Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:29:57.9924903Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:29:57.9925260Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:29:57.9925833Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:29:57.9926282Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:29:57.9926698Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:29:57.9927066Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:29:57.9927598Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:29:57.9928041Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:29:57.9928435Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:29:57.9928800Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:29:57.9929164Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:29:57.9929519Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:29:57.9929815Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:29:57.9930115Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:29:57.9930468Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:29:57.9930819Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:29:57.9931181Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:29:57.9931548Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:29:57.9931893Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:29:57.9932229Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:29:57.9932616Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:29:57.9933023Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:29:57.9933419Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:29:57.9933813Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:29:57.9934199Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:29:57.9934611Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:29:57.9935109Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:29:57.9935958Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:29:57.9936592Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:29:57.9937274Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:29:57.9937749Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:29:57.9938203Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:29:57.9938718Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:29:57.9939336Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:29:57.9939896Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:29:57.9940393Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:29:57.9940842Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:29:57.9941207Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:29:57.9941585Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:29:57.9941950Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:29:57.9942330Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:29:57.9942719Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:29:57.9943102Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:29:57.9943488Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:29:57.9943874Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:29:57.9944257Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:29:57.9944737Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:29:57.9945115Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:29:57.9945728Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:29:57.9946190Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:29:57.9946587Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:29:57.9946996Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:29:57.9947410Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:29:57.9947767Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:29:57.9948153Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:29:57.9948565Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:29:57.9948978Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:29:57.9949415Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:29:57.9949848Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:29:57.9950214Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:29:57.9950584Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:29:57.9950961Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:29:57.9951322Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:29:57.9951703Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:29:57.9952086Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:29:57.9952460Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:29:57.9952845Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:29:57.9953202Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:29:57.9953557Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:29:57.9954237Z 	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-20T22:29:57.9954962Z 	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-20T22:29:57.9955879Z 	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-20T22:29:57.9956558Z 	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-20T22:29:57.9957081Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:29:57.9957475Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:29:57.9957849Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:29:57.9958223Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:29:57.9958616Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:29:57.9958972Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:29:57.9959345Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:29:57.9959725Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:29:57.9960096Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:29:57.9960468Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:29:57.9960843Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:29:57.9961215Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:29:57.9961736Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:29:57.9962156Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:29:57.9962554Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:29:57.9962941Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:29:57.9963335Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:29:57.9963727Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:29:57.9964106Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:29:57.9964482Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:29:57.9964861Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:29:57.9965242Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:29:57.9965775Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:29:57.9966199Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:29:57.9966587Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:29:57.9966996Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:29:57.9967375Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:29:57.9967801Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:29:57.9968235Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:29:57.9968633Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:29:57.9969067Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:29:57.9969525Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:29:57.9969937Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:29:57.9970306Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:29:57.9970806Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:29:57.9971197Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:29:57.9971608Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:29:57.9972008Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:29:57.9972382Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:29:57.9972776Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:29:57.9973246Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:29:57.9973714Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:29:57.9974114Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:29:57.9974517Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:29:57.9974973Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:29:57.9975414Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:29:57.9976123Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:29:57.9976609Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:29:57.9977045Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:29:57.9977477Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:29:57.9977879Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:29:57.9978400Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:29:57.9978827Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:29:57.9979211Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:29:57.9979591Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:29:57.9979990Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:29:57.9980387Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:29:57.9980791Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:29:57.9981213Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:29:57.9981601Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:29:57.9981972Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:29:57.9982334Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:29:57.9982696Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:29:57.9983084Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:29:57.9983498Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:29:57.9983944Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:29:57.9984388Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:29:57.9984794Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:29:57.9985229Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:29:57.9985895Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:29:57.9986322Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:29:57.9986740Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:29:57.9987100Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:29:57.9987462Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:29:57.9987991Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:29:57.9988378Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:29:57.9988751Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:29:57.9989080Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:29:57.9989394Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:29:57.9989746Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:29:57.9990248Z 	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-20T22:29:57.9990762Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:29:57.9991139Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:29:57.9991512Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:29:57.9991910Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:29:57.9992322Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:29:57.9992726Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:29:57.9993130Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:29:57.9993540Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:29:57.9993948Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:29:57.9994321Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:29:57.9994690Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:29:57.9995164Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:29:57.9995768Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:29:57.9996211Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:29:57.9996641Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:29:57.9997044Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:29:57.9997463Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:29:57.9997907Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:29:57.9998305Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:29:57.9998671Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:29:57.9999021Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:29:57.9999383Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:29:57.9999757Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:29:58.0000147Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:29:58.0000575Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:29:58.0001004Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:29:58.0001466Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:29:58.0001911Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:29:58.0002292Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:29:58.0002678Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:29:58.0003064Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:29:58.0003458Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:29:58.0003840Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:29:58.0004210Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:29:58.0004815Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:29:58.0005307Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:29:58.0005855Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:29:58.0006229Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:29:58.0006604Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:29:58.0007018Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:29:58.0007415Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:29:58.0007800Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:29:58.0008199Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:29:58.0008577Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:29:58.0008955Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:29:58.0009314Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:29:58.0009708Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:29:58.0010140Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:29:58.0010520Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:29:58.0010907Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:29:58.0011345Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:29:58.0011955Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:29:58.0012391Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:29:58.0012777Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:29:58.0013301Z 	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-20T22:29:58.0013817Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:29:58.0014129Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:29:58.0014478Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:29:58.0014892Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:29:58.0015319Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:29:58.0016070Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:29:58.0016678Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:29:58.0017304Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:29:58.0017963Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:29:58.0018602Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:29:58.0019229Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:29:58.0019866Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:29:58.0020450Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:29:58.0020949Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:29:58.0021398Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:29:58.0021831Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:29:58.0022447Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:29:58.0022920Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:29:58.0023347Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:29:58.0023727Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:29:58.0024096Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:29:58.0024474Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:29:58.0024849Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:29:58.0025256Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:29:58.0025909Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:29:58.0026277Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:29:58.0026673Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:29:58.0027131Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:29:58.0027616Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:29:58.0028096Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:29:58.0028584Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:29:58.0029061Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:29:58.0029535Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:29:58.0030108Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:29:58.0030527Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:29:58.0030940Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:29:58.0031348Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:29:58.0031756Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:29:58.0032161Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:29:58.0032590Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:29:58.0033021Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:29:58.0033404Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:29:58.0033786Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:29:58.0034165Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:29:58.0034535Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:29:58.0034972Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:29:58.0035406Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:29:58.0036049Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:29:58.0036457Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:29:58.0036876Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:29:58.0037319Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:29:58.0037768Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:29:58.0038197Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:29:58.0038601Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:29:58.0038983Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:29:58.0039509Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:29:58.0039878Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:29:58.0040261Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:29:58.0040687Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:29:58.0041090Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:29:58.0041517Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:29:58.0041987Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:29:58.0042404Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:29:58.0042820Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:29:58.0043214Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:29:58.0043516Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:29:58.0043852Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:29:58.0044239Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:29:58.0044636Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:29:58.0045029Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:29:58.0045540Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:29:58.0045977Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:29:58.0046422Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:29:58.0046974Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:29:58.0047369Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:29:58.0047772Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:29:58.0048344Z 	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-20T22:29:58.0048927Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:29:58.0049380Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:29:58.0049818Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:29:58.0050249Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:29:58.0050666Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:29:58.0051068Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:29:58.0051452Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:29:58.0051832Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:29:58.0052232Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:29:58.0052624Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:29:58.0052994Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:29:58.0053379Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:29:58.0053774Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:29:58.0054150Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:29:58.0054564Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:29:58.0055030Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:29:58.0055612Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:29:58.0056059Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:29:58.0056586Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:29:58.0056969Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:29:58.0057343Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:29:58.0057714Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:29:58.0058141Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:29:58.0058585Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:29:58.0058984Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:29:58.0059384Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:29:58.0059775Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:29:58.0060153Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:29:58.0060531Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:29:58.0060908Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:29:58.0061300Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:29:58.0061744Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:29:58.0062194Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:29:58.0062604Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:29:58.0062999Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:29:58.0063504Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:29:58.0063936Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:29:58.0064337Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:29:58.0064708Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:29:58.0065024Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:29:58.0065329Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:29:58.0065942Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:29:58.0066359Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:29:58.0066716Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:29:58.0067089Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:29:58.0067497Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:29:58.0067890Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:29:58.0068248Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:29:58.0068597Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:29:58.0068989Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:29:58.0069398Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:29:58.0069801Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:29:58.0070169Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:29:58.0070555Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:29:58.0070941Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:29:58.0071328Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:29:58.0071680Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:29:58.0072059Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:29:58.0072448Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:29:58.0072958Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:29:58.0073334Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:29:58.0073707Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:29:58.0074089Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:29:58.0074489Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:29:58.0074907Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:29:58.0075307Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:29:58.0075886Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:29:58.0076245Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:29:58.0076598Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:29:58.0077025Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:29:58.0077526Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:29:58.0078022Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:29:58.0078497Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:29:58.0078991Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:29:58.0079425Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:29:58.0079810Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:29:58.0080322Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:29:58.0080714Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:29:58.0081103Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:29:58.0081485Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:29:58.0081864Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:29:58.0082241Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:29:58.0082632Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:29:58.0083074Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:29:58.0083502Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:29:58.0083881Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:29:58.0084290Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:29:58.0084711Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:29:58.0085089Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:29:58.0085563Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:29:58.0085954Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:29:58.0086400Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:29:58.0086825Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:29:58.0087235Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:29:58.0087643Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:29:58.0087971Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:29:58.0088248Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:29:58.0088606Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:29:58.0089082Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:29:58.0233904Z [+] Installing Go for linux-amd64...
2025-08-20T22:29:59.6731992Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:29:59.6732858Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:29:59.6734301Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:30:03.4720806Z [+] Downloading Go go1.25.0...
2025-08-20T22:30:03.4775904Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:30:03.4777012Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:30:03.4777388Z 
2025-08-20T22:30:03.5475757Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:30:03.5476548Z 100    80  100    80    0     0   1142      0 --:--:-- --:--:-- --:--:--  1159
2025-08-20T22:30:03.6257940Z 
2025-08-20T22:30:03.6258542Z 100    75  100    75    0     0    505      0 --:--:-- --:--:-- --:--:--   505
2025-08-20T22:30:03.8545165Z 
2025-08-20T22:30:03.9076165Z  69 56.8M   69 39.4M    0     0   104M      0 --:--:-- --:--:-- --:--:--  104M
2025-08-20T22:30:03.9076825Z 100 56.8M  100 56.8M    0     0   132M      0 --:--:-- --:--:-- --:--:--  328M
2025-08-20T22:30:03.9110142Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:30:05.3058762Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:30:05.3059312Z [+] GOROOT: /home/runner/.go
2025-08-20T22:30:05.3059690Z [+] GOPATH: /home/runner/go
2025-08-20T22:30:05.3060108Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:30:05.3210102Z go version go1.25.0 linux/amd64
2025-08-20T22:30:05.3577360Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:30:05.3578111Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:30:05.3579076Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:30:05.3579568Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:30:05.3580025Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:30:05.3580638Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:30:05.3581230Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:30:05.3581669Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:30:05.3582188Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:30:05.3582548Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:30:05.3582943Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:30:05.3583477Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:30:05.3583994Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:30:05.3584421Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:30:05.3584927Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:30:05.3585355Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:30:05.3586195Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:30:05.3586656Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:30:05.3587156Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:30:05.3587627Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:30:05.3588338Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:30:05.3589043Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:30:05.3589807Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:30:05.3590596Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:30:05.3590956Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:30:05.3591348Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:30:05.3591983Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:30:05.3592393Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:30:05.3592787Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:30:05.3593200Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:30:05.3593614Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:30:05.3594031Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:30:05.3594454Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:30:05.3594869Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:30:05.3595322Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:30:05.3595995Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:30:05.3596421Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:30:05.3596816Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:30:05.3597228Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:30:05.3597650Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:30:05.3598061Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:30:05.3598461Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:30:05.3598846Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:30:05.3599431Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:30:05.3599915Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:30:05.3600384Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:30:05.3600861Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:30:05.3601295Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:30:05.3601717Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:30:05.3602132Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:30:05.3602533Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:30:05.3602941Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:30:05.3603342Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:30:05.3603715Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:30:05.3604074Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:30:05.3604447Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:30:05.3604772Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:30:05.3605110Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:30:05.3605733Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:30:05.3606114Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:30:05.3606518Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:30:05.3606948Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:30:05.3607358Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:30:05.3607769Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:30:05.3608189Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:30:05.3608823Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:30:05.3609221Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:30:05.3609611Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:30:05.3610031Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:30:05.3610492Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:30:05.3610981Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:30:05.3611454Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:30:05.3611876Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:30:05.3612263Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:30:05.3612690Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:30:05.3613096Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:30:05.3613536Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:30:05.3614021Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:30:05.3614506Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:30:05.3614999Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:30:05.3615700Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:30:05.3616202Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:30:05.3616733Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:30:05.3617138Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:30:05.3617538Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:30:05.3617919Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:30:05.3618335Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:30:05.3618752Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:30:05.3619132Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:30:05.3619507Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:30:05.3619908Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:30:05.3620310Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:30:05.3620692Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:30:05.3621057Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:30:05.3621452Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:30:05.3621838Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:30:05.3622187Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:30:05.3622562Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:30:05.3622927Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:30:05.3623285Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:30:05.3623670Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:30:05.3624032Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:30:05.3624392Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:30:05.3624770Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:30:05.3625157Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:30:05.3625884Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:30:05.3626278Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:30:05.3626654Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:30:05.3627021Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:30:05.3627411Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:30:05.3627809Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:30:05.3628149Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:30:05.3628475Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:30:05.3628838Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:30:05.3629188Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:30:05.3629539Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:30:05.3629900Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:30:05.3630249Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:30:05.3630619Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:30:05.3631013Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:30:05.3631446Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:30:05.3631908Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:30:05.3632318Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:30:05.3632704Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:30:05.3633218Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:30:05.3633612Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:30:05.3634018Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:30:05.3634426Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:30:05.3634805Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:30:05.3635189Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:30:05.3635772Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:30:05.3636215Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:30:05.3636641Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:30:05.3637025Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:30:05.3637416Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:30:05.3637823Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:30:05.3638251Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:30:05.3638650Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:30:05.3639040Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:30:05.3639568Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:30:05.3640042Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:30:05.3640424Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:30:05.3640781Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:30:05.3641088Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:30:05.3641421Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:30:05.3641813Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:30:05.3642207Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:30:05.3642738Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:30:05.3643109Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:30:05.3643475Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:30:05.3643848Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:30:05.3644339Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:30:05.3644700Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:30:05.3645120Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:30:05.3645733Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:30:05.3646162Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:30:05.3646534Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:30:05.3646933Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:30:05.3647341Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:30:05.3647757Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:30:05.3648172Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:30:05.3648529Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:30:05.3648882Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:30:05.3649299Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:30:05.3649724Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:30:05.3650262Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:30:05.3650635Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:30:05.3650979Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:30:05.3651361Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:30:05.3651744Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:30:05.3652182Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:30:05.3652650Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:30:05.3653061Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:30:05.3653429Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:30:05.3653767Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:30:05.3654127Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:30:05.3654572Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:30:05.3655076Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:30:05.3655691Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:30:05.3656070Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:30:05.3656535Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:30:05.3657080Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:30:05.3657574Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:30:05.3658006Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:30:05.3658364Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:30:05.3658752Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:30:05.3659375Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:30:05.3659919Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:30:05.3660318Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:30:05.3660695Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:30:05.3661062Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:30:05.3661459Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:30:05.3661862Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:30:05.3662253Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:30:05.3662640Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:30:05.3663038Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:30:05.3663428Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:30:05.3663856Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:30:05.3664307Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:30:05.3664733Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:30:05.3665103Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:30:05.3665680Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:30:05.3666286Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:30:05.3666944Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:30:05.3667620Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:30:05.3668492Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:30:05.3669156Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:30:05.3669578Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:30:05.3670056Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:30:05.3677186Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:30:05.3677794Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:30:05.3678216Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:30:05.3678618Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:30:05.3679004Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:30:05.3679379Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:30:05.3679782Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:30:05.3680175Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:30:05.3680629Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:30:05.3681121Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:30:05.3681591Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:30:05.3682144Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:30:05.3682665Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:30:05.3683164Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:30:05.3683652Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:30:05.3684093Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:30:05.3684461Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:30:05.3684826Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:30:05.3685406Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:30:05.3685993Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:30:05.3686357Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:30:05.3686735Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:30:05.3687111Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:30:05.3687487Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:30:05.3687872Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:30:05.3688257Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:30:05.3688669Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:30:05.3689058Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:30:05.3689480Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:30:05.3689925Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:30:05.3690321Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:30:05.3690694Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:30:05.3691110Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:30:05.3691483Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:30:05.3691837Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:30:05.3692195Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:30:05.3692685Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:30:05.3693076Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:30:05.3693448Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:30:05.3693844Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:30:05.3694209Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:30:05.3694525Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:30:05.3694979Z 	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-20T22:30:05.3695687Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:30:05.3696067Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:30:05.3696445Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:30:05.3696817Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:30:05.3697227Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:30:05.3697672Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:30:05.3698115Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:30:05.3698553Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:30:05.3698969Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:30:05.3699381Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:30:05.3699805Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:30:05.3700222Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:30:05.3700619Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:30:05.3701055Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:30:05.3701552Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:30:05.3702044Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:30:05.3702630Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:30:05.3703041Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:30:05.3703445Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:30:05.3703925Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:30:05.3704406Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:30:05.3704812Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:30:05.3705245Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:30:05.3705943Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:30:05.3706360Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:30:05.3706741Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:30:05.3707113Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:30:05.3707501Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:30:05.3707887Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:30:05.3708257Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:30:05.3708627Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:30:05.3709013Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:30:05.3709397Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:30:05.3709910Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:30:05.3710286Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:30:05.3710641Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:30:05.3711023Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:30:05.3711409Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:30:05.3711774Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:30:05.3712134Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:30:05.3712535Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:30:05.3712901Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:30:05.3713274Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:30:05.3713635Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:30:05.3713999Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:30:05.3714375Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:30:05.3714736Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:30:05.3715114Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:30:05.3715806Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:30:05.3716329Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:30:05.3716698Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:30:05.3717082Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:30:05.3717503Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:30:05.3717899Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:30:05.3718260Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:30:05.3718640Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:30:05.3718999Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:30:05.3719437Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:30:05.3719752Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:30:05.3720104Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:30:05.3720456Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:30:05.3720821Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:30:05.3721181Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:30:05.3721524Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:30:05.3721869Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:30:05.3722252Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:30:05.3722671Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:30:05.3723070Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:30:05.3723471Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:30:05.3723859Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:30:05.3724272Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:30:05.3724772Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:30:05.3725400Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:30:05.3726297Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:30:05.3726846Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:30:05.3727451Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:30:05.3727911Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:30:05.3728435Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:30:05.3729068Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:30:05.3729635Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:30:05.3730127Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:30:05.3730577Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:30:05.3730955Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:30:05.3731337Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:30:05.3731720Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:30:05.3732111Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:30:05.3732508Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:30:05.3732893Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:30:05.3733277Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:30:05.3733657Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:30:05.3734040Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:30:05.3734412Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:30:05.3734788Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:30:05.3735157Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:30:05.3735777Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:30:05.3736178Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:30:05.3736597Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:30:05.3737149Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:30:05.3737517Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:30:05.3737909Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:30:05.3738320Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:30:05.3738729Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:30:05.3739172Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:30:05.3739607Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:30:05.3739984Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:30:05.3740356Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:30:05.3740741Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:30:05.3741115Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:30:05.3741503Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:30:05.3741901Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:30:05.3742280Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:30:05.3742665Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:30:05.3743029Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:30:05.3743388Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:30:05.3744049Z 	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-20T22:30:05.3744768Z 	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-20T22:30:05.3745631Z 	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-20T22:30:05.3746377Z 	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-20T22:30:05.3746900Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:30:05.3747288Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:30:05.3747661Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:30:05.3748037Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:30:05.3748410Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:30:05.3748774Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:30:05.3749148Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:30:05.3749542Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:30:05.3749917Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:30:05.3750297Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:30:05.3750702Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:30:05.3751085Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:30:05.3751485Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:30:05.3751897Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:30:05.3752306Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:30:05.3752705Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:30:05.3753104Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:30:05.3753684Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:30:05.3754073Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:30:05.3754455Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:30:05.3754835Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:30:05.3755229Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:30:05.3755826Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:30:05.3756223Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:30:05.3756615Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:30:05.3757018Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:30:05.3757402Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:30:05.3757827Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:30:05.3758270Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:30:05.3758673Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:30:05.3759113Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:30:05.3759575Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:30:05.3759988Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:30:05.3760361Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:30:05.3760738Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:30:05.3761256Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:30:05.3761673Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:30:05.3762076Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:30:05.3762460Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:30:05.3762845Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:30:05.3763318Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:30:05.3763792Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:30:05.3764191Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:30:05.3764598Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:30:05.3765050Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:30:05.3765675Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:30:05.3766157Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:30:05.3766647Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:30:05.3767091Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:30:05.3767525Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:30:05.3767923Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:30:05.3768320Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:30:05.3768737Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:30:05.3769126Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:30:05.3769506Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:30:05.3769912Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:30:05.3770314Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:30:05.3770847Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:30:05.3771267Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:30:05.3771662Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:30:05.3772031Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:30:05.3772399Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:30:05.3772759Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:30:05.3773151Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:30:05.3773569Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:30:05.3774029Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:30:05.3774484Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:30:05.3774890Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:30:05.3775327Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:30:05.3775995Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:30:05.3776405Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:30:05.3776811Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:30:05.3777170Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:30:05.3777533Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:30:05.3777925Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:30:05.3778442Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:30:05.3778820Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:30:05.3779156Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:30:05.3779470Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:30:05.3779822Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:30:05.3780321Z 	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-20T22:30:05.3780838Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:30:05.3781215Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:30:05.3781587Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:30:05.3781980Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:30:05.3782396Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:30:05.3782802Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:30:05.3783207Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:30:05.3783618Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:30:05.3784025Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:30:05.3784400Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:30:05.3784769Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:30:05.3785128Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:30:05.3785726Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:30:05.3786157Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:30:05.3786598Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:30:05.3786993Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:30:05.3787550Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:30:05.3787996Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:30:05.3788388Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:30:05.3788749Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:30:05.3789101Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:30:05.3789461Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:30:05.3789828Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:30:05.3790205Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:30:05.3790609Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:30:05.3791023Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:30:05.3791484Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:30:05.3791926Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:30:05.3792304Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:30:05.3792694Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:30:05.3793081Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:30:05.3793471Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:30:05.3793853Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:30:05.3794223Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:30:05.3794787Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:30:05.3795284Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:30:05.3795861Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:30:05.3796235Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:30:05.3796609Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:30:05.3797008Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:30:05.3797395Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:30:05.3797767Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:30:05.3798165Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:30:05.3798547Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:30:05.3798907Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:30:05.3799265Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:30:05.3799667Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:30:05.3800096Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:30:05.3800480Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:30:05.3800867Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:30:05.3801311Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:30:05.3801744Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:30:05.3802165Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:30:05.3802555Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:30:05.3803076Z 	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-20T22:30:05.3803584Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:30:05.3804021Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:30:05.3806326Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:30:05.3807007Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:30:05.3807719Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:30:05.3808583Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:30:05.3809603Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:30:05.3810633Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:30:05.3811647Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:30:05.3812397Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:30:05.3813067Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:30:05.3813716Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:30:05.3814323Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:30:05.3814826Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:30:05.3815295Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:30:05.3815994Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:30:05.3816428Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:30:05.3817075Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:30:05.3817514Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:30:05.3817910Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:30:05.3818274Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:30:05.3818651Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:30:05.3819026Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:30:05.3819433Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:30:05.3819849Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:30:05.3820211Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:30:05.3820605Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:30:05.3821069Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:30:05.3821554Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:30:05.3822034Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:30:05.3822511Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:30:05.3822985Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:30:05.3823461Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:30:05.3823900Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:30:05.3824313Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:30:05.3824719Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:30:05.3825130Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:30:05.3825751Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:30:05.3826301Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:30:05.3826735Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:30:05.3827166Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:30:05.3827557Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:30:05.3827942Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:30:05.3828315Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:30:05.3828690Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:30:05.3829126Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:30:05.3829567Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:30:05.3829968Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:30:05.3830383Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:30:05.3830801Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:30:05.3831241Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:30:05.3831683Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:30:05.3832105Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:30:05.3832506Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:30:05.3832878Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:30:05.3833255Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:30:05.3833742Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:30:05.3834121Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:30:05.3834524Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:30:05.3834918Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:30:05.3835356Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:30:05.3836018Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:30:05.3836440Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:30:05.3836847Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:30:05.3837240Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:30:05.3837536Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:30:05.3837864Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:30:05.3838249Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:30:05.3838641Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:30:05.3839039Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:30:05.3839434Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:30:05.3839861Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:30:05.3840305Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:30:05.3840720Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:30:05.3841096Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:30:05.3841495Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:30:05.3842042Z 	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-20T22:30:05.3842619Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:30:05.3843210Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:30:05.3843643Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:30:05.3844073Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:30:05.3844492Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:30:05.3844886Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:30:05.3845278Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:30:05.3845844Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:30:05.3846249Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:30:05.3846643Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:30:05.3847016Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:30:05.3847410Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:30:05.3847808Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:30:05.3848183Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:30:05.3848597Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:30:05.3849058Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:30:05.3849478Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:30:05.3849850Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:30:05.3850336Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:30:05.3850724Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:30:05.3851105Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:30:05.3851479Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:30:05.3851900Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:30:05.3852346Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:30:05.3852752Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:30:05.3853146Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:30:05.3853543Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:30:05.3853926Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:30:05.3854303Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:30:05.3854685Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:30:05.3855086Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:30:05.3855788Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:30:05.3856249Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:30:05.3856671Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:30:05.3857069Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:30:05.3857466Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:30:05.3857898Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:30:05.3858291Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:30:05.3858657Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:30:05.3858973Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:30:05.3859276Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:30:05.3859785Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:30:05.3860159Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:30:05.3860514Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:30:05.3860883Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:30:05.3861278Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:30:05.3861669Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:30:05.3862027Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:30:05.3862378Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:30:05.3862759Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:30:05.3863159Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:30:05.3863538Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:30:05.3863902Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:30:05.3864259Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:30:05.3864642Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:30:05.3865026Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:30:05.3865374Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:30:05.3865966Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:30:05.3866361Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:30:05.3866737Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:30:05.3867248Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:30:05.3867629Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:30:05.3868019Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:30:05.3868419Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:30:05.3868843Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:30:05.3869244Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:30:05.3869594Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:30:05.3869943Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:30:05.3870284Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:30:05.3870707Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:30:05.3871208Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:30:05.3871676Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:30:05.3872161Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:30:05.3872652Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:30:05.3873086Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:30:05.3873464Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:30:05.3873851Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:30:05.3874228Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:30:05.3874614Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:30:05.3874996Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:30:05.3875382Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:30:05.3875958Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:30:05.3876484Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:30:05.3876924Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:30:05.3877355Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:30:05.3877729Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:30:05.3878130Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:30:05.3878550Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:30:05.3878929Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:30:05.3879282Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:30:05.3879675Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:30:05.3880129Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:30:05.3880561Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:30:05.3880969Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:30:05.3881375Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:30:05.3881696Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:30:05.3881969Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:30:05.3882322Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:30:05.3882804Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:30:05.6115854Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:05.7916894Z Collecting meson
2025-08-20T22:30:05.8374924Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:30:05.8864469Z Collecting ninja
2025-08-20T22:30:05.8938777Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:30:05.9054328Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:30:05.9804782Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 16.5 MB/s  0:00:00
2025-08-20T22:30:05.9876449Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:30:06.0839224Z Installing collected packages: ninja, meson
2025-08-20T22:30:06.8378691Z 
2025-08-20T22:30:06.8408413Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:30:07.1328364Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:07.2402358Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:30:07.3083452Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:30:07.7679771Z 1.8.4
2025-08-20T22:30:07.7963825Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:30:07.8221057Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:30:07.8221740Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:30:07.8222387Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:30:07.8223017Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:30:07.8223647Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:30:07.8224270Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:30:07.8224897Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:30:07.8226038Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:30:07.8226505Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:30:07.8226885Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:30:07.8227273Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:30:07.8227906Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:30:07.8228299Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:30:07.8228721Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:30:07.8229128Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:30:07.8229532Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:30:07.8229934Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:30:07.8230298Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:30:07.8230684Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:30:07.8231152Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:30:07.8231606Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:30:07.8231992Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:30:07.8232417Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:30:07.8232815Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:30:07.8233172Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:30:07.8233565Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:30:07.8233997Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:30:07.8234417Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:30:07.8234821Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:30:07.8235383Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:30:07.8236375Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:30:07.8237112Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:30:07.8237858Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:30:07.8238606Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:30:07.8239415Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:30:07.8240225Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:30:07.8241020Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:30:07.8241738Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:30:07.8242474Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:30:07.8243243Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:30:07.8243986Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:30:07.8244711Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:30:07.8245681Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:30:07.8246557Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:30:07.8247427Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:30:07.8248279Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:30:07.8249146Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:30:07.8249932Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:30:07.8250677Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:30:07.8251451Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:30:07.8252188Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:30:07.8253139Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:30:07.8253865Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:30:07.8254527Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:30:07.8255165Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:30:07.8256024Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:30:07.8256594Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:30:07.8257201Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:30:07.8257925Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:30:07.8258610Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:30:07.8259356Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:30:07.8260159Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:30:07.8260916Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:30:07.8261650Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:30:07.8262546Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:30:07.8263319Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:30:07.8264037Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:30:07.8264738Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:30:07.8265649Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:30:07.8266653Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:30:07.8267540Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:30:07.8268376Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:30:07.8269126Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:30:07.8269818Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:30:07.8270514Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:30:07.8271226Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:30:07.8272007Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:30:07.8272904Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:30:07.8273811Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:30:07.8274693Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:30:07.8276884Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:30:07.8277401Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:30:07.8277813Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:30:07.8278242Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:30:07.8278655Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:30:07.8279048Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:30:07.8279478Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:30:07.8279903Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:30:07.8280312Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:30:07.8280703Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:30:07.8281122Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:30:07.8281736Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:30:07.8282113Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:30:07.8282499Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:30:07.8282900Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:30:07.8283293Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:30:07.8283650Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:30:07.8284033Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:30:07.8284412Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:30:07.8284781Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:30:07.8285213Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:30:07.8285946Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:30:07.8286327Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:30:07.8286717Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:30:07.8287116Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:30:07.8287522Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:30:07.8287918Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:30:07.8288297Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:30:07.8288670Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:30:07.8289284Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:30:07.8289698Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:30:07.8290044Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:30:07.8290374Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:30:07.8290734Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:30:07.8291090Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:30:07.8291444Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:30:07.8291807Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:30:07.8292161Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:30:07.8292537Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:30:07.8292936Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:30:07.8293380Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:30:07.8293833Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:30:07.8294243Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:30:07.8294637Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:30:07.8295026Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:30:07.8295557Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:30:07.8295999Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:30:07.8296408Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:30:07.8296786Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:30:07.8297179Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:30:07.8297601Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:30:07.8298046Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:30:07.8298609Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:30:07.8299009Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:30:07.8299406Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:30:07.8299820Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:30:07.8300233Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:30:07.8300634Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:30:07.8301027Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:30:07.8301424Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:30:07.8301835Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:30:07.8302223Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:30:07.8302590Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:30:07.8302903Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:30:07.8303230Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:30:07.8303625Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:30:07.8304022Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:30:07.8304418Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:30:07.8304785Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:30:07.8305157Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:30:07.8305719Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:30:07.8306205Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:30:07.8306555Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:30:07.8306986Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:30:07.8307436Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:30:07.8307837Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:30:07.8308207Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:30:07.8308593Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:30:07.8309004Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:30:07.8309423Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:30:07.8309846Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:30:07.8310209Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:30:07.8310569Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:30:07.8310996Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:30:07.8311425Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:30:07.8311832Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:30:07.8312194Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:30:07.8312531Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:30:07.8312915Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:30:07.8313297Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:30:07.8313723Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:30:07.8314194Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:30:07.8314610Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:30:07.8314990Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:30:07.8321784Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:30:07.8322203Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:30:07.8322695Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:30:07.8323231Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:30:07.8323686Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:30:07.8324078Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:30:07.8324555Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:30:07.8325102Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:30:07.8325843Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:30:07.8326295Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:30:07.8326665Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:30:07.8327067Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:30:07.8327494Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:30:07.8327920Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:30:07.8328326Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:30:07.8328700Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:30:07.8329073Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:30:07.8329623Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:30:07.8330034Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:30:07.8330438Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:30:07.8330838Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:30:07.8331230Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:30:07.8331626Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:30:07.8332052Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:30:07.8332503Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:30:07.8332929Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:30:07.8333299Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:30:07.8333677Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:30:07.8334074Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:30:07.8334452Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:30:07.8334836Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:30:07.8335209Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:30:07.8335705Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:30:07.8336119Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:30:07.8336588Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:30:07.8337037Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:30:07.8337434Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:30:07.8337828Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:30:07.8338236Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:30:07.8338617Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:30:07.8339184Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:30:07.8339579Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:30:07.8339966Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:30:07.8340416Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:30:07.8340897Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:30:07.8341362Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:30:07.8341876Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:30:07.8342387Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:30:07.8342882Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:30:07.8343376Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:30:07.8343810Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:30:07.8344182Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:30:07.8344537Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:30:07.8344913Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:30:07.8345288Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:30:07.8345750Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:30:07.8346129Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:30:07.8346622Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:30:07.8347008Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:30:07.8347393Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:30:07.8347770Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:30:07.8348171Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:30:07.8348556Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:30:07.8348976Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:30:07.8349433Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:30:07.8349830Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:30:07.8350212Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:30:07.8350641Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:30:07.8351020Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:30:07.8351380Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:30:07.8351742Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:30:07.8352103Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:30:07.8352495Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:30:07.8352872Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:30:07.8353268Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:30:07.8353638Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:30:07.8353959Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:30:07.8354429Z 	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-20T22:30:07.8354953Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:30:07.8355326Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:30:07.8356015Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:30:07.8356395Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:30:07.8356805Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:30:07.8357250Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:30:07.8357678Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:30:07.8358110Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:30:07.8358517Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:30:07.8358921Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:30:07.8359347Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:30:07.8359763Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:30:07.8360160Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:30:07.8360593Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:30:07.8361095Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:30:07.8361597Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:30:07.8362043Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:30:07.8362455Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:30:07.8362853Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:30:07.8363453Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:30:07.8363944Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:30:07.8364351Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:30:07.8364785Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:30:07.8365239Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:30:07.8365756Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:30:07.8366122Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:30:07.8366485Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:30:07.8366860Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:30:07.8367242Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:30:07.8367612Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:30:07.8367971Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:30:07.8368353Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:30:07.8368735Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:30:07.8369101Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:30:07.8369474Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:30:07.8369828Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:30:07.8370202Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:30:07.8370588Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:30:07.8370952Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:30:07.8371308Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:30:07.8371669Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:30:07.8372037Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:30:07.8372409Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:30:07.8372895Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:30:07.8373251Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:30:07.8373623Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:30:07.8373979Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:30:07.8374350Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:30:07.8374779Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:30:07.8375186Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:30:07.8375651Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:30:07.8376037Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:30:07.8376454Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:30:07.8376853Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:30:07.8377216Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:30:07.8377577Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:30:07.8377931Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:30:07.8378229Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:30:07.8378529Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:30:07.8378879Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:30:07.8379232Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:30:07.8379595Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:30:07.8380071Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:30:07.8380423Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:30:07.8380762Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:30:07.8381144Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:30:07.8381550Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:30:07.8381946Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:30:07.8382337Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:30:07.8382725Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:30:07.8383135Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:30:07.8383636Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:30:07.8384261Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:30:07.8384885Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:30:07.8385558Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:30:07.8386029Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:30:07.8386485Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:30:07.8387005Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:30:07.8387627Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:30:07.8388201Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:30:07.8388691Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:30:07.8389136Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:30:07.8389624Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:30:07.8389995Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:30:07.8390361Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:30:07.8390742Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:30:07.8391129Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:30:07.8391509Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:30:07.8391890Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:30:07.8392263Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:30:07.8392645Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:30:07.8393015Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:30:07.8393389Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:30:07.8393759Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:30:07.8394150Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:30:07.8394539Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:30:07.8394948Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:30:07.8395362Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:30:07.8395827Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:30:07.8396213Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:30:07.8396735Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:30:07.8397147Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:30:07.8397587Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:30:07.8398019Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:30:07.8398401Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:30:07.8398771Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:30:07.8399150Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:30:07.8399513Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:30:07.8399899Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:30:07.8400283Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:30:07.8400667Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:30:07.8401051Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:30:07.8401412Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:30:07.8401773Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:30:07.8402318Z 	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-20T22:30:07.8403032Z 	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-20T22:30:07.8403709Z 	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-20T22:30:07.8404361Z 	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-20T22:30:07.8404880Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:30:07.8405266Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:30:07.8405962Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:30:07.8406669Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:30:07.8407054Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:30:07.8407417Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:30:07.8407786Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:30:07.8408169Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:30:07.8408541Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:30:07.8408916Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:30:07.8409294Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:30:07.8409670Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:30:07.8410056Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:30:07.8410461Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:30:07.8410868Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:30:07.8411258Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:30:07.8411654Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:30:07.8412049Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:30:07.8412428Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:30:07.8412808Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:30:07.8413180Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:30:07.8413682Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:30:07.8414095Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:30:07.8414488Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:30:07.8414885Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:30:07.8415277Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:30:07.8415788Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:30:07.8416212Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:30:07.8416647Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:30:07.8417050Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:30:07.8417486Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:30:07.8417946Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:30:07.8418353Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:30:07.8418720Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:30:07.8419100Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:30:07.8419494Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:30:07.8419900Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:30:07.8420301Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:30:07.8420675Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:30:07.8421063Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:30:07.8421536Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:30:07.8422011Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:30:07.8422407Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:30:07.8422814Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:30:07.8423388Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:30:07.8423833Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:30:07.8424310Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:30:07.8424795Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:30:07.8425236Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:30:07.8425772Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:30:07.8426171Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:30:07.8426565Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:30:07.8426981Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:30:07.8427370Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:30:07.8427741Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:30:07.8428145Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:30:07.8428544Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:30:07.8428945Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:30:07.8429358Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:30:07.8429747Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:30:07.8430118Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:30:07.8430596Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:30:07.8430961Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:30:07.8431351Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:30:07.8431768Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:30:07.8432226Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:30:07.8432678Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:30:07.8433077Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:30:07.8433510Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:30:07.8433931Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:30:07.8434337Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:30:07.8434744Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:30:07.8435100Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:30:07.8435560Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:30:07.8435950Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:30:07.8436339Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:30:07.8436708Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:30:07.8437037Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:30:07.8437348Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:30:07.8437700Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:30:07.8438199Z 	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-20T22:30:07.8438719Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:30:07.8439094Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:30:07.8439584Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:30:07.8439975Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:30:07.8440385Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:30:07.8440794Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:30:07.8441193Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:30:07.8441601Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:30:07.8442007Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:30:07.8442377Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:30:07.8442761Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:30:07.8443129Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:30:07.8443512Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:30:07.8443942Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:30:07.8444366Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:30:07.8444768Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:30:07.8445189Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:30:07.8445733Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:30:07.8446129Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:30:07.8446497Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:30:07.8446963Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:30:07.8447323Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:30:07.8447698Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:30:07.8448079Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:30:07.8448480Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:30:07.8448891Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:30:07.8449346Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:30:07.8449781Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:30:07.8450156Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:30:07.8450538Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:30:07.8450920Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:30:07.8451305Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:30:07.8451678Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:30:07.8452051Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:30:07.8452486Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:30:07.8452975Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:30:07.8453394Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:30:07.8453761Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:30:07.8454133Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:30:07.8454534Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:30:07.8454931Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:30:07.8455305Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:30:07.8455805Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:30:07.8456306Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:30:07.8456655Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:30:07.8457010Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:30:07.8457406Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:30:07.8457828Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:30:07.8458208Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:30:07.8458591Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:30:07.8459029Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:30:07.8459468Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:30:07.8459891Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:30:07.8460288Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:30:07.8460799Z 	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-20T22:30:07.8461311Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:30:07.8461621Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:30:07.8461967Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:30:07.8462379Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:30:07.8462801Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:30:07.8463470Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:30:07.8464062Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:30:07.8464676Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:30:07.8465322Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:30:07.8466058Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:30:07.8466686Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:30:07.8467311Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:30:07.8467895Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:30:07.8468382Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:30:07.8468823Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:30:07.8469259Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:30:07.8469686Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:30:07.8470154Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:30:07.8470582Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:30:07.8470965Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:30:07.8471333Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:30:07.8471707Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:30:07.8472083Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:30:07.8472495Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:30:07.8472908Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:30:07.8473388Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:30:07.8473777Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:30:07.8474233Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:30:07.8474715Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:30:07.8475197Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:30:07.8475776Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:30:07.8476251Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:30:07.8476731Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:30:07.8477175Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:30:07.8477583Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:30:07.8478002Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:30:07.8478413Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:30:07.8478824Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:30:07.8479230Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:30:07.8479663Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:30:07.8480092Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:30:07.8480479Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:30:07.8480979Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:30:07.8481360Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:30:07.8481736Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:30:07.8482176Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:30:07.8482613Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:30:07.8483014Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:30:07.8483415Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:30:07.8483834Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:30:07.8484279Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:30:07.8484728Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:30:07.8485158Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:30:07.8485675Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:30:07.8486053Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:30:07.8486443Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:30:07.8486809Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:30:07.8487183Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:30:07.8487582Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:30:07.8487980Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:30:07.8488406Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:30:07.8488876Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:30:07.8489293Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:30:07.8489704Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:30:07.8490213Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:30:07.8490512Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:30:07.8490831Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:30:07.8491212Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:30:07.8491598Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:30:07.8491981Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:30:07.8492374Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:30:07.8492801Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:30:07.8493249Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:30:07.8493668Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:30:07.8494049Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:30:07.8494450Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:30:07.8494984Z 	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-20T22:30:07.8495658Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:30:07.8496106Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:30:07.8496541Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:30:07.8496971Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:30:07.8497500Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:30:07.8497899Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:30:07.8498285Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:30:07.8498676Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:30:07.8499068Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:30:07.8499462Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:30:07.8499832Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:30:07.8500216Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:30:07.8500608Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:30:07.8500979Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:30:07.8501391Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:30:07.8501845Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:30:07.8502262Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:30:07.8502646Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:30:07.8503018Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:30:07.8503415Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:30:07.8503798Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:30:07.8504172Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:30:07.8504603Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:30:07.8505048Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:30:07.8505568Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:30:07.8505972Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:30:07.8506368Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:30:07.8506883Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:30:07.8507256Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:30:07.8507635Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:30:07.8508032Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:30:07.8508497Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:30:07.8508953Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:30:07.8509377Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:30:07.8509779Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:30:07.8510185Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:30:07.8510608Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:30:07.8510999Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:30:07.8511353Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:30:07.8511669Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:30:07.8511973Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:30:07.8512340Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:30:07.8512711Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:30:07.8513061Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:30:07.8513432Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:30:07.8513935Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:30:07.8514322Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:30:07.8514680Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:30:07.8515036Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:30:07.8515409Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:30:07.8515902Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:30:07.8516270Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:30:07.8516631Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:30:07.8516986Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:30:07.8517385Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:30:07.8517768Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:30:07.8518128Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:30:07.8518504Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:30:07.8518895Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:30:07.8519270Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:30:07.8519646Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:30:07.8520018Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:30:07.8520399Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:30:07.8520799Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:30:07.8521226Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:30:07.8521631Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:30:07.8521990Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:30:07.8522342Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:30:07.8522686Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:30:07.8523226Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:30:07.8523723Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:30:07.8524193Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:30:07.8524671Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:30:07.8525162Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:30:07.8525687Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:30:07.8526064Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:30:07.8526453Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:30:07.8526836Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:30:07.8527226Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:30:07.8527605Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:30:07.8527989Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:30:07.8528360Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:30:07.8528751Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:30:07.8529191Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:30:07.8529618Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:30:07.8529995Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:30:07.8530510Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:30:07.8530941Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:30:07.8531323Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:30:07.8531670Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:30:07.8532052Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:30:07.8532506Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:30:07.8532932Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:30:07.8533344Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:30:07.8533754Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:30:07.8534078Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:30:07.8534360Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:30:07.8534714Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:30:07.8535197Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:30:08.0906992Z info: downloading installer
2025-08-20T22:30:08.3064824Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:30:08.3065312Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:30:08.3066069Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:30:08.3066566Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:30:08.3237490Z info: profile set to 'default'
2025-08-20T22:30:08.3238065Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:30:08.3238748Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:30:08.3940274Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:30:08.4323168Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:30:08.4323620Z 
2025-08-20T22:30:08.4417300Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:30:08.4417956Z 
2025-08-20T22:30:08.4417960Z 
2025-08-20T22:30:08.4418060Z Rust is installed now. Great!
2025-08-20T22:30:08.4418233Z 
2025-08-20T22:30:08.4418431Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:30:08.4419018Z environment variable. This has not been done automatically.
2025-08-20T22:30:08.4419393Z 
2025-08-20T22:30:08.4419517Z To configure your current shell, you need to source
2025-08-20T22:30:08.4419831Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:30:08.4420023Z 
2025-08-20T22:30:08.4420198Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:30:08.4420613Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:30:08.4420947Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:30:08.4421246Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:30:08.4698035Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:30:08.5029791Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:30:08.5030122Z 
2025-08-20T22:30:08.5126878Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:30:08.5127445Z 
2025-08-20T22:30:08.5632420Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:30:08.6435900Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:30:08.6697097Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:30:08.6697767Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:30:08.6698434Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:30:08.6699023Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:30:08.6699913Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:30:08.6700647Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:30:08.6701298Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:30:08.6701952Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:30:08.6702570Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:30:08.6703120Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:30:08.6703816Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:30:08.6704268Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:30:08.6704700Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:30:08.6705137Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:30:08.6705816Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:30:08.6706339Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:30:08.6706837Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:30:08.6707481Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:30:08.6708191Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:30:08.6709004Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:30:08.6709794Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:30:08.6710496Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:30:08.6711084Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:30:08.6711490Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:30:08.6711845Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:30:08.6712243Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:30:08.6712685Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:30:08.6713107Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:30:08.6713716Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:30:08.6714133Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:30:08.6714549Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:30:08.6714965Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:30:08.6715387Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:30:08.6716101Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:30:08.6716549Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:30:08.6716980Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:30:08.6717377Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:30:08.6717775Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:30:08.6718191Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:30:08.6718610Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:30:08.6719023Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:30:08.6719423Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:30:08.6719808Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:30:08.6720445Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:30:08.6721282Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:30:08.6722328Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:30:08.6722931Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:30:08.6723392Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:30:08.6723842Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:30:08.6724268Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:30:08.6724675Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:30:08.6725094Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:30:08.6725690Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:30:08.6726067Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:30:08.6726427Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:30:08.6726804Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:30:08.6727119Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:30:08.6727472Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:30:08.6727882Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:30:08.6728264Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:30:08.6728670Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:30:08.6729112Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:30:08.6729528Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:30:08.6729933Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:30:08.6730351Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:30:08.6730783Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:30:08.6731181Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:30:08.6731707Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:30:08.6732124Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:30:08.6732596Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:30:08.6733266Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:30:08.6733797Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:30:08.6734553Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:30:08.6735257Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:30:08.6736194Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:30:08.6736920Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:30:08.6737695Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:30:08.6738590Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:30:08.6739471Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:30:08.6740345Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:30:08.6741118Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:30:08.6741585Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:30:08.6741972Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:30:08.6742373Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:30:08.6742936Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:30:08.6743328Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:30:08.6743753Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:30:08.6744169Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:30:08.6744547Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:30:08.6744923Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:30:08.6745327Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:30:08.6745973Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:30:08.6746347Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:30:08.6746714Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:30:08.6747110Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:30:08.6747493Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:30:08.6747843Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:30:08.6748219Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:30:08.6748787Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:30:08.6749156Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:30:08.6749617Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:30:08.6750286Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:30:08.6750890Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:30:08.6751501Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:30:08.6752191Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:30:08.6752920Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:30:08.6753606Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:30:08.6754154Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:30:08.6754525Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:30:08.6754915Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:30:08.6755317Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:30:08.6755861Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:30:08.6756188Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:30:08.6756542Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:30:08.6756892Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:30:08.6757243Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:30:08.6757603Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:30:08.6757949Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:30:08.6758325Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:30:08.6758718Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:30:08.6759155Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:30:08.6759600Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:30:08.6759998Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:30:08.6760391Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:30:08.6760792Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:30:08.6761183Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:30:08.6761712Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:30:08.6762129Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:30:08.6762512Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:30:08.6762899Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:30:08.6763329Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:30:08.6770904Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:30:08.6771406Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:30:08.6771817Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:30:08.6772228Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:30:08.6772659Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:30:08.6773105Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:30:08.6773527Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:30:08.6773934Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:30:08.6774336Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:30:08.6774746Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:30:08.6775132Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:30:08.6775694Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:30:08.6776015Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:30:08.6776340Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:30:08.6776746Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:30:08.6777311Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:30:08.6778036Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:30:08.6778723Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:30:08.6779655Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:30:08.6780347Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:30:08.6780946Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:30:08.6781303Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:30:08.6781736Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:30:08.6782254Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:30:08.6782727Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:30:08.6783103Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:30:08.6783501Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:30:08.6784075Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:30:08.6784837Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:30:08.6785794Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:30:08.6786373Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:30:08.6786736Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:30:08.6787161Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:30:08.6787700Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:30:08.6788124Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:30:08.6788490Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:30:08.6788995Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:30:08.6789683Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:30:08.6790378Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:30:08.6791155Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:30:08.6791719Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:30:08.6792142Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:30:08.6792513Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:30:08.6792864Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:30:08.6793218Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:30:08.6793664Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:30:08.6794175Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:30:08.6794615Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:30:08.6794992Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:30:08.6795669Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:30:08.6796232Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:30:08.6796729Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:30:08.6797161Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:30:08.6797517Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:30:08.6797899Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:30:08.6798311Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:30:08.6798735Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:30:08.6799142Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:30:08.6799677Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:30:08.6800083Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:30:08.6800478Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:30:08.6800883Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:30:08.6801277Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:30:08.6801673Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:30:08.6802065Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:30:08.6802455Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:30:08.6803109Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:30:08.6803570Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:30:08.6804179Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:30:08.6804852Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:30:08.6805721Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:30:08.6806452Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:30:08.6806844Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:30:08.6807223Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:30:08.6807604Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:30:08.6808125Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:30:08.6808700Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:30:08.6809186Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:30:08.6809914Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:30:08.6810648Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:30:08.6811346Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:30:08.6812039Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:30:08.6812708Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:30:08.6813368Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:30:08.6814042Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:30:08.6814552Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:30:08.6815011Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:30:08.6815710Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:30:08.6816182Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:30:08.6816711Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:30:08.6817215Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:30:08.6817705Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:30:08.6818192Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:30:08.6818621Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:30:08.6818976Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:30:08.6819332Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:30:08.6819717Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:30:08.6820100Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:30:08.6820624Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:30:08.6821008Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:30:08.6821382Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:30:08.6821759Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:30:08.6822139Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:30:08.6822517Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:30:08.6822915Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:30:08.6823302Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:30:08.6823725Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:30:08.6824164Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:30:08.6824560Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:30:08.6824927Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:30:08.6825338Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:30:08.6825935Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:30:08.6826290Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:30:08.6826640Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:30:08.6827002Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:30:08.6827390Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:30:08.6827969Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:30:08.6828368Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:30:08.6828729Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:30:08.6829052Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:30:08.6829511Z 	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-20T22:30:08.6830026Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:30:08.6830391Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:30:08.6830760Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:30:08.6831130Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:30:08.6831531Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:30:08.6831964Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:30:08.6832389Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:30:08.6832816Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:30:08.6833222Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:30:08.6833622Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:30:08.6834046Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:30:08.6834459Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:30:08.6834846Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:30:08.6835277Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:30:08.6836020Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:30:08.6836525Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:30:08.6836970Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:30:08.6837378Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:30:08.6837907Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:30:08.6838377Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:30:08.6838860Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:30:08.6839265Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:30:08.6839694Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:30:08.6840144Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:30:08.6840547Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:30:08.6840913Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:30:08.6841278Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:30:08.6841665Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:30:08.6842045Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:30:08.6842403Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:30:08.6842764Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:30:08.6843150Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:30:08.6843527Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:30:08.6843888Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:30:08.6844260Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:30:08.6844614Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:30:08.6845099Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:30:08.6845663Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:30:08.6846048Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:30:08.6846407Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:30:08.6846763Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:30:08.6847128Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:30:08.6847502Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:30:08.6847865Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:30:08.6848219Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:30:08.6848592Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:30:08.6848953Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:30:08.6849324Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:30:08.6849764Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:30:08.6850182Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:30:08.6850542Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:30:08.6850920Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:30:08.6851337Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:30:08.6851734Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:30:08.6852088Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:30:08.6852448Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:30:08.6852805Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:30:08.6853111Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:30:08.6853414Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:30:08.6853765Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:30:08.6854246Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:30:08.6854609Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:30:08.6854962Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:30:08.6855304Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:30:08.6855873Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:30:08.6856252Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:30:08.6856662Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:30:08.6857062Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:30:08.6857459Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:30:08.6857845Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:30:08.6858261Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:30:08.6858763Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:30:08.6859384Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:30:08.6860003Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:30:08.6860540Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:30:08.6861013Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:30:08.6861463Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:30:08.6862113Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:30:08.6862733Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:30:08.6863303Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:30:08.6863797Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:30:08.6864240Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:30:08.6864602Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:30:08.6864969Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:30:08.6865331Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:30:08.6865901Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:30:08.6866297Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:30:08.6866679Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:30:08.6867058Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:30:08.6867432Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:30:08.6867807Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:30:08.6868178Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:30:08.6868548Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:30:08.6868915Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:30:08.6869307Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:30:08.6869700Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:30:08.6870115Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:30:08.6870529Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:30:08.6870886Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:30:08.6871406Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:30:08.6871817Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:30:08.6872223Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:30:08.6872694Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:30:08.6873168Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:30:08.6873534Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:30:08.6873904Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:30:08.6874288Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:30:08.6874644Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:30:08.6875031Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:30:08.6875577Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:30:08.6876003Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:30:08.6876388Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:30:08.6876747Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:30:08.6877102Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:30:08.6877645Z 	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-20T22:30:08.6878352Z 	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-20T22:30:08.6879151Z 	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-20T22:30:08.6879807Z 	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-20T22:30:08.6880326Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:30:08.6880707Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:30:08.6881073Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:30:08.6881439Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:30:08.6881812Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:30:08.6882166Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:30:08.6882535Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:30:08.6882920Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:30:08.6883291Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:30:08.6883669Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:30:08.6884045Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:30:08.6884413Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:30:08.6884796Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:30:08.6885200Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:30:08.6885792Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:30:08.6886194Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:30:08.6886592Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:30:08.6886987Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:30:08.6887368Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:30:08.6887746Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:30:08.6888261Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:30:08.6888640Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:30:08.6889043Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:30:08.6889435Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:30:08.6889828Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:30:08.6890222Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:30:08.6890602Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:30:08.6891030Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:30:08.6891461Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:30:08.6891859Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:30:08.6892301Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:30:08.6892762Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:30:08.6893163Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:30:08.6893528Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:30:08.6893903Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:30:08.6894299Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:30:08.6894706Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:30:08.6895223Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:30:08.6895797Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:30:08.6896180Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:30:08.6896651Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:30:08.6897120Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:30:08.6897513Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:30:08.6897926Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:30:08.6898383Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:30:08.6898826Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:30:08.6899301Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:30:08.6899788Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:30:08.6900260Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:30:08.6900696Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:30:08.6901090Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:30:08.6901480Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:30:08.6901895Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:30:08.6902279Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:30:08.6902646Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:30:08.6903051Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:30:08.6903445Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:30:08.6903849Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:30:08.6904275Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:30:08.6904792Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:30:08.6905167Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:30:08.6905735Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:30:08.6906101Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:30:08.6906505Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:30:08.6906921Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:30:08.6907378Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:30:08.6907828Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:30:08.6908231Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:30:08.6908666Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:30:08.6909092Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:30:08.6909496Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:30:08.6909900Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:30:08.6910254Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:30:08.6910619Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:30:08.6911004Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:30:08.6911399Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:30:08.6911769Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:30:08.6912224Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:30:08.6912542Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:30:08.6912892Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:30:08.6913401Z 	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-20T22:30:08.6913915Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:30:08.6914288Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:30:08.6914653Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:30:08.6915039Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:30:08.6915611Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:30:08.6916074Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:30:08.6916480Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:30:08.6916894Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:30:08.6917309Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:30:08.6917676Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:30:08.6918038Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:30:08.6918397Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:30:08.6918769Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:30:08.6919187Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:30:08.6919613Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:30:08.6920006Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:30:08.6920430Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:30:08.6920864Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:30:08.6921384Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:30:08.6921743Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:30:08.6922091Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:30:08.6922448Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:30:08.6922813Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:30:08.6923189Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:30:08.6923792Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:30:08.6924244Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:30:08.6924788Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:30:08.6925225Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:30:08.6925735Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:30:08.6926126Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:30:08.6926504Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:30:08.6926889Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:30:08.6927264Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:30:08.6927631Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:30:08.6928069Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:30:08.6928558Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:30:08.6929156Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:30:08.6929535Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:30:08.6929904Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:30:08.6930308Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:30:08.6930700Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:30:08.6931077Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:30:08.6931472Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:30:08.6931852Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:30:08.6932203Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:30:08.6932556Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:30:08.6932950Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:30:08.6933374Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:30:08.6933753Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:30:08.6934144Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:30:08.6934582Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:30:08.6935011Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:30:08.6935548Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:30:08.6935941Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:30:08.6936454Z 	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-20T22:30:08.6936960Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:30:08.6937269Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:30:08.6937624Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:30:08.6938038Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:30:08.6938590Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:30:08.6939113Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:30:08.6939705Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:30:08.6940315Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:30:08.6941035Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:30:08.6941680Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:30:08.6942547Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:30:08.6943288Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:30:08.6943874Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:30:08.6944365Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:30:08.6944810Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:30:08.6945242Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:30:08.6945807Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:30:08.6946273Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:30:08.6946708Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:30:08.6947261Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:30:08.6947650Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:30:08.6948057Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:30:08.6948432Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:30:08.6948836Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:30:08.6949247Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:30:08.6949602Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:30:08.6949991Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:30:08.6950446Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:30:08.6950925Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:30:08.6951407Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:30:08.6951885Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:30:08.6952376Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:30:08.6952854Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:30:08.6953298Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:30:08.6953706Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:30:08.6954114Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:30:08.6954521Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:30:08.6954928Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:30:08.6955339Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:30:08.6955879Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:30:08.6956432Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:30:08.6956820Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:30:08.6957199Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:30:08.6957569Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:30:08.6957945Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:30:08.6958378Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:30:08.6958807Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:30:08.6959207Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:30:08.6959620Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:30:08.6960038Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:30:08.6960488Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:30:08.6960930Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:30:08.6961355Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:30:08.6961747Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:30:08.6962114Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:30:08.6962498Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:30:08.6962867Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:30:08.6963240Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:30:08.6963795Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:30:08.6964196Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:30:08.6964626Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:30:08.6965092Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:30:08.6965629Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:30:08.6966030Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:30:08.6966419Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:30:08.6966721Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:30:08.6967033Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:30:08.6967416Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:30:08.6967812Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:30:08.6968201Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:30:08.6968587Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:30:08.6969013Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:30:08.6969457Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:30:08.6969871Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:30:08.6970253Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:30:08.6970652Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:30:08.6971190Z 	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-20T22:30:08.6971764Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:30:08.6972216Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:30:08.6972649Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:30:08.6973205Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:30:08.6973617Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:30:08.6974012Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:30:08.6974398Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:30:08.6974781Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:30:08.6975173Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:30:08.6975669Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:30:08.6976043Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:30:08.6976431Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:30:08.6976831Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:30:08.6977204Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:30:08.6977607Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:30:08.6978060Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:30:08.6978474Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:30:08.6978844Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:30:08.6979212Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:30:08.6979596Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:30:08.6979968Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:30:08.6980473Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:30:08.6980915Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:30:08.6981367Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:30:08.6981769Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:30:08.6982167Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:30:08.6982558Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:30:08.6982935Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:30:08.6983305Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:30:08.6983681Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:30:08.6984081Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:30:08.6984543Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:30:08.6985019Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:30:08.6985578Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:30:08.6985986Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:30:08.6986385Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:30:08.6986807Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:30:08.6987196Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:30:08.6987554Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:30:08.6987870Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:30:08.6988172Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:30:08.6988542Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:30:08.6988911Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:30:08.6989260Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:30:08.6989751Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:30:08.6990297Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:30:08.6990701Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:30:08.6991065Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:30:08.6991417Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:30:08.6991787Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:30:08.6992186Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:30:08.6992562Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:30:08.6992931Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:30:08.6993290Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:30:08.6993675Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:30:08.6994063Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:30:08.6994417Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:30:08.6994789Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:30:08.6995176Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:30:08.6995675Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:30:08.6996065Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:30:08.6996437Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:30:08.6996947Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:30:08.6997352Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:30:08.6997776Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:30:08.6998189Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:30:08.6998541Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:30:08.6998887Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:30:08.6999224Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:30:08.6999646Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:30:08.7000177Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:30:08.7000646Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:30:08.7001123Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:30:08.7001620Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:30:08.7002054Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:30:08.7002432Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:30:08.7002816Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:30:08.7003197Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:30:08.7003581Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:30:08.7003959Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:30:08.7004347Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:30:08.7004716Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:30:08.7005112Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:30:08.7005671Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:30:08.7006224Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:30:08.7006597Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:30:08.7006996Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:30:08.7007422Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:30:08.7007799Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:30:08.7008140Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:30:08.7008531Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:30:08.7008987Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:30:08.7009423Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:30:08.7009834Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:30:08.7010246Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:30:08.7010574Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:30:08.7010855Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:30:08.7011205Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:30:08.7011683Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:30:08.7012031Z 
2025-08-20T22:30:08.7012035Z 
2025-08-20T22:30:08.7012404Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:30:08 PM)
2025-08-20T22:30:08.7012787Z 
2025-08-20T22:30:08.7012790Z 
2025-08-20T22:30:08.7012794Z 
2025-08-20T22:30:08.7012869Z [+] Continue : YES
2025-08-20T22:30:08.7012990Z 
2025-08-20T22:30:08.7013337Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:30:08.7420306Z 
2025-08-20T22:30:08.7420662Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:30:08 PM) UTC
2025-08-20T22:30:08.7420952Z 
2025-08-20T22:30:08.7438624Z 
2025-08-20T22:30:08.7438799Z [+] Total RECIPES :: 1
2025-08-20T22:30:08.7438970Z 
2025-08-20T22:30:08.7516646Z 
2025-08-20T22:30:08.7517200Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml (1/1)
2025-08-20T22:30:08.7517746Z 
2025-08-20T22:30:08.8258771Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:30:08.8271185Z mode of '/tmp/pkgforge/ESrNlzQmP_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:30:08.8319952Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/sequin/official [Provided]
2025-08-20T22:30:08.8332657Z [+] Setting '.pkg_family' --> sequin [Provided]
2025-08-20T22:30:08.8333552Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:30:08.8340268Z [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-20T22:30:08.8370304Z [00:00:00.003]➜  
2025-08-20T22:30:08.8371088Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:30:08.8371577Z [00:00:00.003]➜  
2025-08-20T22:30:08.8412877Z [00:00:00.008]➜  
2025-08-20T22:30:08.8413622Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:30:08.8414076Z [00:00:00.008]➜  
2025-08-20T22:30:08.8492530Z [00:00:00.015]➜  
2025-08-20T22:30:08.8493922Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/sequin/static.official.source.yaml) --> /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:30:08 PM) UTC]
2025-08-20T22:30:08.8496034Z [00:00:00.016]➜  
2025-08-20T22:30:08.8496416Z [00:00:00.016]➜  
2025-08-20T22:30:08.8497077Z [00:00:00.016]➜  
2025-08-20T22:30:08.8497600Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:30:08.8503659Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:30:08.8507516Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:30:08.8508627Z [00:00:00.017]➜  _disabled: false
2025-08-20T22:30:08.8509074Z [00:00:00.017]➜  
2025-08-20T22:30:08.8509444Z [00:00:00.017]➜  pkg: "sequin"
2025-08-20T22:30:08.8510029Z [00:00:00.017]➜  pkg_id: "github.com.charmbracelet.sequin.source"
2025-08-20T22:30:08.8510647Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:30:08.8511094Z [00:00:00.017]➜  category:
2025-08-20T22:30:08.8511834Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:30:08.8512361Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:30:08.8513041Z [00:00:00.017]➜  description: "Human-readable ANSI sequences"
2025-08-20T22:30:08.8513647Z [00:00:00.017]➜  distro_pkg:
2025-08-20T22:30:08.8514121Z [00:00:00.017]➜    archlinux:
2025-08-20T22:30:08.8514560Z [00:00:00.017]➜      aur:
2025-08-20T22:30:08.8515015Z [00:00:00.017]➜        - "sequin-bin"
2025-08-20T22:30:08.8516049Z [00:00:00.017]➜    homebrew:
2025-08-20T22:30:08.8516545Z [00:00:00.017]➜      - "sequin"
2025-08-20T22:30:08.8516995Z [00:00:00.017]➜    nixpkgs:
2025-08-20T22:30:08.8517425Z [00:00:00.017]➜      - "sequin"
2025-08-20T22:30:08.8517863Z [00:00:00.017]➜  homepage:
2025-08-20T22:30:08.8518417Z [00:00:00.017]➜    - "https://github.com/charmbracelet/sequin"
2025-08-20T22:30:08.8519004Z [00:00:00.017]➜  license:
2025-08-20T22:30:08.8519436Z [00:00:00.017]➜    - id: "MIT"
2025-08-20T22:30:08.8520416Z [00:00:00.017]➜      url: "https://github.com/charmbracelet/sequin/raw/1d4ddd86f803616f431b91d4c4c1bdfcbd2175bd/LICENSE"
2025-08-20T22:30:08.8521579Z [00:00:00.017]➜  maintainer:
2025-08-20T22:30:08.8522227Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:30:08.8522838Z [00:00:00.017]➜  note:
2025-08-20T22:30:08.8523412Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:30:08.8524399Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/charmbracelet/sequin"
2025-08-20T22:30:08.8525208Z [00:00:00.017]➜  provides:
2025-08-20T22:30:08.8525714Z [00:00:00.017]➜    - "sequin"  
2025-08-20T22:30:08.8526011Z [00:00:00.017]➜  repology:
2025-08-20T22:30:08.8526254Z [00:00:00.017]➜    - "sequin"
2025-08-20T22:30:08.8526499Z [00:00:00.017]➜  src_url:
2025-08-20T22:30:08.8526810Z [00:00:00.017]➜    - "https://github.com/charmbracelet/sequin"
2025-08-20T22:30:08.8527128Z [00:00:00.017]➜  tag:
2025-08-20T22:30:08.8527357Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:30:08.8527593Z [00:00:00.017]➜  x_exec:
2025-08-20T22:30:08.8527863Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T22:30:08.8528130Z [00:00:00.017]➜    host:
2025-08-20T22:30:08.8528369Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:30:08.8528657Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:30:08.8528922Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:30:08.8529175Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:30:08.8529470Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:30:08.8530233Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/charmbracelet/sequin" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:30:08.8531143Z [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-20T22:30:08.8531833Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:30:08.8532225Z [00:00:00.017]➜    run: |
2025-08-20T22:30:08.8532464Z [00:00:00.017]➜      #Build
2025-08-20T22:30:08.8533241Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:30:08.8534801Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:30:08.8536055Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:30:08.8536979Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:30:08.8537727Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:30:08.8538360Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:30:08.8538812Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:30:08.8539494Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:30:08.8540182Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T22:30:08.8540878Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:30:08.8541815Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:30:08.8542587Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T22:30:08.8543156Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:30:08.8543716Z [00:00:00.017]➜        #Build
2025-08-20T22:30:08.8544721Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/charmbracelet/sequin" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:30:08.8546246Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:30:08.8547153Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:30:08.8547968Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:30:08.8549640Z [00:00:00.017]➜         go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/sequin"
2025-08-20T22:30:08.8550857Z [00:00:00.017]➜        #Copy
2025-08-20T22:30:08.8552131Z [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-20T22:30:08.8553203Z [00:00:00.017]➜        #Strip 
2025-08-20T22:30:08.8554135Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:30:08.8555646Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:30:08.8556976Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:30:08.8558119Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:30:08.8559184Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:30:08.8560003Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:30:08.8560484Z [00:00:00.017]➜        '
2025-08-20T22:30:08.8560916Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:30:08.8561594Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:30:08.8562638Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:30:08.8564659Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:30:08.8566421Z [00:00:00.017]➜  
2025-08-20T22:30:08.8566817Z [00:00:00.017]➜  
2025-08-20T22:30:08.8567340Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:30:08.8567870Z [00:00:00.017]➜  
2025-08-20T22:30:08.8568455Z [00:00:00.017]➜  
2025-08-20T22:30:08.8568812Z [00:00:00.017]➜  
2025-08-20T22:30:08.8569728Z [00:00:00.019]➜  '/tmp/pkgforge/ESrNlzQmP_build.yaml' -> '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:30:10.1243719Z [00:00:01.290]➜  '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.static.version' -> '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.version'
2025-08-20T22:30:10.1299131Z [00:00:01.296]➜  [+] Version: HEAD-4ebbc32-250818T132341 ('.x_exec.pkgver') [/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.static.version]
2025-08-20T22:30:10.1549129Z [00:00:01.321]➜  [+] Progs: sequin
2025-08-20T22:30:10.8811522Z [00:00:02.047]➜  
2025-08-20T22:30:10.8812005Z [00:00:02.047]➜  [-] Missing packages. Found: 
2025-08-20T22:30:10.8812371Z [00:00:02.047]➜  [+] Expected: sequin
2025-08-20T22:30:10.8812684Z [00:00:02.047]➜  [+] Continuing with build...
2025-08-20T22:30:10.8812958Z [00:00:02.047]➜  
2025-08-20T22:30:11.2786767Z [00:00:02.445]➜  
2025-08-20T22:30:11.2787251Z [00:00:02.445]➜  
2025-08-20T22:30:11.2882821Z [00:00:02.454]➜  + mkdir -pv /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:30:11.2901838Z [00:00:02.456]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=sequin -e PKG_ID=github.com.charmbracelet.sequin.source -e PKG_TYPE=static -e PKG_VER=HEAD-4ebbc32-250818T132341 -e PKGVER=HEAD-4ebbc32-250818T132341 -e SBUILD_PKG=sequin.static -e SBUILD_PKGVER=HEAD-4ebbc32-250818T132341 --volume /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:30:11.2904052Z [00:00:02.456]➜    #Setup ENV
2025-08-20T22:30:11.2904757Z [00:00:02.456]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:30:11.2905186Z [00:00:02.456]➜     CGO_ENABLED="1" 
2025-08-20T22:30:11.2905729Z [00:00:02.456]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:30:11.2906286Z [00:00:02.456]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:30:11.2906689Z [00:00:02.456]➜     GOOS="linux"
2025-08-20T22:30:11.2907002Z [00:00:02.456]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:30:11.2907309Z [00:00:02.456]➜    #Build
2025-08-20T22:30:11.2907855Z [00:00:02.456]➜     git clone --filter "blob:none" --quiet "https://github.com/charmbracelet/sequin" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:30:11.2908429Z [00:00:02.456]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:30:11.2908908Z [00:00:02.456]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:30:11.2909365Z [00:00:02.456]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:30:11.2910142Z [00:00:02.456]➜     go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/sequin"
2025-08-20T22:30:11.2910801Z [00:00:02.456]➜    #Copy
2025-08-20T22:30:11.2911451Z [00:00:02.456]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:30:11.2912030Z [00:00:02.456]➜    #Strip 
2025-08-20T22:30:11.2912542Z [00:00:02.456]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:30:11.2913251Z [00:00:02.456]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:30:11.2913953Z [00:00:02.456]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:30:11.2914554Z [00:00:02.456]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:30:11.2915325Z [00:00:02.456]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:30:11.2916086Z [00:00:02.456]➜     popd &>/dev/null
2025-08-20T22:30:11.2916340Z [00:00:02.456]➜    '
2025-08-20T22:30:13.1739881Z [00:00:04.340]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:30:13.2376280Z [00:00:04.404]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:30:13.2376918Z [00:00:04.404]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:30:13.2377282Z [00:00:04.404]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:30:13.2377634Z [00:00:04.404]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:30:13.2377959Z [00:00:04.404]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:30:13.2378284Z [00:00:04.404]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:30:13.2378624Z [00:00:04.404]➜  eb4a15147d73: Waiting
2025-08-20T22:30:13.2378930Z [00:00:04.404]➜  1eff1cf6af24: Waiting
2025-08-20T22:30:13.2379223Z [00:00:04.404]➜  73d19b2d2e73: Waiting
2025-08-20T22:30:13.3888501Z [00:00:04.555]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:30:13.3889519Z [00:00:04.555]➜  d62bb7eb03b5: Download complete
2025-08-20T22:30:13.4945263Z [00:00:04.661]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:30:14.3826557Z [00:00:05.549]➜  bffca73cb30c: Download complete
2025-08-20T22:30:15.0059085Z [00:00:06.172]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:30:15.0064924Z [00:00:06.172]➜  eb4a15147d73: Download complete
2025-08-20T22:30:15.1033057Z [00:00:06.269]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:30:15.1033579Z [00:00:06.269]➜  1eff1cf6af24: Download complete
2025-08-20T22:30:15.2572918Z [00:00:06.423]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:30:15.2573529Z [00:00:06.423]➜  74f0d3ee81d8: Download complete
2025-08-20T22:30:17.4498571Z [00:00:08.616]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:30:17.8222342Z [00:00:08.988]➜  bffca73cb30c: Pull complete
2025-08-20T22:30:31.8965366Z [00:00:23.062]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:30:31.8966528Z [00:00:23.063]➜  73d19b2d2e73: Download complete
2025-08-20T22:31:44.4942285Z [00:01:35.660]➜  73d19b2d2e73: Pull complete
2025-08-20T22:31:49.8554414Z [00:01:41.022]➜  eb4a15147d73: Pull complete
2025-08-20T22:31:49.8663750Z [00:01:41.033]➜  1eff1cf6af24: Pull complete
2025-08-20T22:31:49.8708694Z [00:01:41.037]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:31:49.8720609Z [00:01:41.038]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:31:50.0662573Z [00:01:41.232]➜  + mkdir -p /build-bins
2025-08-20T22:31:50.0680215Z [00:01:41.234]➜  ++ mktemp -d
2025-08-20T22:31:50.0697040Z [00:01:41.236]➜  + pushd /tmp/tmp.ycpxe2qMcE
2025-08-20T22:31:50.0698900Z [00:01:41.236]➜  + CGO_ENABLED=1
2025-08-20T22:31:50.0699729Z [00:01:41.236]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:31:50.0703853Z [00:01:41.237]➜  ++ uname -m
2025-08-20T22:31:50.0705910Z [00:01:41.237]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:31:50.0722284Z [00:01:41.238]➜  + GOARCH=amd64
2025-08-20T22:31:50.0722726Z [00:01:41.238]➜  + GOOS=linux
2025-08-20T22:31:50.0723190Z [00:01:41.238]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:31:50.0724181Z [00:01:41.238]➜  + git clone --filter blob:none --quiet https://github.com/charmbracelet/sequin ./TEMPREPO
2025-08-20T22:31:50.3889225Z [00:01:41.555]➜  + cd ./TEMPREPO
2025-08-20T22:31:50.3889977Z [00:01:41.555]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T22:31:50.3890495Z [00:01:41.555]➜  
2025-08-20T22:31:50.3890771Z [00:01:41.555]➜  [+] Target: "amd64/linux"
2025-08-20T22:31:50.3891322Z [00:01:41.555]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:31:50.3892010Z [00:01:41.555]➜  + [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:31:50.3892422Z [00:01:41.555]➜  
2025-08-20T22:31:50.3892649Z [00:01:41.555]➜  go mod tidy -v
2025-08-20T22:31:50.4124764Z [00:01:41.579]➜  go: downloading github.com/charmbracelet/colorprofile v0.3.1
2025-08-20T22:31:50.4126402Z [00:01:41.579]➜  go: downloading github.com/charmbracelet/fang v0.3.0
2025-08-20T22:31:50.4131106Z [00:01:41.579]➜  go: downloading github.com/charmbracelet/x/ansi v0.10.1
2025-08-20T22:31:50.4132231Z [00:01:41.579]➜  go: downloading github.com/charmbracelet/lipgloss/v2 v2.0.0-beta1
2025-08-20T22:31:50.5254216Z [00:01:41.692]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T22:31:50.5544747Z [00:01:41.721]➜  go: downloading github.com/charmbracelet/x/xpty v0.1.2
2025-08-20T22:31:50.5579903Z [00:01:41.724]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T22:31:50.5667490Z [00:01:41.733]➜  go: downloading github.com/charmbracelet/x/exp/golden v0.0.0-20241029204245-3ef5e7b1ea37
2025-08-20T22:31:50.5676040Z [00:01:41.734]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T22:31:50.6165910Z [00:01:41.783]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T22:31:50.6258794Z [00:01:41.792]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T22:31:50.6374064Z [00:01:41.804]➜  go: downloading golang.org/x/sys v0.33.0
2025-08-20T22:31:50.6508782Z [00:01:41.817]➜  go: downloading github.com/charmbracelet/x/exp/charmtone v0.0.0-20250603201427-c31516f43444
2025-08-20T22:31:50.6945345Z [00:01:41.861]➜  go: downloading github.com/muesli/mango-cobra v1.2.0
2025-08-20T22:31:50.7125800Z [00:01:41.879]➜  go: downloading github.com/muesli/roff v0.1.0
2025-08-20T22:31:50.7407734Z [00:01:41.907]➜  go: downloading github.com/spf13/pflag v1.0.6
2025-08-20T22:31:50.7767056Z [00:01:41.943]➜  go: downloading golang.org/x/text v0.24.0
2025-08-20T22:31:50.8643468Z [00:01:42.031]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T22:31:50.8645849Z [00:01:42.031]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T22:31:50.8937067Z [00:01:42.060]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T22:31:50.9149507Z [00:01:42.081]➜  go: downloading github.com/muesli/cancelreader v0.2.2
2025-08-20T22:31:50.9405767Z [00:01:42.107]➜  go: downloading github.com/charmbracelet/x/conpty v0.1.0
2025-08-20T22:31:50.9406508Z [00:01:42.107]➜  go: downloading github.com/charmbracelet/x/termios v0.1.1
2025-08-20T22:31:50.9580503Z [00:01:42.124]➜  go: downloading github.com/creack/pty v1.1.24
2025-08-20T22:31:50.9843024Z [00:01:42.150]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T22:31:51.0355020Z [00:01:42.202]➜  go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
2025-08-20T22:31:51.1190127Z [00:01:42.285]➜  go: downloading github.com/muesli/mango v0.1.0
2025-08-20T22:31:51.1192377Z [00:01:42.285]➜  go: downloading github.com/muesli/mango-pflag v0.1.0
2025-08-20T22:31:51.1368320Z [00:01:42.302]➜  go: downloading github.com/aymanbagabas/go-udiff v0.2.0
2025-08-20T22:31:51.1583576Z [00:01:42.324]➜  go: downloading github.com/charmbracelet/x/errors v0.0.0-20240508181413-e8d8b6e2de86
2025-08-20T22:31:51.1606448Z [00:01:42.327]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T22:31:51.1668165Z [00:01:42.333]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T22:31:51.1981766Z [00:01:42.364]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T22:31:51.2171245Z [00:01:42.383]➜  go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
2025-08-20T22:31:51.3534010Z [00:01:42.520]➜  + go generate ./...
2025-08-20T22:31:51.3787675Z [00:01:42.545]➜  + go build -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/sequin
2025-08-20T22:31:51.3812477Z [00:01:42.547]➜  WORK=/tmp/go-build3048717155
2025-08-20T22:31:51.3957991Z [00:01:42.562]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.3.1.info
2025-08-20T22:31:51.3964858Z [00:01:42.563]➜  # get https://proxy.golang.org/github.com/charmbracelet/fang/@v/v0.3.0.info
2025-08-20T22:31:51.3968003Z [00:01:42.563]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/v2/@v/v2.0.0-beta1.info
2025-08-20T22:31:51.3974057Z [00:01:42.564]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.10.1.info
2025-08-20T22:31:51.4310415Z [00:01:42.597]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/v2/@v/v2.0.0-beta1.info: 200 OK (0.034s)
2025-08-20T22:31:51.4366004Z [00:01:42.603]➜  # get https://proxy.golang.org/github.com/charmbracelet/fang/@v/v0.3.0.info: 200 OK (0.041s)
2025-08-20T22:31:51.4375652Z [00:01:42.604]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info
2025-08-20T22:31:51.4386567Z [00:01:42.605]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.3.1.info: 200 OK (0.043s)
2025-08-20T22:31:51.4392920Z [00:01:42.605]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/xpty/@v/v0.1.2.info
2025-08-20T22:31:51.4439323Z [00:01:42.610]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info: 200 OK (0.006s)
2025-08-20T22:31:51.4444688Z [00:01:42.611]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info
2025-08-20T22:31:51.4515711Z [00:01:42.618]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info: 200 OK (0.007s)
2025-08-20T22:31:51.4521104Z [00:01:42.618]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info
2025-08-20T22:31:51.4586601Z [00:01:42.625]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info: 200 OK (0.006s)
2025-08-20T22:31:51.4783889Z [00:01:42.645]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/xpty/@v/v0.1.2.info: 200 OK (0.039s)
2025-08-20T22:31:51.5117408Z [00:01:42.678]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.10.1.info: 200 OK (0.114s)
2025-08-20T22:31:51.5118759Z [00:01:42.678]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info
2025-08-20T22:31:51.5119954Z [00:01:42.678]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T22:31:51.5121154Z [00:01:42.678]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/conpty/@v/v0.1.0.info
2025-08-20T22:31:51.5190704Z [00:01:42.685]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info: 200 OK (0.007s)
2025-08-20T22:31:51.5193349Z [00:01:42.686]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T22:31:51.5201008Z [00:01:42.686]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.008s)
2025-08-20T22:31:51.5204251Z [00:01:42.687]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/charmtone/@v/v0.0.0-20250603201427-c31516f43444.info
2025-08-20T22:31:51.5205021Z [00:01:42.687]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info
2025-08-20T22:31:51.5257531Z [00:01:42.692]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.006s)
2025-08-20T22:31:51.5265963Z [00:01:42.693]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info
2025-08-20T22:31:51.5267586Z [00:01:42.693]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/charmtone/@v/v0.0.0-20250603201427-c31516f43444.info: 200 OK (0.006s)
2025-08-20T22:31:51.5269828Z [00:01:42.693]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info: 200 OK (0.007s)
2025-08-20T22:31:51.5271022Z [00:01:42.693]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T22:31:51.5273870Z [00:01:42.694]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/termios/@v/v0.1.1.info
2025-08-20T22:31:51.5336667Z [00:01:42.700]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info: 200 OK (0.007s)
2025-08-20T22:31:51.5349966Z [00:01:42.701]➜  # get https://proxy.golang.org/github.com/muesli/mango-cobra/@v/v1.2.0.info
2025-08-20T22:31:51.5364020Z [00:01:42.703]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T22:31:51.5367336Z [00:01:42.703]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.010s)
2025-08-20T22:31:51.5371140Z [00:01:42.703]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.24.info
2025-08-20T22:31:51.5413417Z [00:01:42.708]➜  # get https://proxy.golang.org/github.com/muesli/mango-cobra/@v/v1.2.0.info: 200 OK (0.006s)
2025-08-20T22:31:51.5416623Z [00:01:42.708]➜  # get https://proxy.golang.org/github.com/muesli/roff/@v/v0.1.0.info
2025-08-20T22:31:51.5425281Z [00:01:42.709]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.006s)
2025-08-20T22:31:51.5436155Z [00:01:42.710]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.24.info: 200 OK (0.006s)
2025-08-20T22:31:51.5438694Z [00:01:42.710]➜  # get https://proxy.golang.org/github.com/muesli/mango/@v/v0.1.0.info
2025-08-20T22:31:51.5479302Z [00:01:42.714]➜  # get https://proxy.golang.org/github.com/muesli/roff/@v/v0.1.0.info: 200 OK (0.006s)
2025-08-20T22:31:51.5482473Z [00:01:42.714]➜  # get https://proxy.golang.org/github.com/muesli/mango-pflag/@v/v0.1.0.info
2025-08-20T22:31:51.5502010Z [00:01:42.716]➜  # get https://proxy.golang.org/github.com/muesli/mango/@v/v0.1.0.info: 200 OK (0.006s)
2025-08-20T22:31:51.5506066Z [00:01:42.717]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.24.0.info
2025-08-20T22:31:51.5546403Z [00:01:42.721]➜  # get https://proxy.golang.org/github.com/muesli/mango-pflag/@v/v0.1.0.info: 200 OK (0.006s)
2025-08-20T22:31:51.5576197Z [00:01:42.724]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.24.0.info: 200 OK (0.007s)
2025-08-20T22:31:51.5986830Z [00:01:42.765]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/conpty/@v/v0.1.0.info: 200 OK (0.087s)
2025-08-20T22:31:51.6170338Z [00:01:42.783]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/termios/@v/v0.1.1.info: 200 OK (0.090s)
2025-08-20T22:31:51.6183999Z [00:01:42.785]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.6184624Z [00:01:42.785]➜  git status --porcelain
2025-08-20T22:31:51.6248973Z [00:01:42.791]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.6249750Z [00:01:42.791]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:31:51.6265706Z [00:01:42.793]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git config extensions.objectformat
2025-08-20T22:31:51.6276485Z [00:01:42.794]➜  0.001s # cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git config extensions.objectformat
2025-08-20T22:31:51.6277879Z [00:01:42.794]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ebbc320b9abf8204920665ffe2be3a9a8326b30 --
2025-08-20T22:31:51.6295353Z [00:01:42.796]➜  0.002s # cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ebbc320b9abf8204920665ffe2be3a9a8326b30 --
2025-08-20T22:31:51.6297092Z [00:01:42.796]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 4ebbc320b9abf8204920665ffe2be3a9a8326b30
2025-08-20T22:31:51.6329443Z [00:01:42.799]➜  0.003s # cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 4ebbc320b9abf8204920665ffe2be3a9a8326b30
2025-08-20T22:31:51.6331183Z [00:01:42.799]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ebbc320b9ab --
2025-08-20T22:31:51.6351333Z [00:01:42.801]➜  0.002s # cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ebbc320b9ab --
2025-08-20T22:31:51.6352356Z [00:01:42.801]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git cat-file blob 4ebbc320b9abf8204920665ffe2be3a9a8326b30:go.mod
2025-08-20T22:31:51.6368178Z [00:01:42.803]➜  0.002s # cd /tmp/tmp.ycpxe2qMcE/TEMPREPO; git cat-file blob 4ebbc320b9abf8204920665ffe2be3a9a8326b30:go.mod
2025-08-20T22:31:51.6405660Z [00:01:42.807]➜  internal/goarch
2025-08-20T22:31:51.6408361Z [00:01:42.807]➜  mkdir -p $WORK/b006/
2025-08-20T22:31:51.6409032Z [00:01:42.807]➜  internal/unsafeheader
2025-08-20T22:31:51.6409563Z [00:01:42.807]➜  mkdir -p $WORK/b008/
2025-08-20T22:31:51.6410058Z [00:01:42.807]➜  internal/byteorder
2025-08-20T22:31:51.6410565Z [00:01:42.807]➜  mkdir -p $WORK/b012/
2025-08-20T22:31:51.6415153Z [00:01:42.807]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T22:31:51.6417395Z [00:01:42.808]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.6424665Z [00:01:42.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T22:31:51.6428282Z [00:01:42.808]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T22:31:51.6429080Z [00:01:42.808]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:31:51.6459715Z [00:01:42.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T22:31:51.6465698Z [00:01:42.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T22:31:51.6468557Z [00:01:42.810]➜  internal/cpu
2025-08-20T22:31:51.6469045Z [00:01:42.812]➜  mkdir -p $WORK/b011/
2025-08-20T22:31:51.6469628Z [00:01:42.812]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:31:51.6470241Z [00:01:42.812]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:31:51.6472310Z [00:01:42.812]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_x86.s
2025-08-20T22:31:51.6479872Z [00:01:42.814]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T22:31:51.6493825Z [00:01:42.814]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.6502445Z [00:01:42.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T22:31:51.6508531Z [00:01:42.816]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T22:31:51.6509869Z [00:01:42.816]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T22:31:51.6510978Z [00:01:42.816]➜  internal/coverage/rtcov
2025-08-20T22:31:51.6511508Z [00:01:42.816]➜  mkdir -p $WORK/b014/
2025-08-20T22:31:51.6512201Z [00:01:42.817]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T22:31:51.6515751Z [00:01:42.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T22:31:51.6525377Z [00:01:42.819]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:31:51.6532275Z [00:01:42.819]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T22:31:51.6540250Z [00:01:42.820]➜  internal/abi
2025-08-20T22:31:51.6558299Z [00:01:42.822]➜  mkdir -p $WORK/b005/
2025-08-20T22:31:51.6563993Z [00:01:42.823]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:31:51.6564683Z [00:01:42.823]➜  cd /root/.go/src/internal/abi
2025-08-20T22:31:51.6567371Z [00:01:42.823]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T22:31:51.6612092Z [00:01:42.827]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:31:51.6622248Z [00:01:42.828]➜  cat >/tmp/go-build3048717155/b005/importcfg << 'EOF' # internal
2025-08-20T22:31:51.6623030Z [00:01:42.828]➜  # import config
2025-08-20T22:31:51.6626154Z [00:01:42.828]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:51.6626879Z [00:01:42.828]➜  EOF
2025-08-20T22:31:51.6627397Z [00:01:42.829]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.6642248Z [00:01:42.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T22:31:51.6649339Z [00:01:42.829]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T22:31:51.6650397Z [00:01:42.830]➜  internal/godebugs
2025-08-20T22:31:51.6650911Z [00:01:42.830]➜  mkdir -p $WORK/b015/
2025-08-20T22:31:51.6655123Z [00:01:42.830]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:31:51.6658796Z [00:01:42.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T22:31:51.6747267Z [00:01:42.841]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:31:51.6753705Z [00:01:42.841]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T22:31:51.6754841Z [00:01:42.841]➜  internal/goexperiment
2025-08-20T22:31:51.6755387Z [00:01:42.841]➜  mkdir -p $WORK/b016/
2025-08-20T22:31:51.6756285Z [00:01:42.841]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:31:51.6768529Z [00:01:42.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T22:31:51.6824555Z [00:01:42.848]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:31:51.6834772Z [00:01:42.849]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T22:31:51.6843813Z [00:01:42.849]➜  internal/goos
2025-08-20T22:31:51.6844384Z [00:01:42.849]➜  mkdir -p $WORK/b017/
2025-08-20T22:31:51.6845095Z [00:01:42.850]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:31:51.6848931Z [00:01:42.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T22:31:51.6857184Z [00:01:42.852]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:31:51.6863045Z [00:01:42.852]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T22:31:51.6864196Z [00:01:42.852]➜  internal/profilerecord
2025-08-20T22:31:51.6864783Z [00:01:42.852]➜  mkdir -p $WORK/b018/
2025-08-20T22:31:51.6865761Z [00:01:42.852]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:31:51.6870310Z [00:01:42.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T22:31:51.6906132Z [00:01:42.857]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:31:51.6908911Z [00:01:42.857]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T22:31:51.6921155Z [00:01:42.858]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:31:51.6926827Z [00:01:42.859]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T22:31:51.6931981Z [00:01:42.859]➜  internal/runtime/atomic
2025-08-20T22:31:51.6932653Z [00:01:42.859]➜  mkdir -p $WORK/b019/
2025-08-20T22:31:51.6933341Z [00:01:42.859]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T22:31:51.6934052Z [00:01:42.859]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:31:51.6936763Z [00:01:42.859]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b019/symabis ./atomic_amd64.s
2025-08-20T22:31:51.6940862Z [00:01:42.860]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:31:51.6955717Z [00:01:42.860]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu_x86.o ./cpu_x86.s
2025-08-20T22:31:51.6968084Z [00:01:42.863]➜  cat >/tmp/go-build3048717155/b019/importcfg << 'EOF' # internal
2025-08-20T22:31:51.6976863Z [00:01:42.863]➜  # import config
2025-08-20T22:31:51.6978076Z [00:01:42.863]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:51.6978824Z [00:01:42.863]➜  EOF
2025-08-20T22:31:51.6979346Z [00:01:42.863]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.6985141Z [00:01:42.863]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T22:31:51.6990659Z [00:01:42.864]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:31:51.6998187Z [00:01:42.866]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:31:51.6999120Z [00:01:42.866]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_x86.o # internal
2025-08-20T22:31:51.7008673Z [00:01:42.867]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:31:51.7012018Z [00:01:42.867]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T22:31:51.7015348Z [00:01:42.868]➜  internal/bytealg
2025-08-20T22:31:51.7021283Z [00:01:42.868]➜  mkdir -p $WORK/b010/
2025-08-20T22:31:51.7023249Z [00:01:42.868]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:31:51.7026744Z [00:01:42.868]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T22:31:51.7029462Z [00:01:42.869]➜  internal/chacha8rand
2025-08-20T22:31:51.7030356Z [00:01:42.869]➜  mkdir -p $WORK/b013/
2025-08-20T22:31:51.7032128Z [00:01:42.869]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:31:51.7034729Z [00:01:42.869]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T22:31:51.7037321Z [00:01:42.869]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T22:31:51.7038010Z [00:01:42.869]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:31:51.7040190Z [00:01:42.869]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b013/symabis ./chacha8_amd64.s
2025-08-20T22:31:51.7077971Z [00:01:42.874]➜  cat >/tmp/go-build3048717155/b013/importcfg << 'EOF' # internal
2025-08-20T22:31:51.7079232Z [00:01:42.874]➜  # import config
2025-08-20T22:31:51.7080234Z [00:01:42.874]➜  packagefile internal/byteorder=/tmp/go-build3048717155/b012/_pkg_.a
2025-08-20T22:31:51.7081218Z [00:01:42.874]➜  packagefile internal/cpu=/tmp/go-build3048717155/b011/_pkg_.a
2025-08-20T22:31:51.7082180Z [00:01:42.874]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:51.7082865Z [00:01:42.874]➜  EOF
2025-08-20T22:31:51.7083379Z [00:01:42.874]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.7087776Z [00:01:42.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T22:31:51.7111176Z [00:01:42.877]➜  cat >/tmp/go-build3048717155/b010/importcfg << 'EOF' # internal
2025-08-20T22:31:51.7111995Z [00:01:42.877]➜  # import config
2025-08-20T22:31:51.7112745Z [00:01:42.877]➜  packagefile internal/cpu=/tmp/go-build3048717155/b011/_pkg_.a
2025-08-20T22:31:51.7113441Z [00:01:42.877]➜  EOF
2025-08-20T22:31:51.7122165Z [00:01:42.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T22:31:51.7388349Z [00:01:42.903]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:31:51.7390748Z [00:01:42.903]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b013/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T22:31:51.7394175Z [00:01:42.906]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:31:51.7397156Z [00:01:42.906]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b019/atomic_amd64.o ./atomic_amd64.s
2025-08-20T22:31:51.7403423Z [00:01:42.906]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:31:51.7406266Z [00:01:42.906]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/compare_amd64.o ./compare_amd64.s
2025-08-20T22:31:51.7416426Z [00:01:42.908]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:31:51.7417579Z [00:01:42.908]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_amd64.o # internal
2025-08-20T22:31:51.7418435Z [00:01:42.908]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:31:51.7426074Z [00:01:42.909]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T22:31:51.7429372Z [00:01:42.909]➜  internal/runtime/math
2025-08-20T22:31:51.7430030Z [00:01:42.909]➜  mkdir -p $WORK/b022/
2025-08-20T22:31:51.7431750Z [00:01:42.909]➜  cat >/tmp/go-build3048717155/b022/importcfg << 'EOF' # internal
2025-08-20T22:31:51.7433162Z [00:01:42.909]➜  # import config
2025-08-20T22:31:51.7434069Z [00:01:42.909]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:51.7434913Z [00:01:42.909]➜  EOF
2025-08-20T22:31:51.7440437Z [00:01:42.910]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.7443937Z [00:01:42.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T22:31:51.7459678Z [00:01:42.912]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:31:51.7460582Z [00:01:42.912]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_amd64.o # internal
2025-08-20T22:31:51.7466704Z [00:01:42.913]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:31:51.7472492Z [00:01:42.913]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:31:51.7477301Z [00:01:42.913]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/count_amd64.o ./count_amd64.s
2025-08-20T22:31:51.7498494Z [00:01:42.916]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T22:31:51.7500196Z [00:01:42.916]➜  internal/runtime/syscall
2025-08-20T22:31:51.7501314Z [00:01:42.916]➜  mkdir -p $WORK/b023/
2025-08-20T22:31:51.7502285Z [00:01:42.916]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T22:31:51.7502974Z [00:01:42.916]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:31:51.7505389Z [00:01:42.916]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b023/symabis ./asm_linux_amd64.s
2025-08-20T22:31:51.7519438Z [00:01:42.918]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:31:51.7525232Z [00:01:42.918]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/equal_amd64.o ./equal_amd64.s
2025-08-20T22:31:51.7553942Z [00:01:42.921]➜  cat >/tmp/go-build3048717155/b023/importcfg << 'EOF' # internal
2025-08-20T22:31:51.7555695Z [00:01:42.921]➜  # import config
2025-08-20T22:31:51.7556546Z [00:01:42.921]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:51.7557245Z [00:01:42.921]➜  EOF
2025-08-20T22:31:51.7557758Z [00:01:42.921]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.7562173Z [00:01:42.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T22:31:51.7572818Z [00:01:42.924]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:31:51.7604015Z [00:01:42.926]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/index_amd64.o ./index_amd64.s
2025-08-20T22:31:51.7607359Z [00:01:42.927]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:31:51.7612341Z [00:01:42.927]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T22:31:51.7614671Z [00:01:42.928]➜  internal/runtime/strconv
2025-08-20T22:31:51.7615275Z [00:01:42.928]➜  mkdir -p $WORK/b021/
2025-08-20T22:31:51.7624901Z [00:01:42.928]➜  cat >/tmp/go-build3048717155/b021/importcfg << 'EOF' # internal
2025-08-20T22:31:51.7625955Z [00:01:42.928]➜  # import config
2025-08-20T22:31:51.7626826Z [00:01:42.928]➜  packagefile internal/runtime/math=/tmp/go-build3048717155/b022/_pkg_.a
2025-08-20T22:31:51.7627687Z [00:01:42.928]➜  EOF
2025-08-20T22:31:51.7628248Z [00:01:42.929]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.7631940Z [00:01:42.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T22:31:51.7701372Z [00:01:42.936]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:31:51.7706443Z [00:01:42.936]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T22:31:51.7739906Z [00:01:42.940]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:31:51.7748181Z [00:01:42.941]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T22:31:51.7755255Z [00:01:42.941]➜  internal/runtime/exithook
2025-08-20T22:31:51.7757889Z [00:01:42.942]➜  mkdir -p $WORK/b024/
2025-08-20T22:31:51.7758981Z [00:01:42.942]➜  cat >/tmp/go-build3048717155/b024/importcfg << 'EOF' # internal
2025-08-20T22:31:51.7759813Z [00:01:42.942]➜  # import config
2025-08-20T22:31:51.7760655Z [00:01:42.942]➜  packagefile internal/runtime/atomic=/tmp/go-build3048717155/b019/_pkg_.a
2025-08-20T22:31:51.7761562Z [00:01:42.942]➜  EOF
2025-08-20T22:31:51.7762094Z [00:01:42.942]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.7765827Z [00:01:42.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T22:31:51.7782737Z [00:01:42.945]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:31:51.7787777Z [00:01:42.945]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b023/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T22:31:51.7790529Z [00:01:42.945]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:31:51.7792077Z [00:01:42.945]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_amd64.o $WORK/b010/count_amd64.o $WORK/b010/equal_amd64.o $WORK/b010/index_amd64.o $WORK/b010/indexbyte_amd64.o # internal
2025-08-20T22:31:51.7793570Z [00:01:42.945]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:31:51.7806631Z [00:01:42.947]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T22:31:51.7808971Z [00:01:42.947]➜  internal/runtime/gc
2025-08-20T22:31:51.7809828Z [00:01:42.947]➜  mkdir -p $WORK/b025/
2025-08-20T22:31:51.7814789Z [00:01:42.948]➜  cat >/tmp/go-build3048717155/b025/importcfg << 'EOF' # internal
2025-08-20T22:31:51.7815744Z [00:01:42.948]➜  # import config
2025-08-20T22:31:51.7816484Z [00:01:42.948]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:51.7817231Z [00:01:42.948]➜  EOF
2025-08-20T22:31:51.7817726Z [00:01:42.948]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.7821975Z [00:01:42.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T22:31:51.7834336Z [00:01:42.950]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:31:51.7835392Z [00:01:42.950]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_amd64.o # internal
2025-08-20T22:31:51.7836403Z [00:01:42.950]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:31:51.7846593Z [00:01:42.951]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T22:31:51.7893122Z [00:01:42.955]➜  internal/runtime/cgroup
2025-08-20T22:31:51.7893721Z [00:01:42.955]➜  mkdir -p $WORK/b020/
2025-08-20T22:31:51.7894528Z [00:01:42.955]➜  cat >/tmp/go-build3048717155/b020/importcfg << 'EOF' # internal
2025-08-20T22:31:51.7895263Z [00:01:42.955]➜  # import config
2025-08-20T22:31:51.7896241Z [00:01:42.955]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:51.7897270Z [00:01:42.956]➜  packagefile internal/runtime/strconv=/tmp/go-build3048717155/b021/_pkg_.a
2025-08-20T22:31:51.7898396Z [00:01:42.956]➜  packagefile internal/runtime/syscall=/tmp/go-build3048717155/b023/_pkg_.a
2025-08-20T22:31:51.7899201Z [00:01:42.956]➜  EOF
2025-08-20T22:31:51.7899692Z [00:01:42.956]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.7903879Z [00:01:42.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T22:31:51.7950100Z [00:01:42.961]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:31:51.7951457Z [00:01:42.961]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T22:31:51.7952527Z [00:01:42.961]➜  internal/asan
2025-08-20T22:31:51.7953017Z [00:01:42.961]➜  mkdir -p $WORK/b027/
2025-08-20T22:31:51.7953711Z [00:01:42.961]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T22:31:51.7957278Z [00:01:42.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T22:31:51.8001617Z [00:01:42.966]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:31:51.8010502Z [00:01:42.967]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T22:31:51.8043254Z [00:01:42.970]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:31:51.8044661Z [00:01:42.970]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T22:31:51.8045998Z [00:01:42.970]➜  internal/msan
2025-08-20T22:31:51.8046525Z [00:01:42.970]➜  mkdir -p $WORK/b028/
2025-08-20T22:31:51.8047085Z [00:01:42.970]➜  internal/runtime/sys
2025-08-20T22:31:51.8047615Z [00:01:42.971]➜  mkdir -p $WORK/b030/
2025-08-20T22:31:51.8048692Z [00:01:42.971]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:31:51.8052277Z [00:01:42.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T22:31:51.8055185Z [00:01:42.971]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T22:31:51.8056101Z [00:01:42.971]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:31:51.8058397Z [00:01:42.971]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b030/symabis ./empty.s
2025-08-20T22:31:51.8093627Z [00:01:42.976]➜  cat >/tmp/go-build3048717155/b030/importcfg << 'EOF' # internal
2025-08-20T22:31:51.8094437Z [00:01:42.976]➜  # import config
2025-08-20T22:31:51.8095239Z [00:01:42.976]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:51.8096420Z [00:01:42.976]➜  packagefile internal/goos=/tmp/go-build3048717155/b017/_pkg_.a
2025-08-20T22:31:51.8097109Z [00:01:42.976]➜  EOF
2025-08-20T22:31:51.8097615Z [00:01:42.976]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.8103272Z [00:01:42.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T22:31:51.8139453Z [00:01:42.980]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:31:51.8148133Z [00:01:42.981]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T22:31:51.8152220Z [00:01:42.981]➜  internal/stringslite
2025-08-20T22:31:51.8178266Z [00:01:42.984]➜  mkdir -p $WORK/b031/
2025-08-20T22:31:51.8183891Z [00:01:42.984]➜  cat >/tmp/go-build3048717155/b031/importcfg << 'EOF' # internal
2025-08-20T22:31:51.8184695Z [00:01:42.984]➜  # import config
2025-08-20T22:31:51.8185642Z [00:01:42.984]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:51.8186389Z [00:01:42.984]➜  EOF
2025-08-20T22:31:51.8189550Z [00:01:42.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T22:31:51.8304691Z [00:01:42.996]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:31:51.8307227Z [00:01:42.997]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/empty.o ./empty.s
2025-08-20T22:31:51.8395165Z [00:01:43.005]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/empty.o # internal
2025-08-20T22:31:51.8396566Z [00:01:43.006]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:31:51.8415094Z [00:01:43.008]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T22:31:51.8419430Z [00:01:43.008]➜  internal/trace/tracev2
2025-08-20T22:31:51.8420024Z [00:01:43.008]➜  mkdir -p $WORK/b032/
2025-08-20T22:31:51.8424007Z [00:01:43.009]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T22:31:51.8446109Z [00:01:43.009]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.8450196Z [00:01:43.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T22:31:51.8582798Z [00:01:43.024]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:31:51.8605399Z [00:01:43.027]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:31:51.8617209Z [00:01:43.028]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T22:31:51.8621350Z [00:01:43.028]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T22:31:51.8623450Z [00:01:43.028]➜  sync/atomic
2025-08-20T22:31:51.8623939Z [00:01:43.028]➜  mkdir -p $WORK/b036/
2025-08-20T22:31:51.8628100Z [00:01:43.029]➜  echo -n > $WORK/b036/go_asm.h # internal
2025-08-20T22:31:51.8629177Z [00:01:43.029]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:31:51.8636442Z [00:01:43.029]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b036/symabis ./asm.s
2025-08-20T22:31:51.8638088Z [00:01:43.030]➜  math/bits
2025-08-20T22:31:51.8639954Z [00:01:43.030]➜  mkdir -p $WORK/b039/
2025-08-20T22:31:51.8642873Z [00:01:43.030]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T22:31:51.8643721Z [00:01:43.031]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.8647033Z [00:01:43.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b039=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T22:31:51.8702639Z [00:01:43.036]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T22:31:51.8708312Z [00:01:43.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b036/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack -asmhdr $WORK/b036/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T22:31:51.8713643Z [00:01:43.037]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:31:51.8719505Z [00:01:43.038]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T22:31:51.8729965Z [00:01:43.039]➜  unicode
2025-08-20T22:31:51.8747039Z [00:01:43.039]➜  mkdir -p $WORK/b040/
2025-08-20T22:31:51.8748014Z [00:01:43.040]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T22:31:51.8752161Z [00:01:43.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b040=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T22:31:51.8755406Z [00:01:43.040]➜  cd /root/.go/src/internal/abi
2025-08-20T22:31:51.8757545Z [00:01:43.040]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T22:31:51.8791850Z [00:01:43.045]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/stub.o ./stub.s
2025-08-20T22:31:51.8908562Z [00:01:43.056]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T22:31:51.8911965Z [00:01:43.056]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:31:51.8944323Z [00:01:43.060]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T22:31:51.8951654Z [00:01:43.061]➜  internal/race
2025-08-20T22:31:51.8952182Z [00:01:43.061]➜  mkdir -p $WORK/b029/
2025-08-20T22:31:51.8952946Z [00:01:43.061]➜  cat >/tmp/go-build3048717155/b029/importcfg << 'EOF' # internal
2025-08-20T22:31:51.8953656Z [00:01:43.061]➜  # import config
2025-08-20T22:31:51.8954395Z [00:01:43.061]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:51.8955058Z [00:01:43.061]➜  EOF
2025-08-20T22:31:51.8955754Z [00:01:43.061]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.8959000Z [00:01:43.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T22:31:51.9021664Z [00:01:43.068]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:31:51.9037362Z [00:01:43.070]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T22:31:51.9038749Z [00:01:43.070]➜  internal/synctest
2025-08-20T22:31:51.9039446Z [00:01:43.070]➜  mkdir -p $WORK/b037/
2025-08-20T22:31:51.9041513Z [00:01:43.070]➜  cat >/tmp/go-build3048717155/b037/importcfg << 'EOF' # internal
2025-08-20T22:31:51.9042247Z [00:01:43.070]➜  # import config
2025-08-20T22:31:51.9042972Z [00:01:43.070]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:51.9043668Z [00:01:43.070]➜  EOF
2025-08-20T22:31:51.9046826Z [00:01:43.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b037=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:31:51.9055046Z [00:01:43.072]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:31:51.9060989Z [00:01:43.072]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T22:31:51.9064293Z [00:01:43.073]➜  internal/runtime/maps
2025-08-20T22:31:51.9065227Z [00:01:43.073]➜  mkdir -p $WORK/b026/
2025-08-20T22:31:51.9068860Z [00:01:43.073]➜  cat >/tmp/go-build3048717155/b026/importcfg << 'EOF' # internal
2025-08-20T22:31:51.9070166Z [00:01:43.073]➜  # import config
2025-08-20T22:31:51.9071303Z [00:01:43.073]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:51.9073145Z [00:01:43.073]➜  packagefile internal/asan=/tmp/go-build3048717155/b027/_pkg_.a
2025-08-20T22:31:51.9074788Z [00:01:43.073]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:51.9076469Z [00:01:43.073]➜  packagefile internal/msan=/tmp/go-build3048717155/b028/_pkg_.a
2025-08-20T22:31:51.9084114Z [00:01:43.073]➜  packagefile internal/race=/tmp/go-build3048717155/b029/_pkg_.a
2025-08-20T22:31:51.9085817Z [00:01:43.073]➜  packagefile internal/runtime/math=/tmp/go-build3048717155/b022/_pkg_.a
2025-08-20T22:31:51.9087473Z [00:01:43.073]➜  packagefile internal/runtime/sys=/tmp/go-build3048717155/b030/_pkg_.a
2025-08-20T22:31:51.9089509Z [00:01:43.073]➜  EOF
2025-08-20T22:31:51.9100146Z [00:01:43.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T22:31:51.9163409Z [00:01:43.082]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:31:51.9167934Z [00:01:43.083]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b036/asm.o ./asm.s
2025-08-20T22:31:51.9199723Z [00:01:43.086]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:31:51.9228080Z [00:01:43.089]➜  go tool pack r $WORK/b036/_pkg_.a $WORK/b036/asm.o # internal
2025-08-20T22:31:51.9229906Z [00:01:43.089]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:31:51.9247637Z [00:01:43.091]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T22:31:51.9253778Z [00:01:43.091]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T22:31:51.9255120Z [00:01:43.091]➜  internal/sync
2025-08-20T22:31:51.9255746Z [00:01:43.091]➜  mkdir -p $WORK/b035/
2025-08-20T22:31:51.9256273Z [00:01:43.091]➜  unicode/utf8
2025-08-20T22:31:51.9256825Z [00:01:43.091]➜  mkdir -p $WORK/b041/
2025-08-20T22:31:51.9257555Z [00:01:43.092]➜  cat >/tmp/go-build3048717155/b035/importcfg << 'EOF' # internal
2025-08-20T22:31:51.9259409Z [00:01:43.092]➜  # import config
2025-08-20T22:31:51.9261341Z [00:01:43.092]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:51.9262187Z [00:01:43.092]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:51.9263075Z [00:01:43.092]➜  packagefile internal/race=/tmp/go-build3048717155/b029/_pkg_.a
2025-08-20T22:31:51.9264185Z [00:01:43.092]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:51.9265724Z [00:01:43.092]➜  EOF
2025-08-20T22:31:51.9266280Z [00:01:43.092]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.9270094Z [00:01:43.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b035=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T22:31:51.9273307Z [00:01:43.092]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T22:31:51.9276378Z [00:01:43.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T22:31:51.9583182Z [00:01:43.124]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:31:51.9593700Z [00:01:43.125]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T22:31:51.9598067Z [00:01:43.126]➜  internal/itoa
2025-08-20T22:31:51.9598624Z [00:01:43.126]➜  mkdir -p $WORK/b047/
2025-08-20T22:31:51.9604119Z [00:01:43.126]➜  echo '# import config' > $WORK/b047/importcfg # internal
2025-08-20T22:31:51.9607120Z [00:01:43.127]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:31:51.9609921Z [00:01:43.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b047=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:31:51.9625368Z [00:01:43.129]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T22:31:51.9626748Z [00:01:43.129]➜  cmp
2025-08-20T22:31:51.9627446Z [00:01:43.129]➜  mkdir -p $WORK/b050/
2025-08-20T22:31:51.9632701Z [00:01:43.129]➜  echo '# import config' > $WORK/b050/importcfg # internal
2025-08-20T22:31:51.9635414Z [00:01:43.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b050=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:31:51.9699259Z [00:01:43.136]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:31:51.9706145Z [00:01:43.137]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T22:31:51.9735965Z [00:01:43.140]➜  math
2025-08-20T22:31:51.9738139Z [00:01:43.140]➜  mkdir -p $WORK/b053/
2025-08-20T22:31:51.9739281Z [00:01:43.140]➜  echo -n > $WORK/b053/go_asm.h # internal
2025-08-20T22:31:51.9742716Z [00:01:43.140]➜  cd /root/.go/src/math
2025-08-20T22:31:51.9744801Z [00:01:43.140]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b053/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T22:31:51.9746844Z [00:01:43.140]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:31:51.9748081Z [00:01:43.140]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T22:31:51.9752224Z [00:01:43.141]➜  encoding
2025-08-20T22:31:51.9764498Z [00:01:43.141]➜  mkdir -p $WORK/b073/
2025-08-20T22:31:51.9765288Z [00:01:43.142]➜  echo '# import config' > $WORK/b073/importcfg # internal
2025-08-20T22:31:51.9766260Z [00:01:43.142]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:51.9769212Z [00:01:43.142]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b073=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:31:51.9806196Z [00:01:43.147]➜  cat >/tmp/go-build3048717155/b053/importcfg << 'EOF' # internal
2025-08-20T22:31:51.9806938Z [00:01:43.147]➜  # import config
2025-08-20T22:31:51.9807649Z [00:01:43.147]➜  packagefile internal/cpu=/tmp/go-build3048717155/b011/_pkg_.a
2025-08-20T22:31:51.9808537Z [00:01:43.147]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:51.9809160Z [00:01:43.147]➜  EOF
2025-08-20T22:31:51.9825850Z [00:01:43.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b053/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack -asmhdr $WORK/b053/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_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-20T22:31:51.9867669Z [00:01:43.153]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:31:51.9880158Z [00:01:43.154]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T22:31:51.9884536Z [00:01:43.155]➜  unicode/utf16
2025-08-20T22:31:51.9886311Z [00:01:43.155]➜  mkdir -p $WORK/b074/
2025-08-20T22:31:51.9890437Z [00:01:43.155]➜  echo '# import config' > $WORK/b074/importcfg # internal
2025-08-20T22:31:51.9894482Z [00:01:43.155]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b074=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:31:52.0080308Z [00:01:43.174]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:31:52.0087972Z [00:01:43.175]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T22:31:52.0089705Z [00:01:43.175]➜  image/color
2025-08-20T22:31:52.0090797Z [00:01:43.175]➜  mkdir -p $WORK/b075/
2025-08-20T22:31:52.0096465Z [00:01:43.176]➜  echo '# import config' > $WORK/b075/importcfg # internal
2025-08-20T22:31:52.0101431Z [00:01:43.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b075=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid 6n7MYmi60bpVHMKqG5xB/6n7MYmi60bpVHMKqG5xB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T22:31:52.0860805Z [00:01:43.252]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:31:52.0887138Z [00:01:43.255]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d # internal
2025-08-20T22:31:52.0926071Z [00:01:43.259]➜  github.com/rivo/uniseg
2025-08-20T22:31:52.0927426Z [00:01:43.259]➜  mkdir -p $WORK/b078/
2025-08-20T22:31:52.0936954Z [00:01:43.260]➜  cat >/tmp/go-build3048717155/b078/importcfg << 'EOF' # internal
2025-08-20T22:31:52.0937748Z [00:01:43.260]➜  # import config
2025-08-20T22:31:52.0938552Z [00:01:43.260]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:52.0939273Z [00:01:43.260]➜  EOF
2025-08-20T22:31:52.0950076Z [00:01:43.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b078=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid 65Iul7bzESoDYBemzdyO/65Iul7bzESoDYBemzdyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordrules.go
2025-08-20T22:31:52.0989799Z [00:01:43.265]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:31:52.1016220Z [00:01:43.268]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T22:31:52.1049998Z [00:01:43.271]➜  internal/nettrace
2025-08-20T22:31:52.1052917Z [00:01:43.271]➜  mkdir -p $WORK/b108/
2025-08-20T22:31:52.1076209Z [00:01:43.274]➜  echo '# import config' > $WORK/b108/importcfg # internal
2025-08-20T22:31:52.1081377Z [00:01:43.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b108=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:31:52.1229068Z [00:01:43.289]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:31:52.1237526Z [00:01:43.290]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T22:31:52.1466318Z [00:01:43.311]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:31:52.1491855Z [00:01:43.315]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T22:31:52.1575651Z [00:01:43.324]➜  cd /root/.go/src/math
2025-08-20T22:31:52.1577481Z [00:01:43.324]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b053/dim_amd64.o ./dim_amd64.s
2025-08-20T22:31:52.1591389Z [00:01:43.325]➜  runtime
2025-08-20T22:31:52.1592219Z [00:01:43.325]➜  mkdir -p $WORK/b009/
2025-08-20T22:31:52.1593739Z [00:01:43.325]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T22:31:52.1594317Z [00:01:43.325]➜  cd /root/.go/src/runtime
2025-08-20T22:31:52.1597316Z [00:01:43.325]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T22:31:52.1618621Z [00:01:43.328]➜  cd /root/.go/src/math
2025-08-20T22:31:52.1622553Z [00:01:43.328]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b053/exp_amd64.o ./exp_amd64.s
2025-08-20T22:31:52.1647518Z [00:01:43.331]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b053/floor_amd64.o ./floor_amd64.s
2025-08-20T22:31:52.1674040Z [00:01:43.333]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b053/hypot_amd64.o ./hypot_amd64.s
2025-08-20T22:31:52.1694411Z [00:01:43.336]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b053=>" -I $WORK/b053/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b053/log_amd64.o ./log_amd64.s
2025-08-20T22:31:52.1723315Z [00:01:43.338]➜  go tool pack r $WORK/b053/_pkg_.a $WORK/b053/dim_amd64.o $WORK/b053/exp_amd64.o $WORK/b053/floor_amd64.o $WORK/b053/hypot_amd64.o $WORK/b053/log_amd64.o # internal
2025-08-20T22:31:52.1724628Z [00:01:43.339]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:31:52.1733639Z [00:01:43.339]➜  cat >/tmp/go-build3048717155/b009/importcfg << 'EOF' # internal
2025-08-20T22:31:52.1736712Z [00:01:43.339]➜  # import config
2025-08-20T22:31:52.1737459Z [00:01:43.339]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:52.1738382Z [00:01:43.339]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:52.1739315Z [00:01:43.339]➜  packagefile internal/byteorder=/tmp/go-build3048717155/b012/_pkg_.a
2025-08-20T22:31:52.1740254Z [00:01:43.339]➜  packagefile internal/chacha8rand=/tmp/go-build3048717155/b013/_pkg_.a
2025-08-20T22:31:52.1741209Z [00:01:43.339]➜  packagefile internal/coverage/rtcov=/tmp/go-build3048717155/b014/_pkg_.a
2025-08-20T22:31:52.1742135Z [00:01:43.339]➜  packagefile internal/cpu=/tmp/go-build3048717155/b011/_pkg_.a
2025-08-20T22:31:52.1743003Z [00:01:43.339]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:52.1743880Z [00:01:43.339]➜  packagefile internal/godebugs=/tmp/go-build3048717155/b015/_pkg_.a
2025-08-20T22:31:52.1744799Z [00:01:43.339]➜  packagefile internal/goexperiment=/tmp/go-build3048717155/b016/_pkg_.a
2025-08-20T22:31:52.1745974Z [00:01:43.339]➜  packagefile internal/goos=/tmp/go-build3048717155/b017/_pkg_.a
2025-08-20T22:31:52.1746971Z [00:01:43.339]➜  packagefile internal/profilerecord=/tmp/go-build3048717155/b018/_pkg_.a
2025-08-20T22:31:52.1748244Z [00:01:43.339]➜  packagefile internal/runtime/atomic=/tmp/go-build3048717155/b019/_pkg_.a
2025-08-20T22:31:52.1749362Z [00:01:43.339]➜  packagefile internal/runtime/cgroup=/tmp/go-build3048717155/b020/_pkg_.a
2025-08-20T22:31:52.1750459Z [00:01:43.339]➜  packagefile internal/runtime/exithook=/tmp/go-build3048717155/b024/_pkg_.a
2025-08-20T22:31:52.1751552Z [00:01:43.339]➜  packagefile internal/runtime/gc=/tmp/go-build3048717155/b025/_pkg_.a
2025-08-20T22:31:52.1765738Z [00:01:43.339]➜  packagefile internal/runtime/maps=/tmp/go-build3048717155/b026/_pkg_.a
2025-08-20T22:31:52.1766890Z [00:01:43.339]➜  packagefile internal/runtime/math=/tmp/go-build3048717155/b022/_pkg_.a
2025-08-20T22:31:52.1767966Z [00:01:43.339]➜  packagefile internal/runtime/strconv=/tmp/go-build3048717155/b021/_pkg_.a
2025-08-20T22:31:52.1769007Z [00:01:43.339]➜  packagefile internal/runtime/sys=/tmp/go-build3048717155/b030/_pkg_.a
2025-08-20T22:31:52.1770053Z [00:01:43.339]➜  packagefile internal/runtime/syscall=/tmp/go-build3048717155/b023/_pkg_.a
2025-08-20T22:31:52.1771118Z [00:01:43.339]➜  packagefile internal/stringslite=/tmp/go-build3048717155/b031/_pkg_.a
2025-08-20T22:31:52.1772149Z [00:01:43.339]➜  packagefile internal/trace/tracev2=/tmp/go-build3048717155/b032/_pkg_.a
2025-08-20T22:31:52.1772874Z [00:01:43.339]➜  EOF
2025-08-20T22:31:52.1773356Z [00:01:43.339]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:52.1819112Z [00:01:43.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T22:31:52.1868624Z [00:01:43.342]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T22:31:52.1869868Z [00:01:43.342]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T22:31:52.1870510Z [00:01:43.342]➜  mkdir -p $WORK/b069/
2025-08-20T22:31:52.1871215Z [00:01:43.342]➜  cat >/tmp/go-build3048717155/b069/importcfg << 'EOF' # internal
2025-08-20T22:31:52.1871873Z [00:01:43.342]➜  # import config
2025-08-20T22:31:52.1872535Z [00:01:43.342]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:52.1873129Z [00:01:43.342]➜  EOF
2025-08-20T22:31:52.1878010Z [00:01:43.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser=>github.com/charmbracelet/x/ansi@v0.10.1/parser;$WORK/b069=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.23 -complete -installsuffix shared -buildid 9mk9QXfOAEgLHm9iIDZP/9mk9QXfOAEgLHm9iIDZP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser/const.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser/seq.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser/transition_table.go
2025-08-20T22:31:52.2518375Z [00:01:43.418]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:31:52.2530440Z [00:01:43.419]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/30/30c2231290da18c4e35614924d410cc47bf2f77fe8cf1f07e42447928ed1a02e-d # internal
2025-08-20T22:31:52.3315667Z [00:01:43.498]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:31:52.3377516Z [00:01:43.501]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/6c/6cfa32abd0d3a1fea5998d9898f62a4f6c32893d21a9bc50c915564ab2298b2c-d # internal
2025-08-20T22:31:54.0624034Z [00:01:45.228]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b009/asm_GOARCH.h
2025-08-20T22:31:54.0624966Z [00:01:45.229]➜  cd /root/.go/src/runtime
2025-08-20T22:31:54.0626804Z [00:01:45.229]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm.o ./asm.s
2025-08-20T22:31:54.0654848Z [00:01:45.232]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm_amd64.o ./asm_amd64.s
2025-08-20T22:31:54.0755145Z [00:01:45.242]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/duff_amd64.o ./duff_amd64.s
2025-08-20T22:31:54.0781450Z [00:01:45.244]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/ints.o ./ints.s
2025-08-20T22:31:54.0816512Z [00:01:45.248]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memclr_amd64.o ./memclr_amd64.s
2025-08-20T22:31:54.0863595Z [00:01:45.252]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memmove_amd64.o ./memmove_amd64.s
2025-08-20T22:31:54.0913439Z [00:01:45.257]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/preempt_amd64.o ./preempt_amd64.s
2025-08-20T22:31:54.0954771Z [00:01:45.262]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T22:31:54.0979560Z [00:01:45.264]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T22:31:54.1033280Z [00:01:45.269]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/test_amd64.o ./test_amd64.s
2025-08-20T22:31:54.1057183Z [00:01:45.272]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T22:31:54.1099934Z [00:01:45.276]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_amd64.o $WORK/b009/duff_amd64.o $WORK/b009/ints.o $WORK/b009/memclr_amd64.o $WORK/b009/memmove_amd64.o $WORK/b009/preempt_amd64.o $WORK/b009/rt0_linux_amd64.o $WORK/b009/sys_linux_amd64.o $WORK/b009/test_amd64.o $WORK/b009/time_linux_amd64.o # internal
2025-08-20T22:31:54.1102195Z [00:01:45.276]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:31:54.1463121Z [00:01:45.312]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T22:31:54.1464520Z [00:01:45.312]➜  internal/reflectlite
2025-08-20T22:31:54.1465193Z [00:01:45.312]➜  mkdir -p $WORK/b004/
2025-08-20T22:31:54.1465962Z [00:01:45.312]➜  weak
2025-08-20T22:31:54.1466480Z [00:01:45.312]➜  mkdir -p $WORK/b112/
2025-08-20T22:31:54.1467028Z [00:01:45.312]➜  sync
2025-08-20T22:31:54.1467468Z [00:01:45.312]➜  mkdir -p $WORK/b034/
2025-08-20T22:31:54.1468080Z [00:01:45.312]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T22:31:54.1468624Z [00:01:45.312]➜  iter
2025-08-20T22:31:54.1469048Z [00:01:45.312]➜  mkdir -p $WORK/b038/
2025-08-20T22:31:54.1469663Z [00:01:45.313]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:31:54.1471818Z [00:01:45.313]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T22:31:54.1473878Z [00:01:45.313]➜  cat >/tmp/go-build3048717155/b034/importcfg << 'EOF' # internal
2025-08-20T22:31:54.1474541Z [00:01:45.313]➜  # import config
2025-08-20T22:31:54.1475240Z [00:01:45.313]➜  packagefile internal/race=/tmp/go-build3048717155/b029/_pkg_.a
2025-08-20T22:31:54.1487099Z [00:01:45.313]➜  packagefile internal/sync=/tmp/go-build3048717155/b035/_pkg_.a
2025-08-20T22:31:54.1488048Z [00:01:45.313]➜  packagefile internal/synctest=/tmp/go-build3048717155/b037/_pkg_.a
2025-08-20T22:31:54.1488960Z [00:01:45.313]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:54.1490097Z [00:01:45.313]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:54.1490795Z [00:01:45.313]➜  EOF
2025-08-20T22:31:54.1491306Z [00:01:45.313]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:54.1496027Z [00:01:45.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b034=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T22:31:54.1500187Z [00:01:45.313]➜  cat >/tmp/go-build3048717155/b038/importcfg << 'EOF' # internal
2025-08-20T22:31:54.1500867Z [00:01:45.313]➜  # import config
2025-08-20T22:31:54.1501603Z [00:01:45.313]➜  packagefile internal/race=/tmp/go-build3048717155/b029/_pkg_.a
2025-08-20T22:31:54.1504158Z [00:01:45.313]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:54.1529447Z [00:01:45.313]➜  EOF
2025-08-20T22:31:54.1531993Z [00:01:45.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b038=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:31:54.1534458Z [00:01:45.315]➜  cat >/tmp/go-build3048717155/b112/importcfg << 'EOF' # internal
2025-08-20T22:31:54.1535144Z [00:01:45.315]➜  # import config
2025-08-20T22:31:54.1536031Z [00:01:45.315]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:54.1536925Z [00:01:45.315]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:54.1537582Z [00:01:45.315]➜  EOF
2025-08-20T22:31:54.1540229Z [00:01:45.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b112=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T22:31:54.1543369Z [00:01:45.315]➜  cat >/tmp/go-build3048717155/b004/importcfg << 'EOF' # internal
2025-08-20T22:31:54.1544098Z [00:01:45.315]➜  # import config
2025-08-20T22:31:54.1544855Z [00:01:45.315]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:54.1545938Z [00:01:45.315]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:54.1546956Z [00:01:45.315]➜  packagefile internal/unsafeheader=/tmp/go-build3048717155/b008/_pkg_.a
2025-08-20T22:31:54.1547930Z [00:01:45.316]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:54.1548575Z [00:01:45.316]➜  EOF
2025-08-20T22:31:54.1552596Z [00:01:45.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T22:31:54.1595023Z [00:01:45.326]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:31:54.1596053Z [00:01:45.326]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:31:54.1597409Z [00:01:45.326]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T22:31:54.1599527Z [00:01:45.326]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T22:31:54.1602149Z [00:01:45.326]➜  slices
2025-08-20T22:31:54.1623201Z [00:01:45.329]➜  mkdir -p $WORK/b049/
2025-08-20T22:31:54.1625682Z [00:01:45.329]➜  maps
2025-08-20T22:31:54.1626191Z [00:01:45.329]➜  mkdir -p $WORK/b083/
2025-08-20T22:31:54.1634396Z [00:01:45.329]➜  cat >/tmp/go-build3048717155/b049/importcfg << 'EOF' # internal
2025-08-20T22:31:54.1636040Z [00:01:45.329]➜  # import config
2025-08-20T22:31:54.1636695Z [00:01:45.329]➜  packagefile cmp=/tmp/go-build3048717155/b050/_pkg_.a
2025-08-20T22:31:54.1637502Z [00:01:45.329]➜  packagefile iter=/tmp/go-build3048717155/b038/_pkg_.a
2025-08-20T22:31:54.1638326Z [00:01:45.329]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:54.1638967Z [00:01:45.329]➜  EOF
2025-08-20T22:31:54.1642445Z [00:01:45.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b049=>" -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/b049/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T22:31:54.1655171Z [00:01:45.331]➜  cat >/tmp/go-build3048717155/b083/importcfg << 'EOF' # internal
2025-08-20T22:31:54.1662664Z [00:01:45.332]➜  # import config
2025-08-20T22:31:54.1663366Z [00:01:45.332]➜  packagefile iter=/tmp/go-build3048717155/b038/_pkg_.a
2025-08-20T22:31:54.1664017Z [00:01:45.332]➜  EOF
2025-08-20T22:31:54.1666890Z [00:01:45.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b083=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T22:31:54.1755407Z [00:01:45.342]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:31:54.1766969Z [00:01:45.343]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T22:31:54.1912293Z [00:01:45.357]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:31:54.1921051Z [00:01:45.358]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T22:31:54.2519088Z [00:01:45.416]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:31:54.2521412Z [00:01:45.416]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b004/asm.o ./asm.s
2025-08-20T22:31:54.2550723Z [00:01:45.421]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T22:31:54.2562798Z [00:01:45.422]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:31:54.2573321Z [00:01:45.423]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T22:31:54.2581277Z [00:01:45.424]➜  errors
2025-08-20T22:31:54.2582316Z [00:01:45.424]➜  mkdir -p $WORK/b003/
2025-08-20T22:31:54.2590324Z [00:01:45.424]➜  sort
2025-08-20T22:31:54.2590832Z [00:01:45.424]➜  mkdir -p $WORK/b081/
2025-08-20T22:31:54.2591605Z [00:01:45.424]➜  cat >/tmp/go-build3048717155/b003/importcfg << 'EOF' # internal
2025-08-20T22:31:54.2592340Z [00:01:45.424]➜  # import config
2025-08-20T22:31:54.2593137Z [00:01:45.424]➜  packagefile internal/reflectlite=/tmp/go-build3048717155/b004/_pkg_.a
2025-08-20T22:31:54.2593895Z [00:01:45.424]➜  EOF
2025-08-20T22:31:54.2594819Z [00:01:45.424]➜  cat >/tmp/go-build3048717155/b081/importcfg << 'EOF' # internal
2025-08-20T22:31:54.2595668Z [00:01:45.424]➜  # import config
2025-08-20T22:31:54.2596427Z [00:01:45.424]➜  packagefile internal/reflectlite=/tmp/go-build3048717155/b004/_pkg_.a
2025-08-20T22:31:54.2597403Z [00:01:45.424]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:54.2598203Z [00:01:45.424]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:54.2598785Z [00:01:45.424]➜  EOF
2025-08-20T22:31:54.2599243Z [00:01:45.424]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:54.2602147Z [00:01:45.424]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T22:31:54.2607721Z [00:01:45.424]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b081=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T22:31:54.2719288Z [00:01:45.438]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:31:54.2754850Z [00:01:45.442]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T22:31:54.2757515Z [00:01:45.442]➜  internal/bisect
2025-08-20T22:31:54.2758046Z [00:01:45.442]➜  mkdir -p $WORK/b045/
2025-08-20T22:31:54.2763540Z [00:01:45.442]➜  cat >/tmp/go-build3048717155/b045/importcfg << 'EOF' # internal
2025-08-20T22:31:54.2767915Z [00:01:45.442]➜  # import config
2025-08-20T22:31:54.2768641Z [00:01:45.442]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:54.2769506Z [00:01:45.442]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.2770628Z [00:01:45.442]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:54.2771259Z [00:01:45.442]➜  EOF
2025-08-20T22:31:54.2771665Z [00:01:45.442]➜  internal/testlog
2025-08-20T22:31:54.2772163Z [00:01:45.443]➜  mkdir -p $WORK/b065/
2025-08-20T22:31:54.2772888Z [00:01:45.443]➜  cat >/tmp/go-build3048717155/b065/importcfg << 'EOF' # internal
2025-08-20T22:31:54.2773530Z [00:01:45.443]➜  # import config
2025-08-20T22:31:54.2774172Z [00:01:45.443]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.2775007Z [00:01:45.443]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:54.2775833Z [00:01:45.443]➜  EOF
2025-08-20T22:31:54.2778654Z [00:01:45.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b045=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:31:54.2795705Z [00:01:45.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b065=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T22:31:54.2845956Z [00:01:45.451]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:31:54.2858243Z [00:01:45.452]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T22:31:54.2862730Z [00:01:45.452]➜  io
2025-08-20T22:31:54.2864635Z [00:01:45.453]➜  mkdir -p $WORK/b033/
2025-08-20T22:31:54.2865699Z [00:01:45.453]➜  cat >/tmp/go-build3048717155/b033/importcfg << 'EOF' # internal
2025-08-20T22:31:54.2876126Z [00:01:45.453]➜  # import config
2025-08-20T22:31:54.2876856Z [00:01:45.453]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:54.2877694Z [00:01:45.453]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.2878326Z [00:01:45.453]➜  EOF
2025-08-20T22:31:54.2881081Z [00:01:45.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b033=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T22:31:54.2996861Z [00:01:45.466]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:31:54.3057873Z [00:01:45.472]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T22:31:54.3060714Z [00:01:45.472]➜  internal/oserror
2025-08-20T22:31:54.3061224Z [00:01:45.472]➜  mkdir -p $WORK/b048/
2025-08-20T22:31:54.3079604Z [00:01:45.474]➜  cat >/tmp/go-build3048717155/b048/importcfg << 'EOF' # internal
2025-08-20T22:31:54.3080454Z [00:01:45.474]➜  # import config
2025-08-20T22:31:54.3081409Z [00:01:45.474]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:54.3082119Z [00:01:45.474]➜  EOF
2025-08-20T22:31:54.3085127Z [00:01:45.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b048=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:31:54.3266940Z [00:01:45.492]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:31:54.3268751Z [00:01:45.492]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T22:31:54.3269844Z [00:01:45.492]➜  syscall
2025-08-20T22:31:54.3270340Z [00:01:45.492]➜  mkdir -p $WORK/b046/
2025-08-20T22:31:54.3270965Z [00:01:45.492]➜  echo -n > $WORK/b046/go_asm.h # internal
2025-08-20T22:31:54.3271595Z [00:01:45.492]➜  cd /root/.go/src/syscall
2025-08-20T22:31:54.3273537Z [00:01:45.492]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b046/symabis ./asm_linux_amd64.s
2025-08-20T22:31:54.3397574Z [00:01:45.506]➜  cat >/tmp/go-build3048717155/b046/importcfg << 'EOF' # internal
2025-08-20T22:31:54.3398412Z [00:01:45.506]➜  # import config
2025-08-20T22:31:54.3399159Z [00:01:45.506]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:54.3400117Z [00:01:45.506]➜  packagefile internal/asan=/tmp/go-build3048717155/b027/_pkg_.a
2025-08-20T22:31:54.3401124Z [00:01:45.506]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:54.3402245Z [00:01:45.506]➜  packagefile internal/byteorder=/tmp/go-build3048717155/b012/_pkg_.a
2025-08-20T22:31:54.3403272Z [00:01:45.506]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:54.3404252Z [00:01:45.506]➜  packagefile internal/itoa=/tmp/go-build3048717155/b047/_pkg_.a
2025-08-20T22:31:54.3405235Z [00:01:45.506]➜  packagefile internal/msan=/tmp/go-build3048717155/b028/_pkg_.a
2025-08-20T22:31:54.3406476Z [00:01:45.506]➜  packagefile internal/oserror=/tmp/go-build3048717155/b048/_pkg_.a
2025-08-20T22:31:54.3407891Z [00:01:45.506]➜  packagefile internal/race=/tmp/go-build3048717155/b029/_pkg_.a
2025-08-20T22:31:54.3408974Z [00:01:45.506]➜  packagefile internal/runtime/syscall=/tmp/go-build3048717155/b023/_pkg_.a
2025-08-20T22:31:54.3409948Z [00:01:45.506]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:54.3410774Z [00:01:45.506]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:54.3411646Z [00:01:45.506]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.3412489Z [00:01:45.506]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:54.3413133Z [00:01:45.506]➜  EOF
2025-08-20T22:31:54.3413657Z [00:01:45.506]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:54.3423676Z [00:01:45.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b046=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b046/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack -asmhdr $WORK/b046/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_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-20T22:31:54.3816170Z [00:01:45.548]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:31:54.3829645Z [00:01:45.549]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T22:31:54.3830832Z [00:01:45.549]➜  internal/godebug
2025-08-20T22:31:54.3831398Z [00:01:45.549]➜  mkdir -p $WORK/b044/
2025-08-20T22:31:54.3863514Z [00:01:45.552]➜  cat >/tmp/go-build3048717155/b044/importcfg << 'EOF' # internal
2025-08-20T22:31:54.3864238Z [00:01:45.552]➜  # import config
2025-08-20T22:31:54.3864966Z [00:01:45.552]➜  packagefile internal/bisect=/tmp/go-build3048717155/b045/_pkg_.a
2025-08-20T22:31:54.3866106Z [00:01:45.552]➜  packagefile internal/godebugs=/tmp/go-build3048717155/b015/_pkg_.a
2025-08-20T22:31:54.3867012Z [00:01:45.552]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.3867879Z [00:01:45.552]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:54.3868502Z [00:01:45.552]➜  EOF
2025-08-20T22:31:54.3871345Z [00:01:45.552]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b044=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:31:54.3894492Z [00:01:45.556]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:31:54.3914667Z [00:01:45.558]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T22:31:54.3919257Z [00:01:45.558]➜  bytes
2025-08-20T22:31:54.3919864Z [00:01:45.558]➜  mkdir -p $WORK/b002/
2025-08-20T22:31:54.3926358Z [00:01:45.559]➜  cat >/tmp/go-build3048717155/b002/importcfg << 'EOF' # internal
2025-08-20T22:31:54.3927127Z [00:01:45.559]➜  # import config
2025-08-20T22:31:54.3927781Z [00:01:45.559]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:54.3928650Z [00:01:45.559]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:54.3929437Z [00:01:45.559]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:54.3930147Z [00:01:45.559]➜  packagefile iter=/tmp/go-build3048717155/b038/_pkg_.a
2025-08-20T22:31:54.3930912Z [00:01:45.559]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:54.3931674Z [00:01:45.559]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:54.3932465Z [00:01:45.559]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:54.3933059Z [00:01:45.559]➜  EOF
2025-08-20T22:31:54.3936095Z [00:01:45.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b002=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T22:31:54.4233961Z [00:01:45.590]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:31:54.4260764Z [00:01:45.592]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T22:31:54.4267471Z [00:01:45.593]➜  strconv
2025-08-20T22:31:54.4268190Z [00:01:45.593]➜  mkdir -p $WORK/b052/
2025-08-20T22:31:54.4274717Z [00:01:45.594]➜  cat >/tmp/go-build3048717155/b052/importcfg << 'EOF' # internal
2025-08-20T22:31:54.4277360Z [00:01:45.594]➜  # import config
2025-08-20T22:31:54.4278062Z [00:01:45.594]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:54.4279043Z [00:01:45.594]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:54.4280031Z [00:01:45.594]➜  packagefile internal/stringslite=/tmp/go-build3048717155/b031/_pkg_.a
2025-08-20T22:31:54.4281218Z [00:01:45.594]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:54.4282035Z [00:01:45.594]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:54.4282912Z [00:01:45.594]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:54.4283566Z [00:01:45.594]➜  EOF
2025-08-20T22:31:54.4289004Z [00:01:45.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b052=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T22:31:54.5568504Z [00:01:45.723]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:31:54.5582420Z [00:01:45.724]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:31:54.5604634Z [00:01:45.727]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T22:31:54.5609422Z [00:01:45.727]➜  path
2025-08-20T22:31:54.5618061Z [00:01:45.728]➜  mkdir -p $WORK/b061/
2025-08-20T22:31:54.5623086Z [00:01:45.728]➜  cat >/tmp/go-build3048717155/b061/importcfg << 'EOF' # internal
2025-08-20T22:31:54.5623886Z [00:01:45.729]➜  # import config
2025-08-20T22:31:54.5624884Z [00:01:45.729]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:54.5625996Z [00:01:45.729]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:54.5626940Z [00:01:45.729]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:54.5627540Z [00:01:45.729]➜  EOF
2025-08-20T22:31:54.5630042Z [00:01:45.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b061=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T22:31:54.5634751Z [00:01:45.730]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T22:31:54.5653602Z [00:01:45.732]➜  strings
2025-08-20T22:31:54.5654534Z [00:01:45.732]➜  mkdir -p $WORK/b066/
2025-08-20T22:31:54.5660576Z [00:01:45.732]➜  cat >/tmp/go-build3048717155/b066/importcfg << 'EOF' # internal
2025-08-20T22:31:54.5661367Z [00:01:45.732]➜  # import config
2025-08-20T22:31:54.5662089Z [00:01:45.732]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:54.5662997Z [00:01:45.732]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:54.5663953Z [00:01:45.732]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:54.5664929Z [00:01:45.732]➜  packagefile internal/stringslite=/tmp/go-build3048717155/b031/_pkg_.a
2025-08-20T22:31:54.5665955Z [00:01:45.732]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:54.5666738Z [00:01:45.732]➜  packagefile iter=/tmp/go-build3048717155/b038/_pkg_.a
2025-08-20T22:31:54.5667580Z [00:01:45.732]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:54.5668412Z [00:01:45.732]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.5669212Z [00:01:45.732]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:54.5670047Z [00:01:45.732]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:54.5671113Z [00:01:45.732]➜  EOF
2025-08-20T22:31:54.5675126Z [00:01:45.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b066=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T22:31:54.5982733Z [00:01:45.764]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:31:54.5992773Z [00:01:45.765]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T22:31:54.5996068Z [00:01:45.766]➜  math/rand
2025-08-20T22:31:54.5997409Z [00:01:45.766]➜  mkdir -p $WORK/b076/
2025-08-20T22:31:54.6003954Z [00:01:45.767]➜  cat >/tmp/go-build3048717155/b076/importcfg << 'EOF' # internal
2025-08-20T22:31:54.6004734Z [00:01:45.767]➜  # import config
2025-08-20T22:31:54.6005672Z [00:01:45.767]➜  packagefile internal/godebug=/tmp/go-build3048717155/b044/_pkg_.a
2025-08-20T22:31:54.6006592Z [00:01:45.767]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:54.6007372Z [00:01:45.767]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.6008205Z [00:01:45.767]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:54.6008766Z [00:01:45.767]➜  EOF
2025-08-20T22:31:54.6012410Z [00:01:45.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b076=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T22:31:54.6465649Z [00:01:45.813]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:31:54.6492582Z [00:01:45.815]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T22:31:54.6494113Z [00:01:45.816]➜  encoding/base64
2025-08-20T22:31:54.6495382Z [00:01:45.816]➜  mkdir -p $WORK/b051/
2025-08-20T22:31:54.6560886Z [00:01:45.822]➜  cat >/tmp/go-build3048717155/b051/importcfg << 'EOF' # internal
2025-08-20T22:31:54.6561625Z [00:01:45.822]➜  # import config
2025-08-20T22:31:54.6562446Z [00:01:45.822]➜  packagefile internal/byteorder=/tmp/go-build3048717155/b012/_pkg_.a
2025-08-20T22:31:54.6563361Z [00:01:45.822]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:54.6564188Z [00:01:45.822]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:54.6565005Z [00:01:45.822]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:54.6565852Z [00:01:45.822]➜  EOF
2025-08-20T22:31:54.6568703Z [00:01:45.823]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b051=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:31:54.7312736Z [00:01:45.897]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:31:54.7324040Z [00:01:45.899]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T22:31:54.7338813Z [00:01:45.900]➜  reflect
2025-08-20T22:31:54.7341184Z [00:01:45.900]➜  mkdir -p $WORK/b057/
2025-08-20T22:31:54.7353884Z [00:01:45.902]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T22:31:54.7359981Z [00:01:45.902]➜  cd /root/.go/src/reflect
2025-08-20T22:31:54.7362772Z [00:01:45.902]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b057/symabis ./asm_amd64.s
2025-08-20T22:31:54.7507780Z [00:01:45.917]➜  cat >/tmp/go-build3048717155/b057/importcfg << 'EOF' # internal
2025-08-20T22:31:54.7508582Z [00:01:45.917]➜  # import config
2025-08-20T22:31:54.7510084Z [00:01:45.917]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:54.7511066Z [00:01:45.917]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:54.7512087Z [00:01:45.917]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:54.7513081Z [00:01:45.917]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:54.7514078Z [00:01:45.917]➜  packagefile internal/itoa=/tmp/go-build3048717155/b047/_pkg_.a
2025-08-20T22:31:54.7515036Z [00:01:45.917]➜  packagefile internal/race=/tmp/go-build3048717155/b029/_pkg_.a
2025-08-20T22:31:54.7516275Z [00:01:45.917]➜  packagefile internal/runtime/maps=/tmp/go-build3048717155/b026/_pkg_.a
2025-08-20T22:31:54.7517365Z [00:01:45.917]➜  packagefile internal/runtime/sys=/tmp/go-build3048717155/b030/_pkg_.a
2025-08-20T22:31:54.7518504Z [00:01:45.917]➜  packagefile internal/unsafeheader=/tmp/go-build3048717155/b008/_pkg_.a
2025-08-20T22:31:54.7519471Z [00:01:45.917]➜  packagefile iter=/tmp/go-build3048717155/b038/_pkg_.a
2025-08-20T22:31:54.7520319Z [00:01:45.917]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:54.7521458Z [00:01:45.917]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:54.7522367Z [00:01:45.917]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:54.7523223Z [00:01:45.917]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.7524065Z [00:01:45.917]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:54.7524976Z [00:01:45.917]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:54.7527052Z [00:01:45.917]➜  EOF
2025-08-20T22:31:54.7527583Z [00:01:45.917]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:54.7533094Z [00:01:45.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b057=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b057/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack -asmhdr $WORK/b057/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T22:31:54.7721816Z [00:01:45.938]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:31:54.7739052Z [00:01:45.940]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T22:31:54.7934705Z [00:01:45.959]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:31:54.7980215Z [00:01:45.964]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T22:31:54.8022132Z [00:01:45.968]➜  regexp/syntax
2025-08-20T22:31:54.8022769Z [00:01:45.968]➜  mkdir -p $WORK/b080/
2025-08-20T22:31:54.8032609Z [00:01:45.969]➜  cat >/tmp/go-build3048717155/b080/importcfg << 'EOF' # internal
2025-08-20T22:31:54.8033249Z [00:01:45.969]➜  # import config
2025-08-20T22:31:54.8034107Z [00:01:45.969]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:54.8034792Z [00:01:45.969]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:54.8035627Z [00:01:45.969]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:54.8036332Z [00:01:45.969]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:54.8037027Z [00:01:45.969]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.8037822Z [00:01:45.969]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:54.8038587Z [00:01:45.969]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:54.8039145Z [00:01:45.969]➜  EOF
2025-08-20T22:31:54.8043580Z [00:01:45.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b080=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T22:31:54.8106317Z [00:01:45.977]➜  runtime/cgo
2025-08-20T22:31:54.8106862Z [00:01:45.977]➜  mkdir -p $WORK/b090/
2025-08-20T22:31:54.8116424Z [00:01:45.978]➜  echo -n > $WORK/b090/preferlinkext # internal
2025-08-20T22:31:54.8117155Z [00:01:45.978]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:54.8120751Z [00:01:45.978]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b090/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T22:31:54.8456591Z [00:01:46.011]➜  cd $WORK
2025-08-20T22:31:54.8457694Z [00:01:46.011]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:31:54.8672027Z [00:01:46.033]➜  cd /root/.go/src/syscall
2025-08-20T22:31:54.8677161Z [00:01:46.034]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b046/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T22:31:54.8725706Z [00:01:46.039]➜  go tool pack r $WORK/b046/_pkg_.a $WORK/b046/asm_linux_amd64.o # internal
2025-08-20T22:31:54.8729324Z [00:01:46.039]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:31:54.8739802Z [00:01:46.040]➜  cd $WORK
2025-08-20T22:31:54.8768087Z [00:01:46.043]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:31:54.8794342Z [00:01:46.046]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T22:31:54.8963793Z [00:01:46.062]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T22:31:54.9749507Z [00:01:46.141]➜  time
2025-08-20T22:31:54.9751891Z [00:01:46.141]➜  mkdir -p $WORK/b043/
2025-08-20T22:31:54.9753066Z [00:01:46.141]➜  cat >/tmp/go-build3048717155/b043/importcfg << 'EOF' # internal
2025-08-20T22:31:54.9754036Z [00:01:46.141]➜  # import config
2025-08-20T22:31:54.9756490Z [00:01:46.141]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:54.9757434Z [00:01:46.141]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:54.9758521Z [00:01:46.141]➜  packagefile internal/godebug=/tmp/go-build3048717155/b044/_pkg_.a
2025-08-20T22:31:54.9759587Z [00:01:46.141]➜  packagefile internal/stringslite=/tmp/go-build3048717155/b031/_pkg_.a
2025-08-20T22:31:54.9760956Z [00:01:46.141]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:54.9761881Z [00:01:46.141]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:54.9762758Z [00:01:46.141]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:54.9763638Z [00:01:46.141]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:54.9764319Z [00:01:46.141]➜  EOF
2025-08-20T22:31:54.9764923Z [00:01:46.141]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:54.9769697Z [00:01:46.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b043=>" -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/b043/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T22:31:54.9774466Z [00:01:46.144]➜  cd $WORK
2025-08-20T22:31:54.9775775Z [00:01:46.144]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:31:55.0111777Z [00:01:46.177]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:31:55.0401988Z [00:01:46.206]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:31:55.0502752Z [00:01:46.216]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:31:55.0532710Z [00:01:46.219]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T22:31:55.0606640Z [00:01:46.226]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:31:55.0824319Z [00:01:46.248]➜  cd $WORK/b090
2025-08-20T22:31:55.0828605Z [00:01:46.248]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x001.o -c _cgo_export.c
2025-08-20T22:31:55.0860064Z [00:01:46.252]➜  internal/syscall/unix
2025-08-20T22:31:55.0861173Z [00:01:46.252]➜  mkdir -p $WORK/b063/
2025-08-20T22:31:55.0870412Z [00:01:46.253]➜  cat >/tmp/go-build3048717155/b063/importcfg << 'EOF' # internal
2025-08-20T22:31:55.0871966Z [00:01:46.253]➜  # import config
2025-08-20T22:31:55.0876899Z [00:01:46.254]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:55.0877854Z [00:01:46.254]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:55.0878747Z [00:01:46.254]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:55.0879591Z [00:01:46.254]➜  EOF
2025-08-20T22:31:55.0887770Z [00:01:46.255]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:55.0902220Z [00:01:46.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b063=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_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-20T22:31:55.1102652Z [00:01:46.276]➜  cd $WORK/b090
2025-08-20T22:31:55.1106011Z [00:01:46.276]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x002.o -c cgo.cgo2.c
2025-08-20T22:31:55.1312983Z [00:01:46.297]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:31:55.1331006Z [00:01:46.299]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T22:31:55.1332193Z [00:01:46.299]➜  internal/syscall/execenv
2025-08-20T22:31:55.1332751Z [00:01:46.299]➜  mkdir -p $WORK/b064/
2025-08-20T22:31:55.1333498Z [00:01:46.299]➜  cat >/tmp/go-build3048717155/b064/importcfg << 'EOF' # internal
2025-08-20T22:31:55.1334171Z [00:01:46.299]➜  # import config
2025-08-20T22:31:55.1334854Z [00:01:46.299]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:55.1338463Z [00:01:46.299]➜  EOF
2025-08-20T22:31:55.1339055Z [00:01:46.299]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:55.1342314Z [00:01:46.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b064=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T22:31:55.1429742Z [00:01:46.309]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:31:55.1443946Z [00:01:46.310]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:55.1447109Z [00:01:46.310]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x003.o -c gcc_context.c
2025-08-20T22:31:55.1450308Z [00:01:46.310]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T22:31:55.1451355Z [00:01:46.310]➜  regexp
2025-08-20T22:31:55.1451798Z [00:01:46.310]➜  mkdir -p $WORK/b079/
2025-08-20T22:31:55.1452527Z [00:01:46.310]➜  cat >/tmp/go-build3048717155/b079/importcfg << 'EOF' # internal
2025-08-20T22:31:55.1453207Z [00:01:46.310]➜  # import config
2025-08-20T22:31:55.1453901Z [00:01:46.310]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:55.1455002Z [00:01:46.310]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:55.1456020Z [00:01:46.310]➜  packagefile regexp/syntax=/tmp/go-build3048717155/b080/_pkg_.a
2025-08-20T22:31:55.1456887Z [00:01:46.310]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:55.1457700Z [00:01:46.310]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:55.1458534Z [00:01:46.310]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:55.1460528Z [00:01:46.310]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:55.1461339Z [00:01:46.310]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:55.1462202Z [00:01:46.310]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:55.1462852Z [00:01:46.310]➜  EOF
2025-08-20T22:31:55.1463333Z [00:01:46.310]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:55.1468616Z [00:01:46.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b079=>" -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/b079/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T22:31:55.1953030Z [00:01:46.361]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:55.1956614Z [00:01:46.361]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x004.o -c gcc_fatalf.c
2025-08-20T22:31:55.2641270Z [00:01:46.430]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x005.o -c gcc_libinit.c
2025-08-20T22:31:55.3566384Z [00:01:46.522]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x006.o -c gcc_linux_amd64.c
2025-08-20T22:31:55.4983032Z [00:01:46.664]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:31:55.5059382Z [00:01:46.672]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T22:31:55.5061682Z [00:01:46.672]➜  bufio
2025-08-20T22:31:55.5062419Z [00:01:46.672]➜  mkdir -p $WORK/b097/
2025-08-20T22:31:55.5068319Z [00:01:46.673]➜  cat >/tmp/go-build3048717155/b097/importcfg << 'EOF' # internal
2025-08-20T22:31:55.5068958Z [00:01:46.673]➜  # import config
2025-08-20T22:31:55.5069547Z [00:01:46.673]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:55.5070282Z [00:01:46.673]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:55.5070974Z [00:01:46.673]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:55.5071691Z [00:01:46.673]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:55.5072450Z [00:01:46.673]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:55.5073041Z [00:01:46.673]➜  EOF
2025-08-20T22:31:55.5073453Z [00:01:46.673]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:55.5076089Z [00:01:46.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b097=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T22:31:55.5318586Z [00:01:46.695]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:55.5324292Z [00:01:46.698]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x007.o -c gcc_mmap.c
2025-08-20T22:31:55.5361207Z [00:01:46.702]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:31:55.5469311Z [00:01:46.713]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T22:31:55.5501238Z [00:01:46.716]➜  context
2025-08-20T22:31:55.5504069Z [00:01:46.716]➜  mkdir -p $WORK/b042/
2025-08-20T22:31:55.5509457Z [00:01:46.717]➜  cat >/tmp/go-build3048717155/b042/importcfg << 'EOF' # internal
2025-08-20T22:31:55.5510405Z [00:01:46.717]➜  # import config
2025-08-20T22:31:55.5511236Z [00:01:46.717]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:55.5514643Z [00:01:46.717]➜  packagefile internal/reflectlite=/tmp/go-build3048717155/b004/_pkg_.a
2025-08-20T22:31:55.5515778Z [00:01:46.717]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:55.5516711Z [00:01:46.717]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:55.5517919Z [00:01:46.717]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:55.5518539Z [00:01:46.717]➜  EOF
2025-08-20T22:31:55.5518987Z [00:01:46.717]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:55.5521598Z [00:01:46.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b042=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:31:55.6200333Z [00:01:46.785]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:55.6206170Z [00:01:46.785]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x008.o -c gcc_setenv.c
2025-08-20T22:31:55.6617717Z [00:01:46.828]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:31:55.6635752Z [00:01:46.830]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T22:31:55.6642419Z [00:01:46.830]➜  io/fs
2025-08-20T22:31:55.6643644Z [00:01:46.831]➜  mkdir -p $WORK/b060/
2025-08-20T22:31:55.6648973Z [00:01:46.831]➜  cat >/tmp/go-build3048717155/b060/importcfg << 'EOF' # internal
2025-08-20T22:31:55.6649948Z [00:01:46.831]➜  # import config
2025-08-20T22:31:55.6650675Z [00:01:46.831]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:55.6653022Z [00:01:46.831]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:55.6655066Z [00:01:46.831]➜  packagefile internal/oserror=/tmp/go-build3048717155/b048/_pkg_.a
2025-08-20T22:31:55.6656433Z [00:01:46.831]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:55.6660455Z [00:01:46.831]➜  packagefile path=/tmp/go-build3048717155/b061/_pkg_.a
2025-08-20T22:31:55.6661289Z [00:01:46.831]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:55.6662402Z [00:01:46.831]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:55.6663092Z [00:01:46.831]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:55.6663701Z [00:01:46.831]➜  EOF
2025-08-20T22:31:55.6664183Z [00:01:46.832]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:31:55.6664759Z [00:01:46.832]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:55.6669035Z [00:01:46.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b060=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T22:31:55.6692401Z [00:01:46.835]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T22:31:55.6766810Z [00:01:46.843]➜  internal/poll
2025-08-20T22:31:55.6769619Z [00:01:46.843]➜  mkdir -p $WORK/b062/
2025-08-20T22:31:55.6774727Z [00:01:46.844]➜  cat >/tmp/go-build3048717155/b062/importcfg << 'EOF' # internal
2025-08-20T22:31:55.6778539Z [00:01:46.844]➜  # import config
2025-08-20T22:31:55.6781531Z [00:01:46.844]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:55.6788490Z [00:01:46.844]➜  packagefile internal/itoa=/tmp/go-build3048717155/b047/_pkg_.a
2025-08-20T22:31:55.6789486Z [00:01:46.844]➜  packagefile internal/syscall/unix=/tmp/go-build3048717155/b063/_pkg_.a
2025-08-20T22:31:55.6790659Z [00:01:46.844]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:55.6791496Z [00:01:46.844]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:55.6792331Z [00:01:46.844]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:55.6793186Z [00:01:46.844]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:55.6793999Z [00:01:46.844]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:55.6794807Z [00:01:46.844]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:55.6795397Z [00:01:46.844]➜  EOF
2025-08-20T22:31:55.6804690Z [00:01:46.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b062=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T22:31:55.6820842Z [00:01:46.848]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:55.6823730Z [00:01:46.848]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x009.o -c gcc_sigaction.c
2025-08-20T22:31:55.7720622Z [00:01:46.938]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x010.o -c gcc_stack_unix.c
2025-08-20T22:31:55.7927526Z [00:01:46.959]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:31:55.7946680Z [00:01:46.961]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T22:31:55.7952477Z [00:01:46.961]➜  internal/filepathlite
2025-08-20T22:31:55.7953092Z [00:01:46.961]➜  mkdir -p $WORK/b059/
2025-08-20T22:31:55.7953867Z [00:01:46.961]➜  cat >/tmp/go-build3048717155/b059/importcfg << 'EOF' # internal
2025-08-20T22:31:55.7954610Z [00:01:46.961]➜  # import config
2025-08-20T22:31:55.7955318Z [00:01:46.961]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:55.7956452Z [00:01:46.961]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:55.7957515Z [00:01:46.961]➜  packagefile internal/stringslite=/tmp/go-build3048717155/b031/_pkg_.a
2025-08-20T22:31:55.7958505Z [00:01:46.961]➜  packagefile io/fs=/tmp/go-build3048717155/b060/_pkg_.a
2025-08-20T22:31:55.7959380Z [00:01:46.961]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:55.7960382Z [00:01:46.961]➜  EOF
2025-08-20T22:31:55.7961018Z [00:01:46.961]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:55.7965069Z [00:01:46.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b059=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T22:31:55.8108955Z [00:01:46.977]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:55.8113721Z [00:01:46.977]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x011.o -c gcc_traceback.c
2025-08-20T22:31:55.8257837Z [00:01:46.991]➜  cd /root/.go/src/reflect
2025-08-20T22:31:55.8262199Z [00:01:46.991]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/asm_amd64.o ./asm_amd64.s
2025-08-20T22:31:55.8293429Z [00:01:46.995]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:31:55.8297773Z [00:01:46.996]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/asm_amd64.o # internal
2025-08-20T22:31:55.8298601Z [00:01:46.996]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:31:55.8319542Z [00:01:46.997]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T22:31:55.8321566Z [00:01:46.998]➜  image
2025-08-20T22:31:55.8323452Z [00:01:46.998]➜  mkdir -p $WORK/b096/
2025-08-20T22:31:55.8324205Z [00:01:46.998]➜  cat >/tmp/go-build3048717155/b096/importcfg << 'EOF' # internal
2025-08-20T22:31:55.8325240Z [00:01:46.998]➜  # import config
2025-08-20T22:31:55.8326120Z [00:01:46.998]➜  packagefile bufio=/tmp/go-build3048717155/b097/_pkg_.a
2025-08-20T22:31:55.8326933Z [00:01:46.998]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:55.8327784Z [00:01:46.998]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:31:55.8328606Z [00:01:46.998]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:55.8329398Z [00:01:46.998]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:55.8330221Z [00:01:46.998]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:55.8330995Z [00:01:46.998]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:55.8331832Z [00:01:46.998]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:55.8332491Z [00:01:46.998]➜  EOF
2025-08-20T22:31:55.8333016Z [00:01:46.998]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:55.8350430Z [00:01:46.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b096=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid FUsm-DkEVGAeb5T_ajyX/FUsm-DkEVGAeb5T_ajyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T22:31:55.8425747Z [00:01:47.009]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T22:31:55.8428106Z [00:01:47.009]➜  internal/fmtsort
2025-08-20T22:31:55.8428846Z [00:01:47.009]➜  mkdir -p $WORK/b056/
2025-08-20T22:31:55.8434369Z [00:01:47.010]➜  cat >/tmp/go-build3048717155/b056/importcfg << 'EOF' # internal
2025-08-20T22:31:55.8436429Z [00:01:47.010]➜  # import config
2025-08-20T22:31:55.8437097Z [00:01:47.010]➜  packagefile cmp=/tmp/go-build3048717155/b050/_pkg_.a
2025-08-20T22:31:55.8437959Z [00:01:47.010]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:31:55.8438942Z [00:01:47.010]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:55.8439544Z [00:01:47.010]➜  EOF
2025-08-20T22:31:55.8442443Z [00:01:47.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b056=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:31:55.8490704Z [00:01:47.015]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:55.8494976Z [00:01:47.015]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x012.o -c gcc_util.c
2025-08-20T22:31:55.8956614Z [00:01:47.062]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x013.o -c linux_syscall.c
2025-08-20T22:31:55.9353596Z [00:01:47.101]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:31:55.9373072Z [00:01:47.103]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T22:31:55.9378833Z [00:01:47.104]➜  encoding/binary
2025-08-20T22:31:55.9379700Z [00:01:47.104]➜  mkdir -p $WORK/b086/
2025-08-20T22:31:55.9387294Z [00:01:47.105]➜  cat >/tmp/go-build3048717155/b086/importcfg << 'EOF' # internal
2025-08-20T22:31:55.9388018Z [00:01:47.105]➜  # import config
2025-08-20T22:31:55.9388664Z [00:01:47.105]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:55.9389462Z [00:01:47.105]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:55.9390243Z [00:01:47.105]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:55.9391065Z [00:01:47.105]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:31:55.9391884Z [00:01:47.105]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:55.9392678Z [00:01:47.105]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:55.9393278Z [00:01:47.105]➜  EOF
2025-08-20T22:31:55.9394770Z [00:01:47.106]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:55.9398367Z [00:01:47.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b086=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T22:31:55.9422654Z [00:01:47.108]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:31:55.9460004Z [00:01:47.112]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T22:31:55.9476698Z [00:01:47.114]➜  os
2025-08-20T22:31:55.9480076Z [00:01:47.114]➜  mkdir -p $WORK/b058/
2025-08-20T22:31:55.9490222Z [00:01:47.115]➜  cat >/tmp/go-build3048717155/b058/importcfg << 'EOF' # internal
2025-08-20T22:31:55.9490996Z [00:01:47.115]➜  # import config
2025-08-20T22:31:55.9491711Z [00:01:47.115]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:55.9492706Z [00:01:47.115]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:55.9493748Z [00:01:47.115]➜  packagefile internal/byteorder=/tmp/go-build3048717155/b012/_pkg_.a
2025-08-20T22:31:55.9494821Z [00:01:47.115]➜  packagefile internal/filepathlite=/tmp/go-build3048717155/b059/_pkg_.a
2025-08-20T22:31:55.9495990Z [00:01:47.115]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:55.9498907Z [00:01:47.116]➜  packagefile internal/itoa=/tmp/go-build3048717155/b047/_pkg_.a
2025-08-20T22:31:55.9499830Z [00:01:47.116]➜  packagefile internal/poll=/tmp/go-build3048717155/b062/_pkg_.a
2025-08-20T22:31:55.9500751Z [00:01:47.116]➜  packagefile internal/stringslite=/tmp/go-build3048717155/b031/_pkg_.a
2025-08-20T22:31:55.9501774Z [00:01:47.116]➜  packagefile internal/syscall/execenv=/tmp/go-build3048717155/b064/_pkg_.a
2025-08-20T22:31:55.9502786Z [00:01:47.116]➜  packagefile internal/syscall/unix=/tmp/go-build3048717155/b063/_pkg_.a
2025-08-20T22:31:55.9504012Z [00:01:47.116]➜  packagefile internal/testlog=/tmp/go-build3048717155/b065/_pkg_.a
2025-08-20T22:31:55.9504885Z [00:01:47.116]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:55.9505960Z [00:01:47.116]➜  packagefile io/fs=/tmp/go-build3048717155/b060/_pkg_.a
2025-08-20T22:31:55.9506857Z [00:01:47.116]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:55.9507734Z [00:01:47.116]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:55.9508583Z [00:01:47.116]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:55.9509476Z [00:01:47.116]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:55.9510370Z [00:01:47.116]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:55.9511237Z [00:01:47.116]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:55.9511864Z [00:01:47.116]➜  EOF
2025-08-20T22:31:55.9529416Z [00:01:47.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b058=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T22:31:55.9701820Z [00:01:47.136]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:55.9720036Z [00:01:47.137]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_x014.o -c gcc_amd64.S
2025-08-20T22:31:55.9893269Z [00:01:47.155]➜  cd $WORK/b090
2025-08-20T22:31:55.9896431Z [00:01:47.155]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I $WORK/b090/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b090/_cgo_main.o -c _cgo_main.c
2025-08-20T22:31:56.0473671Z [00:01:47.213]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:56.0478780Z [00:01:47.214]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -o $WORK/b090/_cgo_.o $WORK/b090/_cgo_main.o $WORK/b090/preferlinkext $WORK/b090/_x001.o $WORK/b090/_x002.o $WORK/b090/_x003.o $WORK/b090/_x004.o $WORK/b090/_x005.o $WORK/b090/_x006.o $WORK/b090/_x007.o $WORK/b090/_x008.o $WORK/b090/_x009.o $WORK/b090/_x010.o $WORK/b090/_x011.o $WORK/b090/_x012.o $WORK/b090/_x013.o $WORK/b090/_x014.o -O2 -g -lpthread
2025-08-20T22:31:56.0771582Z [00:01:47.243]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:31:56.0869697Z [00:01:47.253]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d # internal
2025-08-20T22:31:56.0877559Z [00:01:47.254]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:31:56.0878228Z [00:01:47.254]➜  mkdir -p $WORK/b107/
2025-08-20T22:31:56.0885855Z [00:01:47.255]➜  cat >/tmp/go-build3048717155/b107/importcfg << 'EOF' # internal
2025-08-20T22:31:56.0887245Z [00:01:47.255]➜  # import config
2025-08-20T22:31:56.0888519Z [00:01:47.255]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:56.0889460Z [00:01:47.255]➜  EOF
2025-08-20T22:31:56.0921118Z [00:01:47.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b107=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T22:31:56.1493613Z [00:01:47.315]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:31:56.1542938Z [00:01:47.320]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T22:31:56.1567779Z [00:01:47.322]➜  golang.org/x/sys/unix
2025-08-20T22:31:56.1599352Z [00:01:47.322]➜  mkdir -p $WORK/b085/
2025-08-20T22:31:56.1600224Z [00:01:47.323]➜  echo -n > $WORK/b085/go_asm.h # internal
2025-08-20T22:31:56.1600848Z [00:01:47.323]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T22:31:56.1612239Z [00:01:47.323]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b085/symabis ./asm_linux_amd64.s
2025-08-20T22:31:56.1614407Z [00:01:47.327]➜  cat >/tmp/go-build3048717155/b085/importcfg << 'EOF' # internal
2025-08-20T22:31:56.1615059Z [00:01:47.327]➜  # import config
2025-08-20T22:31:56.1619065Z [00:01:47.327]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:56.1619968Z [00:01:47.327]➜  packagefile encoding/binary=/tmp/go-build3048717155/b086/_pkg_.a
2025-08-20T22:31:56.1620862Z [00:01:47.327]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:56.1621693Z [00:01:47.327]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:56.1622499Z [00:01:47.327]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:56.1623305Z [00:01:47.327]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:56.1624093Z [00:01:47.327]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:56.1624869Z [00:01:47.327]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:56.1625915Z [00:01:47.327]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:56.1626703Z [00:01:47.327]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:56.1627459Z [00:01:47.327]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:56.1628040Z [00:01:47.327]➜  EOF
2025-08-20T22:31:56.1628503Z [00:01:47.327]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:56.1649239Z [00:01:47.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b085=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid D8lfyRlhl6uuf8bLHL5n/D8lfyRlhl6uuf8bLHL5n -goversion go1.25.0 -symabis $WORK/b085/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack -asmhdr $WORK/b085/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_amd64_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_x86_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsysnum_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux_amd64.go
2025-08-20T22:31:56.1971086Z [00:01:47.362]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -o $WORK/b090/_cgo_.o $WORK/b090/_cgo_main.o $WORK/b090/preferlinkext $WORK/b090/_x001.o $WORK/b090/_x002.o $WORK/b090/_x003.o $WORK/b090/_x004.o $WORK/b090/_x005.o $WORK/b090/_x006.o $WORK/b090/_x007.o $WORK/b090/_x008.o $WORK/b090/_x009.o $WORK/b090/_x010.o $WORK/b090/_x011.o $WORK/b090/_x012.o $WORK/b090/_x013.o $WORK/b090/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T22:31:56.1975090Z [00:01:47.363]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b090/_cgo_.o -dynout $WORK/b090/_cgo_import.go -dynlinker
2025-08-20T22:31:56.2047645Z [00:01:47.370]➜  echo -n > $WORK/b090/go_asm.h # internal
2025-08-20T22:31:56.2053897Z [00:01:47.370]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:56.2056123Z [00:01:47.370]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b090/symabis ./asm_amd64.s
2025-08-20T22:31:56.2175413Z [00:01:47.383]➜  cat >/tmp/go-build3048717155/b090/importcfg << 'EOF' # internal
2025-08-20T22:31:56.2176296Z [00:01:47.383]➜  # import config
2025-08-20T22:31:56.2177121Z [00:01:47.383]➜  packagefile internal/runtime/sys=/tmp/go-build3048717155/b030/_pkg_.a
2025-08-20T22:31:56.2178116Z [00:01:47.383]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:56.2178985Z [00:01:47.383]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:56.2179636Z [00:01:47.383]➜  EOF
2025-08-20T22:31:56.2180135Z [00:01:47.383]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:56.2185871Z [00:01:47.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b090=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b090/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack -asmhdr $WORK/b090/go_asm.h /root/.go/src/runtime/cgo/callbacks.go /root/.go/src/runtime/cgo/callbacks_traceback.go /root/.go/src/runtime/cgo/handle.go /root/.go/src/runtime/cgo/iscgo.go /root/.go/src/runtime/cgo/linux.go /root/.go/src/runtime/cgo/mmap.go /root/.go/src/runtime/cgo/setenv.go /root/.go/src/runtime/cgo/sigaction.go $WORK/b090/_cgo_gotypes.go $WORK/b090/cgo.cgo1.go $WORK/b090/_cgo_import.go
2025-08-20T22:31:56.3580915Z [00:01:47.524]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:31:56.3617060Z [00:01:47.528]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T22:31:56.3664932Z [00:01:47.528]➜  internal/singleflight
2025-08-20T22:31:56.3665903Z [00:01:47.528]➜  mkdir -p $WORK/b109/
2025-08-20T22:31:56.3667030Z [00:01:47.528]➜  cat >/tmp/go-build3048717155/b109/importcfg << 'EOF' # internal
2025-08-20T22:31:56.3667778Z [00:01:47.528]➜  # import config
2025-08-20T22:31:56.3668447Z [00:01:47.528]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:56.3669121Z [00:01:47.528]➜  EOF
2025-08-20T22:31:56.3672279Z [00:01:47.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b109=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:31:56.3881355Z [00:01:47.554]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b090/abi_GOARCH.h
2025-08-20T22:31:56.3887845Z [00:01:47.555]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:56.3890355Z [00:01:47.555]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b090/asm_amd64.o ./asm_amd64.s
2025-08-20T22:31:56.3906589Z [00:01:47.557]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:31:56.3920966Z [00:01:47.558]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T22:31:56.3922580Z [00:01:47.558]➜  unique
2025-08-20T22:31:56.3923581Z [00:01:47.558]➜  mkdir -p $WORK/b111/
2025-08-20T22:31:56.3926059Z [00:01:47.558]➜  cat >/tmp/go-build3048717155/b111/importcfg << 'EOF' # internal
2025-08-20T22:31:56.3926718Z [00:01:47.558]➜  # import config
2025-08-20T22:31:56.3945260Z [00:01:47.558]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:31:56.3947113Z [00:01:47.558]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:31:56.3948540Z [00:01:47.558]➜  packagefile internal/stringslite=/tmp/go-build3048717155/b031/_pkg_.a
2025-08-20T22:31:56.3949959Z [00:01:47.558]➜  packagefile internal/sync=/tmp/go-build3048717155/b035/_pkg_.a
2025-08-20T22:31:56.3950880Z [00:01:47.558]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:56.3952627Z [00:01:47.558]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:56.3953654Z [00:01:47.558]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:56.3954514Z [00:01:47.558]➜  packagefile weak=/tmp/go-build3048717155/b112/_pkg_.a
2025-08-20T22:31:56.3955120Z [00:01:47.558]➜  EOF
2025-08-20T22:31:56.3957012Z [00:01:47.558]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:56.3960541Z [00:01:47.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b111=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T22:31:56.4026393Z [00:01:47.569]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:31:56.4033668Z [00:01:47.569]➜  go tool pack r $WORK/b090/_pkg_.a $WORK/b090/asm_amd64.o $WORK/b090/preferlinkext $WORK/b090/_x001.o $WORK/b090/_x002.o $WORK/b090/_x003.o $WORK/b090/_x004.o $WORK/b090/_x005.o $WORK/b090/_x006.o $WORK/b090/_x007.o $WORK/b090/_x008.o $WORK/b090/_x009.o $WORK/b090/_x010.o $WORK/b090/_x011.o $WORK/b090/_x012.o $WORK/b090/_x013.o $WORK/b090/_x014.o # internal
2025-08-20T22:31:56.4040439Z [00:01:47.570]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:31:56.4066676Z [00:01:47.573]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T22:31:56.4073045Z [00:01:47.573]➜  golang.org/x/text/internal/tag
2025-08-20T22:31:56.4073652Z [00:01:47.573]➜  mkdir -p $WORK/b121/
2025-08-20T22:31:56.4115105Z [00:01:47.578]➜  cat >/tmp/go-build3048717155/b121/importcfg << 'EOF' # internal
2025-08-20T22:31:56.4122768Z [00:01:47.578]➜  # import config
2025-08-20T22:31:56.4123520Z [00:01:47.578]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:56.4124166Z [00:01:47.578]➜  EOF
2025-08-20T22:31:56.4124688Z [00:01:47.578]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:56.4128500Z [00:01:47.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/tag=>golang.org/x/text@v0.24.0/internal/tag;$WORK/b121=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid HAcz-oEPOc8i0W2vvi0l/HAcz-oEPOc8i0W2vvi0l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/tag/tag.go
2025-08-20T22:31:56.4626414Z [00:01:47.629]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:31:56.4642299Z [00:01:47.629]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/e4/e49c58c2aa29002b8a6f6314d27993286e0b2c8cf4bddb5e0313d52e285742f7-d # internal
2025-08-20T22:31:56.4643528Z [00:01:47.629]➜  golang.org/x/text/transform
2025-08-20T22:31:56.4644117Z [00:01:47.630]➜  mkdir -p $WORK/b123/
2025-08-20T22:31:56.4644836Z [00:01:47.630]➜  cat >/tmp/go-build3048717155/b123/importcfg << 'EOF' # internal
2025-08-20T22:31:56.4645960Z [00:01:47.630]➜  # import config
2025-08-20T22:31:56.4646894Z [00:01:47.630]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:56.4648114Z [00:01:47.630]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:56.4649207Z [00:01:47.630]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:56.4650314Z [00:01:47.630]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:56.4651336Z [00:01:47.630]➜  EOF
2025-08-20T22:31:56.4662072Z [00:01:47.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/transform=>golang.org/x/text@v0.24.0/transform;$WORK/b123=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid LRkhAYj6PVw-ZOA_W21K/LRkhAYj6PVw-ZOA_W21K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/transform/transform.go
2025-08-20T22:31:56.5398050Z [00:01:47.705]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:31:56.5415103Z [00:01:47.708]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T22:31:56.5418846Z [00:01:47.708]➜  net/netip
2025-08-20T22:31:56.5419329Z [00:01:47.708]➜  mkdir -p $WORK/b110/
2025-08-20T22:31:56.5428475Z [00:01:47.709]➜  cat >/tmp/go-build3048717155/b110/importcfg << 'EOF' # internal
2025-08-20T22:31:56.5429444Z [00:01:47.709]➜  # import config
2025-08-20T22:31:56.5430466Z [00:01:47.709]➜  packagefile cmp=/tmp/go-build3048717155/b050/_pkg_.a
2025-08-20T22:31:56.5433491Z [00:01:47.709]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:56.5434493Z [00:01:47.709]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:56.5435706Z [00:01:47.709]➜  packagefile internal/byteorder=/tmp/go-build3048717155/b012/_pkg_.a
2025-08-20T22:31:56.5436688Z [00:01:47.709]➜  packagefile internal/itoa=/tmp/go-build3048717155/b047/_pkg_.a
2025-08-20T22:31:56.5437563Z [00:01:47.709]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:56.5438388Z [00:01:47.709]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:31:56.5439231Z [00:01:47.709]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:56.5440076Z [00:01:47.709]➜  packagefile unique=/tmp/go-build3048717155/b111/_pkg_.a
2025-08-20T22:31:56.5440690Z [00:01:47.709]➜  EOF
2025-08-20T22:31:56.5443882Z [00:01:47.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b110=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T22:31:56.5528579Z [00:01:47.719]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:31:56.5548554Z [00:01:47.720]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/43/43aaeba45de0feca8a84d92fb25cbe734255a446e17cb720cb89849cf3499991-d # internal
2025-08-20T22:31:56.5549774Z [00:01:47.720]➜  github.com/charmbracelet/x/conpty
2025-08-20T22:31:56.5550394Z [00:01:47.720]➜  mkdir -p $WORK/b128/
2025-08-20T22:31:56.5558075Z [00:01:47.721]➜  cat >/tmp/go-build3048717155/b128/importcfg << 'EOF' # internal
2025-08-20T22:31:56.5559342Z [00:01:47.721]➜  # import config
2025-08-20T22:31:56.5560533Z [00:01:47.721]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:56.5562664Z [00:01:47.721]➜  EOF
2025-08-20T22:31:56.5567104Z [00:01:47.721]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/conpty@v0.1.0=>github.com/charmbracelet/x/conpty@v0.1.0;$WORK/b128=>" -p github.com/charmbracelet/x/conpty -lang=go1.18 -complete -installsuffix shared -buildid cAtiyAyiAf1pCKiegKzM/cAtiyAyiAf1pCKiegKzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/conpty@v0.1.0/conpty_other.go /root/go/pkg/mod/github.com/charmbracelet/x/conpty@v0.1.0/doc.go
2025-08-20T22:31:56.5688237Z [00:01:47.733]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:31:56.5749049Z [00:01:47.741]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/13/13fb0a24d02ae5b503acf9a61158c8af807c1b78f5593fdfa3a6a58a24602d17-d # internal
2025-08-20T22:31:56.5983804Z [00:01:47.764]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:31:56.6064239Z [00:01:47.773]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T22:31:56.6073232Z [00:01:47.773]➜  fmt
2025-08-20T22:31:56.6076031Z [00:01:47.773]➜  mkdir -p $WORK/b055/
2025-08-20T22:31:56.6077067Z [00:01:47.773]➜  cat >/tmp/go-build3048717155/b055/importcfg << 'EOF' # internal
2025-08-20T22:31:56.6081390Z [00:01:47.773]➜  # import config
2025-08-20T22:31:56.6083371Z [00:01:47.773]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:56.6084717Z [00:01:47.773]➜  packagefile internal/fmtsort=/tmp/go-build3048717155/b056/_pkg_.a
2025-08-20T22:31:56.6086154Z [00:01:47.773]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:56.6087186Z [00:01:47.773]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:56.6089908Z [00:01:47.773]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:56.6092304Z [00:01:47.773]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:31:56.6093506Z [00:01:47.773]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:56.6094700Z [00:01:47.773]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:56.6096018Z [00:01:47.773]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:56.6098610Z [00:01:47.773]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:56.6099648Z [00:01:47.773]➜  EOF
2025-08-20T22:31:56.6102893Z [00:01:47.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b055=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T22:31:56.6106476Z [00:01:47.774]➜  github.com/mattn/go-runewidth
2025-08-20T22:31:56.6107445Z [00:01:47.774]➜  mkdir -p $WORK/b077/
2025-08-20T22:31:56.6108745Z [00:01:47.774]➜  cat >/tmp/go-build3048717155/b077/importcfg << 'EOF' # internal
2025-08-20T22:31:56.6109725Z [00:01:47.774]➜  # import config
2025-08-20T22:31:56.6110758Z [00:01:47.774]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3048717155/b078/_pkg_.a
2025-08-20T22:31:56.6112277Z [00:01:47.774]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:56.6113422Z [00:01:47.774]➜  packagefile regexp=/tmp/go-build3048717155/b079/_pkg_.a
2025-08-20T22:31:56.6114467Z [00:01:47.775]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:56.6115724Z [00:01:47.775]➜  EOF
2025-08-20T22:31:56.6120654Z [00:01:47.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b077=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid 3jRGoxD3BDFGd0rRY7mt/3jRGoxD3BDFGd0rRY7mt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_table.go
2025-08-20T22:31:56.6641258Z [00:01:47.830]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:31:56.6651905Z [00:01:47.831]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/74/74137ec69c1d323ae63052c516a095c22d3d2c4dcc3f9a2856608c85d4b1b154-d # internal
2025-08-20T22:31:56.6662084Z [00:01:47.831]➜  io/ioutil
2025-08-20T22:31:56.6662600Z [00:01:47.831]➜  mkdir -p $WORK/b088/
2025-08-20T22:31:56.6663335Z [00:01:47.832]➜  cat >/tmp/go-build3048717155/b088/importcfg << 'EOF' # internal
2025-08-20T22:31:56.6664035Z [00:01:47.832]➜  # import config
2025-08-20T22:31:56.6664725Z [00:01:47.832]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:56.6665754Z [00:01:47.832]➜  packagefile io/fs=/tmp/go-build3048717155/b060/_pkg_.a
2025-08-20T22:31:56.6666620Z [00:01:47.832]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:56.6667897Z [00:01:47.832]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:56.6668757Z [00:01:47.832]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:56.6669401Z [00:01:47.832]➜  EOF
2025-08-20T22:31:56.6672195Z [00:01:47.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b088=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid EEG5fZB88GPgERr2M_6i/EEG5fZB88GPgERr2M_6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T22:31:56.7210693Z [00:01:47.887]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:31:56.7224177Z [00:01:47.888]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T22:31:56.7231018Z [00:01:47.889]➜  path/filepath
2025-08-20T22:31:56.7234595Z [00:01:47.889]➜  mkdir -p $WORK/b092/
2025-08-20T22:31:56.7235413Z [00:01:47.889]➜  cat >/tmp/go-build3048717155/b092/importcfg << 'EOF' # internal
2025-08-20T22:31:56.7236377Z [00:01:47.890]➜  # import config
2025-08-20T22:31:56.7237114Z [00:01:47.890]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:56.7238062Z [00:01:47.890]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:56.7239135Z [00:01:47.890]➜  packagefile internal/filepathlite=/tmp/go-build3048717155/b059/_pkg_.a
2025-08-20T22:31:56.7240088Z [00:01:47.890]➜  packagefile io/fs=/tmp/go-build3048717155/b060/_pkg_.a
2025-08-20T22:31:56.7240922Z [00:01:47.890]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:56.7242136Z [00:01:47.890]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:56.7243053Z [00:01:47.890]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:56.7243936Z [00:01:47.890]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:56.7244836Z [00:01:47.890]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:56.7250818Z [00:01:47.890]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:56.7251579Z [00:01:47.890]➜  EOF
2025-08-20T22:31:56.7255849Z [00:01:47.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b092=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T22:31:56.9083751Z [00:01:48.074]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:31:56.9122700Z [00:01:48.078]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T22:31:56.9130336Z [00:01:48.079]➜  os/exec
2025-08-20T22:31:56.9133836Z [00:01:48.079]➜  mkdir -p $WORK/b091/
2025-08-20T22:31:56.9144896Z [00:01:48.079]➜  cat >/tmp/go-build3048717155/b091/importcfg << 'EOF' # internal
2025-08-20T22:31:56.9145862Z [00:01:48.080]➜  # import config
2025-08-20T22:31:56.9146535Z [00:01:48.080]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:56.9147372Z [00:01:48.080]➜  packagefile context=/tmp/go-build3048717155/b042/_pkg_.a
2025-08-20T22:31:56.9148252Z [00:01:48.080]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:56.9149185Z [00:01:48.080]➜  packagefile internal/godebug=/tmp/go-build3048717155/b044/_pkg_.a
2025-08-20T22:31:56.9150208Z [00:01:48.080]➜  packagefile internal/syscall/execenv=/tmp/go-build3048717155/b064/_pkg_.a
2025-08-20T22:31:56.9151250Z [00:01:48.080]➜  packagefile internal/syscall/unix=/tmp/go-build3048717155/b063/_pkg_.a
2025-08-20T22:31:56.9152473Z [00:01:48.081]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:56.9153891Z [00:01:48.081]➜  packagefile io/fs=/tmp/go-build3048717155/b060/_pkg_.a
2025-08-20T22:31:56.9155125Z [00:01:48.081]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:56.9156692Z [00:01:48.081]➜  packagefile path/filepath=/tmp/go-build3048717155/b092/_pkg_.a
2025-08-20T22:31:56.9158099Z [00:01:48.081]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:56.9160527Z [00:01:48.081]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:56.9161444Z [00:01:48.081]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:56.9162311Z [00:01:48.081]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:56.9163129Z [00:01:48.081]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:56.9163742Z [00:01:48.081]➜  EOF
2025-08-20T22:31:56.9166957Z [00:01:48.081]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b091=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T22:31:56.9858824Z [00:01:48.152]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:31:56.9905149Z [00:01:48.157]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T22:31:56.9907867Z [00:01:48.157]➜  encoding/hex
2025-08-20T22:31:56.9908735Z [00:01:48.157]➜  mkdir -p $WORK/b054/
2025-08-20T22:31:56.9929798Z [00:01:48.159]➜  cat >/tmp/go-build3048717155/b054/importcfg << 'EOF' # internal
2025-08-20T22:31:56.9930755Z [00:01:48.159]➜  # import config
2025-08-20T22:31:56.9933670Z [00:01:48.159]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:56.9934562Z [00:01:48.159]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:56.9935384Z [00:01:48.159]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:56.9936421Z [00:01:48.159]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:56.9937304Z [00:01:48.159]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:56.9937981Z [00:01:48.159]➜  EOF
2025-08-20T22:31:56.9940804Z [00:01:48.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b054=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:31:57.0337251Z [00:01:48.200]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:31:57.0346984Z [00:01:48.201]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T22:31:57.0354721Z [00:01:48.201]➜  database/sql/driver
2025-08-20T22:31:57.0355273Z [00:01:48.201]➜  mkdir -p $WORK/b071/
2025-08-20T22:31:57.0356179Z [00:01:48.201]➜  cat >/tmp/go-build3048717155/b071/importcfg << 'EOF' # internal
2025-08-20T22:31:57.0356861Z [00:01:48.201]➜  # import config
2025-08-20T22:31:57.0357595Z [00:01:48.201]➜  packagefile context=/tmp/go-build3048717155/b042/_pkg_.a
2025-08-20T22:31:57.0358449Z [00:01:48.201]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:57.0359254Z [00:01:48.202]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.0360083Z [00:01:48.202]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:31:57.0360899Z [00:01:48.202]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:57.0362055Z [00:01:48.202]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:57.0362674Z [00:01:48.202]➜  EOF
2025-08-20T22:31:57.0366116Z [00:01:48.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b071=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid INg8tgFsvmSkfhWpsAAf/INg8tgFsvmSkfhWpsAAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T22:31:57.0401016Z [00:01:48.206]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:31:57.0566007Z [00:01:48.222]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T22:31:57.0596777Z [00:01:48.223]➜  encoding/json
2025-08-20T22:31:57.0597318Z [00:01:48.223]➜  mkdir -p $WORK/b072/
2025-08-20T22:31:57.0598097Z [00:01:48.223]➜  cat >/tmp/go-build3048717155/b072/importcfg << 'EOF' # internal
2025-08-20T22:31:57.0598831Z [00:01:48.223]➜  # import config
2025-08-20T22:31:57.0599531Z [00:01:48.223]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:57.0600439Z [00:01:48.223]➜  packagefile cmp=/tmp/go-build3048717155/b050/_pkg_.a
2025-08-20T22:31:57.0601266Z [00:01:48.223]➜  packagefile encoding=/tmp/go-build3048717155/b073/_pkg_.a
2025-08-20T22:31:57.0602175Z [00:01:48.223]➜  packagefile encoding/base64=/tmp/go-build3048717155/b051/_pkg_.a
2025-08-20T22:31:57.0603058Z [00:01:48.223]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:57.0603941Z [00:01:48.223]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.0605181Z [00:01:48.223]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:57.0606263Z [00:01:48.223]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:57.0607140Z [00:01:48.223]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:31:57.0608014Z [00:01:48.223]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:57.0608863Z [00:01:48.223]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:57.0609724Z [00:01:48.223]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.0610597Z [00:01:48.223]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:57.0611424Z [00:01:48.223]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:57.0612296Z [00:01:48.224]➜  packagefile unicode/utf16=/tmp/go-build3048717155/b074/_pkg_.a
2025-08-20T22:31:57.0613236Z [00:01:48.224]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:57.0613914Z [00:01:48.224]➜  EOF
2025-08-20T22:31:57.0618858Z [00:01:48.224]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b072=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T22:31:57.1001013Z [00:01:48.266]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:31:57.1184450Z [00:01:48.284]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T22:31:57.1187005Z [00:01:48.285]➜  net/url
2025-08-20T22:31:57.1187590Z [00:01:48.285]➜  mkdir -p $WORK/b082/
2025-08-20T22:31:57.1192057Z [00:01:48.285]➜  cat >/tmp/go-build3048717155/b082/importcfg << 'EOF' # internal
2025-08-20T22:31:57.1195305Z [00:01:48.285]➜  # import config
2025-08-20T22:31:57.1196221Z [00:01:48.285]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:57.1197082Z [00:01:48.285]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.1197891Z [00:01:48.285]➜  packagefile maps=/tmp/go-build3048717155/b083/_pkg_.a
2025-08-20T22:31:57.1198708Z [00:01:48.285]➜  packagefile path=/tmp/go-build3048717155/b061/_pkg_.a
2025-08-20T22:31:57.1199535Z [00:01:48.285]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:57.1200388Z [00:01:48.285]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:57.1201259Z [00:01:48.285]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.1201890Z [00:01:48.285]➜  EOF
2025-08-20T22:31:57.1204519Z [00:01:48.285]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b082=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:31:57.1382234Z [00:01:48.304]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:31:57.1406667Z [00:01:48.307]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d # internal
2025-08-20T22:31:57.1415004Z [00:01:48.307]➜  os/user
2025-08-20T22:31:57.1415750Z [00:01:48.307]➜  mkdir -p $WORK/b089/
2025-08-20T22:31:57.1416453Z [00:01:48.307]➜  echo -n > $WORK/b089/preferlinkext # internal
2025-08-20T22:31:57.1421000Z [00:01:48.308]➜  cd /root/.go/src/os/user
2025-08-20T22:31:57.1423264Z [00:01:48.308]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b089/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T22:31:57.2776603Z [00:01:48.444]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:31:57.2810822Z [00:01:48.447]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T22:31:57.2812937Z [00:01:48.447]➜  github.com/muesli/mango
2025-08-20T22:31:57.2815414Z [00:01:48.447]➜  mkdir -p $WORK/b101/
2025-08-20T22:31:57.2818733Z [00:01:48.447]➜  cat >/tmp/go-build3048717155/b101/importcfg << 'EOF' # internal
2025-08-20T22:31:57.2819494Z [00:01:48.447]➜  # import config
2025-08-20T22:31:57.2820193Z [00:01:48.447]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:57.2821038Z [00:01:48.447]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.2821924Z [00:01:48.447]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:57.2822729Z [00:01:48.447]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.2823569Z [00:01:48.447]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:57.2824215Z [00:01:48.447]➜  EOF
2025-08-20T22:31:57.2824702Z [00:01:48.447]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:57.2828622Z [00:01:48.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/mango@v0.1.0=>github.com/muesli/mango@v0.1.0;$WORK/b101=>" -p github.com/muesli/mango -lang=go1.17 -complete -installsuffix shared -buildid WCkPhZV7ulrqbE90K2ar/WCkPhZV7ulrqbE90K2ar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/muesli/mango@v0.1.0/builder.go /root/go/pkg/mod/github.com/muesli/mango@v0.1.0/mango.go
2025-08-20T22:31:57.3083173Z [00:01:48.474]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T22:31:57.3088368Z [00:01:48.474]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b085/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T22:31:57.3133317Z [00:01:48.479]➜  go tool pack r $WORK/b085/_pkg_.a $WORK/b085/asm_linux_amd64.o # internal
2025-08-20T22:31:57.3137295Z [00:01:48.480]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:31:57.3176109Z [00:01:48.484]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:31:57.3192836Z [00:01:48.485]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/4e/4e2b15c4abbf93a9bd8d1549cf38500cce3f63ae5da7f32a9210a6c2f6594ddc-d # internal
2025-08-20T22:31:57.3193935Z [00:01:48.485]➜  encoding/csv
2025-08-20T22:31:57.3194448Z [00:01:48.485]➜  mkdir -p $WORK/b104/
2025-08-20T22:31:57.3197114Z [00:01:48.485]➜  cat >/tmp/go-build3048717155/b104/importcfg << 'EOF' # internal
2025-08-20T22:31:57.3197805Z [00:01:48.485]➜  # import config
2025-08-20T22:31:57.3198470Z [00:01:48.485]➜  packagefile bufio=/tmp/go-build3048717155/b097/_pkg_.a
2025-08-20T22:31:57.3199315Z [00:01:48.485]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:57.3200133Z [00:01:48.485]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:57.3200925Z [00:01:48.485]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.3201693Z [00:01:48.485]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:57.3202488Z [00:01:48.485]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.3203303Z [00:01:48.485]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:57.3204164Z [00:01:48.485]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:57.3204821Z [00:01:48.485]➜  EOF
2025-08-20T22:31:57.3205852Z [00:01:48.485]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:57.3209055Z [00:01:48.485]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b104=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid dFigBiPSnLZxb6OSzN82/dFigBiPSnLZxb6OSzN82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T22:31:57.3299297Z [00:01:48.496]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d # internal
2025-08-20T22:31:57.3314413Z [00:01:48.496]➜  github.com/charmbracelet/x/term
2025-08-20T22:31:57.3315099Z [00:01:48.496]➜  mkdir -p $WORK/b084/
2025-08-20T22:31:57.3316068Z [00:01:48.496]➜  cat >/tmp/go-build3048717155/b084/importcfg << 'EOF' # internal
2025-08-20T22:31:57.3316732Z [00:01:48.496]➜  # import config
2025-08-20T22:31:57.3317541Z [00:01:48.496]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3048717155/b085/_pkg_.a
2025-08-20T22:31:57.3318424Z [00:01:48.496]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:57.3319238Z [00:01:48.496]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:57.3319906Z [00:01:48.496]➜  EOF
2025-08-20T22:31:57.3325823Z [00:01:48.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b084=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid MiYEQuQb3XhNWKNMjZzA/MiYEQuQb3XhNWKNMjZzA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix_other.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/terminal.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/util.go
2025-08-20T22:31:57.3680387Z [00:01:48.534]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:31:57.3698951Z [00:01:48.536]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/52/52f17d30d48aa5781b002901204c4f03156afc98fb5d7417ed2f5f0edf9aaa3a-d # internal
2025-08-20T22:31:57.3700184Z [00:01:48.536]➜  github.com/muesli/cancelreader
2025-08-20T22:31:57.3700777Z [00:01:48.536]➜  mkdir -p $WORK/b098/
2025-08-20T22:31:57.3712965Z [00:01:48.537]➜  cat >/tmp/go-build3048717155/b098/importcfg << 'EOF' # internal
2025-08-20T22:31:57.3713803Z [00:01:48.537]➜  # import config
2025-08-20T22:31:57.3714498Z [00:01:48.537]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:57.3715363Z [00:01:48.537]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.3719240Z [00:01:48.537]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3048717155/b085/_pkg_.a
2025-08-20T22:31:57.3720282Z [00:01:48.537]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:57.3721136Z [00:01:48.537]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:57.3721999Z [00:01:48.537]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.3722916Z [00:01:48.537]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:57.3723547Z [00:01:48.537]➜  EOF
2025-08-20T22:31:57.3730550Z [00:01:48.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2=>github.com/muesli/cancelreader@v0.2.2;$WORK/b098=>" -p github.com/muesli/cancelreader -lang=go1.17 -complete -installsuffix shared -buildid H96hcu84_sey2_QE2UwB/H96hcu84_sey2_QE2UwB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2/cancelreader.go /root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2/cancelreader_linux.go
2025-08-20T22:31:57.3795708Z [00:01:48.546]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:31:57.3807363Z [00:01:48.546]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/da/da6751e5fc7c545d8d5d938bd2463348c42836b1f4ece3b3a8bd89c2adc18a4d-d # internal
2025-08-20T22:31:57.3808600Z [00:01:48.546]➜  flag
2025-08-20T22:31:57.3809083Z [00:01:48.546]➜  mkdir -p $WORK/b105/
2025-08-20T22:31:57.3809842Z [00:01:48.547]➜  cat >/tmp/go-build3048717155/b105/importcfg << 'EOF' # internal
2025-08-20T22:31:57.3810572Z [00:01:48.547]➜  # import config
2025-08-20T22:31:57.3811270Z [00:01:48.547]➜  packagefile encoding=/tmp/go-build3048717155/b073/_pkg_.a
2025-08-20T22:31:57.3812142Z [00:01:48.547]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:57.3814702Z [00:01:48.547]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.3816145Z [00:01:48.548]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:57.3817736Z [00:01:48.548]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:57.3818899Z [00:01:48.548]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:31:57.3819833Z [00:01:48.548]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:57.3820857Z [00:01:48.548]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:57.3823886Z [00:01:48.548]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:57.3824799Z [00:01:48.548]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.3825979Z [00:01:48.548]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:57.3826622Z [00:01:48.548]➜  EOF
2025-08-20T22:31:57.3829147Z [00:01:48.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b105=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:31:57.4552701Z [00:01:48.621]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:31:57.4562539Z [00:01:48.622]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/30/30348393f605a4b00a4708480796d50b8f0301385752a27f0e979078090d07e1-d # internal
2025-08-20T22:31:57.4734755Z [00:01:48.639]➜  net
2025-08-20T22:31:57.4736240Z [00:01:48.640]➜  mkdir -p $WORK/b106/
2025-08-20T22:31:57.4741478Z [00:01:48.640]➜  echo -n > $WORK/b106/preferlinkext # internal
2025-08-20T22:31:57.4742464Z [00:01:48.640]➜  cd /root/.go/src/net
2025-08-20T22:31:57.4744967Z [00:01:48.640]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b106/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T22:31:57.5945262Z [00:01:48.761]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:31:57.5981688Z [00:01:48.764]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T22:31:57.5985997Z [00:01:48.764]➜  text/template/parse
2025-08-20T22:31:57.5986652Z [00:01:48.764]➜  mkdir -p $WORK/b115/
2025-08-20T22:31:57.5990460Z [00:01:48.765]➜  cat >/tmp/go-build3048717155/b115/importcfg << 'EOF' # internal
2025-08-20T22:31:57.5991163Z [00:01:48.765]➜  # import config
2025-08-20T22:31:57.5991838Z [00:01:48.765]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:57.5992646Z [00:01:48.765]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.5993442Z [00:01:48.765]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:57.5994259Z [00:01:48.765]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:57.5995136Z [00:01:48.765]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.5996707Z [00:01:48.765]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:57.5997824Z [00:01:48.765]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:57.5998573Z [00:01:48.765]➜  EOF
2025-08-20T22:31:57.5999156Z [00:01:48.765]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:57.6003781Z [00:01:48.765]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b115=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid iLaawt6vnKFXhBlutn6m/iLaawt6vnKFXhBlutn6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T22:31:57.6668614Z [00:01:48.833]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:31:57.6766068Z [00:01:48.842]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T22:31:57.6769046Z [00:01:48.842]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T22:31:57.6769683Z [00:01:48.842]➜  mkdir -p $WORK/b070/
2025-08-20T22:31:57.6770476Z [00:01:48.842]➜  cat >/tmp/go-build3048717155/b070/importcfg << 'EOF' # internal
2025-08-20T22:31:57.6771157Z [00:01:48.842]➜  # import config
2025-08-20T22:31:57.6771927Z [00:01:48.842]➜  packagefile database/sql/driver=/tmp/go-build3048717155/b071/_pkg_.a
2025-08-20T22:31:57.6772888Z [00:01:48.842]➜  packagefile encoding/json=/tmp/go-build3048717155/b072/_pkg_.a
2025-08-20T22:31:57.6773731Z [00:01:48.842]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.6774561Z [00:01:48.842]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:31:57.6775375Z [00:01:48.842]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:57.6776329Z [00:01:48.842]➜  packagefile math/rand=/tmp/go-build3048717155/b076/_pkg_.a
2025-08-20T22:31:57.6777174Z [00:01:48.843]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:31:57.6777782Z [00:01:48.843]➜  EOF
2025-08-20T22:31:57.6784163Z [00:01:48.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0=>github.com/lucasb-eyer/go-colorful@v1.2.0;$WORK/b070=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid 5ZfmM3DAm6Kgvew992V-/5ZfmM3DAm6Kgvew992V- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hsluv.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/warm_palettegen.go
2025-08-20T22:31:57.7044717Z [00:01:48.870]➜  cd $WORK/b089
2025-08-20T22:31:57.7049901Z [00:01:48.871]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b089/_x001.o -c _cgo_export.c
2025-08-20T22:31:57.7458232Z [00:01:48.912]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b089/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T22:31:57.8349955Z [00:01:49.001]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b089/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T22:31:57.8367421Z [00:01:49.003]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:31:57.8392774Z [00:01:49.005]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/1c/1c9173e08641b9f3fc40a9e0a12bc59762aa01376e4c4f2f4411b037fcce813a-d # internal
2025-08-20T22:31:57.8522198Z [00:01:49.018]➜  github.com/charmbracelet/x/ansi
2025-08-20T22:31:57.8528739Z [00:01:49.018]➜  mkdir -p $WORK/b068/
2025-08-20T22:31:57.8529506Z [00:01:49.018]➜  cat >/tmp/go-build3048717155/b068/importcfg << 'EOF' # internal
2025-08-20T22:31:57.8530172Z [00:01:49.018]➜  # import config
2025-08-20T22:31:57.8530816Z [00:01:49.018]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:57.8531697Z [00:01:49.018]➜  packagefile encoding/base64=/tmp/go-build3048717155/b051/_pkg_.a
2025-08-20T22:31:57.8532601Z [00:01:49.018]➜  packagefile encoding/hex=/tmp/go-build3048717155/b054/_pkg_.a
2025-08-20T22:31:57.8533469Z [00:01:49.018]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.8534537Z [00:01:49.018]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3048717155/b069/_pkg_.a
2025-08-20T22:31:57.8536007Z [00:01:49.018]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3048717155/b070/_pkg_.a
2025-08-20T22:31:57.8537195Z [00:01:49.018]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3048717155/b077/_pkg_.a
2025-08-20T22:31:57.8538314Z [00:01:49.018]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3048717155/b078/_pkg_.a
2025-08-20T22:31:57.8539273Z [00:01:49.018]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:31:57.8540156Z [00:01:49.018]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:57.8540986Z [00:01:49.018]➜  packagefile net/url=/tmp/go-build3048717155/b082/_pkg_.a
2025-08-20T22:31:57.8541819Z [00:01:49.018]➜  packagefile path=/tmp/go-build3048717155/b061/_pkg_.a
2025-08-20T22:31:57.8542999Z [00:01:49.018]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:57.8543849Z [00:01:49.018]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.8544679Z [00:01:49.018]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:57.8545746Z [00:01:49.018]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:57.8546584Z [00:01:49.018]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:57.8547190Z [00:01:49.018]➜  EOF
2025-08-20T22:31:57.8547643Z [00:01:49.018]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:57.8571220Z [00:01:49.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1=>github.com/charmbracelet/x/ansi@v0.10.1;$WORK/b068=>" -p github.com/charmbracelet/x/ansi -lang=go1.23 -complete -installsuffix shared -buildid knCrqjB_R3JCSZQgCcV4/knCrqjB_R3JCSZQgCcV4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/ansi.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/ascii.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/background.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/c0.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/c1.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/charset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/clipboard.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/color.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/ctrl.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/cursor.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/cwd.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/doc.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/finalterm.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/focus.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/hyperlink.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/iterm2.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/keypad.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/kitty.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/method.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/mode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/modes.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/mouse.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/notification.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser_decode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser_handler.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/parser_sync.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/passthrough.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/paste.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/reset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/sgr.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/status.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/style.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/termcap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/title.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/truncate.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/util.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/width.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/winop.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.10.1/xterm.go
2025-08-20T22:31:57.8769860Z [00:01:49.043]➜  cd $WORK/b089
2025-08-20T22:31:57.8773259Z [00:01:49.043]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -I $WORK/b089/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b089/_cgo_main.o -c _cgo_main.c
2025-08-20T22:31:57.9051045Z [00:01:49.071]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:57.9055630Z [00:01:49.071]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -o $WORK/b089/_cgo_.o $WORK/b089/_cgo_main.o $WORK/b089/preferlinkext $WORK/b089/_x001.o $WORK/b089/_x002.o $WORK/b089/_x003.o -O2 -g
2025-08-20T22:31:57.9188930Z [00:01:49.085]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:31:57.9239215Z [00:01:49.090]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d # internal
2025-08-20T22:31:57.9240509Z [00:01:49.090]➜  github.com/charmbracelet/x/exp/charmtone
2025-08-20T22:31:57.9241113Z [00:01:49.090]➜  mkdir -p $WORK/b099/
2025-08-20T22:31:57.9241862Z [00:01:49.090]➜  cat >/tmp/go-build3048717155/b099/importcfg << 'EOF' # internal
2025-08-20T22:31:57.9242537Z [00:01:49.090]➜  # import config
2025-08-20T22:31:57.9243176Z [00:01:49.090]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.9244186Z [00:01:49.090]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3048717155/b070/_pkg_.a
2025-08-20T22:31:57.9245292Z [00:01:49.090]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:31:57.9246472Z [00:01:49.090]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:57.9247367Z [00:01:49.090]➜  EOF
2025-08-20T22:31:57.9251653Z [00:01:49.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/exp/charmtone@v0.0.0-20250603201427-c31516f43444=>github.com/charmbracelet/x/exp/charmtone@v0.0.0-20250603201427-c31516f43444;$WORK/b099=>" -p github.com/charmbracelet/x/exp/charmtone -lang=go1.23 -complete -installsuffix shared -buildid U-ajNfM_czIDRh_rF0N4/U-ajNfM_czIDRh_rF0N4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/charmtone@v0.0.0-20250603201427-c31516f43444/charmtone.go
2025-08-20T22:31:57.9560679Z [00:01:49.122]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:31:57.9573334Z [00:01:49.123]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/9e/9e928162226faef226f3ae7f57d90cf3f6684352fe30ec38e24474548c6ff9cd-d # internal
2025-08-20T22:31:57.9586427Z [00:01:49.125]➜  text/template
2025-08-20T22:31:57.9586973Z [00:01:49.125]➜  mkdir -p $WORK/b114/
2025-08-20T22:31:57.9595228Z [00:01:49.126]➜  cat >/tmp/go-build3048717155/b114/importcfg << 'EOF' # internal
2025-08-20T22:31:57.9596082Z [00:01:49.126]➜  # import config
2025-08-20T22:31:57.9596815Z [00:01:49.126]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:57.9597654Z [00:01:49.126]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.9598568Z [00:01:49.126]➜  packagefile internal/fmtsort=/tmp/go-build3048717155/b056/_pkg_.a
2025-08-20T22:31:57.9599449Z [00:01:49.126]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:57.9600250Z [00:01:49.126]➜  packagefile io/fs=/tmp/go-build3048717155/b060/_pkg_.a
2025-08-20T22:31:57.9601059Z [00:01:49.126]➜  packagefile maps=/tmp/go-build3048717155/b083/_pkg_.a
2025-08-20T22:31:57.9601888Z [00:01:49.126]➜  packagefile net/url=/tmp/go-build3048717155/b082/_pkg_.a
2025-08-20T22:31:57.9602660Z [00:01:49.126]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:57.9603462Z [00:01:49.126]➜  packagefile path=/tmp/go-build3048717155/b061/_pkg_.a
2025-08-20T22:31:57.9604263Z [00:01:49.126]➜  packagefile path/filepath=/tmp/go-build3048717155/b092/_pkg_.a
2025-08-20T22:31:57.9605816Z [00:01:49.126]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:31:57.9606714Z [00:01:49.126]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:57.9607574Z [00:01:49.126]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.9608417Z [00:01:49.126]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:57.9609349Z [00:01:49.126]➜  packagefile text/template/parse=/tmp/go-build3048717155/b115/_pkg_.a
2025-08-20T22:31:57.9610283Z [00:01:49.126]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:57.9611132Z [00:01:49.126]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:57.9611806Z [00:01:49.126]➜  EOF
2025-08-20T22:31:57.9616411Z [00:01:49.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b114=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid ypanQPsal6bRcI3odVa5/ypanQPsal6bRcI3odVa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T22:31:57.9826620Z [00:01:49.149]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b089=/tmp/go-build -gno-record-gcc-switches -o $WORK/b089/_cgo_.o $WORK/b089/_cgo_main.o $WORK/b089/preferlinkext $WORK/b089/_x001.o $WORK/b089/_x002.o $WORK/b089/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T22:31:57.9829475Z [00:01:49.149]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b089/_cgo_.o -dynout $WORK/b089/_cgo_import.go
2025-08-20T22:31:57.9869222Z [00:01:49.153]➜  cat >/tmp/go-build3048717155/b089/importcfg << 'EOF' # internal
2025-08-20T22:31:57.9870019Z [00:01:49.153]➜  # import config
2025-08-20T22:31:57.9870703Z [00:01:49.153]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:57.9871541Z [00:01:49.153]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:57.9872414Z [00:01:49.153]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:57.9873252Z [00:01:49.153]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:57.9874064Z [00:01:49.153]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:57.9874894Z [00:01:49.153]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:57.9875992Z [00:01:49.153]➜  packagefile runtime/cgo=/tmp/go-build3048717155/b090/_pkg_.a
2025-08-20T22:31:57.9876681Z [00:01:49.153]➜  EOF
2025-08-20T22:31:57.9880627Z [00:01:49.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b089=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/os/user/cgo_listgroups_unix.go /root/.go/src/os/user/cgo_lookup_unix.go /root/.go/src/os/user/lookup.go /root/.go/src/os/user/user.go $WORK/b089/_cgo_gotypes.go $WORK/b089/cgo_lookup_cgo.cgo1.go $WORK/b089/getgrouplist_unix.cgo1.go $WORK/b089/_cgo_import.go
2025-08-20T22:31:58.0595094Z [00:01:49.225]➜  cd /root/.go/src/os/user
2025-08-20T22:31:58.0596637Z [00:01:49.226]➜  go tool pack r $WORK/b089/_pkg_.a $WORK/b089/preferlinkext $WORK/b089/_x001.o $WORK/b089/_x002.o $WORK/b089/_x003.o # internal
2025-08-20T22:31:58.0620133Z [00:01:49.228]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:31:58.0635734Z [00:01:49.230]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/90/903873eb44e99168bab55d04b8098665af29a9aac6d023432f7238637309a72c-d # internal
2025-08-20T22:31:58.0641727Z [00:01:49.230]➜  github.com/xo/terminfo
2025-08-20T22:31:58.0642390Z [00:01:49.230]➜  mkdir -p $WORK/b087/
2025-08-20T22:31:58.0670039Z [00:01:49.231]➜  cat >/tmp/go-build3048717155/b087/importcfg << 'EOF' # internal
2025-08-20T22:31:58.0670845Z [00:01:49.231]➜  # import config
2025-08-20T22:31:58.0671514Z [00:01:49.231]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:58.0672337Z [00:01:49.231]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:58.0673142Z [00:01:49.231]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:58.0673957Z [00:01:49.231]➜  packagefile io/ioutil=/tmp/go-build3048717155/b088/_pkg_.a
2025-08-20T22:31:58.0674768Z [00:01:49.231]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:58.0697225Z [00:01:49.231]➜  packagefile os/user=/tmp/go-build3048717155/b089/_pkg_.a
2025-08-20T22:31:58.0698280Z [00:01:49.231]➜  packagefile path=/tmp/go-build3048717155/b061/_pkg_.a
2025-08-20T22:31:58.0699174Z [00:01:49.231]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:58.0700094Z [00:01:49.231]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:58.0700977Z [00:01:49.231]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:58.0701982Z [00:01:49.231]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:58.0702640Z [00:01:49.231]➜  EOF
2025-08-20T22:31:58.0703159Z [00:01:49.231]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:58.0711604Z [00:01:49.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e=>github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e;$WORK/b087=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid UZlJh9yniyXgEcV9qklw/UZlJh9yniyXgEcV9qklw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/caps.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/capvals.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/color.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/dec.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/load.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/param.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/stack.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/terminfo.go
2025-08-20T22:31:58.2937171Z [00:01:49.459]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:31:58.2940934Z [00:01:49.460]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:31:58.2971326Z [00:01:49.463]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/65/6558430ec049905e6790840f5e25256e28f25d93a5f6b51d232fc26f7941ff5d-d # internal
2025-08-20T22:31:58.2973000Z [00:01:49.463]➜  github.com/muesli/roff
2025-08-20T22:31:58.2975722Z [00:01:49.464]➜  mkdir -p $WORK/b116/
2025-08-20T22:31:58.2980704Z [00:01:49.464]➜  cat >/tmp/go-build3048717155/b116/importcfg << 'EOF' # internal
2025-08-20T22:31:58.2981835Z [00:01:49.464]➜  # import config
2025-08-20T22:31:58.2982863Z [00:01:49.464]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:58.2984568Z [00:01:49.464]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:58.2985366Z [00:01:49.464]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:58.2986467Z [00:01:49.464]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:58.2987058Z [00:01:49.464]➜  EOF
2025-08-20T22:31:58.2990013Z [00:01:49.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/roff@v0.1.0=>github.com/muesli/roff@v0.1.0;$WORK/b116=>" -p github.com/muesli/roff -lang=go1.17 -complete -installsuffix shared -buildid 6GgB5bDBAatCtFUN6J4Q/6GgB5bDBAatCtFUN6J4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/go/pkg/mod/github.com/muesli/roff@v0.1.0/roff.go
2025-08-20T22:31:58.3020748Z [00:01:49.468]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/64/64723c9ab441883802182112114aabd539bb1ede0b54231da2245d5b9a66fe10-d # internal
2025-08-20T22:31:58.3028202Z [00:01:49.469]➜  github.com/charmbracelet/colorprofile
2025-08-20T22:31:58.3030981Z [00:01:49.469]➜  mkdir -p $WORK/b067/
2025-08-20T22:31:58.3041944Z [00:01:49.470]➜  cat >/tmp/go-build3048717155/b067/importcfg << 'EOF' # internal
2025-08-20T22:31:58.3046949Z [00:01:49.470]➜  # import config
2025-08-20T22:31:58.3047662Z [00:01:49.470]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:58.3048501Z [00:01:49.470]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:58.3049936Z [00:01:49.470]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3048717155/b068/_pkg_.a
2025-08-20T22:31:58.3051194Z [00:01:49.470]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3048717155/b084/_pkg_.a
2025-08-20T22:31:58.3052410Z [00:01:49.470]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3048717155/b070/_pkg_.a
2025-08-20T22:31:58.3053510Z [00:01:49.470]➜  packagefile github.com/xo/terminfo=/tmp/go-build3048717155/b087/_pkg_.a
2025-08-20T22:31:58.3054473Z [00:01:49.470]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:31:58.3055327Z [00:01:49.470]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:58.3056281Z [00:01:49.470]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:58.3057089Z [00:01:49.470]➜  packagefile os/exec=/tmp/go-build3048717155/b091/_pkg_.a
2025-08-20T22:31:58.3057846Z [00:01:49.470]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:58.3058740Z [00:01:49.470]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:58.3059627Z [00:01:49.470]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:58.3060284Z [00:01:49.470]➜  EOF
2025-08-20T22:31:58.3081995Z [00:01:49.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1=>github.com/charmbracelet/colorprofile@v0.3.1;$WORK/b067=>" -p github.com/charmbracelet/colorprofile -lang=go1.23 -complete -installsuffix shared -buildid ReYlT4oYxTl4wbdT2Jal/ReYlT4oYxTl4wbdT2Jal -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/doc.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/env.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/env_other.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/profile.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.1/writer.go
2025-08-20T22:31:58.3094393Z [00:01:49.476]➜  cd $WORK/b106
2025-08-20T22:31:58.3097536Z [00:01:49.476]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b106/_x001.o -c _cgo_export.c
2025-08-20T22:31:58.3307388Z [00:01:49.496]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:31:58.3310486Z [00:01:49.497]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/3a/3ae76255ee71e95d1c0aa7b5d1ee170aa91007bceb68a18a3749e72e532b8daf-d # internal
2025-08-20T22:31:58.3350472Z [00:01:49.501]➜  golang.org/x/text/internal/language
2025-08-20T22:31:58.3351706Z [00:01:49.501]➜  mkdir -p $WORK/b120/
2025-08-20T22:31:58.3357079Z [00:01:49.502]➜  cat >/tmp/go-build3048717155/b120/importcfg << 'EOF' # internal
2025-08-20T22:31:58.3358996Z [00:01:49.502]➜  # import config
2025-08-20T22:31:58.3360111Z [00:01:49.502]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:58.3361417Z [00:01:49.502]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:58.3366479Z [00:01:49.502]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:58.3367881Z [00:01:49.502]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3048717155/b121/_pkg_.a
2025-08-20T22:31:58.3369248Z [00:01:49.502]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:58.3370956Z [00:01:49.502]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:58.3371746Z [00:01:49.502]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:58.3372328Z [00:01:49.502]➜  EOF
2025-08-20T22:31:58.3372772Z [00:01:49.502]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:58.3381083Z [00:01:49.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language=>golang.org/x/text@v0.24.0/internal/language;$WORK/b120=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid gJ-4PW1iHF_VP5xAWirL/gJ-4PW1iHF_VP5xAWirL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/tags.go
2025-08-20T22:31:58.3794229Z [00:01:49.545]➜  cd $WORK/b106
2025-08-20T22:31:58.3799310Z [00:01:49.545]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b106/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:31:58.4374173Z [00:01:49.603]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:31:58.4399074Z [00:01:49.606]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/eb/eb1bfb3e6ceadb94009a27dae3a42ce9ffbf48800b950bda99d7994ed5dbc992-d # internal
2025-08-20T22:31:58.4406489Z [00:01:49.607]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b106/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:31:58.4416618Z [00:01:49.608]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T22:31:58.4419086Z [00:01:49.608]➜  mkdir -p $WORK/b095/
2025-08-20T22:31:58.4430876Z [00:01:49.609]➜  cat >/tmp/go-build3048717155/b095/importcfg << 'EOF' # internal
2025-08-20T22:31:58.4437618Z [00:01:49.609]➜  # import config
2025-08-20T22:31:58.4438295Z [00:01:49.609]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:58.4439112Z [00:01:49.609]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:58.4439897Z [00:01:49.609]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:58.4440906Z [00:01:49.609]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3048717155/b067/_pkg_.a
2025-08-20T22:31:58.4442194Z [00:01:49.609]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3048717155/b068/_pkg_.a
2025-08-20T22:31:58.4443345Z [00:01:49.609]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3048717155/b084/_pkg_.a
2025-08-20T22:31:58.4444471Z [00:01:49.609]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3048717155/b077/_pkg_.a
2025-08-20T22:31:58.4445731Z [00:01:49.609]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3048717155/b078/_pkg_.a
2025-08-20T22:31:58.4446639Z [00:01:49.609]➜  packagefile image=/tmp/go-build3048717155/b096/_pkg_.a
2025-08-20T22:31:58.4447484Z [00:01:49.609]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:31:58.4448290Z [00:01:49.609]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:58.4449047Z [00:01:49.609]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:58.4449823Z [00:01:49.609]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:58.4450624Z [00:01:49.609]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:58.4451625Z [00:01:49.609]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:58.4452451Z [00:01:49.609]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:58.4453059Z [00:01:49.609]➜  EOF
2025-08-20T22:31:58.4453505Z [00:01:49.609]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:58.4467510Z [00:01:49.609]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b095=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid 0oSsfrDj_DAwtzzqa84i/0oSsfrDj_DAwtzzqa84i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/buffer.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/cell.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/errors.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/geom.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hardscroll.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hashmap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/link.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/sequence.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/style.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/tabstop.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/utils.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/writer.go
2025-08-20T22:31:58.4476760Z [00:01:49.611]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:31:58.4511059Z [00:01:49.616]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d # internal
2025-08-20T22:31:58.4516522Z [00:01:49.617]➜  golang.org/x/text/unicode/norm
2025-08-20T22:31:58.4517400Z [00:01:49.617]➜  mkdir -p $WORK/b124/
2025-08-20T22:31:58.4518208Z [00:01:49.618]➜  cat >/tmp/go-build3048717155/b124/importcfg << 'EOF' # internal
2025-08-20T22:31:58.4520649Z [00:01:49.618]➜  # import config
2025-08-20T22:31:58.4523012Z [00:01:49.618]➜  packagefile encoding/binary=/tmp/go-build3048717155/b086/_pkg_.a
2025-08-20T22:31:58.4527322Z [00:01:49.618]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:58.4528323Z [00:01:49.618]➜  packagefile golang.org/x/text/transform=/tmp/go-build3048717155/b123/_pkg_.a
2025-08-20T22:31:58.4529207Z [00:01:49.618]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:58.4530023Z [00:01:49.618]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:58.4530889Z [00:01:49.618]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:58.4531556Z [00:01:49.618]➜  EOF
2025-08-20T22:31:58.4539948Z [00:01:49.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm=>golang.org/x/text@v0.24.0/unicode/norm;$WORK/b124=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid R0DqHNrX6cZGbGM_3F-D/R0DqHNrX6cZGbGM_3F-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/trie.go
2025-08-20T22:31:58.4871602Z [00:01:49.653]➜  cd $WORK/b106
2025-08-20T22:31:58.4876759Z [00:01:49.653]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b106/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:31:58.5261354Z [00:01:49.692]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b106/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:31:58.5791377Z [00:01:49.745]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b106/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:31:58.6132301Z [00:01:49.779]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:31:58.6245258Z [00:01:49.791]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/c7/c77cca91058c376d455b32ad4598f3d54b65d633c7d82bb88d09f4e9eb10a086-d # internal
2025-08-20T22:31:58.6248515Z [00:01:49.791]➜  golang.org/x/text/internal/language/compact
2025-08-20T22:31:58.6250860Z [00:01:49.791]➜  mkdir -p $WORK/b122/
2025-08-20T22:31:58.6258258Z [00:01:49.792]➜  cat >/tmp/go-build3048717155/b122/importcfg << 'EOF' # internal
2025-08-20T22:31:58.6259205Z [00:01:49.792]➜  # import config
2025-08-20T22:31:58.6260321Z [00:01:49.792]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3048717155/b120/_pkg_.a
2025-08-20T22:31:58.6261599Z [00:01:49.792]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:58.6266295Z [00:01:49.792]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:58.6268012Z [00:01:49.792]➜  EOF
2025-08-20T22:31:58.6268817Z [00:01:49.793]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:58.6274814Z [00:01:49.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact=>golang.org/x/text@v0.24.0/internal/language/compact;$WORK/b122=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid gyxuyoh7UQ2xnpyCRYp9/gyxuyoh7UQ2xnpyCRYp9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/tags.go
2025-08-20T22:31:58.6280305Z [00:01:49.793]➜  cd $WORK/b106
2025-08-20T22:31:58.6308323Z [00:01:49.795]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -I $WORK/b106/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b106/_cgo_main.o -c _cgo_main.c
2025-08-20T22:31:58.6770606Z [00:01:49.843]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:58.6775728Z [00:01:49.843]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -o $WORK/b106/_cgo_.o $WORK/b106/_cgo_main.o $WORK/b106/preferlinkext $WORK/b106/_x001.o $WORK/b106/_x002.o $WORK/b106/_x003.o $WORK/b106/_x004.o $WORK/b106/_x005.o $WORK/b106/_x006.o -O2 -g -lresolv
2025-08-20T22:31:58.7365582Z [00:01:49.903]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:31:58.7417713Z [00:01:49.908]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/3d/3d2b6acfd90caf928f3de786ba13dae1ce982d0fa2cb0a2609d6794e7d33391a-d # internal
2025-08-20T22:31:58.7457917Z [00:01:49.912]➜  golang.org/x/text/language
2025-08-20T22:31:58.7460308Z [00:01:49.912]➜  mkdir -p $WORK/b119/
2025-08-20T22:31:58.7465244Z [00:01:49.913]➜  cat >/tmp/go-build3048717155/b119/importcfg << 'EOF' # internal
2025-08-20T22:31:58.7466685Z [00:01:49.913]➜  # import config
2025-08-20T22:31:58.7469038Z [00:01:49.913]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:58.7471285Z [00:01:49.913]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:58.7478610Z [00:01:49.913]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3048717155/b120/_pkg_.a
2025-08-20T22:31:58.7479849Z [00:01:49.913]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3048717155/b122/_pkg_.a
2025-08-20T22:31:58.7480873Z [00:01:49.913]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:58.7481745Z [00:01:49.913]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:58.7482607Z [00:01:49.913]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:58.7483260Z [00:01:49.913]➜  EOF
2025-08-20T22:31:58.7489341Z [00:01:49.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/language=>golang.org/x/text@v0.24.0/language;$WORK/b119=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid LWd3k1usx7vCAn3SOtJk/LWd3k1usx7vCAn3SOtJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/tags.go
2025-08-20T22:31:58.7983043Z [00:01:49.964]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b106=/tmp/go-build -gno-record-gcc-switches -o $WORK/b106/_cgo_.o $WORK/b106/_cgo_main.o $WORK/b106/preferlinkext $WORK/b106/_x001.o $WORK/b106/_x002.o $WORK/b106/_x003.o $WORK/b106/_x004.o $WORK/b106/_x005.o $WORK/b106/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T22:31:58.7988142Z [00:01:49.964]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b106/_cgo_.o -dynout $WORK/b106/_cgo_import.go
2025-08-20T22:31:58.8052285Z [00:01:49.969]➜  cat >/tmp/go-build3048717155/b106/importcfg << 'EOF' # internal
2025-08-20T22:31:58.8053135Z [00:01:49.970]➜  # import config
2025-08-20T22:31:58.8053988Z [00:01:49.970]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:31:58.8054979Z [00:01:49.970]➜  packagefile cmp=/tmp/go-build3048717155/b050/_pkg_.a
2025-08-20T22:31:58.8086914Z [00:01:49.970]➜  packagefile context=/tmp/go-build3048717155/b042/_pkg_.a
2025-08-20T22:31:58.8087876Z [00:01:49.970]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:58.8088976Z [00:01:49.970]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3048717155/b107/_pkg_.a
2025-08-20T22:31:58.8090171Z [00:01:49.970]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:31:58.8091160Z [00:01:49.970]➜  packagefile internal/godebug=/tmp/go-build3048717155/b044/_pkg_.a
2025-08-20T22:31:58.8092090Z [00:01:49.970]➜  packagefile internal/itoa=/tmp/go-build3048717155/b047/_pkg_.a
2025-08-20T22:31:58.8093363Z [00:01:49.970]➜  packagefile internal/nettrace=/tmp/go-build3048717155/b108/_pkg_.a
2025-08-20T22:31:58.8094362Z [00:01:49.970]➜  packagefile internal/poll=/tmp/go-build3048717155/b062/_pkg_.a
2025-08-20T22:31:58.8095358Z [00:01:49.970]➜  packagefile internal/singleflight=/tmp/go-build3048717155/b109/_pkg_.a
2025-08-20T22:31:58.8096605Z [00:01:49.970]➜  packagefile internal/stringslite=/tmp/go-build3048717155/b031/_pkg_.a
2025-08-20T22:31:58.8097643Z [00:01:49.970]➜  packagefile internal/syscall/unix=/tmp/go-build3048717155/b063/_pkg_.a
2025-08-20T22:31:58.8098527Z [00:01:49.970]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:58.8099310Z [00:01:49.970]➜  packagefile io/fs=/tmp/go-build3048717155/b060/_pkg_.a
2025-08-20T22:31:58.8100130Z [00:01:49.970]➜  packagefile net/netip=/tmp/go-build3048717155/b110/_pkg_.a
2025-08-20T22:31:58.8100922Z [00:01:49.970]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:58.8101725Z [00:01:49.970]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:58.8102567Z [00:01:49.970]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:58.8103354Z [00:01:49.970]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:58.8104214Z [00:01:49.970]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:31:58.8105065Z [00:01:49.970]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:58.8106065Z [00:01:49.970]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:58.8106918Z [00:01:49.970]➜  packagefile runtime/cgo=/tmp/go-build3048717155/b090/_pkg_.a
2025-08-20T22:31:58.8107554Z [00:01:49.970]➜  EOF
2025-08-20T22:31:58.8124033Z [00:01:49.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b106=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/net/addrselect.go /root/.go/src/net/cgo_unix.go /root/.go/src/net/conf.go /root/.go/src/net/dial.go /root/.go/src/net/dnsclient.go /root/.go/src/net/dnsclient_unix.go /root/.go/src/net/dnsconfig.go /root/.go/src/net/dnsconfig_unix.go /root/.go/src/net/error_posix.go /root/.go/src/net/error_unix.go /root/.go/src/net/fd_posix.go /root/.go/src/net/fd_unix.go /root/.go/src/net/file.go /root/.go/src/net/file_posix.go /root/.go/src/net/file_unix.go /root/.go/src/net/hook.go /root/.go/src/net/hook_unix.go /root/.go/src/net/hosts.go /root/.go/src/net/interface.go /root/.go/src/net/interface_linux.go /root/.go/src/net/ip.go /root/.go/src/net/iprawsock.go /root/.go/src/net/iprawsock_posix.go /root/.go/src/net/ipsock.go /root/.go/src/net/ipsock_posix.go /root/.go/src/net/lookup.go /root/.go/src/net/lookup_unix.go /root/.go/src/net/mac.go /root/.go/src/net/mptcpsock_linux.go /root/.go/src/net/net.go /root/.go/src/net/netcgo_off.go /root/.go/src/net/netgo_off.go /root/.go/src/net/nss.go /root/.go/src/net/parse.go /root/.go/src/net/pipe.go /root/.go/src/net/port.go /root/.go/src/net/port_unix.go /root/.go/src/net/rawconn.go /root/.go/src/net/rlimit_unix.go /root/.go/src/net/sendfile.go /root/.go/src/net/sendfile_nonwindows.go /root/.go/src/net/sock_cloexec.go /root/.go/src/net/sock_linux.go /root/.go/src/net/sock_posix.go /root/.go/src/net/sockaddr_posix.go /root/.go/src/net/sockopt_linux.go /root/.go/src/net/sockopt_posix.go /root/.go/src/net/sockoptip4_linux.go /root/.go/src/net/sockoptip6_posix.go /root/.go/src/net/splice_linux.go /root/.go/src/net/tcpsock.go /root/.go/src/net/tcpsock_posix.go /root/.go/src/net/tcpsock_unix.go /root/.go/src/net/tcpsockopt_posix.go /root/.go/src/net/tcpsockopt_unix.go /root/.go/src/net/udpsock.go /root/.go/src/net/udpsock_posix.go /root/.go/src/net/unixsock.go /root/.go/src/net/unixsock_posix.go /root/.go/src/net/unixsock_readmsg_cmsg_cloexec.go /root/.go/src/net/writev_unix.go $WORK/b106/_cgo_gotypes.go $WORK/b106/cgo_linux.cgo1.go $WORK/b106/cgo_resnew.cgo1.go $WORK/b106/cgo_socknew.cgo1.go $WORK/b106/cgo_unix_cgo.cgo1.go $WORK/b106/cgo_unix_cgo_res.cgo1.go $WORK/b106/_cgo_import.go
2025-08-20T22:31:58.9377266Z [00:01:50.104]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:31:58.9510735Z [00:01:50.117]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/e0/e0d94b62330c2843087240b0da4bb42d7059c78c9f63032cbc3690055318d5f3-d # internal
2025-08-20T22:31:58.9521026Z [00:01:50.118]➜  github.com/charmbracelet/lipgloss/v2
2025-08-20T22:31:58.9524778Z [00:01:50.119]➜  mkdir -p $WORK/b094/
2025-08-20T22:31:58.9559323Z [00:01:50.122]➜  cat >/tmp/go-build3048717155/b094/importcfg << 'EOF' # internal
2025-08-20T22:31:58.9560290Z [00:01:50.122]➜  # import config
2025-08-20T22:31:58.9561349Z [00:01:50.122]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:58.9562560Z [00:01:50.122]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:58.9563881Z [00:01:50.122]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3048717155/b067/_pkg_.a
2025-08-20T22:31:58.9566605Z [00:01:50.122]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3048717155/b068/_pkg_.a
2025-08-20T22:31:58.9567861Z [00:01:50.122]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3048717155/b095/_pkg_.a
2025-08-20T22:31:58.9569006Z [00:01:50.122]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3048717155/b084/_pkg_.a
2025-08-20T22:31:58.9570171Z [00:01:50.122]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3048717155/b070/_pkg_.a
2025-08-20T22:31:58.9571351Z [00:01:50.122]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build3048717155/b098/_pkg_.a
2025-08-20T22:31:58.9572440Z [00:01:50.122]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3048717155/b078/_pkg_.a
2025-08-20T22:31:58.9573397Z [00:01:50.122]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:31:58.9574237Z [00:01:50.122]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:58.9575073Z [00:01:50.122]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:31:58.9576095Z [00:01:50.122]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:58.9576899Z [00:01:50.122]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:58.9578044Z [00:01:50.122]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:58.9578867Z [00:01:50.122]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:58.9579682Z [00:01:50.122]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:58.9580502Z [00:01:50.122]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:58.9581119Z [00:01:50.122]➜  EOF
2025-08-20T22:31:58.9597212Z [00:01:50.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1=>github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1;$WORK/b094=>" -p github.com/charmbracelet/lipgloss/v2 -lang=go1.23 -complete -installsuffix shared -buildid ZBQMCj39ERlxY3ZLwxAS/ZBQMCj39ERlxY3ZLwxAS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/align.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/ansi_unix.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/borders.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/color.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/get.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/join.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/position.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/query.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/ranges.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/runes.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/set.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/size.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/style.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/terminal.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/unset.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/whitespace.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss/v2@v2.0.0-beta1/writer.go
2025-08-20T22:31:58.9808868Z [00:01:50.147]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:31:58.9854998Z [00:01:50.152]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/bd/bd5e4526f0387b908df20af6c75a3363456578a142d4f4817638039a72cf8bba-d # internal
2025-08-20T22:31:58.9862286Z [00:01:50.152]➜  os/signal
2025-08-20T22:31:58.9865612Z [00:01:50.153]➜  mkdir -p $WORK/b125/
2025-08-20T22:31:58.9873368Z [00:01:50.153]➜  echo -n > $WORK/b125/go_asm.h # internal
2025-08-20T22:31:58.9879123Z [00:01:50.154]➜  cd /root/.go/src/os/signal
2025-08-20T22:31:58.9882977Z [00:01:50.154]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b125/symabis ./sig.s
2025-08-20T22:31:58.9925313Z [00:01:50.159]➜  cat >/tmp/go-build3048717155/b125/importcfg << 'EOF' # internal
2025-08-20T22:31:58.9929939Z [00:01:50.159]➜  # import config
2025-08-20T22:31:58.9930625Z [00:01:50.159]➜  packagefile context=/tmp/go-build3048717155/b042/_pkg_.a
2025-08-20T22:31:58.9931455Z [00:01:50.159]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:58.9932260Z [00:01:50.159]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:58.9948487Z [00:01:50.159]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:31:58.9949407Z [00:01:50.159]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:58.9950074Z [00:01:50.159]➜  EOF
2025-08-20T22:31:58.9953149Z [00:01:50.160]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:58.9959534Z [00:01:50.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b125=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 4dtaJE4bajf4i-nDBkXv/4dtaJE4bajf4i-nDBkXv -goversion go1.25.0 -symabis $WORK/b125/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack -asmhdr $WORK/b125/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T22:31:58.9963069Z [00:01:50.161]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:31:58.9989460Z [00:01:50.165]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/93/938d776bb5b7cff5fc4f6ffc3cb44773080daee98719295b63ce92a467997a09-d # internal
2025-08-20T22:31:58.9992637Z [00:01:50.165]➜  golang.org/x/text/internal
2025-08-20T22:31:58.9993253Z [00:01:50.165]➜  mkdir -p $WORK/b118/
2025-08-20T22:31:59.0006916Z [00:01:50.167]➜  cat >/tmp/go-build3048717155/b118/importcfg << 'EOF' # internal
2025-08-20T22:31:59.0008102Z [00:01:50.167]➜  # import config
2025-08-20T22:31:59.0010932Z [00:01:50.167]➜  packagefile golang.org/x/text/language=/tmp/go-build3048717155/b119/_pkg_.a
2025-08-20T22:31:59.0011939Z [00:01:50.167]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:59.0012538Z [00:01:50.167]➜  EOF
2025-08-20T22:31:59.0020146Z [00:01:50.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal=>golang.org/x/text@v0.24.0/internal;$WORK/b118=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid huzTbUyIDnUslOPY5d1f/huzTbUyIDnUslOPY5d1f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/match.go
2025-08-20T22:31:59.0239302Z [00:01:50.190]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:31:59.0245328Z [00:01:50.191]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/cc/cc79e679f5f23de0c334900f8ef2695b89d04294c1730b40ad8c1741895b3408-d # internal
2025-08-20T22:31:59.0303166Z [00:01:50.196]➜  golang.org/x/text/cases
2025-08-20T22:31:59.0308316Z [00:01:50.196]➜  mkdir -p $WORK/b117/
2025-08-20T22:31:59.0309925Z [00:01:50.197]➜  cat >/tmp/go-build3048717155/b117/importcfg << 'EOF' # internal
2025-08-20T22:31:59.0311997Z [00:01:50.197]➜  # import config
2025-08-20T22:31:59.0314882Z [00:01:50.197]➜  packagefile golang.org/x/text/internal=/tmp/go-build3048717155/b118/_pkg_.a
2025-08-20T22:31:59.0316214Z [00:01:50.197]➜  packagefile golang.org/x/text/language=/tmp/go-build3048717155/b119/_pkg_.a
2025-08-20T22:31:59.0317371Z [00:01:50.197]➜  packagefile golang.org/x/text/transform=/tmp/go-build3048717155/b123/_pkg_.a
2025-08-20T22:31:59.0318554Z [00:01:50.197]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3048717155/b124/_pkg_.a
2025-08-20T22:31:59.0319658Z [00:01:50.197]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:59.0320564Z [00:01:50.197]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:31:59.0321530Z [00:01:50.197]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:31:59.0322273Z [00:01:50.197]➜  EOF
2025-08-20T22:31:59.0331277Z [00:01:50.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/cases=>golang.org/x/text@v0.24.0/cases;$WORK/b117=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid IbO5SabaKoZhBEHjOikd/IbO5SabaKoZhBEHjOikd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/trieval.go
2025-08-20T22:31:59.0484094Z [00:01:50.214]➜  cd /root/.go/src/os/signal
2025-08-20T22:31:59.0489141Z [00:01:50.214]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b125/sig.o ./sig.s
2025-08-20T22:31:59.0522394Z [00:01:50.218]➜  go tool pack r $WORK/b125/_pkg_.a $WORK/b125/sig.o # internal
2025-08-20T22:31:59.0524848Z [00:01:50.218]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:31:59.0537905Z [00:01:50.220]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d # internal
2025-08-20T22:31:59.0542269Z [00:01:50.220]➜  runtime/debug
2025-08-20T22:31:59.0543104Z [00:01:50.220]➜  mkdir -p $WORK/b126/
2025-08-20T22:31:59.0543875Z [00:01:50.220]➜  echo -n > $WORK/b126/go_asm.h # internal
2025-08-20T22:31:59.0546785Z [00:01:50.220]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:31:59.0548796Z [00:01:50.220]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b126/symabis ./debug.s
2025-08-20T22:31:59.0571126Z [00:01:50.223]➜  cat >/tmp/go-build3048717155/b126/importcfg << 'EOF' # internal
2025-08-20T22:31:59.0573995Z [00:01:50.223]➜  # import config
2025-08-20T22:31:59.0574782Z [00:01:50.223]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:59.0575914Z [00:01:50.223]➜  packagefile internal/poll=/tmp/go-build3048717155/b062/_pkg_.a
2025-08-20T22:31:59.0576767Z [00:01:50.223]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:59.0577566Z [00:01:50.223]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:59.0578636Z [00:01:50.223]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:31:59.0579489Z [00:01:50.223]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:59.0580342Z [00:01:50.223]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:59.0581219Z [00:01:50.223]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:59.0583511Z [00:01:50.223]➜  EOF
2025-08-20T22:31:59.0584024Z [00:01:50.223]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:59.0594369Z [00:01:50.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b126=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid 7y92FvxpPbsojj3KvJ1V/7y92FvxpPbsojj3KvJ1V -goversion go1.25.0 -symabis $WORK/b126/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack -asmhdr $WORK/b126/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T22:31:59.1383764Z [00:01:50.304]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:31:59.1386182Z [00:01:50.304]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b126/debug.o ./debug.s
2025-08-20T22:31:59.1451749Z [00:01:50.311]➜  go tool pack r $WORK/b126/_pkg_.a $WORK/b126/debug.o # internal
2025-08-20T22:31:59.1452629Z [00:01:50.311]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:31:59.1475172Z [00:01:50.314]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d # internal
2025-08-20T22:31:59.1510791Z [00:01:50.317]➜  github.com/charmbracelet/x/termios
2025-08-20T22:31:59.1513140Z [00:01:50.317]➜  mkdir -p $WORK/b129/
2025-08-20T22:31:59.1518882Z [00:01:50.318]➜  cat >/tmp/go-build3048717155/b129/importcfg << 'EOF' # internal
2025-08-20T22:31:59.1520755Z [00:01:50.318]➜  # import config
2025-08-20T22:31:59.1521745Z [00:01:50.318]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3048717155/b085/_pkg_.a
2025-08-20T22:31:59.1523062Z [00:01:50.318]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:59.1523747Z [00:01:50.318]➜  EOF
2025-08-20T22:31:59.1524241Z [00:01:50.318]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:59.1531314Z [00:01:50.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1=>github.com/charmbracelet/x/termios@v0.1.1;$WORK/b129=>" -p github.com/charmbracelet/x/termios -lang=go1.18 -complete -installsuffix shared -buildid _w7_rCflDgL0APt5xFZu/_w7_rCflDgL0APt5xFZu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/bit_other.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/syscalls_linux.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/termios.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/termios_linux.go /root/go/pkg/mod/github.com/charmbracelet/x/termios@v0.1.1/termios_other.go
2025-08-20T22:31:59.2353316Z [00:01:50.401]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:31:59.2364168Z [00:01:50.402]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/14/146036a677438b72ed6a9e10a73f2c637ec59ff806f018491930995f804aecd8-d # internal
2025-08-20T22:31:59.2381504Z [00:01:50.404]➜  github.com/creack/pty
2025-08-20T22:31:59.2383535Z [00:01:50.405]➜  mkdir -p $WORK/b130/
2025-08-20T22:31:59.2390896Z [00:01:50.405]➜  cat >/tmp/go-build3048717155/b130/importcfg << 'EOF' # internal
2025-08-20T22:31:59.2391734Z [00:01:50.405]➜  # import config
2025-08-20T22:31:59.2393038Z [00:01:50.405]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:59.2394339Z [00:01:50.405]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:59.2395920Z [00:01:50.405]➜  packagefile os/exec=/tmp/go-build3048717155/b091/_pkg_.a
2025-08-20T22:31:59.2396807Z [00:01:50.405]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:59.2397660Z [00:01:50.405]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:31:59.2398268Z [00:01:50.405]➜  EOF
2025-08-20T22:31:59.2404642Z [00:01:50.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/creack/pty@v1.1.24=>github.com/creack/pty@v1.1.24;$WORK/b130=>" -p github.com/creack/pty -lang=go1.18 -complete -installsuffix shared -buildid a8OmztLSoXGLHyjkQQeC/a8OmztLSoXGLHyjkQQeC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/go/pkg/mod/github.com/creack/pty@v1.1.24/doc.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/ioctl.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/ioctl_inner.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/pty_linux.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/run.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/start.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/winsize.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/winsize_unix.go /root/go/pkg/mod/github.com/creack/pty@v1.1.24/ztypes_amd64.go
2025-08-20T22:31:59.2857443Z [00:01:50.452]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:31:59.2883411Z [00:01:50.454]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/be/be7158c164fdbcf18119d666db00de3392330c5471a915e6383a32ad51e5f5c8-d # internal
2025-08-20T22:31:59.2939776Z [00:01:50.460]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:31:59.2951774Z [00:01:50.461]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/23/23a6bd713b88d5ca96bfd02f1e79634e6114974f59189f7733db9e5de5491d52-d # internal
2025-08-20T22:31:59.2981282Z [00:01:50.464]➜  github.com/charmbracelet/x/xpty
2025-08-20T22:31:59.2989048Z [00:01:50.465]➜  mkdir -p $WORK/b127/
2025-08-20T22:31:59.2990008Z [00:01:50.465]➜  cat >/tmp/go-build3048717155/b127/importcfg << 'EOF' # internal
2025-08-20T22:31:59.2990782Z [00:01:50.465]➜  # import config
2025-08-20T22:31:59.2992025Z [00:01:50.465]➜  packagefile context=/tmp/go-build3048717155/b042/_pkg_.a
2025-08-20T22:31:59.2993434Z [00:01:50.465]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:59.2994500Z [00:01:50.465]➜  packagefile github.com/charmbracelet/x/conpty=/tmp/go-build3048717155/b128/_pkg_.a
2025-08-20T22:31:59.2995879Z [00:01:50.465]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3048717155/b084/_pkg_.a
2025-08-20T22:31:59.2997148Z [00:01:50.465]➜  packagefile github.com/charmbracelet/x/termios=/tmp/go-build3048717155/b129/_pkg_.a
2025-08-20T22:31:59.2998294Z [00:01:50.465]➜  packagefile github.com/creack/pty=/tmp/go-build3048717155/b130/_pkg_.a
2025-08-20T22:31:59.2999669Z [00:01:50.465]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3048717155/b085/_pkg_.a
2025-08-20T22:31:59.3000767Z [00:01:50.465]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:59.3001584Z [00:01:50.465]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:59.3002394Z [00:01:50.465]➜  packagefile os/exec=/tmp/go-build3048717155/b091/_pkg_.a
2025-08-20T22:31:59.3003265Z [00:01:50.465]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:31:59.3003877Z [00:01:50.465]➜  EOF
2025-08-20T22:31:59.3009646Z [00:01:50.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2=>github.com/charmbracelet/x/xpty@v0.1.2;$WORK/b127=>" -p github.com/charmbracelet/x/xpty -lang=go1.18 -complete -installsuffix shared -buildid uXWT0XxqtIgcoiAi2rLV/uXWT0XxqtIgcoiAi2rLV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/conpty.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/conpty_other.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/pty.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/pty_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/xpty@v0.1.2/xpty.go
2025-08-20T22:31:59.3499087Z [00:01:50.516]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:31:59.3578844Z [00:01:50.522]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/fa/fa74d9c44184e92cf49aedd6bc040c57cd4b868a09954838f65100011f4e03e3-d # internal
2025-08-20T22:31:59.3639454Z [00:01:50.530]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:31:59.3651764Z [00:01:50.531]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/fb/fb29272d6bdd3d9655077877ff1eeb8180fef0d478e75279c175b91769386d6f-d # internal
2025-08-20T22:31:59.7543760Z [00:01:50.921]➜  cd /root/.go/src/net
2025-08-20T22:31:59.7546797Z [00:01:50.921]➜  go tool pack r $WORK/b106/_pkg_.a $WORK/b106/preferlinkext $WORK/b106/_x001.o $WORK/b106/_x002.o $WORK/b106/_x003.o $WORK/b106/_x004.o $WORK/b106/_x005.o $WORK/b106/_x006.o # internal
2025-08-20T22:31:59.7557100Z [00:01:50.922]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:31:59.7679461Z [00:01:50.934]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/3b/3bf12d08bfcfc038b72d86592171dfb0d8df1e8cc93b6be73bbb7d6ac63e85ae-d # internal
2025-08-20T22:31:59.7686032Z [00:01:50.935]➜  github.com/spf13/pflag
2025-08-20T22:31:59.7686595Z [00:01:50.935]➜  mkdir -p $WORK/b103/
2025-08-20T22:31:59.7691070Z [00:01:50.935]➜  cat >/tmp/go-build3048717155/b103/importcfg << 'EOF' # internal
2025-08-20T22:31:59.7691508Z [00:01:50.935]➜  # import config
2025-08-20T22:31:59.7691889Z [00:01:50.935]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:31:59.7692374Z [00:01:50.935]➜  packagefile encoding/base64=/tmp/go-build3048717155/b051/_pkg_.a
2025-08-20T22:31:59.7693093Z [00:01:50.935]➜  packagefile encoding/csv=/tmp/go-build3048717155/b104/_pkg_.a
2025-08-20T22:31:59.7693646Z [00:01:50.935]➜  packagefile encoding/hex=/tmp/go-build3048717155/b054/_pkg_.a
2025-08-20T22:31:59.7694223Z [00:01:50.935]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:31:59.7694688Z [00:01:50.935]➜  packagefile flag=/tmp/go-build3048717155/b105/_pkg_.a
2025-08-20T22:31:59.7695111Z [00:01:50.935]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:31:59.7696015Z [00:01:50.935]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:31:59.7696427Z [00:01:50.935]➜  packagefile net=/tmp/go-build3048717155/b106/_pkg_.a
2025-08-20T22:31:59.7696827Z [00:01:50.935]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:31:59.7697247Z [00:01:50.935]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:31:59.7697682Z [00:01:50.935]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:31:59.7698118Z [00:01:50.935]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:31:59.7698553Z [00:01:50.935]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:31:59.7698982Z [00:01:50.935]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:31:59.7699312Z [00:01:50.935]➜  EOF
2025-08-20T22:31:59.7699590Z [00:01:50.935]➜  cd /tmp/tmp.ycpxe2qMcE/TEMPREPO
2025-08-20T22:31:59.7710857Z [00:01:50.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.6=>github.com/spf13/pflag@v1.0.6;$WORK/b103=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid J3an7lx0VhqKBG5h4ggn/J3an7lx0VhqKBG5h4ggn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bytes.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/count.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/flag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/golangflag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipmask.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_array.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint_slice.go
2025-08-20T22:32:00.0246857Z [00:01:51.191]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:32:00.0327404Z [00:01:51.199]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/52/523f5f0b8a94f1ae7447eb6363ad77eabe1745cda145bf88bb90b33a58e7f694-d # internal
2025-08-20T22:32:00.0332146Z [00:01:51.199]➜  github.com/muesli/mango-pflag
2025-08-20T22:32:00.0333196Z [00:01:51.200]➜  mkdir -p $WORK/b102/
2025-08-20T22:32:00.0334160Z [00:01:51.200]➜  cat >/tmp/go-build3048717155/b102/importcfg << 'EOF' # internal
2025-08-20T22:32:00.0334977Z [00:01:51.200]➜  # import config
2025-08-20T22:32:00.0336356Z [00:01:51.200]➜  packagefile github.com/muesli/mango=/tmp/go-build3048717155/b101/_pkg_.a
2025-08-20T22:32:00.0337423Z [00:01:51.200]➜  packagefile github.com/spf13/pflag=/tmp/go-build3048717155/b103/_pkg_.a
2025-08-20T22:32:00.0338145Z [00:01:51.200]➜  EOF
2025-08-20T22:32:00.0341572Z [00:01:51.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/mango-pflag@v0.1.0=>github.com/muesli/mango-pflag@v0.1.0;$WORK/b102=>" -p github.com/muesli/mango-pflag -lang=go1.17 -complete -installsuffix shared -buildid wYnJXp6X_y3wE2mOYtAr/wYnJXp6X_y3wE2mOYtAr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/muesli/mango-pflag@v0.1.0/mpflag.go
2025-08-20T22:32:00.0344583Z [00:01:51.200]➜  github.com/spf13/cobra
2025-08-20T22:32:00.0345154Z [00:01:51.200]➜  mkdir -p $WORK/b113/
2025-08-20T22:32:00.0363064Z [00:01:51.202]➜  cat >/tmp/go-build3048717155/b113/importcfg << 'EOF' # internal
2025-08-20T22:32:00.0365177Z [00:01:51.202]➜  # import config
2025-08-20T22:32:00.0366032Z [00:01:51.202]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:32:00.0366880Z [00:01:51.202]➜  packagefile context=/tmp/go-build3048717155/b042/_pkg_.a
2025-08-20T22:32:00.0368663Z [00:01:51.202]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:32:00.0369475Z [00:01:51.202]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:32:00.0370336Z [00:01:51.202]➜  packagefile github.com/spf13/pflag=/tmp/go-build3048717155/b103/_pkg_.a
2025-08-20T22:32:00.0371212Z [00:01:51.202]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:32:00.0371961Z [00:01:51.202]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:32:00.0373042Z [00:01:51.202]➜  packagefile path/filepath=/tmp/go-build3048717155/b092/_pkg_.a
2025-08-20T22:32:00.0373903Z [00:01:51.202]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:32:00.0374750Z [00:01:51.202]➜  packagefile regexp=/tmp/go-build3048717155/b079/_pkg_.a
2025-08-20T22:32:00.0375735Z [00:01:51.202]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:32:00.0376623Z [00:01:51.202]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:32:00.0377435Z [00:01:51.202]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:32:00.0378237Z [00:01:51.202]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:32:00.0379065Z [00:01:51.202]➜  packagefile text/template=/tmp/go-build3048717155/b114/_pkg_.a
2025-08-20T22:32:00.0379929Z [00:01:51.202]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:32:00.0380743Z [00:01:51.203]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:32:00.0381421Z [00:01:51.203]➜  EOF
2025-08-20T22:32:00.0389948Z [00:01:51.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.9.1=>github.com/spf13/cobra@v1.9.1;$WORK/b113=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid s0t80dn0nqxQFqwTd2zJ/s0t80dn0nqxQFqwTd2zJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/active_help.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/args.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completionsV2.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/cobra.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command_notwin.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/fish_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/flag_groups.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/powershell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/shell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/zsh_completions.go
2025-08-20T22:32:00.0464947Z [00:01:51.213]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:32:00.0471205Z [00:01:51.213]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/8b/8bc574cfa7c91b176e955c2153b1087606b69b6dd7f4714b92a02cb924d8fda1-d # internal
2025-08-20T22:32:00.2388762Z [00:01:51.405]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:32:00.2438182Z [00:01:51.410]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/19/19a3d08472ac87235b0d40b6c2e536daa57d9434f7edc9c8d058a351ca7df223-d # internal
2025-08-20T22:32:00.2441549Z [00:01:51.410]➜  github.com/muesli/mango-cobra
2025-08-20T22:32:00.2442107Z [00:01:51.410]➜  mkdir -p $WORK/b100/
2025-08-20T22:32:00.2442739Z [00:01:51.410]➜  cat >/tmp/go-build3048717155/b100/importcfg << 'EOF' # internal
2025-08-20T22:32:00.2443377Z [00:01:51.410]➜  # import config
2025-08-20T22:32:00.2443838Z [00:01:51.410]➜  packagefile github.com/muesli/mango=/tmp/go-build3048717155/b101/_pkg_.a
2025-08-20T22:32:00.2444479Z [00:01:51.410]➜  packagefile github.com/muesli/mango-pflag=/tmp/go-build3048717155/b102/_pkg_.a
2025-08-20T22:32:00.2445082Z [00:01:51.410]➜  packagefile github.com/spf13/cobra=/tmp/go-build3048717155/b113/_pkg_.a
2025-08-20T22:32:00.2445695Z [00:01:51.410]➜  EOF
2025-08-20T22:32:00.2447578Z [00:01:51.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/mango-cobra@v1.2.0=>github.com/muesli/mango-cobra@v1.2.0;$WORK/b100=>" -p github.com/muesli/mango-cobra -lang=go1.17 -complete -installsuffix shared -buildid z701ra-SQFzEB5Ss-ZB6/z701ra-SQFzEB5Ss-ZB6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/go/pkg/mod/github.com/muesli/mango-cobra@v1.2.0/mcobra.go
2025-08-20T22:32:00.2613851Z [00:01:51.428]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:32:00.2620780Z [00:01:51.428]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/93/934d0c6b43ad105030cf94c6ce302ae2e9de93691901fd7a89467df6bda5d4f1-d # internal
2025-08-20T22:32:00.2621955Z [00:01:51.428]➜  github.com/charmbracelet/fang
2025-08-20T22:32:00.2622512Z [00:01:51.428]➜  mkdir -p $WORK/b093/
2025-08-20T22:32:00.2627310Z [00:01:51.429]➜  cat >/tmp/go-build3048717155/b093/importcfg << 'EOF' # internal
2025-08-20T22:32:00.2628687Z [00:01:51.429]➜  # import config
2025-08-20T22:32:00.2629345Z [00:01:51.429]➜  packagefile cmp=/tmp/go-build3048717155/b050/_pkg_.a
2025-08-20T22:32:00.2630157Z [00:01:51.429]➜  packagefile context=/tmp/go-build3048717155/b042/_pkg_.a
2025-08-20T22:32:00.2630947Z [00:01:51.429]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:32:00.2632024Z [00:01:51.429]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3048717155/b067/_pkg_.a
2025-08-20T22:32:00.2633360Z [00:01:51.429]➜  packagefile github.com/charmbracelet/lipgloss/v2=/tmp/go-build3048717155/b094/_pkg_.a
2025-08-20T22:32:00.2634550Z [00:01:51.429]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3048717155/b068/_pkg_.a
2025-08-20T22:32:00.2635953Z [00:01:51.429]➜  packagefile github.com/charmbracelet/x/exp/charmtone=/tmp/go-build3048717155/b099/_pkg_.a
2025-08-20T22:32:00.2637202Z [00:01:51.429]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3048717155/b084/_pkg_.a
2025-08-20T22:32:00.2638370Z [00:01:51.429]➜  packagefile github.com/muesli/mango-cobra=/tmp/go-build3048717155/b100/_pkg_.a
2025-08-20T22:32:00.2639393Z [00:01:51.429]➜  packagefile github.com/muesli/roff=/tmp/go-build3048717155/b116/_pkg_.a
2025-08-20T22:32:00.2640172Z [00:01:51.429]➜  packagefile github.com/spf13/cobra=/tmp/go-build3048717155/b113/_pkg_.a
2025-08-20T22:32:00.2640962Z [00:01:51.429]➜  packagefile github.com/spf13/pflag=/tmp/go-build3048717155/b103/_pkg_.a
2025-08-20T22:32:00.2641695Z [00:01:51.429]➜  packagefile golang.org/x/text/cases=/tmp/go-build3048717155/b117/_pkg_.a
2025-08-20T22:32:00.2642350Z [00:01:51.429]➜  packagefile golang.org/x/text/language=/tmp/go-build3048717155/b119/_pkg_.a
2025-08-20T22:32:00.2643242Z [00:01:51.429]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:32:00.2643824Z [00:01:51.429]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:32:00.2644359Z [00:01:51.429]➜  packagefile iter=/tmp/go-build3048717155/b038/_pkg_.a
2025-08-20T22:32:00.2644791Z [00:01:51.429]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:32:00.2645318Z [00:01:51.429]➜  packagefile os/signal=/tmp/go-build3048717155/b125/_pkg_.a
2025-08-20T22:32:00.2646027Z [00:01:51.429]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:32:00.2646579Z [00:01:51.429]➜  packagefile regexp=/tmp/go-build3048717155/b079/_pkg_.a
2025-08-20T22:32:00.2647052Z [00:01:51.429]➜  packagefile runtime/debug=/tmp/go-build3048717155/b126/_pkg_.a
2025-08-20T22:32:00.2647631Z [00:01:51.429]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:32:00.2648169Z [00:01:51.429]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:32:00.2648622Z [00:01:51.429]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:32:00.2649055Z [00:01:51.429]➜  EOF
2025-08-20T22:32:00.2651679Z [00:01:51.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/fang@v0.3.0=>github.com/charmbracelet/fang@v0.3.0;$WORK/b093=>" -p github.com/charmbracelet/fang -lang=go1.24 -complete -installsuffix shared -buildid c-aCM1WbO1JQS2zGqidG/c-aCM1WbO1JQS2zGqidG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/fang@v0.3.0/fang.go /root/go/pkg/mod/github.com/charmbracelet/fang@v0.3.0/help.go /root/go/pkg/mod/github.com/charmbracelet/fang@v0.3.0/theme.go
2025-08-20T22:32:00.3396452Z [00:01:51.506]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:32:00.3416211Z [00:01:51.508]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/7e/7e0210c3166ce2fb749ef44a774e805daa3fa19515dbe9b4b422d8848c0af510-d # internal
2025-08-20T22:32:00.3420267Z [00:01:51.508]➜  github.com/charmbracelet/sequin
2025-08-20T22:32:00.3420861Z [00:01:51.508]➜  mkdir -p $WORK/b001/
2025-08-20T22:32:00.3425210Z [00:01:51.509]➜  cat >/tmp/go-build3048717155/b001/importcfg << 'EOF' # internal
2025-08-20T22:32:00.3426057Z [00:01:51.509]➜  # import config
2025-08-20T22:32:00.3426711Z [00:01:51.509]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:32:00.3427520Z [00:01:51.509]➜  packagefile context=/tmp/go-build3048717155/b042/_pkg_.a
2025-08-20T22:32:00.3428369Z [00:01:51.509]➜  packagefile encoding/base64=/tmp/go-build3048717155/b051/_pkg_.a
2025-08-20T22:32:00.3429253Z [00:01:51.509]➜  packagefile encoding/hex=/tmp/go-build3048717155/b054/_pkg_.a
2025-08-20T22:32:00.3430092Z [00:01:51.509]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:32:00.3430965Z [00:01:51.509]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:32:00.3431982Z [00:01:51.509]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3048717155/b067/_pkg_.a
2025-08-20T22:32:00.3433264Z [00:01:51.509]➜  packagefile github.com/charmbracelet/fang=/tmp/go-build3048717155/b093/_pkg_.a
2025-08-20T22:32:00.3434448Z [00:01:51.509]➜  packagefile github.com/charmbracelet/lipgloss/v2=/tmp/go-build3048717155/b094/_pkg_.a
2025-08-20T22:32:00.3435758Z [00:01:51.509]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3048717155/b068/_pkg_.a
2025-08-20T22:32:00.3436975Z [00:01:51.509]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3048717155/b069/_pkg_.a
2025-08-20T22:32:00.3438177Z [00:01:51.509]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3048717155/b084/_pkg_.a
2025-08-20T22:32:00.3439351Z [00:01:51.509]➜  packagefile github.com/charmbracelet/x/xpty=/tmp/go-build3048717155/b127/_pkg_.a
2025-08-20T22:32:00.3440472Z [00:01:51.509]➜  packagefile github.com/spf13/cobra=/tmp/go-build3048717155/b113/_pkg_.a
2025-08-20T22:32:00.3441399Z [00:01:51.509]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:32:00.3442511Z [00:01:51.509]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:32:00.3443285Z [00:01:51.509]➜  packagefile net/url=/tmp/go-build3048717155/b082/_pkg_.a
2025-08-20T22:32:00.3444057Z [00:01:51.509]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:32:00.3444800Z [00:01:51.509]➜  packagefile os/exec=/tmp/go-build3048717155/b091/_pkg_.a
2025-08-20T22:32:00.3445782Z [00:01:51.509]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:32:00.3446611Z [00:01:51.509]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:32:00.3447432Z [00:01:51.509]➜  packagefile runtime/cgo=/tmp/go-build3048717155/b090/_pkg_.a
2025-08-20T22:32:00.3448054Z [00:01:51.509]➜  EOF
2025-08-20T22:32:00.3451956Z [00:01:51.509]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.ycpxe2qMcE/TEMPREPO=>github.com/charmbracelet/sequin;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid 0-q70i8rQqUKePwTKPOO/0-q70i8rQqUKePwTKPOO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./clipboard.go ./color.go ./cursor.go ./cwd.go ./exec.go ./final_term.go ./handlers.go ./hyperlink.go ./kitty.go ./line.go ./main.go ./mode.go ./notify.go ./pointer.go ./screen.go ./sgr.go ./termcap.go ./theme.go ./title.go ./xt.go
2025-08-20T22:32:00.4365349Z [00:01:51.603]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:32:00.4384178Z [00:01:51.605]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/e0/e0dad57a35d29d53b3ab7e2dc314163af55e2fec576f0f9e81d7b19c7d513b18-d # internal
2025-08-20T22:32:00.4410183Z [00:01:51.607]➜  cat >/tmp/go-build3048717155/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:32:00.4413022Z [00:01:51.607]➜  packagefile github.com/charmbracelet/sequin=/tmp/go-build3048717155/b001/_pkg_.a
2025-08-20T22:32:00.4415781Z [00:01:51.607]➜  packagefile bytes=/tmp/go-build3048717155/b002/_pkg_.a
2025-08-20T22:32:00.4416664Z [00:01:51.607]➜  packagefile context=/tmp/go-build3048717155/b042/_pkg_.a
2025-08-20T22:32:00.4417616Z [00:01:51.607]➜  packagefile encoding/base64=/tmp/go-build3048717155/b051/_pkg_.a
2025-08-20T22:32:00.4418603Z [00:01:51.607]➜  packagefile encoding/hex=/tmp/go-build3048717155/b054/_pkg_.a
2025-08-20T22:32:00.4419471Z [00:01:51.607]➜  packagefile errors=/tmp/go-build3048717155/b003/_pkg_.a
2025-08-20T22:32:00.4420248Z [00:01:51.607]➜  packagefile fmt=/tmp/go-build3048717155/b055/_pkg_.a
2025-08-20T22:32:00.4421281Z [00:01:51.607]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3048717155/b067/_pkg_.a
2025-08-20T22:32:00.4422501Z [00:01:51.607]➜  packagefile github.com/charmbracelet/fang=/tmp/go-build3048717155/b093/_pkg_.a
2025-08-20T22:32:00.4423697Z [00:01:51.607]➜  packagefile github.com/charmbracelet/lipgloss/v2=/tmp/go-build3048717155/b094/_pkg_.a
2025-08-20T22:32:00.4424899Z [00:01:51.607]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3048717155/b068/_pkg_.a
2025-08-20T22:32:00.4426339Z [00:01:51.607]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3048717155/b069/_pkg_.a
2025-08-20T22:32:00.4427620Z [00:01:51.607]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3048717155/b084/_pkg_.a
2025-08-20T22:32:00.4428822Z [00:01:51.607]➜  packagefile github.com/charmbracelet/x/xpty=/tmp/go-build3048717155/b127/_pkg_.a
2025-08-20T22:32:00.4429921Z [00:01:51.607]➜  packagefile github.com/spf13/cobra=/tmp/go-build3048717155/b113/_pkg_.a
2025-08-20T22:32:00.4430961Z [00:01:51.607]➜  packagefile image/color=/tmp/go-build3048717155/b075/_pkg_.a
2025-08-20T22:32:00.4431814Z [00:01:51.607]➜  packagefile io=/tmp/go-build3048717155/b033/_pkg_.a
2025-08-20T22:32:00.4432680Z [00:01:51.607]➜  packagefile net/url=/tmp/go-build3048717155/b082/_pkg_.a
2025-08-20T22:32:00.4433497Z [00:01:51.607]➜  packagefile os=/tmp/go-build3048717155/b058/_pkg_.a
2025-08-20T22:32:00.4434335Z [00:01:51.607]➜  packagefile os/exec=/tmp/go-build3048717155/b091/_pkg_.a
2025-08-20T22:32:00.4435682Z [00:01:51.607]➜  packagefile strings=/tmp/go-build3048717155/b066/_pkg_.a
2025-08-20T22:32:00.4436574Z [00:01:51.608]➜  packagefile runtime=/tmp/go-build3048717155/b009/_pkg_.a
2025-08-20T22:32:00.4437465Z [00:01:51.608]➜  packagefile runtime/cgo=/tmp/go-build3048717155/b090/_pkg_.a
2025-08-20T22:32:00.4438430Z [00:01:51.608]➜  packagefile internal/bytealg=/tmp/go-build3048717155/b010/_pkg_.a
2025-08-20T22:32:00.4439342Z [00:01:51.608]➜  packagefile iter=/tmp/go-build3048717155/b038/_pkg_.a
2025-08-20T22:32:00.4440199Z [00:01:51.608]➜  packagefile math/bits=/tmp/go-build3048717155/b039/_pkg_.a
2025-08-20T22:32:00.4441088Z [00:01:51.608]➜  packagefile unicode=/tmp/go-build3048717155/b040/_pkg_.a
2025-08-20T22:32:00.4441941Z [00:01:51.608]➜  packagefile unicode/utf8=/tmp/go-build3048717155/b041/_pkg_.a
2025-08-20T22:32:00.4443104Z [00:01:51.608]➜  packagefile internal/reflectlite=/tmp/go-build3048717155/b004/_pkg_.a
2025-08-20T22:32:00.4444017Z [00:01:51.608]➜  packagefile sync=/tmp/go-build3048717155/b034/_pkg_.a
2025-08-20T22:32:00.4444863Z [00:01:51.608]➜  packagefile sync/atomic=/tmp/go-build3048717155/b036/_pkg_.a
2025-08-20T22:32:00.4445878Z [00:01:51.608]➜  packagefile time=/tmp/go-build3048717155/b043/_pkg_.a
2025-08-20T22:32:00.4446766Z [00:01:51.608]➜  packagefile internal/byteorder=/tmp/go-build3048717155/b012/_pkg_.a
2025-08-20T22:32:00.4447665Z [00:01:51.608]➜  packagefile slices=/tmp/go-build3048717155/b049/_pkg_.a
2025-08-20T22:32:00.4448355Z [00:01:51.608]➜  packagefile strconv=/tmp/go-build3048717155/b052/_pkg_.a
2025-08-20T22:32:00.4449288Z [00:01:51.608]➜  packagefile internal/fmtsort=/tmp/go-build3048717155/b056/_pkg_.a
2025-08-20T22:32:00.4450175Z [00:01:51.608]➜  packagefile math=/tmp/go-build3048717155/b053/_pkg_.a
2025-08-20T22:32:00.4450981Z [00:01:51.608]➜  packagefile reflect=/tmp/go-build3048717155/b057/_pkg_.a
2025-08-20T22:32:00.4452015Z [00:01:51.608]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3048717155/b070/_pkg_.a
2025-08-20T22:32:00.4453145Z [00:01:51.608]➜  packagefile github.com/xo/terminfo=/tmp/go-build3048717155/b087/_pkg_.a
2025-08-20T22:32:00.4453865Z [00:01:51.608]➜  packagefile cmp=/tmp/go-build3048717155/b050/_pkg_.a
2025-08-20T22:32:00.4454526Z [00:01:51.608]➜  packagefile github.com/charmbracelet/x/exp/charmtone=/tmp/go-build3048717155/b099/_pkg_.a
2025-08-20T22:32:00.4455196Z [00:01:51.608]➜  packagefile github.com/muesli/mango-cobra=/tmp/go-build3048717155/b100/_pkg_.a
2025-08-20T22:32:00.4456091Z [00:01:51.608]➜  packagefile github.com/muesli/roff=/tmp/go-build3048717155/b116/_pkg_.a
2025-08-20T22:32:00.4456749Z [00:01:51.608]➜  packagefile github.com/spf13/pflag=/tmp/go-build3048717155/b103/_pkg_.a
2025-08-20T22:32:00.4457321Z [00:01:51.608]➜  packagefile golang.org/x/text/cases=/tmp/go-build3048717155/b117/_pkg_.a
2025-08-20T22:32:00.4457904Z [00:01:51.608]➜  packagefile golang.org/x/text/language=/tmp/go-build3048717155/b119/_pkg_.a
2025-08-20T22:32:00.4458425Z [00:01:51.608]➜  packagefile os/signal=/tmp/go-build3048717155/b125/_pkg_.a
2025-08-20T22:32:00.4459084Z [00:01:51.608]➜  packagefile regexp=/tmp/go-build3048717155/b079/_pkg_.a
2025-08-20T22:32:00.4459555Z [00:01:51.608]➜  packagefile runtime/debug=/tmp/go-build3048717155/b126/_pkg_.a
2025-08-20T22:32:00.4460131Z [00:01:51.608]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3048717155/b095/_pkg_.a
2025-08-20T22:32:00.4460764Z [00:01:51.608]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build3048717155/b098/_pkg_.a
2025-08-20T22:32:00.4461340Z [00:01:51.608]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3048717155/b078/_pkg_.a
2025-08-20T22:32:00.4461913Z [00:01:51.608]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3048717155/b077/_pkg_.a
2025-08-20T22:32:00.4462418Z [00:01:51.608]➜  packagefile path=/tmp/go-build3048717155/b061/_pkg_.a
2025-08-20T22:32:00.4462912Z [00:01:51.608]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3048717155/b085/_pkg_.a
2025-08-20T22:32:00.4463499Z [00:01:51.608]➜  packagefile github.com/charmbracelet/x/conpty=/tmp/go-build3048717155/b128/_pkg_.a
2025-08-20T22:32:00.4464142Z [00:01:51.608]➜  packagefile github.com/charmbracelet/x/termios=/tmp/go-build3048717155/b129/_pkg_.a
2025-08-20T22:32:00.4464728Z [00:01:51.608]➜  packagefile github.com/creack/pty=/tmp/go-build3048717155/b130/_pkg_.a
2025-08-20T22:32:00.4465239Z [00:01:51.608]➜  packagefile path/filepath=/tmp/go-build3048717155/b092/_pkg_.a
2025-08-20T22:32:00.4466012Z [00:01:51.608]➜  packagefile sort=/tmp/go-build3048717155/b081/_pkg_.a
2025-08-20T22:32:00.4466477Z [00:01:51.608]➜  packagefile text/template=/tmp/go-build3048717155/b114/_pkg_.a
2025-08-20T22:32:00.4466922Z [00:01:51.608]➜  packagefile maps=/tmp/go-build3048717155/b083/_pkg_.a
2025-08-20T22:32:00.4467399Z [00:01:51.608]➜  packagefile internal/filepathlite=/tmp/go-build3048717155/b059/_pkg_.a
2025-08-20T22:32:00.4468062Z [00:01:51.608]➜  packagefile internal/goarch=/tmp/go-build3048717155/b006/_pkg_.a
2025-08-20T22:32:00.4468562Z [00:01:51.608]➜  packagefile internal/itoa=/tmp/go-build3048717155/b047/_pkg_.a
2025-08-20T22:32:00.4469048Z [00:01:51.608]➜  packagefile internal/poll=/tmp/go-build3048717155/b062/_pkg_.a
2025-08-20T22:32:00.4469560Z [00:01:51.608]➜  packagefile internal/stringslite=/tmp/go-build3048717155/b031/_pkg_.a
2025-08-20T22:32:00.4470114Z [00:01:51.608]➜  packagefile internal/syscall/execenv=/tmp/go-build3048717155/b064/_pkg_.a
2025-08-20T22:32:00.4470662Z [00:01:51.608]➜  packagefile internal/syscall/unix=/tmp/go-build3048717155/b063/_pkg_.a
2025-08-20T22:32:00.4471182Z [00:01:51.608]➜  packagefile internal/testlog=/tmp/go-build3048717155/b065/_pkg_.a
2025-08-20T22:32:00.4471649Z [00:01:51.608]➜  packagefile io/fs=/tmp/go-build3048717155/b060/_pkg_.a
2025-08-20T22:32:00.4472084Z [00:01:51.608]➜  packagefile syscall=/tmp/go-build3048717155/b046/_pkg_.a
2025-08-20T22:32:00.4472568Z [00:01:51.608]➜  packagefile internal/godebug=/tmp/go-build3048717155/b044/_pkg_.a
2025-08-20T22:32:00.4473059Z [00:01:51.608]➜  packagefile internal/abi=/tmp/go-build3048717155/b005/_pkg_.a
2025-08-20T22:32:00.4473575Z [00:01:51.608]➜  packagefile internal/chacha8rand=/tmp/go-build3048717155/b013/_pkg_.a
2025-08-20T22:32:00.4474133Z [00:01:51.608]➜  packagefile internal/coverage/rtcov=/tmp/go-build3048717155/b014/_pkg_.a
2025-08-20T22:32:00.4474690Z [00:01:51.608]➜  packagefile internal/cpu=/tmp/go-build3048717155/b011/_pkg_.a
2025-08-20T22:32:00.4475184Z [00:01:51.608]➜  packagefile internal/godebugs=/tmp/go-build3048717155/b015/_pkg_.a
2025-08-20T22:32:00.4475950Z [00:01:51.608]➜  packagefile internal/goexperiment=/tmp/go-build3048717155/b016/_pkg_.a
2025-08-20T22:32:00.4476463Z [00:01:51.608]➜  packagefile internal/goos=/tmp/go-build3048717155/b017/_pkg_.a
2025-08-20T22:32:00.4476984Z [00:01:51.608]➜  packagefile internal/profilerecord=/tmp/go-build3048717155/b018/_pkg_.a
2025-08-20T22:32:00.4477544Z [00:01:51.608]➜  packagefile internal/runtime/atomic=/tmp/go-build3048717155/b019/_pkg_.a
2025-08-20T22:32:00.4478097Z [00:01:51.608]➜  packagefile internal/runtime/cgroup=/tmp/go-build3048717155/b020/_pkg_.a
2025-08-20T22:32:00.4478801Z [00:01:51.608]➜  packagefile internal/runtime/exithook=/tmp/go-build3048717155/b024/_pkg_.a
2025-08-20T22:32:00.4479349Z [00:01:51.608]➜  packagefile internal/runtime/gc=/tmp/go-build3048717155/b025/_pkg_.a
2025-08-20T22:32:00.4479878Z [00:01:51.608]➜  packagefile internal/runtime/maps=/tmp/go-build3048717155/b026/_pkg_.a
2025-08-20T22:32:00.4480411Z [00:01:51.608]➜  packagefile internal/runtime/math=/tmp/go-build3048717155/b022/_pkg_.a
2025-08-20T22:32:00.4480958Z [00:01:51.608]➜  packagefile internal/runtime/strconv=/tmp/go-build3048717155/b021/_pkg_.a
2025-08-20T22:32:00.4481518Z [00:01:51.608]➜  packagefile internal/runtime/sys=/tmp/go-build3048717155/b030/_pkg_.a
2025-08-20T22:32:00.4482072Z [00:01:51.608]➜  packagefile internal/runtime/syscall=/tmp/go-build3048717155/b023/_pkg_.a
2025-08-20T22:32:00.4482630Z [00:01:51.608]➜  packagefile internal/trace/tracev2=/tmp/go-build3048717155/b032/_pkg_.a
2025-08-20T22:32:00.4483146Z [00:01:51.608]➜  packagefile internal/race=/tmp/go-build3048717155/b029/_pkg_.a
2025-08-20T22:32:00.4483679Z [00:01:51.608]➜  packagefile internal/unsafeheader=/tmp/go-build3048717155/b008/_pkg_.a
2025-08-20T22:32:00.4484190Z [00:01:51.608]➜  packagefile internal/sync=/tmp/go-build3048717155/b035/_pkg_.a
2025-08-20T22:32:00.4484687Z [00:01:51.608]➜  packagefile internal/synctest=/tmp/go-build3048717155/b037/_pkg_.a
2025-08-20T22:32:00.4485207Z [00:01:51.608]➜  packagefile database/sql/driver=/tmp/go-build3048717155/b071/_pkg_.a
2025-08-20T22:32:00.4486258Z [00:01:51.608]➜  packagefile encoding/json=/tmp/go-build3048717155/b072/_pkg_.a
2025-08-20T22:32:00.4487080Z [00:01:51.608]➜  packagefile math/rand=/tmp/go-build3048717155/b076/_pkg_.a
2025-08-20T22:32:00.4487894Z [00:01:51.608]➜  packagefile io/ioutil=/tmp/go-build3048717155/b088/_pkg_.a
2025-08-20T22:32:00.4488898Z [00:01:51.608]➜  packagefile os/user=/tmp/go-build3048717155/b089/_pkg_.a
2025-08-20T22:32:00.4489526Z [00:01:51.608]➜  packagefile github.com/muesli/mango=/tmp/go-build3048717155/b101/_pkg_.a
2025-08-20T22:32:00.4490124Z [00:01:51.608]➜  packagefile github.com/muesli/mango-pflag=/tmp/go-build3048717155/b102/_pkg_.a
2025-08-20T22:32:00.4490661Z [00:01:51.608]➜  packagefile encoding/csv=/tmp/go-build3048717155/b104/_pkg_.a
2025-08-20T22:32:00.4491116Z [00:01:51.608]➜  packagefile flag=/tmp/go-build3048717155/b105/_pkg_.a
2025-08-20T22:32:00.4491538Z [00:01:51.608]➜  packagefile net=/tmp/go-build3048717155/b106/_pkg_.a
2025-08-20T22:32:00.4492042Z [00:01:51.608]➜  packagefile golang.org/x/text/internal=/tmp/go-build3048717155/b118/_pkg_.a
2025-08-20T22:32:00.4492633Z [00:01:51.608]➜  packagefile golang.org/x/text/transform=/tmp/go-build3048717155/b123/_pkg_.a
2025-08-20T22:32:00.4493236Z [00:01:51.608]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3048717155/b124/_pkg_.a
2025-08-20T22:32:00.4494165Z [00:01:51.608]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3048717155/b120/_pkg_.a
2025-08-20T22:32:00.4495645Z [00:01:51.608]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3048717155/b122/_pkg_.a
2025-08-20T22:32:00.4496392Z [00:01:51.608]➜  packagefile regexp/syntax=/tmp/go-build3048717155/b080/_pkg_.a
2025-08-20T22:32:00.4496902Z [00:01:51.608]➜  packagefile image=/tmp/go-build3048717155/b096/_pkg_.a
2025-08-20T22:32:00.4497462Z [00:01:51.608]➜  packagefile encoding/binary=/tmp/go-build3048717155/b086/_pkg_.a
2025-08-20T22:32:00.4497989Z [00:01:51.608]➜  packagefile text/template/parse=/tmp/go-build3048717155/b115/_pkg_.a
2025-08-20T22:32:00.4498502Z [00:01:51.608]➜  packagefile internal/oserror=/tmp/go-build3048717155/b048/_pkg_.a
2025-08-20T22:32:00.4498998Z [00:01:51.608]➜  packagefile internal/asan=/tmp/go-build3048717155/b027/_pkg_.a
2025-08-20T22:32:00.4499674Z [00:01:51.608]➜  packagefile internal/msan=/tmp/go-build3048717155/b028/_pkg_.a
2025-08-20T22:32:00.4500647Z [00:01:51.608]➜  packagefile internal/bisect=/tmp/go-build3048717155/b045/_pkg_.a
2025-08-20T22:32:00.4501551Z [00:01:51.608]➜  packagefile encoding=/tmp/go-build3048717155/b073/_pkg_.a
2025-08-20T22:32:00.4502690Z [00:01:51.608]➜  packagefile unicode/utf16=/tmp/go-build3048717155/b074/_pkg_.a
2025-08-20T22:32:00.4503554Z [00:01:51.608]➜  packagefile bufio=/tmp/go-build3048717155/b097/_pkg_.a
2025-08-20T22:32:00.4504587Z [00:01:51.608]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3048717155/b107/_pkg_.a
2025-08-20T22:32:00.4505895Z [00:01:51.608]➜  packagefile internal/nettrace=/tmp/go-build3048717155/b108/_pkg_.a
2025-08-20T22:32:00.4506916Z [00:01:51.608]➜  packagefile internal/singleflight=/tmp/go-build3048717155/b109/_pkg_.a
2025-08-20T22:32:00.4507852Z [00:01:51.608]➜  packagefile net/netip=/tmp/go-build3048717155/b110/_pkg_.a
2025-08-20T22:32:00.4508870Z [00:01:51.608]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3048717155/b121/_pkg_.a
2025-08-20T22:32:00.4509863Z [00:01:51.608]➜  packagefile unique=/tmp/go-build3048717155/b111/_pkg_.a
2025-08-20T22:32:00.4510672Z [00:01:51.608]➜  packagefile weak=/tmp/go-build3048717155/b112/_pkg_.a
2025-08-20T22:32:00.4532929Z [00:01:51.608]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/charmbracelet/sequin\nmod\tgithub.com/charmbracelet/sequin\tv0.3.2-0.20250818132341-4ebbc320b9ab\t\ndep\tgithub.com/charmbracelet/colorprofile\tv0.3.1\th1:k8dTHMd7fgw4bnFd7jXTLZrSU/CQrKnL3m+AxCzDz40=\ndep\tgithub.com/charmbracelet/fang\tv0.3.0\th1:Be6TB+ExS8VWizTQRJgjqbJBudKrmVUet65xmFPGhaA=\ndep\tgithub.com/charmbracelet/lipgloss/v2\tv2.0.0-beta1\th1:SOylT6+BQzPHEjn15TIzawBPVD0QmhKXbcb3jY0ZIKU=\ndep\tgithub.com/charmbracelet/x/ansi\tv0.10.1\th1:rL3Koar5XvX0pHGfovN03f5cxLbCF2YvLeyz7D2jVDQ=\ndep\tgithub.com/charmbracelet/x/cellbuf\tv0.0.13\th1:/KBBKHuVRbq1lYx5BzEHBAFBP8VcQzJejZ/IA3iR28k=\ndep\tgithub.com/charmbracelet/x/conpty\tv0.1.0\th1:4zc8KaIcbiL4mghEON8D72agYtSeIgq8FSThSPQIb+U=\ndep\tgithub.com/charmbracelet/x/exp/charmtone\tv0.0.0-20250603201427-c31516f43444\th1:IJDiTgVE56gkAGfq0lBEloWgkXMk4hl/bmuPoicI4R0=\ndep\tgithub.com/charmbracelet/x/term\tv0.2.1\th1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=\ndep\tgithub.com/charmbracelet/x/termios\tv0.1.1\th1:o3Q2bT8eqzGnGPOYheoYS8eEleT5ZVNYNy8JawjaNZY=\ndep\tgithub.com/charmbracelet/x/xpty\tv0.1.2\th1:Pqmu4TEJ8KeA9uSkISKMU3f+C1F6OGBn8ABuGlqCbtI=\ndep\tgithub.com/creack/pty\tv1.1.24\th1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\th1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=\ndep\tgithub.com/muesli/cancelreader\tv0.2.2\th1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=\ndep\tgithub.com/muesli/mango\tv0.1.0\th1:DZQK45d2gGbql1arsYA4vfg4d7I9Hfx5rX/GCmzsAvI=\ndep\tgithub.com/muesli/mango-cobra\tv1.2.0\th1:DQvjzAM0PMZr85Iv9LIMaYISpTOliMEg+uMFtNbYvWg=\ndep\tgithub.com/muesli/mango-pflag\tv0.1.0\th1:UADqbYgpUyRoBja3g6LUL+3LErjpsOwaC9ywvBWe7Sg=\ndep\tgithub.com/muesli/roff\tv0.1.0\th1:YD0lalCotmYuF5HhZliKWlIx7IEhiXeSfq7hNjFqGF8=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/spf13/cobra\tv1.9.1\th1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=\ndep\tgithub.com/spf13/pflag\tv1.0.6\th1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgolang.org/x/sys\tv0.33.0\th1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=\ndep\tgolang.org/x/text\tv0.24.0\th1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=4ebbc320b9abf8204920665ffe2be3a9a8326b30\nbuild\tvcs.time=2025-08-18T13:23:41Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:32:00.4551721Z [00:01:51.608]➜  EOF
2025-08-20T22:32:00.4552217Z [00:01:51.608]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:32:00.4552732Z [00:01:51.608]➜  cd .
2025-08-20T22:32:00.4556820Z [00:01:51.608]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=Fjb1TsfzxVGBU56JQNB8/0-q70i8rQqUKePwTKPOO/MPsyeIXsdpEdZ1f3YDZ0/Fjb1TsfzxVGBU56JQNB8 -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:32:00.8264825Z [00:01:51.993]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:32:00.8300003Z [00:01:51.996]➜  mkdir -p /build-bins/
2025-08-20T22:32:00.8300698Z [00:01:51.996]➜  cp $WORK/b001/exe/a.out /build-bins/sequin
2025-08-20T22:32:00.8334054Z [00:01:52.000]➜  rm -rf $WORK/b001/
2025-08-20T22:32:01.0072830Z [00:01:52.173]➜  '/tmp/tmp.ycpxe2qMcE/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:32:01.0303960Z [00:01:52.196]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:32:01.0475924Z [00:01:52.214]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:32:01.0481122Z [00:01:52.214]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:32:01.0798190Z [00:01:52.246]➜  copy from `/build-bins/sequin' [elf64-x86-64] to `/build-bins/stFcNfOi' [elf64-x86-64]
2025-08-20T22:32:01.1373522Z [00:01:52.303]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:32:01.1404768Z [00:01:52.307]➜  
2025-08-20T22:32:01.1422522Z [00:01:52.308]➜  /build-bins/sequin
2025-08-20T22:32:01.1457297Z [00:01:52.312]➜  There are 24 section headers, starting at offset 0x432818:
2025-08-20T22:32:01.1461137Z [00:01:52.312]➜  
2025-08-20T22:32:01.1461901Z [00:01:52.312]➜  Section Headers:
2025-08-20T22:32:01.1462747Z [00:01:52.312]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:32:01.1463577Z [00:01:52.312]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:32:01.1464300Z [00:01:52.312]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:32:01.1465025Z [00:01:52.312]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:32:01.1465774Z [00:01:52.312]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T22:32:01.1466285Z [00:01:52.312]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:32:01.1466714Z [00:01:52.312]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T22:32:01.1467133Z [00:01:52.312]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T22:32:01.1467568Z [00:01:52.312]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T22:32:01.1467983Z [00:01:52.312]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:32:01.1468405Z [00:01:52.312]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T22:32:01.1468821Z [00:01:52.312]➜         000000000005d2d0  0000000000000018   A       2     0     8
2025-08-20T22:32:01.1469238Z [00:01:52.312]➜    [ 5] .init             PROGBITS         000000000005e000  0005e000
2025-08-20T22:32:01.1469653Z [00:01:52.312]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:32:01.1470070Z [00:01:52.312]➜    [ 6] .text             PROGBITS         000000000005e040  0005e040
2025-08-20T22:32:01.1470494Z [00:01:52.312]➜         0000000000183a2e  0000000000000000  AX       0     0     64
2025-08-20T22:32:01.1470911Z [00:01:52.312]➜    [ 7] .fini             PROGBITS         00000000001e1a6e  001e1a6e
2025-08-20T22:32:01.1471334Z [00:01:52.312]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:32:01.1471752Z [00:01:52.312]➜    [ 8] .rodata           PROGBITS         00000000001e2000  001e2000
2025-08-20T22:32:01.1472408Z [00:01:52.313]➜         000000000006c04c  0000000000000000   A       0     0     32
2025-08-20T22:32:01.1472839Z [00:01:52.313]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000024e04c  0024e04c
2025-08-20T22:32:01.1473281Z [00:01:52.313]➜         0000000000000094  0000000000000000   A       0     0     4
2025-08-20T22:32:01.1473730Z [00:01:52.313]➜    [10] .eh_frame         PROGBITS         000000000024e0e0  0024e0e0
2025-08-20T22:32:01.1474159Z [00:01:52.313]➜         00000000000002a0  0000000000000000   A       0     0     8
2025-08-20T22:32:01.1474573Z [00:01:52.313]➜    [11] .tbss             NOBITS           000000000024fd30  0024ed30
2025-08-20T22:32:01.1474981Z [00:01:52.313]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T22:32:01.1475678Z [00:01:52.313]➜    [12] .init_array       INIT_ARRAY       000000000024fd30  0024ed30
2025-08-20T22:32:01.1476209Z [00:01:52.313]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:32:01.1476664Z [00:01:52.313]➜    [13] .fini_array       FINI_ARRAY       000000000024fd38  0024ed38
2025-08-20T22:32:01.1477097Z [00:01:52.313]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:32:01.1477532Z [00:01:52.313]➜    [14] .data.rel.ro      PROGBITS         000000000024fd40  0024ed40
2025-08-20T22:32:01.1477965Z [00:01:52.313]➜         0000000000159110  0000000000000000  WA       0     0     32
2025-08-20T22:32:01.1478400Z [00:01:52.313]➜    [15] .dynamic          DYNAMIC          00000000003a8e50  003a7e50
2025-08-20T22:32:01.1478825Z [00:01:52.313]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:32:01.1479240Z [00:01:52.313]➜    [16] .got              PROGBITS         00000000003a8fc0  003a7fc0
2025-08-20T22:32:01.1479800Z [00:01:52.313]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T22:32:01.1480283Z [00:01:52.313]➜    [17] .data             PROGBITS         00000000003a9000  003a8000
2025-08-20T22:32:01.1480747Z [00:01:52.313]➜         000000000000c900  0000000000000000  WA       0     0     32
2025-08-20T22:32:01.1481185Z [00:01:52.313]➜    [18] .go.buildinfo     PROGBITS         00000000003b5900  003b4900
2025-08-20T22:32:01.1481618Z [00:01:52.313]➜         0000000000000ac0  0000000000000000  WA       0     0     16
2025-08-20T22:32:01.1482053Z [00:01:52.313]➜    [19] .go.fipsinfo      PROGBITS         00000000003b63c0  003b53c0
2025-08-20T22:32:01.1482484Z [00:01:52.313]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:32:01.1482931Z [00:01:52.313]➜    [20] .noptrdata        PROGBITS         00000000003b6440  003b5440
2025-08-20T22:32:01.1483364Z [00:01:52.313]➜         000000000007d302  0000000000000000  WA       0     0     32
2025-08-20T22:32:01.1483778Z [00:01:52.313]➜    [21] .bss              NOBITS           0000000000433760  00432742
2025-08-20T22:32:01.1484192Z [00:01:52.313]➜         0000000000022a80  0000000000000000  WA       0     0     32
2025-08-20T22:32:01.1484626Z [00:01:52.313]➜    [22] .noptrbss         NOBITS           00000000004561e0  00432742
2025-08-20T22:32:01.1485053Z [00:01:52.313]➜         0000000000014e00  0000000000000000  WA       0     0     32
2025-08-20T22:32:01.1485718Z [00:01:52.313]➜    [23] .shstrtab         STRTAB           0000000000000000  00432742
2025-08-20T22:32:01.1486225Z [00:01:52.313]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:32:01.1486574Z [00:01:52.313]➜  Key to Flags:
2025-08-20T22:32:01.1487157Z [00:01:52.313]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:32:01.1488126Z [00:01:52.313]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:32:01.1488956Z [00:01:52.313]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:32:01.1489486Z [00:01:52.313]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:32:01.1489798Z [00:01:52.315]➜  
2025-08-20T22:32:01.1504885Z [00:01:52.317]➜  /build-bins/LICENSE
2025-08-20T22:32:01.1521045Z [00:01:52.318]➜  + file /build-bins/LICENSE /build-bins/sequin
2025-08-20T22:32:01.1733482Z [00:01:52.340]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:32:01.1769603Z [00:01:52.343]➜  /build-bins/sequin:  ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:32:01.1779634Z [00:01:52.344]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/sequin
2025-08-20T22:32:01.1801205Z [00:01:52.346]➜  /build-bins/LICENSE:         1075 Bytes
2025-08-20T22:32:01.1802270Z [00:01:52.346]➜  /build-bins/sequin:         4402712 Bytes
2025-08-20T22:32:01.1804109Z [00:01:52.347]➜  + du /build-bins/LICENSE /build-bins/sequin --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:32:01.1819290Z [00:01:52.348]➜  1.1K	2025-08-20 22:32:01.006196857 +0000	/build-bins/LICENSE
2025-08-20T22:32:01.1820095Z [00:01:52.348]➜  4.2M	2025-08-20 22:32:01.088195282 +0000	/build-bins/sequin
2025-08-20T22:32:01.1821693Z [00:01:52.348]➜  + popd
2025-08-20T22:32:01.2576772Z [00:01:52.424]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:32:01.2864663Z [00:01:52.453]➜  + '[' -s /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:32:01.2865899Z [00:01:52.453]➜  + cp -fv /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:32:01.2999420Z [00:01:52.466]➜  '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:32:01.3006050Z [00:01:52.467]➜  + find /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:32:01.3007853Z [00:01:52.467]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:32:01.3012951Z [00:01:52.467]➜  + cut -d: -f1
2025-08-20T22:32:01.3013992Z [00:01:52.467]➜  + xargs realpath --no-symlinks
2025-08-20T22:32:01.3014952Z [00:01:52.468]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:01.5121084Z [00:01:52.678]➜  sending incremental file list
2025-08-20T22:32:01.5132478Z [00:01:52.679]➜  sequin
2025-08-20T22:32:01.5596672Z [00:01:52.726]➜  
2025-08-20T22:32:01.5597404Z [00:01:52.726]➜  sent 4.40M bytes  received 35 bytes  8.81M bytes/sec
2025-08-20T22:32:01.5597963Z [00:01:52.726]➜  total size is 4.40M  speedup is 1.00
2025-08-20T22:32:01.5609823Z [00:01:52.727]➜  
2025-08-20T22:32:02.0993831Z [00:01:53.266]➜  
2025-08-20T22:32:02.1106535Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/notify.go' from root:root to runner:runner
2025-08-20T22:32:02.1108863Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:32:02.1110629Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:32:02.1112653Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/kitty.go' from root:root to runner:runner
2025-08-20T22:32:02.1114819Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/cursor.go' from root:root to runner:runner
2025-08-20T22:32:02.1116897Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/termcap.go' from root:root to runner:runner
2025-08-20T22:32:02.1118325Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/hyperlink.go' from root:root to runner:runner
2025-08-20T22:32:02.1120830Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/cwd.go' from root:root to runner:runner
2025-08-20T22:32:02.1122923Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/xt.go' from root:root to runner:runner
2025-08-20T22:32:02.1124212Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/pointer.go' from root:root to runner:runner
2025-08-20T22:32:02.1126744Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/git-status.tape' from root:root to runner:runner
2025-08-20T22:32:02.1129147Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/kitchen-sink.tape' from root:root to runner:runner
2025-08-20T22:32:02.1131510Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/ls-data/file.txt' from root:root to runner:runner
2025-08-20T22:32:02.1133899Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/ls-data/dir/.keep' from root:root to runner:runner
2025-08-20T22:32:02.1136594Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/ls-data/dir' from root:root to runner:runner
2025-08-20T22:32:02.1138937Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/ls-data' from root:root to runner:runner
2025-08-20T22:32:02.1140600Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/git-status-raw.tape' from root:root to runner:runner
2025-08-20T22:32:02.1141936Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/printf.tape' from root:root to runner:runner
2025-08-20T22:32:02.1144123Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/golden.tape' from root:root to runner:runner
2025-08-20T22:32:02.1146629Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/faketty.tape' from root:root to runner:runner
2025-08-20T22:32:02.1148202Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/ls.tape' from root:root to runner:runner
2025-08-20T22:32:02.1150581Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/testdata/MyCuteApp.golden' from root:root to runner:runner
2025-08-20T22:32:02.1152971Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/testdata' from root:root to runner:runner
2025-08-20T22:32:02.1154899Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes' from root:root to runner:runner
2025-08-20T22:32:02.1157282Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/mode.go' from root:root to runner:runner
2025-08-20T22:32:02.1158980Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:32:02.1161224Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/main_test.go' from root:root to runner:runner
2025-08-20T22:32:02.1163387Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:32:02.1165161Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:32:02.1167593Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/clipboard.go' from root:root to runner:runner
2025-08-20T22:32:02.1169829Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T22:32:02.1172015Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:32:02.1173482Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/lint-sync.yml' from root:root to runner:runner
2025-08-20T22:32:02.1175152Z [00:01:53.277]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:32:02.1177991Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/coverage.yml' from root:root to runner:runner
2025-08-20T22:32:02.1180223Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/build.yml' from root:root to runner:runner
2025-08-20T22:32:02.1181632Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/dependabot-sync.yml' from root:root to runner:runner
2025-08-20T22:32:02.1183307Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/lint.yml' from root:root to runner:runner
2025-08-20T22:32:02.1185801Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:32:02.1187135Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/CODEOWNERS' from root:root to runner:runner
2025-08-20T22:32:02.1189422Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T22:32:02.1190811Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T22:32:02.1192219Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T22:32:02.1193575Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:32:02.1194995Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:32:02.1196505Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T22:32:02.1198092Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T22:32:02.1200254Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/handlers.go' from root:root to runner:runner
2025-08-20T22:32:02.1202138Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/line.go' from root:root to runner:runner
2025-08-20T22:32:02.1203446Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:32:02.1204821Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:32:02.1206440Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:32:02.1207972Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:32:02.1209327Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:32:02.1210731Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:32:02.1212102Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:32:02.1213452Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:32:02.1214816Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:32:02.1216464Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:32:02.1217795Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:32:02.1219144Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:32:02.1220531Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:32:02.1222082Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:32:02.1223513Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:32:02.1224776Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:32:02.1226294Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:32:02.1227633Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:32:02.1229010Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:32:02.1230327Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:32:02.1231590Z [00:01:53.278]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:32:02.1232966Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:32:02.1234184Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:32:02.1235616Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:32:02.1236899Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:32:02.1238186Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:32:02.1239510Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:32:02.1240818Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:32:02.1242062Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:32:02.1243269Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:32:02.1244456Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:32:02.1245928Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:32:02.1247349Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:32:02.1248559Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:32:02.1250035Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-b8322ce220a66f62d89e128f9c4c335b7b8f8854.promisor' from root:root to runner:runner
2025-08-20T22:32:02.1251763Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-ecef05e9717d2bcb7745f72a3db688862e7162f0.pack' from root:root to runner:runner
2025-08-20T22:32:02.1253437Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-b8322ce220a66f62d89e128f9c4c335b7b8f8854.idx' from root:root to runner:runner
2025-08-20T22:32:02.1255132Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-ecef05e9717d2bcb7745f72a3db688862e7162f0.promisor' from root:root to runner:runner
2025-08-20T22:32:02.1257134Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-ecef05e9717d2bcb7745f72a3db688862e7162f0.idx' from root:root to runner:runner
2025-08-20T22:32:02.1258951Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-ecef05e9717d2bcb7745f72a3db688862e7162f0.rev' from root:root to runner:runner
2025-08-20T22:32:02.1260647Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-b8322ce220a66f62d89e128f9c4c335b7b8f8854.rev' from root:root to runner:runner
2025-08-20T22:32:02.1262575Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-b8322ce220a66f62d89e128f9c4c335b7b8f8854.pack' from root:root to runner:runner
2025-08-20T22:32:02.1264044Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:32:02.1265326Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:32:02.1266855Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:32:02.1268263Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:32:02.1269495Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:32:02.1270677Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:32:02.1271858Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:32:02.1273172Z [00:01:53.279]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/exec.go' from root:root to runner:runner
2025-08-20T22:32:02.1274347Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/title.go' from root:root to runner:runner
2025-08-20T22:32:02.1275775Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/theme.go' from root:root to runner:runner
2025-08-20T22:32:02.1277000Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/screen.go' from root:root to runner:runner
2025-08-20T22:32:02.1278188Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/color.go' from root:root to runner:runner
2025-08-20T22:32:02.1279407Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/final_term.go' from root:root to runner:runner
2025-08-20T22:32:02.1281124Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/sgr.go' from root:root to runner:runner
2025-08-20T22:32:02.1282918Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/keypad/application_keypad.golden' from root:root to runner:runner
2025-08-20T22:32:02.1284667Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/keypad/normal_keypad.golden' from root:root to runner:runner
2025-08-20T22:32:02.1286397Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/keypad' from root:root to runner:runner
2025-08-20T22:32:02.1287868Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/invalid.golden' from root:root to runner:runner
2025-08-20T22:32:02.1289460Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/request_system.golden' from root:root to runner:runner
2025-08-20T22:32:02.1291055Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/request_primary.golden' from root:root to runner:runner
2025-08-20T22:32:02.1292636Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/set_primary.golden' from root:root to runner:runner
2025-08-20T22:32:02.1294182Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/set_system.golden' from root:root to runner:runner
2025-08-20T22:32:02.1295981Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/incomplete.golden' from root:root to runner:runner
2025-08-20T22:32:02.1297470Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard' from root:root to runner:runner
2025-08-20T22:32:02.1298951Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/erase_above.golden' from root:root to runner:runner
2025-08-20T22:32:02.1300674Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/disable_alt_buffer.golden' from root:root to runner:runner
2025-08-20T22:32:02.1302219Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/erase_full.golden' from root:root to runner:runner
2025-08-20T22:32:02.1303764Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/enable_alt_buffer.golden' from root:root to runner:runner
2025-08-20T22:32:02.1305322Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/erase_below.golden' from root:root to runner:runner
2025-08-20T22:32:02.1307135Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/scrolling_region.golden' from root:root to runner:runner
2025-08-20T22:32:02.1308699Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/erase_display.golden' from root:root to runner:runner
2025-08-20T22:32:02.1310263Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/request_alt_buffer.golden' from root:root to runner:runner
2025-08-20T22:32:02.1311962Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/passthrough.golden' from root:root to runner:runner
2025-08-20T22:32:02.1313436Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen' from root:root to runner:runner
2025-08-20T22:32:02.1314875Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/set_both.golden' from root:root to runner:runner
2025-08-20T22:32:02.1316627Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/invalid.golden' from root:root to runner:runner
2025-08-20T22:32:02.1318107Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/set.golden' from root:root to runner:runner
2025-08-20T22:32:02.1319575Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/set_icon.golden' from root:root to runner:runner
2025-08-20T22:32:02.1321078Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/invalid_cmd.golden' from root:root to runner:runner
2025-08-20T22:32:02.1322507Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title' from root:root to runner:runner
2025-08-20T22:32:02.1323932Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/text.golden' from root:root to runner:runner
2025-08-20T22:32:02.1325402Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/esc.golden' from root:root to runner:runner
2025-08-20T22:32:02.1327277Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/bold_text.golden' from root:root to runner:runner
2025-08-20T22:32:02.1328786Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/termcap.golden' from root:root to runner:runner
2025-08-20T22:32:02.1330366Z [00:01:53.280]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/request_primary_device_attrs.golden' from root:root to runner:runner
2025-08-20T22:32:02.1331944Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/file_sep.golden' from root:root to runner:runner
2025-08-20T22:32:02.1333484Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/invalid_termcap.golden' from root:root to runner:runner
2025-08-20T22:32:02.1335355Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/request_xt_version.golden' from root:root to runner:runner
2025-08-20T22:32:02.1337006Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/pm.golden' from root:root to runner:runner
2025-08-20T22:32:02.1338648Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/apc.golden' from root:root to runner:runner
2025-08-20T22:32:02.1340389Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/invalid_xt.golden' from root:root to runner:runner
2025-08-20T22:32:02.1341881Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/sos.golden' from root:root to runner:runner
2025-08-20T22:32:02.1343401Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/invalid_termcap_hex.golden' from root:root to runner:runner
2025-08-20T22:32:02.1344880Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others' from root:root to runner:runner
2025-08-20T22:32:02.1346422Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_8.golden' from root:root to runner:runner
2025-08-20T22:32:02.1347897Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_1.golden' from root:root to runner:runner
2025-08-20T22:32:02.1349351Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_5.golden' from root:root to runner:runner
2025-08-20T22:32:02.1350850Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/mittchels_tweet.golden' from root:root to runner:runner
2025-08-20T22:32:02.1352975Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_7.golden' from root:root to runner:runner
2025-08-20T22:32:02.1354878Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_3.golden' from root:root to runner:runner
2025-08-20T22:32:02.1356622Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_11.golden' from root:root to runner:runner
2025-08-20T22:32:02.1358100Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_9.golden' from root:root to runner:runner
2025-08-20T22:32:02.1359640Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/underlined_text,_but_no_bold.golden' from root:root to runner:runner
2025-08-20T22:32:02.1361182Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_6.golden' from root:root to runner:runner
2025-08-20T22:32:02.1362627Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_2.golden' from root:root to runner:runner
2025-08-20T22:32:02.1364081Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_12.golden' from root:root to runner:runner
2025-08-20T22:32:02.1365907Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_13.golden' from root:root to runner:runner
2025-08-20T22:32:02.1367407Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_4.golden' from root:root to runner:runner
2025-08-20T22:32:02.1368881Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/empty_values.golden' from root:root to runner:runner
2025-08-20T22:32:02.1370375Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/reset.golden' from root:root to runner:runner
2025-08-20T22:32:02.1371845Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_10.golden' from root:root to runner:runner
2025-08-20T22:32:02.1373262Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr' from root:root to runner:runner
2025-08-20T22:32:02.1374687Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/notify/invalid.golden' from root:root to runner:runner
2025-08-20T22:32:02.1376309Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/notify/notify.golden' from root:root to runner:runner
2025-08-20T22:32:02.1377745Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/notify' from root:root to runner:runner
2025-08-20T22:32:02.1379186Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/scroll_up.golden' from root:root to runner:runner
2025-08-20T22:32:02.1388127Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/right.golden' from root:root to runner:runner
2025-08-20T22:32:02.1389904Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/left.golden' from root:root to runner:runner
2025-08-20T22:32:02.1391394Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/delete.golden' from root:root to runner:runner
2025-08-20T22:32:02.1392861Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/insert.golden' from root:root to runner:runner
2025-08-20T22:32:02.1394367Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/scroll_down.golden' from root:root to runner:runner
2025-08-20T22:32:02.1396102Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/entire.golden' from root:root to runner:runner
2025-08-20T22:32:02.1397556Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line' from root:root to runner:runner
2025-08-20T22:32:02.1399156Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/c0c1/c1.golden' from root:root to runner:runner
2025-08-20T22:32:02.1400618Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/c0c1/c0.golden' from root:root to runner:runner
2025-08-20T22:32:02.1402006Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/c0c1' from root:root to runner:runner
2025-08-20T22:32:02.1403466Z [00:01:53.281]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/reset_cursor.golden' from root:root to runner:runner
2025-08-20T22:32:02.1405306Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/request_cursor.golden' from root:root to runner:runner
2025-08-20T22:32:02.1407155Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/request_fg.golden' from root:root to runner:runner
2025-08-20T22:32:02.1408717Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/invalid_set.golden' from root:root to runner:runner
2025-08-20T22:32:02.1410426Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/reset_fg.golden' from root:root to runner:runner
2025-08-20T22:32:02.1412038Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/set_cursor.golden' from root:root to runner:runner
2025-08-20T22:32:02.1413562Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/set_bg.golden' from root:root to runner:runner
2025-08-20T22:32:02.1415241Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/request_bg.golden' from root:root to runner:runner
2025-08-20T22:32:02.1416900Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/reset_bg.golden' from root:root to runner:runner
2025-08-20T22:32:02.1418425Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/set_fg.golden' from root:root to runner:runner
2025-08-20T22:32:02.1419961Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/invalid_reset.golden' from root:root to runner:runner
2025-08-20T22:32:02.1421449Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor' from root:root to runner:runner
2025-08-20T22:32:02.1422969Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/invalid.golden' from root:root to runner:runner
2025-08-20T22:32:02.1425343Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/full.golden' from root:root to runner:runner
2025-08-20T22:32:02.1427193Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/multiple_params.golden' from root:root to runner:runner
2025-08-20T22:32:02.1428780Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/uri_only.golden' from root:root to runner:runner
2025-08-20T22:32:02.1430291Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/reset.golden' from root:root to runner:runner
2025-08-20T22:32:02.1431740Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink' from root:root to runner:runner
2025-08-20T22:32:02.1433193Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_1.golden' from root:root to runner:runner
2025-08-20T22:32:02.1434785Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/invalid_request_extended_pos.golden' from root:root to runner:runner
2025-08-20T22:32:02.1436664Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/previous_line.golden' from root:root to runner:runner
2025-08-20T22:32:02.1438226Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_5.golden' from root:root to runner:runner
2025-08-20T22:32:02.1439722Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/save_pos.golden' from root:root to runner:runner
2025-08-20T22:32:02.1441339Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/save.golden' from root:root to runner:runner
2025-08-20T22:32:02.1442841Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/pointer_shape.golden' from root:root to runner:runner
2025-08-20T22:32:02.1444347Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_0.golden' from root:root to runner:runner
2025-08-20T22:32:02.1446092Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/down_1.golden' from root:root to runner:runner
2025-08-20T22:32:02.1447594Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/home_pos.golden' from root:root to runner:runner
2025-08-20T22:32:02.1449110Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_7.golden' from root:root to runner:runner
2025-08-20T22:32:02.1450603Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_3.golden' from root:root to runner:runner
2025-08-20T22:32:02.1452221Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/set_pos.golden' from root:root to runner:runner
2025-08-20T22:32:02.1453718Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/right.golden' from root:root to runner:runner
2025-08-20T22:32:02.1455280Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/request_extended_pos.golden' from root:root to runner:runner
2025-08-20T22:32:02.1456946Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/left.golden' from root:root to runner:runner
2025-08-20T22:32:02.1458436Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/up_1.golden' from root:root to runner:runner
2025-08-20T22:32:02.1459905Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/left_1.golden' from root:root to runner:runner
2025-08-20T22:32:02.1461378Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/up.golden' from root:root to runner:runner
2025-08-20T22:32:02.1462852Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/next_line.golden' from root:root to runner:runner
2025-08-20T22:32:02.1464347Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/down.golden' from root:root to runner:runner
2025-08-20T22:32:02.1465916Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/restore.golden' from root:root to runner:runner
2025-08-20T22:32:02.1467536Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/origin.golden' from root:root to runner:runner
2025-08-20T22:32:02.1469019Z [00:01:53.282]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_6.golden' from root:root to runner:runner
2025-08-20T22:32:02.1470529Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/request_pos.golden' from root:root to runner:runner
2025-08-20T22:32:02.1472046Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_2.golden' from root:root to runner:runner
2025-08-20T22:32:02.1473536Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/right_1.golden' from root:root to runner:runner
2025-08-20T22:32:02.1475241Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_4.golden' from root:root to runner:runner
2025-08-20T22:32:02.1477076Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/invalid_pointer_shape.golden' from root:root to runner:runner
2025-08-20T22:32:02.1478794Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/restore_pos.golden' from root:root to runner:runner
2025-08-20T22:32:02.1480489Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor' from root:root to runner:runner
2025-08-20T22:32:02.1482041Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_synchronized_output.golden' from root:root to runner:runner
2025-08-20T22:32:02.1483646Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_report_focus.golden' from root:root to runner:runner
2025-08-20T22:32:02.1485218Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_altscreen.golden' from root:root to runner:runner
2025-08-20T22:32:02.1487036Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_win32_input.golden' from root:root to runner:runner
2025-08-20T22:32:02.1488606Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_altscreen.golden' from root:root to runner:runner
2025-08-20T22:32:02.1490230Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_cursor_visibility.golden' from root:root to runner:runner
2025-08-20T22:32:02.1491796Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/invalid.golden' from root:root to runner:runner
2025-08-20T22:32:02.1493652Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_win32_input.golden' from root:root to runner:runner
2025-08-20T22:32:02.1496786Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse_sgr.golden' from root:root to runner:runner
2025-08-20T22:32:02.1498355Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse_sgr.golden' from root:root to runner:runner
2025-08-20T22:32:02.1499911Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse_sgr.golden' from root:root to runner:runner
2025-08-20T22:32:02.1501495Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_cursor_visibility.golden' from root:root to runner:runner
2025-08-20T22:32:02.1503122Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse_cellmotion.golden' from root:root to runner:runner
2025-08-20T22:32:02.1504748Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_grapheme_clustering.golden' from root:root to runner:runner
2025-08-20T22:32:02.1506740Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_bracketed_paste.golden' from root:root to runner:runner
2025-08-20T22:32:02.1508358Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse_allmotion.golden' from root:root to runner:runner
2025-08-20T22:32:02.1509948Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse.golden' from root:root to runner:runner
2025-08-20T22:32:02.1511533Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_grapheme_clustering.golden' from root:root to runner:runner
2025-08-20T22:32:02.1513149Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_report_focus.golden' from root:root to runner:runner
2025-08-20T22:32:02.1514745Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse_cellmotion.golden' from root:root to runner:runner
2025-08-20T22:32:02.1516495Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_bracketed_paste.golden' from root:root to runner:runner
2025-08-20T22:32:02.1518096Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse_cellmotion.golden' from root:root to runner:runner
2025-08-20T22:32:02.1519685Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_win32_input.golden' from root:root to runner:runner
2025-08-20T22:32:02.1521249Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_report_focus.golden' from root:root to runner:runner
2025-08-20T22:32:02.1522970Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse_hilite.golden' from root:root to runner:runner
2025-08-20T22:32:02.1524513Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse.golden' from root:root to runner:runner
2025-08-20T22:32:02.1526261Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_cursor_keys.golden' from root:root to runner:runner
2025-08-20T22:32:02.1527832Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_cursor_keys.golden' from root:root to runner:runner
2025-08-20T22:32:02.1529428Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_cursor_visibility.golden' from root:root to runner:runner
2025-08-20T22:32:02.1530984Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/non_private.golden' from root:root to runner:runner
2025-08-20T22:32:02.1532627Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse.golden' from root:root to runner:runner
2025-08-20T22:32:02.1534192Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse_allmotion.golden' from root:root to runner:runner
2025-08-20T22:32:02.1535875Z [00:01:53.283]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse_hilite.golden' from root:root to runner:runner
2025-08-20T22:32:02.1537437Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_altscreen.golden' from root:root to runner:runner
2025-08-20T22:32:02.1539032Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse_allmotion.golden' from root:root to runner:runner
2025-08-20T22:32:02.1540588Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/empty_values.golden' from root:root to runner:runner
2025-08-20T22:32:02.1542130Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_cursor_keys.golden' from root:root to runner:runner
2025-08-20T22:32:02.1543715Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_bracketed_paste.golden' from root:root to runner:runner
2025-08-20T22:32:02.1545328Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_grapheme_clustering.golden' from root:root to runner:runner
2025-08-20T22:32:02.1547063Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_synchronized_output.golden' from root:root to runner:runner
2025-08-20T22:32:02.1548878Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_synchronized_output.golden' from root:root to runner:runner
2025-08-20T22:32:02.1550470Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse_hilite.golden' from root:root to runner:runner
2025-08-20T22:32:02.1552186Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode' from root:root to runner:runner
2025-08-20T22:32:02.1553637Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/ascii/ascii.golden' from root:root to runner:runner
2025-08-20T22:32:02.1555071Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/ascii' from root:root to runner:runner
2025-08-20T22:32:02.1556605Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cwd/invalid.golden' from root:root to runner:runner
2025-08-20T22:32:02.1558106Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cwd/multiple_parts.golden' from root:root to runner:runner
2025-08-20T22:32:02.1559744Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cwd/invalid_url.golden' from root:root to runner:runner
2025-08-20T22:32:02.1561256Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cwd/single_part.golden' from root:root to runner:runner
2025-08-20T22:32:02.1562670Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cwd' from root:root to runner:runner
2025-08-20T22:32:02.1564106Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_2.golden' from root:root to runner:runner
2025-08-20T22:32:02.1566482Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_8.golden' from root:root to runner:runner
2025-08-20T22:32:02.1568207Z [00:01:53.284]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_4.golden' from root:root to runner:runner
2025-08-20T22:32:02.1569684Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_2.golden' from root:root to runner:runner
2025-08-20T22:32:02.1571184Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_3.golden' from root:root to runner:runner
2025-08-20T22:32:02.1572815Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_16.golden' from root:root to runner:runner
2025-08-20T22:32:02.1575061Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/pop.golden' from root:root to runner:runner
2025-08-20T22:32:02.1577063Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_1.golden' from root:root to runner:runner
2025-08-20T22:32:02.1578567Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_invalid_mode.golden' from root:root to runner:runner
2025-08-20T22:32:02.1580114Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_invalid_flags.golden' from root:root to runner:runner
2025-08-20T22:32:02.1581733Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/request.golden' from root:root to runner:runner
2025-08-20T22:32:02.1583295Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_1.golden' from root:root to runner:runner
2025-08-20T22:32:02.1584807Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/disable.golden' from root:root to runner:runner
2025-08-20T22:32:02.1586427Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty' from root:root to runner:runner
2025-08-20T22:32:02.1588112Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/command_finished_exit_code.golden' from root:root to runner:runner
2025-08-20T22:32:02.1589777Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/invalid.golden' from root:root to runner:runner
2025-08-20T22:32:02.1591506Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/command_finished.golden' from root:root to runner:runner
2025-08-20T22:32:02.1593101Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/prompt_start.golden' from root:root to runner:runner
2025-08-20T22:32:02.1594691Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/command_executed.golden' from root:root to runner:runner
2025-08-20T22:32:02.1596716Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/command_start.golden' from root:root to runner:runner
2025-08-20T22:32:02.1598534Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/prompt_start_invalid.golden' from root:root to runner:runner
2025-08-20T22:32:02.1600263Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm' from root:root to runner:runner
2025-08-20T22:32:02.1602076Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences' from root:root to runner:runner
2025-08-20T22:32:02.1603352Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata' from root:root to runner:runner
2025-08-20T22:32:02.1604683Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO' from root:root to runner:runner
2025-08-20T22:32:02.1606103Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE' from root:root to runner:runner
2025-08-20T22:32:02.1607136Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:32:02.1608268Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sequin' from runner:docker to runner:runner
2025-08-20T22:32:02.1609287Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:32:02.1610316Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:32:02.1611309Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:32:02.1612227Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:32:02.1613123Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin' from runner:docker to runner:runner
2025-08-20T22:32:02.1614066Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.version' from runner:docker to runner:runner
2025-08-20T22:32:02.1615002Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:32:02.1616256Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.static.version' from runner:docker to runner:runner
2025-08-20T22:32:02.1617314Z [00:01:53.285]➜  changed ownership of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:32:02.1618469Z [00:01:53.294]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/notify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1619712Z [00:01:53.301]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1620950Z [00:01:53.309]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1622589Z [00:01:53.316]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/kitty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1623819Z [00:01:53.323]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/cursor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1636564Z [00:01:53.330]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/termcap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1706889Z [00:01:53.337]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/hyperlink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1776366Z [00:01:53.344]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/cwd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1845938Z [00:01:53.351]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/xt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1915635Z [00:01:53.358]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/pointer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.1986500Z [00:01:53.365]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/git-status.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2056272Z [00:01:53.372]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/kitchen-sink.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2125807Z [00:01:53.379]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/ls-data/file.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2196293Z [00:01:53.386]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/ls-data/dir/.keep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2266588Z [00:01:53.393]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/git-status-raw.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2335911Z [00:01:53.400]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/printf.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2404813Z [00:01:53.407]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/golden.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2474068Z [00:01:53.414]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/faketty.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2542201Z [00:01:53.420]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/ls.tape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2612423Z [00:01:53.427]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/tapes/testdata/MyCuteApp.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2681268Z [00:01:53.434]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/mode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2750230Z [00:01:53.441]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2817666Z [00:01:53.448]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2885287Z [00:01:53.455]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.2953663Z [00:01:53.462]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3022982Z [00:01:53.468]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3091262Z [00:01:53.475]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3160534Z [00:01:53.482]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3230720Z [00:01:53.489]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/lint-sync.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3298657Z [00:01:53.496]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3367736Z [00:01:53.503]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/coverage.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3437586Z [00:01:53.510]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3507189Z [00:01:53.517]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/dependabot-sync.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3577463Z [00:01:53.524]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/workflows/lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3647556Z [00:01:53.531]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3718181Z [00:01:53.538]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3789445Z [00:01:53.545]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3860713Z [00:01:53.552]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.3931513Z [00:01:53.559]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4002518Z [00:01:53.566]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4072095Z [00:01:53.573]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/handlers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4141782Z [00:01:53.580]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/line.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4211972Z [00:01:53.587]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4282631Z [00:01:53.594]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4352691Z [00:01:53.601]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4423024Z [00:01:53.608]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4493301Z [00:01:53.615]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4564081Z [00:01:53.623]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4634001Z [00:01:53.630]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4709172Z [00:01:53.637]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4779491Z [00:01:53.644]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4848979Z [00:01:53.651]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4918437Z [00:01:53.658]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.4988817Z [00:01:53.665]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5061353Z [00:01:53.672]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5131172Z [00:01:53.679]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5201148Z [00:01:53.686]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5272249Z [00:01:53.693]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5342483Z [00:01:53.700]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5413752Z [00:01:53.708]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5482958Z [00:01:53.714]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5553004Z [00:01:53.721]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5621611Z [00:01:53.728]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5692138Z [00:01:53.735]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5761491Z [00:01:53.742]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5831419Z [00:01:53.749]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-b8322ce220a66f62d89e128f9c4c335b7b8f8854.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5900105Z [00:01:53.756]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-ecef05e9717d2bcb7745f72a3db688862e7162f0.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.5969371Z [00:01:53.763]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-b8322ce220a66f62d89e128f9c4c335b7b8f8854.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6042018Z [00:01:53.770]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-ecef05e9717d2bcb7745f72a3db688862e7162f0.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6114188Z [00:01:53.778]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-ecef05e9717d2bcb7745f72a3db688862e7162f0.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6186663Z [00:01:53.785]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-ecef05e9717d2bcb7745f72a3db688862e7162f0.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6258938Z [00:01:53.792]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-b8322ce220a66f62d89e128f9c4c335b7b8f8854.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6330333Z [00:01:53.799]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/objects/pack/pack-b8322ce220a66f62d89e128f9c4c335b7b8f8854.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6404009Z [00:01:53.807]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6475881Z [00:01:53.814]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6546177Z [00:01:53.821]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6615733Z [00:01:53.828]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/title.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6686085Z [00:01:53.835]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/theme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6754986Z [00:01:53.842]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/screen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6823231Z [00:01:53.848]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6893185Z [00:01:53.855]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/final_term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.6962818Z [00:01:53.862]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/sgr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7033454Z [00:01:53.869]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/keypad/application_keypad.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7105694Z [00:01:53.877]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/keypad/normal_keypad.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7175391Z [00:01:53.884]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7244284Z [00:01:53.891]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/request_system.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7313355Z [00:01:53.897]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/request_primary.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7384050Z [00:01:53.905]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/set_primary.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7452480Z [00:01:53.911]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/set_system.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7522527Z [00:01:53.918]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/clipboard/incomplete.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7593149Z [00:01:53.925]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/erase_above.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7664295Z [00:01:53.933]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/disable_alt_buffer.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7732163Z [00:01:53.939]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/erase_full.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7800495Z [00:01:53.946]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/enable_alt_buffer.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7870453Z [00:01:53.953]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/erase_below.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.7939161Z [00:01:53.960]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/scrolling_region.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8009464Z [00:01:53.967]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/erase_display.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8077280Z [00:01:53.974]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/request_alt_buffer.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8147550Z [00:01:53.981]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/screen/passthrough.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8217972Z [00:01:53.988]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/set_both.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8287932Z [00:01:53.995]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8357567Z [00:01:54.002]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/set.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8428087Z [00:01:54.009]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/set_icon.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8499487Z [00:01:54.016]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/title/invalid_cmd.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8573202Z [00:01:54.023]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/text.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8643395Z [00:01:54.030]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/esc.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8714775Z [00:01:54.038]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/bold_text.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8784411Z [00:01:54.045]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/termcap.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8852812Z [00:01:54.051]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/request_primary_device_attrs.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8921127Z [00:01:54.058]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/file_sep.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.8989688Z [00:01:54.065]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/invalid_termcap.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9057895Z [00:01:54.072]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/request_xt_version.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9127780Z [00:01:54.079]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/pm.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9199067Z [00:01:54.086]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/apc.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9268618Z [00:01:54.093]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/invalid_xt.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9336628Z [00:01:54.100]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/sos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9406386Z [00:01:54.107]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/others/invalid_termcap_hex.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9476147Z [00:01:54.114]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_8.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9545857Z [00:01:54.121]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9614895Z [00:01:54.128]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_5.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9684622Z [00:01:54.135]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/mittchels_tweet.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9754494Z [00:01:54.142]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_7.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9823188Z [00:01:54.148]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_3.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9892440Z [00:01:54.155]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_11.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:02.9961186Z [00:01:54.162]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_9.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0030436Z [00:01:54.169]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/underlined_text,_but_no_bold.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0101346Z [00:01:54.176]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_6.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0172207Z [00:01:54.183]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_2.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0241914Z [00:01:54.190]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_12.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0313154Z [00:01:54.197]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_13.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0386400Z [00:01:54.205]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_4.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0456286Z [00:01:54.212]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/empty_values.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0527528Z [00:01:54.219]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/reset.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0598119Z [00:01:54.226]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/sgr/style_10.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0670799Z [00:01:54.233]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/notify/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0740105Z [00:01:54.240]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/notify/notify.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0810002Z [00:01:54.247]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/scroll_up.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0880418Z [00:01:54.254]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/right.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.0951114Z [00:01:54.261]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/left.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1021134Z [00:01:54.268]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/delete.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1091422Z [00:01:54.275]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/insert.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1161514Z [00:01:54.282]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/scroll_down.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1231129Z [00:01:54.289]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/line/entire.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1302070Z [00:01:54.296]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/c0c1/c1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1372400Z [00:01:54.303]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/c0c1/c0.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1443510Z [00:01:54.310]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/reset_cursor.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1513679Z [00:01:54.317]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/request_cursor.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1582481Z [00:01:54.324]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/request_fg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1653640Z [00:01:54.331]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/invalid_set.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1724997Z [00:01:54.339]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/reset_fg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1793616Z [00:01:54.345]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/set_cursor.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1861926Z [00:01:54.352]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/set_bg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.1931437Z [00:01:54.359]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/request_bg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2001702Z [00:01:54.366]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/reset_bg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2071987Z [00:01:54.373]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/set_fg.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2142162Z [00:01:54.380]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/termcolor/invalid_reset.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2214070Z [00:01:54.388]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2286031Z [00:01:54.395]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/full.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2355882Z [00:01:54.402]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/multiple_params.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2425369Z [00:01:54.409]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/uri_only.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2494877Z [00:01:54.416]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/hyperlink/reset.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2565324Z [00:01:54.423]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2635735Z [00:01:54.430]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/invalid_request_extended_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2704143Z [00:01:54.437]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/previous_line.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2773427Z [00:01:54.443]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_5.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2843310Z [00:01:54.450]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/save_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2912813Z [00:01:54.457]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/save.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.2982109Z [00:01:54.464]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/pointer_shape.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3051651Z [00:01:54.471]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_0.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3121368Z [00:01:54.478]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/down_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3191723Z [00:01:54.485]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/home_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3262322Z [00:01:54.492]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_7.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3331983Z [00:01:54.499]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_3.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3401832Z [00:01:54.506]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/set_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3474209Z [00:01:54.514]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/right.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3546392Z [00:01:54.521]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/request_extended_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3619592Z [00:01:54.528]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/left.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3690137Z [00:01:54.535]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/up_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3760910Z [00:01:54.542]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/left_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3830178Z [00:01:54.549]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/up.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3898881Z [00:01:54.556]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/next_line.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.3968053Z [00:01:54.563]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/down.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4037105Z [00:01:54.570]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/restore.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4105819Z [00:01:54.577]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/origin.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4175182Z [00:01:54.584]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_6.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4243557Z [00:01:54.590]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/request_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4314131Z [00:01:54.598]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_2.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4382317Z [00:01:54.604]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/right_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4450039Z [00:01:54.611]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/style_4.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4518156Z [00:01:54.618]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/invalid_pointer_shape.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4587236Z [00:01:54.625]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cursor/restore_pos.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4656690Z [00:01:54.632]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_synchronized_output.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4726763Z [00:01:54.639]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_report_focus.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4797263Z [00:01:54.646]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_altscreen.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4865061Z [00:01:54.653]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_win32_input.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.4932760Z [00:01:54.659]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_altscreen.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5001176Z [00:01:54.666]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_cursor_visibility.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5068677Z [00:01:54.673]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5136756Z [00:01:54.680]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_win32_input.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5203685Z [00:01:54.687]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse_sgr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5271309Z [00:01:54.693]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse_sgr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5340150Z [00:01:54.700]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse_sgr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5409389Z [00:01:54.707]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_cursor_visibility.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5479163Z [00:01:54.714]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse_cellmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5547802Z [00:01:54.721]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_grapheme_clustering.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5616378Z [00:01:54.728]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_bracketed_paste.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5684903Z [00:01:54.735]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse_allmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5754008Z [00:01:54.742]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5822735Z [00:01:54.748]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_grapheme_clustering.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5891817Z [00:01:54.755]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_report_focus.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.5960775Z [00:01:54.762]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse_cellmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6029603Z [00:01:54.769]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_bracketed_paste.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6100027Z [00:01:54.776]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse_cellmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6169662Z [00:01:54.783]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_win32_input.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6238733Z [00:01:54.790]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_report_focus.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6308295Z [00:01:54.797]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_mouse_hilite.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6378067Z [00:01:54.804]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6448609Z [00:01:54.811]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_cursor_keys.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6517712Z [00:01:54.818]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_cursor_keys.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6587032Z [00:01:54.825]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_cursor_visibility.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6657456Z [00:01:54.832]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/non_private.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6727035Z [00:01:54.839]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6795012Z [00:01:54.846]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse_allmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6864212Z [00:01:54.853]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_mouse_hilite.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.6933512Z [00:01:54.859]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_altscreen.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7003376Z [00:01:54.866]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse_allmotion.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7073733Z [00:01:54.873]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/empty_values.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7142825Z [00:01:54.880]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/disable_cursor_keys.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7211649Z [00:01:54.887]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_bracketed_paste.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7280695Z [00:01:54.894]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_grapheme_clustering.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7350309Z [00:01:54.901]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/enable_synchronized_output.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7420883Z [00:01:54.908]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_synchronized_output.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7491595Z [00:01:54.915]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/mode/request_mouse_hilite.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7560799Z [00:01:54.922]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/ascii/ascii.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7630061Z [00:01:54.929]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cwd/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7699839Z [00:01:54.936]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cwd/multiple_parts.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7769949Z [00:01:54.943]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cwd/invalid_url.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7840360Z [00:01:54.950]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/cwd/single_part.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7914779Z [00:01:54.958]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_2.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.7984586Z [00:01:54.965]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_8.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8054695Z [00:01:54.972]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_4.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8123812Z [00:01:54.979]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_2.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8195280Z [00:01:54.986]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_3.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8266319Z [00:01:54.993]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_16.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8337828Z [00:01:55.000]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/pop.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8410494Z [00:01:55.007]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/push_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8483913Z [00:01:55.014]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_invalid_mode.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8555623Z [00:01:55.022]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_invalid_flags.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8629072Z [00:01:55.029]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/request.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8700253Z [00:01:55.036]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/set_all_mode_1.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8770111Z [00:01:55.043]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/kitty/disable.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8840336Z [00:01:55.050]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/command_finished_exit_code.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8909122Z [00:01:55.057]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.8978607Z [00:01:55.064]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/command_finished.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9047465Z [00:01:55.071]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/prompt_start.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9116671Z [00:01:55.078]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/command_executed.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9185019Z [00:01:55.085]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/command_start.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9254682Z [00:01:55.092]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.ycpxe2qMcE/TEMPREPO/testdata/TestSequences/finalterm/prompt_start_invalid.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9323502Z [00:01:55.099]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sequin' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9392725Z [00:01:55.105]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9462187Z [00:01:55.112]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9530966Z [00:01:55.119]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9599283Z [00:01:55.126]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin' retained as 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9668733Z [00:01:55.133]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9738765Z [00:01:55.140]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:03.9806503Z [00:01:55.147]➜  mode of '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:32:04.0296761Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:32:04.0297791Z [00:01:55.196]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:32:07.3053088Z 
2025-08-20T22:32:07.3054009Z [+] Sanitizing /tmp/pkgforge/o1KaS8aED_SBUILD/BUILD.log ==> /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.static.log
2025-08-20T22:32:09.6271433Z '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.static.log' -> '/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/sequin.log'
2025-08-20T22:32:09.6313696Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-x86_64-linux&download=sequin.log
2025-08-20T22:32:09.6314629Z 
2025-08-20T22:32:09.6315400Z [+] Parsing/Uploading sequin/sequin --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fsequin%2Fsequin [x86_64-Linux]
2025-08-20T22:32:09.6355721Z {
2025-08-20T22:32:09.6356074Z   "_disabled": "false",
2025-08-20T22:32:09.6356449Z   "host": "x86_64-Linux",
2025-08-20T22:32:09.6356790Z   "rank": "",
2025-08-20T22:32:09.6357107Z   "pkg": "sequin.static",
2025-08-20T22:32:09.6357465Z   "pkg_family": "sequin",
2025-08-20T22:32:09.6357900Z   "pkg_id": "github.com.charmbracelet.sequin.source",
2025-08-20T22:32:09.6358401Z   "pkg_name": "sequin",
2025-08-20T22:32:09.6358745Z   "pkg_type": "static",
2025-08-20T22:32:09.6359386Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin",
2025-08-20T22:32:09.6360085Z   "app_id": "",
2025-08-20T22:32:09.6360398Z   "appstream": "",
2025-08-20T22:32:09.6360713Z   "category": [
2025-08-20T22:32:09.6361001Z     "ConsoleOnly",
2025-08-20T22:32:09.6361199Z     "Utility"
2025-08-20T22:32:09.6361372Z   ],
2025-08-20T22:32:09.6361588Z   "description": "Human-readable ANSI sequences",
2025-08-20T22:32:09.6362097Z   "desktop": "",
2025-08-20T22:32:09.6362287Z   "homepage": [
2025-08-20T22:32:09.6362507Z     "https://github.com/charmbracelet/sequin"
2025-08-20T22:32:09.6362771Z   ],
2025-08-20T22:32:09.6363374Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-x86_64-linux&download=sequin.png",
2025-08-20T22:32:09.6364069Z   "license": [
2025-08-20T22:32:09.6364264Z     "MIT"
2025-08-20T22:32:09.6364447Z   ],
2025-08-20T22:32:09.6364624Z   "maintainer": [
2025-08-20T22:32:09.6364869Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:32:09.6365171Z   ],
2025-08-20T22:32:09.6365347Z   "provides": [
2025-08-20T22:32:09.6366296Z     "sequin"
2025-08-20T22:32:09.6366486Z   ],
2025-08-20T22:32:09.6366656Z   "note": [
2025-08-20T22:32:09.6367049Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/charmbracelet/sequin"
2025-08-20T22:32:09.6367508Z   ],
2025-08-20T22:32:09.6367690Z   "repology": [
2025-08-20T22:32:09.6367879Z     "sequin"
2025-08-20T22:32:09.6368062Z   ],
2025-08-20T22:32:09.6368242Z   "screenshots": [],
2025-08-20T22:32:09.6368452Z   "src_url": [
2025-08-20T22:32:09.6368700Z     "https://github.com/charmbracelet/sequin"
2025-08-20T22:32:09.6368977Z   ],
2025-08-20T22:32:09.6369144Z   "tag": [
2025-08-20T22:32:09.6369322Z     "Utility"
2025-08-20T22:32:09.6369503Z   ],
2025-08-20T22:32:09.6369701Z   "version": "HEAD-4ebbc32-250818T132341",
2025-08-20T22:32:09.6369989Z   "version_upstream": "0.3.1",
2025-08-20T22:32:09.6370360Z   "bsum": "208572720e0bdf809b2f5f620ede79fc32091a2099e3a77b530656a3f5cf7519",
2025-08-20T22:32:09.6370768Z   "build_date": "2025-08-20T22:32:04Z",
2025-08-20T22:32:09.6371168Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109444123",
2025-08-20T22:32:09.6371733Z   "build_id": "17109444123",
2025-08-20T22:32:09.6372417Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-x86_64-linux&download=sequin.log",
2025-08-20T22:32:09.6373881Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/sequin/static.official.source.yaml",
2025-08-20T22:32:09.6375394Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-x86_64-linux&download=sequin",
2025-08-20T22:32:09.6376980Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-x86_64-linux",
2025-08-20T22:32:09.6377938Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/sequin/official/sequin",
2025-08-20T22:32:09.6379170Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-x86_64-linux&manifest",
2025-08-20T22:32:09.6380471Z   "shasum": "5f5e9296c4096a467c0babe3bcee67aff93bb68a90ecdcb9c26582a234ebbe89",
2025-08-20T22:32:09.6381157Z   "size": "4.2 MB",
2025-08-20T22:32:09.6381508Z   "size_raw": "4402712",
2025-08-20T22:32:09.6381859Z   "snapshots": [
2025-08-20T22:32:09.6382268Z     "HEAD-1d4ddd8-250224T115457-x86_64-linux[0.3.1]",
2025-08-20T22:32:09.6382849Z     "HEAD-fac4513-250303T110617-x86_64-linux[NA-2025-03-03]",
2025-08-20T22:32:09.6383409Z     "HEAD-a566bc7-250505T094445-x86_64-linux[0.3.1]",
2025-08-20T22:32:09.6383943Z     "HEAD-a6a1ef9-250602T085125-x86_64-linux[0.3.1]",
2025-08-20T22:32:09.6384453Z     "HEAD-8831219-250611T081529-x86_64-linux[0.3.1]",
2025-08-20T22:32:09.6384965Z     "HEAD-5dec891-250626T103719-x86_64-linux[0.3.1]",
2025-08-20T22:32:09.6385660Z     "HEAD-4b692b4-250724T103710-x86_64-linux[0.3.1]",
2025-08-20T22:32:09.6386191Z     "HEAD-f8c30f0-250811T135112-x86_64-linux[0.3.1]"
2025-08-20T22:32:09.6386641Z   ]
2025-08-20T22:32:09.6386902Z }
2025-08-20T22:32:09.6387068Z 
2025-08-20T22:32:09.6387074Z 
2025-08-20T22:32:09.7589118Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-x86_64-linux": ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-x86_64-linux: not found
2025-08-20T22:32:09.7634602Z Uploading empty artifact
2025-08-20T22:32:09.7638120Z time=2025-08-20T22:32:09Z level=debug msg=Request #0
2025-08-20T22:32:09.7639521Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sequin/official/sequin/manifests/sha256:1e8eb3f2ef9764e023400bd9022c094b41e04a412e45f8142ec3ed0a9cc74576"
2025-08-20T22:32:09.7640938Z > Request method: "HEAD"
2025-08-20T22:32:09.7641358Z > Request headers:
2025-08-20T22:32:09.7643084Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:32:09.7644493Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:32:09.8044630Z time=2025-08-20T22:32:09Z level=debug msg=Response #0
2025-08-20T22:32:09.8045239Z < Response Status: "401 Unauthorized"
2025-08-20T22:32:09.8045779Z < Response headers:
2025-08-20T22:32:09.8048529Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/sequin/official/sequin:pull\""
2025-08-20T22:32:09.8049269Z    "Date": "Wed, 20 Aug 2025 22:32:09 GMT"
2025-08-20T22:32:09.8049576Z    "Content-Length": "73"
2025-08-20T22:32:09.8049898Z    "X-Github-Request-Id": "FC0A:A8902:B726A:C7CA2:68A64CE9"
2025-08-20T22:32:09.8050281Z    "Content-Type": "application/json"
2025-08-20T22:32:09.8050622Z time=2025-08-20T22:32:09Z level=debug msg=Request #1
2025-08-20T22:32:09.8051339Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fsequin%2Fofficial%2Fsequin%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:32:09.8052009Z > Request method: "GET"
2025-08-20T22:32:09.8052250Z > Request headers:
2025-08-20T22:32:09.8052784Z    "Authorization": "*****"
2025-08-20T22:32:09.8053050Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:32:09.8460495Z time=2025-08-20T22:32:09Z level=debug msg=Response #1
2025-08-20T22:32:09.8461183Z < Response Status: "200 OK"
2025-08-20T22:32:09.8461651Z < Response headers:
2025-08-20T22:32:09.8462099Z    "Content-Type": "application/json"
2025-08-20T22:32:09.8462737Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:32:09.8463644Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:32:09.8464462Z    "Date": "Wed, 20 Aug 2025 22:32:09 GMT"
2025-08-20T22:32:09.8464820Z    "Content-Length": "69"
2025-08-20T22:32:09.8465188Z    "X-Github-Request-Id": "FC0A:A8902:B726C:C7CA4:68A64CE9"
2025-08-20T22:32:09.8465866Z time=2025-08-20T22:32:09Z level=debug msg=Request #2
2025-08-20T22:32:09.8466896Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sequin/official/sequin/manifests/sha256:1e8eb3f2ef9764e023400bd9022c094b41e04a412e45f8142ec3ed0a9cc74576"
2025-08-20T22:32:09.8467811Z > Request method: "HEAD"
2025-08-20T22:32:09.8468039Z > Request headers:
2025-08-20T22:32:09.8469111Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:32:09.8470265Z    "Authorization": "*****"
2025-08-20T22:32:09.8470508Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:32:09.8622270Z time=2025-08-20T22:32:09Z level=debug msg=Response #2
2025-08-20T22:32:09.8622884Z < Response Status: "404 Not Found"
2025-08-20T22:32:09.8623259Z < Response headers:
2025-08-20T22:32:09.8623695Z    "Content-Type": "application/json"
2025-08-20T22:32:09.8624344Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:32:09.8625295Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:32:09.8626213Z    "Date": "Wed, 20 Aug 2025 22:32:09 GMT"
2025-08-20T22:32:09.8626735Z    "Content-Length": "70"
2025-08-20T22:32:09.8627128Z    "X-Github-Request-Id": "FC0A:A8902:B7277:C7CAE:68A64CE9"
2025-08-20T22:32:09.8627711Z time=2025-08-20T22:32:09Z level=debug msg=Request #3
2025-08-20T22:32:09.8629040Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sequin/official/sequin/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:32:09.8630031Z > Request method: "HEAD"
2025-08-20T22:32:09.8630284Z > Request headers:
2025-08-20T22:32:09.8630518Z    "Authorization": "*****"
2025-08-20T22:32:09.8630872Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:32:09.8918459Z time=2025-08-20T22:32:09Z level=debug msg=Response #3
2025-08-20T22:32:09.8919280Z < Response Status: "200 OK"
2025-08-20T22:32:09.8919798Z < Response headers:
2025-08-20T22:32:09.8920188Z    "X-Github-Request-Id": "FC0A:A8902:B727C:C7CB1:68A64CE9"
2025-08-20T22:32:09.8920618Z    "Content-Length": "0"
2025-08-20T22:32:09.8920910Z    "Content-Type": ""
2025-08-20T22:32:09.8921500Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:32:09.8922204Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:32:09.8922812Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:32:09.8923530Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:32:09.8924062Z    "Date": "Wed, 20 Aug 2025 22:32:09 GMT"
2025-08-20T22:32:09.8924444Z time=2025-08-20T22:32:09Z level=debug msg=Request #4
2025-08-20T22:32:09.8925328Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sequin/official/sequin/manifests/HEAD-4ebbc32-250818T132341-x86_64-linux"
2025-08-20T22:32:09.8926337Z > Request method: "PUT"
2025-08-20T22:32:09.8926616Z > Request headers:
2025-08-20T22:32:09.8926989Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:32:09.8927439Z    "Authorization": "*****"
2025-08-20T22:32:09.8928101Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:32:10.1220502Z time=2025-08-20T22:32:10Z level=debug msg=Response #4
2025-08-20T22:32:10.1221649Z Pushed [registry] ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:10.1222426Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:32:10.1222917Z Digest: sha256:1e8eb3f2ef9764e023400bd9022c094b41e04a412e45f8142ec3ed0a9cc74576
2025-08-20T22:32:10.1223356Z < Response Status: "201 Created"
2025-08-20T22:32:10.1223606Z < Response headers:
2025-08-20T22:32:10.1224045Z    "Docker-Content-Digest": "sha256:1e8eb3f2ef9764e023400bd9022c094b41e04a412e45f8142ec3ed0a9cc74576"
2025-08-20T22:32:10.1224595Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:32:10.1225345Z    "Location": "/v2/pkgforge/bincache/sequin/official/sequin/manifests/sha256:1e8eb3f2ef9764e023400bd9022c094b41e04a412e45f8142ec3ed0a9cc74576"
2025-08-20T22:32:10.1226483Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:32:10.1226907Z    "Date": "Wed, 20 Aug 2025 22:32:10 GMT"
2025-08-20T22:32:10.1227181Z    "Content-Length": "0"
2025-08-20T22:32:10.1227470Z    "X-Github-Request-Id": "FC0A:A8902:B7286:C7CBB:68A64CE9"
2025-08-20T22:32:10.1227814Z    "Content-Type": "application/json"
2025-08-20T22:32:12.2922610Z Uploading b0ac60315279 CHECKSUM.sig
2025-08-20T22:32:12.2962778Z Uploading 2e5223ce888f sequin.sig
2025-08-20T22:32:12.3020901Z Uploading b1650b7e9ef9 CHECKSUM
2025-08-20T22:32:12.3215998Z Uploading 5f5e9296c409 sequin
2025-08-20T22:32:12.3336796Z Exists    c8454ac132c0 LICENSE
2025-08-20T22:32:12.3559955Z Uploading 72061cac90bf LICENSE.sig
2025-08-20T22:32:13.2319181Z Uploaded  2e5223ce888f sequin.sig
2025-08-20T22:32:13.2646285Z Uploaded  72061cac90bf LICENSE.sig
2025-08-20T22:32:13.2746378Z Uploaded  b0ac60315279 CHECKSUM.sig
2025-08-20T22:32:13.2894481Z Uploading 18797b8f61bd SBUILD.sig
2025-08-20T22:32:13.3086780Z Exists    11cf0313013e sequin.png
2025-08-20T22:32:13.3305977Z Uploading da54e3c645a9 sequin.json
2025-08-20T22:32:13.3367116Z Exists    ab70c6734fbc SBUILD
2025-08-20T22:32:13.3387942Z Uploaded  b1650b7e9ef9 CHECKSUM
2025-08-20T22:32:13.3436593Z Uploaded  5f5e9296c409 sequin
2025-08-20T22:32:13.4001143Z Uploading 3f1b92f6c2a4 sequin.json.sig
2025-08-20T22:32:13.4063340Z Uploading e8cce008b335 sequin.log.sig
2025-08-20T22:32:13.4287854Z Uploading 4d85c825f1eb sequin.log
2025-08-20T22:32:14.2102505Z Uploaded  18797b8f61bd SBUILD.sig
2025-08-20T22:32:14.2293310Z Uploading ef39136b52a7 sequin.version
2025-08-20T22:32:14.2332687Z Uploaded  da54e3c645a9 sequin.json
2025-08-20T22:32:14.2509356Z Uploading 9734c62b2e80 sequin.version.sig
2025-08-20T22:32:14.3672691Z Uploaded  3f1b92f6c2a4 sequin.json.sig
2025-08-20T22:32:14.4652907Z Uploaded  4d85c825f1eb sequin.log
2025-08-20T22:32:14.5360746Z Uploaded  e8cce008b335 sequin.log.sig
2025-08-20T22:32:15.2001446Z Uploaded  9734c62b2e80 sequin.version.sig
2025-08-20T22:32:15.2513895Z Uploaded  ef39136b52a7 sequin.version
2025-08-20T22:32:15.2514549Z Uploading 918c99d9fd58 sequin
2025-08-20T22:32:15.6162034Z Uploaded  918c99d9fd58 sequin
2025-08-20T22:32:15.6163182Z Pushed [registry] ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:15.6164242Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:32:15.6164866Z Digest: sha256:918c99d9fd589b9113e4a8e0c6c7879590b11addee8b8c24f13f1e02c02bb805
2025-08-20T22:32:20.7629996Z 
2025-08-20T22:32:20.7630721Z [+] Registry --> https://ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:20.7631504Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sequin/official/sequin?tag=HEAD-4ebbc32-250818T132341-x86_64-linux&manifest 
2025-08-20T22:32:20.7631988Z 
2025-08-20T22:32:22.2770252Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:32:22.3306557Z ./BUILD_ARTIFACTS.tar : 35.43%   (  9.96 MiB =>   3.53 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:32:22.3353810Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:32:22.3393133Z 
2025-08-20T22:32:22.3394003Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml :: 00(Hr):02(Min):14(Sec)
2025-08-20T22:32:22.3395196Z 
2025-08-20T22:32:22.3409635Z 
2025-08-20T22:32:22.3409966Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:32:22 PM) UTC
2025-08-20T22:32:22.3410317Z 
2025-08-20T22:32:22.5616211Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:32:22.5673884Z ##[group]Run ##Presets
2025-08-20T22:32:22.5674237Z [36;1m##Presets[0m
2025-08-20T22:32:22.5674444Z [36;1mset +x ; set +e[0m
2025-08-20T22:32:22.5674658Z [36;1m#-------------#[0m
2025-08-20T22:32:22.5674859Z [36;1m##Debug?[0m
2025-08-20T22:32:22.5675101Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:32:22.5675389Z [36;1m  set -x[0m
2025-08-20T22:32:22.5675835Z [36;1mfi[0m
2025-08-20T22:32:22.5676014Z [36;1m#-------------#[0m
2025-08-20T22:32:22.5676212Z [36;1m##Set ENV[0m
2025-08-20T22:32:22.5676445Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:32:22.5676961Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-4ebbc32-250818T132341-x86_64-linux"[0m
2025-08-20T22:32:22.5677529Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-4ebbc32-250818T132341-x86_64-linux"[0m
2025-08-20T22:32:22.5678104Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123"[0m
2025-08-20T22:32:22.5678618Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:32:22.5679022Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:32:22.5679473Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:32:22.5679812Z [36;1m fi[0m
2025-08-20T22:32:22.5679990Z [36;1m##Push[0m
2025-08-20T22:32:22.5680215Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:32:22.5680501Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:32:22.5680892Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:32:22.5681561Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:32:22.5682013Z [36;1m     ls -sh "/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:32:22.5682360Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:32:22.5682579Z [36;1m       {[0m
2025-08-20T22:32:22.5682777Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:32:22.5683122Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:32:22.5683578Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:32:22.5684017Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:32:22.5684564Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-4ebbc32-250818T132341-x86_64-linux")[0m
2025-08-20T22:32:22.5685288Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109444123")[0m
2025-08-20T22:32:22.5686123Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109444123")[0m
2025-08-20T22:32:22.5686823Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/sequin/official/sequin:HEAD-4ebbc32-250818T132341-x86_64-linux")[0m
2025-08-20T22:32:22.5687543Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:32:04Z")[0m
2025-08-20T22:32:22.5688053Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-4ebbc32-250818T132341")[0m
2025-08-20T22:32:22.5688573Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:32:04Z")[0m
2025-08-20T22:32:22.5689257Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/sequin/official/sequin")[0m
2025-08-20T22:32:22.5689928Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:32:22.5690469Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-4ebbc32-250818T132341")[0m
2025-08-20T22:32:22.5691217Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-4ebbc32-250818T132341")[0m
2025-08-20T22:32:22.5691965Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin")[0m
2025-08-20T22:32:22.5692669Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-sequin")[0m
2025-08-20T22:32:22.5693244Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/charmbracelet/sequin")[0m
2025-08-20T22:32:22.5693799Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:32:22.5694327Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-4ebbc32-250818T132341")[0m
2025-08-20T22:32:22.5694830Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:32:22.5695340Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:32:22.5695967Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:32:22.5696223Z [36;1m         #Check[0m
2025-08-20T22:32:22.5696822Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:32:04Z" ]]; then[0m
2025-08-20T22:32:22.5697557Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:32:22.5697911Z [36;1m            break[0m
2025-08-20T22:32:22.5698122Z [36;1m          else[0m
2025-08-20T22:32:22.5698527Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:32:22.5699122Z [36;1m          fi[0m
2025-08-20T22:32:22.5699344Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:32:22.5699598Z [36;1m        done[0m
2025-08-20T22:32:22.5699787Z [36;1m       }[0m
2025-08-20T22:32:22.5699992Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:32:22.5700239Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:32:22.5700838Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:32:04Z" ]]; then[0m
2025-08-20T22:32:22.5701627Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:32:22.5702045Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:32:22.5702306Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:32:22.5702924Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:32:04Z" ]]; then[0m
2025-08-20T22:32:22.5703688Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:32:22.5704218Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:32:22.5704615Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:32:22.5704851Z [36;1m           fi[0m
2025-08-20T22:32:22.5705044Z [36;1m       fi[0m
2025-08-20T22:32:22.5705227Z [36;1m   fi[0m
2025-08-20T22:32:22.5705403Z [36;1m fi[0m
2025-08-20T22:32:22.5705807Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:32:22.5805604Z shell: /usr/bin/bash -e {0}
2025-08-20T22:32:22.5805882Z env:
2025-08-20T22:32:22.5806060Z   CROSS_COMPILING: NO
2025-08-20T22:32:22.5806283Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:32:22.5806518Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:32:22.5806744Z   ON_QEMU: NO
2025-08-20T22:32:22.5806922Z   DEBUG: 0
2025-08-20T22:32:22.5807107Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:32:22.5807335Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:32:22.5807627Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:32:22.5808107Z   KEEP_LOGS: YES
2025-08-20T22:32:22.5808305Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:32:22.5808517Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:32:22.5808725Z   SBUILD_REBUILD: false
2025-08-20T22:32:22.5809265Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:32:22.5809836Z   BUILD_SYS: docker://go
2025-08-20T22:32:22.5810039Z   BUILD_ON_HOST: FALSE
2025-08-20T22:32:22.5810241Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:32:22.5810437Z   SYSTMP: /tmp
2025-08-20T22:32:22.5810618Z   GHA_MODE: MATRIX
2025-08-20T22:32:22.5811055Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:32:22.5811576Z   INPUT_SBUILD: /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:32:22.5811904Z   BUILD_DIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml
2025-08-20T22:32:22.5812297Z   SBUILD_OUTDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:22.5812782Z   SBUILD_TMPDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:32:22.5813164Z   PKG_TYPE: static
2025-08-20T22:32:22.5813358Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:32:22.5813588Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:22.5813985Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:32:22.5814360Z   BUILD_ID: 17109444123
2025-08-20T22:32:22.5814555Z   PKG_NAME: sequin
2025-08-20T22:32:22.5814751Z   PKG_DATE: 2025-08-20T22:32:04Z
2025-08-20T22:32:22.5814997Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:22.5815261Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:32:22.5815913Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:22.5816273Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:22.5816713Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin
2025-08-20T22:32:22.5817173Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:32:22.5817462Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:32:22.5817891Z   GHCR_TOKEN: ***
2025-08-20T22:32:22.5818197Z   GITHUB_TOKEN: ***
2025-08-20T22:32:22.5818431Z   GITLAB_TOKEN: ***
2025-08-20T22:32:22.5819599Z   MINISIGN_KEY: ***
2025-08-20T22:32:22.5819785Z ##[endgroup]
2025-08-20T22:32:22.5918862Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:32:22.5929584Z 3.6M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:32:22.5942614Z total 5.1M
2025-08-20T22:32:22.5942862Z 4.0K CHECKSUM
2025-08-20T22:32:22.5943081Z 4.0K CHECKSUM.sig
2025-08-20T22:32:22.5943307Z 4.0K LICENSE
2025-08-20T22:32:22.5943512Z 4.0K LICENSE.sig
2025-08-20T22:32:22.5943716Z 4.0K SBUILD
2025-08-20T22:32:22.5944046Z 4.0K SBUILD.sig
2025-08-20T22:32:22.5944444Z 4.0K SBUILD_TEMP
2025-08-20T22:32:22.5944834Z 4.2M sequin
2025-08-20T22:32:22.5945208Z 4.0K sequin.json
2025-08-20T22:32:22.5945846Z 4.0K sequin.json.sig
2025-08-20T22:32:22.5946325Z 404K sequin.log
2025-08-20T22:32:22.5946787Z 4.0K sequin.log.sig
2025-08-20T22:32:22.5947246Z  40K sequin.png
2025-08-20T22:32:22.5947684Z 4.0K sequin.sig
2025-08-20T22:32:22.5948129Z 404K sequin.static.log
2025-08-20T22:32:22.5948618Z 4.0K sequin.static.version
2025-08-20T22:32:22.5949132Z 4.0K sequin.static.version.sig
2025-08-20T22:32:22.5949684Z 4.0K sequin.version
2025-08-20T22:32:22.5950140Z 4.0K sequin.version.sig
2025-08-20T22:32:22.7293884Z Uploading a74536a04393 BUILD_ARTIFACTS.zstd
2025-08-20T22:32:23.8374169Z Uploaded  a74536a04393 BUILD_ARTIFACTS.zstd
2025-08-20T22:32:23.8374904Z Uploading 9cced54312d4 SRCBUILD-sequin
2025-08-20T22:32:24.1262948Z Uploaded  9cced54312d4 SRCBUILD-sequin
2025-08-20T22:32:24.1264067Z Pushed [registry] ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123:HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:24.1264892Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:32:24.1265339Z Digest: sha256:9cced54312d47ef5cc989f9c5db56f74d83d3ec1815199c542d9334a32049bb3
2025-08-20T22:32:29.3038406Z 
2025-08-20T22:32:29.3039506Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:32:29.3040034Z 
2025-08-20T22:32:29.4910058Z ##[group]Run ##Presets
2025-08-20T22:32:29.4910528Z [36;1m##Presets[0m
2025-08-20T22:32:29.4910886Z [36;1mset +x ; set +e[0m
2025-08-20T22:32:29.4911266Z [36;1m#-------------#[0m
2025-08-20T22:32:29.4911627Z [36;1m##Debug?[0m
2025-08-20T22:32:29.4912053Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:32:29.4912589Z [36;1m  set -x[0m
2025-08-20T22:32:29.4912921Z [36;1mfi[0m
2025-08-20T22:32:29.4913239Z [36;1m#-------------#[0m
2025-08-20T22:32:29.4913758Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:32:29.4914426Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:32:29.4979491Z shell: /usr/bin/bash -e {0}
2025-08-20T22:32:29.4979732Z env:
2025-08-20T22:32:29.4979917Z   CROSS_COMPILING: NO
2025-08-20T22:32:29.4980139Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:32:29.4980366Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:32:29.4980579Z   ON_QEMU: NO
2025-08-20T22:32:29.4980796Z   DEBUG: 0
2025-08-20T22:32:29.4980982Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:32:29.4981207Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:32:29.4981492Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:32:29.4981782Z   KEEP_LOGS: YES
2025-08-20T22:32:29.4981976Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:32:29.4982192Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:32:29.4982406Z   SBUILD_REBUILD: false
2025-08-20T22:32:29.4982959Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:32:29.4983715Z   BUILD_SYS: docker://go
2025-08-20T22:32:29.4983922Z   BUILD_ON_HOST: FALSE
2025-08-20T22:32:29.4984117Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:32:29.4984308Z   SYSTMP: /tmp
2025-08-20T22:32:29.4984488Z   GHA_MODE: MATRIX
2025-08-20T22:32:29.4984924Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:32:29.4985686Z   INPUT_SBUILD: /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:32:29.4986041Z   BUILD_DIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml
2025-08-20T22:32:29.4986436Z   SBUILD_OUTDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:29.4986922Z   SBUILD_TMPDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:32:29.4987304Z   PKG_TYPE: static
2025-08-20T22:32:29.4987496Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:32:29.4987722Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:29.4988118Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:32:29.4988485Z   BUILD_ID: 17109444123
2025-08-20T22:32:29.4988681Z   PKG_NAME: sequin
2025-08-20T22:32:29.4988875Z   PKG_DATE: 2025-08-20T22:32:04Z
2025-08-20T22:32:29.4989116Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:29.4989378Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:32:29.4989679Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:29.4990034Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:29.4990473Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin
2025-08-20T22:32:29.4990918Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:32:29.4991202Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:32:29.4991465Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:29.4991945Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:32:29.4992356Z ##[endgroup]
2025-08-20T22:32:29.5142542Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:32:29.5142837Z with:
2025-08-20T22:32:29.5143031Z   name: Bincache_sequin_x86_64-Linux
2025-08-20T22:32:29.5143336Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:32:29.5143631Z   compression-level: 0
2025-08-20T22:32:29.5143838Z   retention-days: 30
2025-08-20T22:32:29.5144036Z   overwrite: true
2025-08-20T22:32:29.5144229Z   if-no-files-found: warn
2025-08-20T22:32:29.5144448Z   include-hidden-files: false
2025-08-20T22:32:29.5144661Z env:
2025-08-20T22:32:29.5144829Z   CROSS_COMPILING: NO
2025-08-20T22:32:29.5145032Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:32:29.5145250Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:32:29.5145958Z   ON_QEMU: NO
2025-08-20T22:32:29.5146145Z   DEBUG: 0
2025-08-20T22:32:29.5146325Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:32:29.5146555Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:32:29.5146842Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:32:29.5147193Z   KEEP_LOGS: YES
2025-08-20T22:32:29.5147386Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:32:29.5147603Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:32:29.5147820Z   SBUILD_REBUILD: false
2025-08-20T22:32:29.5148359Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:32:29.5148941Z   BUILD_SYS: docker://go
2025-08-20T22:32:29.5149148Z   BUILD_ON_HOST: FALSE
2025-08-20T22:32:29.5149340Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:32:29.5149532Z   SYSTMP: /tmp
2025-08-20T22:32:29.5149710Z   GHA_MODE: MATRIX
2025-08-20T22:32:29.5150142Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:32:29.5150653Z   INPUT_SBUILD: /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:32:29.5150984Z   BUILD_DIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml
2025-08-20T22:32:29.5151376Z   SBUILD_OUTDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:29.5152059Z   SBUILD_TMPDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:32:29.5152443Z   PKG_TYPE: static
2025-08-20T22:32:29.5152636Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:32:29.5152867Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:29.5153250Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:32:29.5153610Z   BUILD_ID: 17109444123
2025-08-20T22:32:29.5153802Z   PKG_NAME: sequin
2025-08-20T22:32:29.5153996Z   PKG_DATE: 2025-08-20T22:32:04Z
2025-08-20T22:32:29.5154232Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:29.5154489Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:32:29.5154785Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:29.5155168Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:29.5155795Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin
2025-08-20T22:32:29.5156259Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:32:29.5156540Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:32:29.5156805Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:29.5157282Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:32:29.5157700Z   UTC_TIME: 2025_08_20T10_32_29_PM
2025-08-20T22:32:29.5157922Z ##[endgroup]
2025-08-20T22:32:29.7515857Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:32:29.7518761Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:32:29.7519500Z With the provided path, there will be 2 files uploaded
2025-08-20T22:32:29.8530604Z Artifact name is valid!
2025-08-20T22:32:29.8531567Z Root directory input is valid!
2025-08-20T22:32:29.9052860Z Beginning upload of artifact content to blob storage
2025-08-20T22:32:30.0762238Z Uploaded bytes 4466574
2025-08-20T22:32:30.0921402Z Finished uploading artifact content to blob storage!
2025-08-20T22:32:30.0925024Z SHA256 digest of uploaded artifact zip is 25084bbc4db904e3171f5aaaf8ba8d768d0af7ac262b6ae46dd6da453c868c75
2025-08-20T22:32:30.0926067Z Finalizing artifact upload
2025-08-20T22:32:30.1701420Z Artifact Bincache_sequin_x86_64-Linux.zip successfully finalized. Artifact ID 3813825613
2025-08-20T22:32:30.1702361Z Artifact Bincache_sequin_x86_64-Linux has been successfully uploaded! Final size is 4466574 bytes. Artifact ID is 3813825613
2025-08-20T22:32:30.1710223Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109444123/artifacts/3813825613
2025-08-20T22:32:30.1873151Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:32:30.1873482Z with:
2025-08-20T22:32:30.1873786Z   subject-name: sequin-17109444123-HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:30.1874647Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:32:30.1875410Z   show-summary: true
2025-08-20T22:32:30.1875899Z   push-to-registry: false
2025-08-20T22:32:30.1876264Z   github-token: ***
2025-08-20T22:32:30.1876463Z env:
2025-08-20T22:32:30.1876640Z   CROSS_COMPILING: NO
2025-08-20T22:32:30.1876857Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:32:30.1877083Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:32:30.1877300Z   ON_QEMU: NO
2025-08-20T22:32:30.1877478Z   DEBUG: 0
2025-08-20T22:32:30.1877662Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:32:30.1877897Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:32:30.1878220Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:32:30.1878540Z   KEEP_LOGS: YES
2025-08-20T22:32:30.1878738Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:32:30.1878957Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:32:30.1879174Z   SBUILD_REBUILD: false
2025-08-20T22:32:30.1879721Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:32:30.1880504Z   BUILD_SYS: docker://go
2025-08-20T22:32:30.1880727Z   BUILD_ON_HOST: FALSE
2025-08-20T22:32:30.1880936Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:32:30.1881134Z   SYSTMP: /tmp
2025-08-20T22:32:30.1881329Z   GHA_MODE: MATRIX
2025-08-20T22:32:30.1881777Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:32:30.1882309Z   INPUT_SBUILD: /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:32:30.1882641Z   BUILD_DIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml
2025-08-20T22:32:30.1883044Z   SBUILD_OUTDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:30.1883540Z   SBUILD_TMPDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:32:30.1883935Z   PKG_TYPE: static
2025-08-20T22:32:30.1884134Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:32:30.1884370Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:30.1884765Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:32:30.1885133Z   BUILD_ID: 17109444123
2025-08-20T22:32:30.1885334Z   PKG_NAME: sequin
2025-08-20T22:32:30.1885714Z   PKG_DATE: 2025-08-20T22:32:04Z
2025-08-20T22:32:30.1885970Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:30.1886235Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:32:30.1886543Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:30.1886913Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:30.1887369Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin
2025-08-20T22:32:30.1887829Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:32:30.1888121Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:32:30.1888398Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:30.1888887Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:32:30.1889324Z   UTC_TIME: 2025_08_20T10_32_29_PM
2025-08-20T22:32:30.1889565Z ##[endgroup]
2025-08-20T22:32:30.1963890Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:32:30.1964338Z env:
2025-08-20T22:32:30.1964521Z   CROSS_COMPILING: NO
2025-08-20T22:32:30.1964743Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:32:30.1964976Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:32:30.1965198Z   ON_QEMU: NO
2025-08-20T22:32:30.1965376Z   DEBUG: 0
2025-08-20T22:32:30.1965808Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:32:30.1966231Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:32:30.1966541Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:32:30.1966849Z   KEEP_LOGS: YES
2025-08-20T22:32:30.1967045Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:32:30.1967265Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:32:30.1967484Z   SBUILD_REBUILD: false
2025-08-20T22:32:30.1968044Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:32:30.1968623Z   BUILD_SYS: docker://go
2025-08-20T22:32:30.1968837Z   BUILD_ON_HOST: FALSE
2025-08-20T22:32:30.1969038Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:32:30.1969236Z   SYSTMP: /tmp
2025-08-20T22:32:30.1969420Z   GHA_MODE: MATRIX
2025-08-20T22:32:30.1969867Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:32:30.1970388Z   INPUT_SBUILD: /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:32:30.1970730Z   BUILD_DIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml
2025-08-20T22:32:30.1971128Z   SBUILD_OUTDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:30.1971624Z   SBUILD_TMPDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:32:30.1972009Z   PKG_TYPE: static
2025-08-20T22:32:30.1972205Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:32:30.1972576Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:30.1972964Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:32:30.1973331Z   BUILD_ID: 17109444123
2025-08-20T22:32:30.1973528Z   PKG_NAME: sequin
2025-08-20T22:32:30.1973725Z   PKG_DATE: 2025-08-20T22:32:04Z
2025-08-20T22:32:30.1973977Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:30.1974239Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:32:30.1974553Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:30.1974917Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:30.1975369Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin
2025-08-20T22:32:30.1975951Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:32:30.1976267Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:32:30.1976545Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:30.1977039Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:32:30.1977464Z   UTC_TIME: 2025_08_20T10_32_29_PM
2025-08-20T22:32:30.1977701Z ##[endgroup]
2025-08-20T22:32:30.5885013Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:32:30.5885964Z with:
2025-08-20T22:32:30.5887172Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:32:30.5888555Z   subject-name: sequin-17109444123-HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:30.5889285Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:32:30.5893236Z   predicate: {"buildDefinition":{"buildType":"https://actions.github.io/buildtypes/workflow/v1","externalParameters":{"workflow":{"ref":"refs/heads/main","repository":"https://github.com/pkgforge/bincache","path":".github/workflows/matrix_builds.yaml"}},"internalParameters":{"github":{"event_name":"workflow_dispatch","repository_id":"883655230","repository_owner_id":"187275343","runner_environment":"github-hosted"}},"resolvedDependencies":[{"uri":"git+https://github.com/pkgforge/bincache@refs/heads/main","digest":{"gitCommit":"338a3bae1bab05aba0ad4bfe5580d82eeab3f21d"}}]},"runDetails":{"builder":{"id":"https://github.com/pkgforge/bincache/.github/workflows/matrix_builds.yaml@refs/heads/main"},"metadata":{"invocationId":"https://github.com/pkgforge/bincache/actions/runs/17109444123/attempts/1"}}}
2025-08-20T22:32:30.5896137Z   push-to-registry: false
2025-08-20T22:32:30.5896370Z   show-summary: true
2025-08-20T22:32:30.5896997Z   github-token: ***
2025-08-20T22:32:30.5897219Z env:
2025-08-20T22:32:30.5897401Z   CROSS_COMPILING: NO
2025-08-20T22:32:30.5897626Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:32:30.5897861Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:32:30.5898084Z   ON_QEMU: NO
2025-08-20T22:32:30.5898267Z   DEBUG: 0
2025-08-20T22:32:30.5898459Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:32:30.5898689Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:32:30.5898986Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:32:30.5899306Z   KEEP_LOGS: YES
2025-08-20T22:32:30.5899510Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:32:30.5899732Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:32:30.5899958Z   SBUILD_REBUILD: false
2025-08-20T22:32:30.5900511Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:32:30.5901103Z   BUILD_SYS: docker://go
2025-08-20T22:32:30.5901325Z   BUILD_ON_HOST: FALSE
2025-08-20T22:32:30.5901542Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:32:30.5901753Z   SYSTMP: /tmp
2025-08-20T22:32:30.5901945Z   GHA_MODE: MATRIX
2025-08-20T22:32:30.5902396Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:32:30.5902927Z   INPUT_SBUILD: /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:32:30.5903423Z   BUILD_DIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml
2025-08-20T22:32:30.5903823Z   SBUILD_OUTDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:30.5904328Z   SBUILD_TMPDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:32:30.5904725Z   PKG_TYPE: static
2025-08-20T22:32:30.5904928Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:32:30.5905171Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:30.5905691Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:32:30.5906089Z   BUILD_ID: 17109444123
2025-08-20T22:32:30.5906299Z   PKG_NAME: sequin
2025-08-20T22:32:30.5906515Z   PKG_DATE: 2025-08-20T22:32:04Z
2025-08-20T22:32:30.5906771Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:30.5907044Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:32:30.5907358Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:30.5907737Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:30.5908206Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin
2025-08-20T22:32:30.5908680Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:32:30.5908981Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:32:30.5909268Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:30.5909781Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:32:30.5910218Z   UTC_TIME: 2025_08_20T10_32_29_PM
2025-08-20T22:32:30.5910455Z ##[endgroup]
2025-08-20T22:32:31.8393520Z Attestation created for 18 subjects
2025-08-20T22:32:31.8398872Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:32:31.8399579Z -----BEGIN CERTIFICATE-----
2025-08-20T22:32:31.8400160Z MIIG7jCCBnWgAwIBAgIUHHEq+RTpKyk9UOmjP+c3cqAEWaAwCgYIKoZIzj0EAwMw
2025-08-20T22:32:31.8400992Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:32:31.8401865Z cm1lZGlhdGUwHhcNMjUwODIwMjIzMjMxWhcNMjUwODIwMjI0MjMxWjAAMFkwEwYH
2025-08-20T22:32:31.8402674Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEuV8lR/wg1/X8uAaM0mLjofMtjnNvVk3Mu1C+
2025-08-20T22:32:31.8403437Z YGmYJBoWgHpHJ2jOKTblCqqPuDZxo1GnKzw6fQ57OdgZwWeymqOCBZQwggWQMA4G
2025-08-20T22:32:31.8404245Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUiby/
2025-08-20T22:32:31.8405048Z NjFO1BgQGguSP64fBYY7o60wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:32:31.8406055Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:32:31.8407188Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:32:31.8408089Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:32:31.8408897Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:32:31.8409644Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:32:31.8410432Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:32:31.8411253Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:32:31.8412083Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:32:31.8412911Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:32:31.8413707Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:32:31.8414509Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:32:31.8415339Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:32:31.8416371Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:32:31.8417183Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:32:31.8418008Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:32:31.8418834Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:32:31.8419919Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:32:31.8420746Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:32:31.8421557Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:32:31.8422368Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:32:31.8423177Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:32:31.8424003Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:32:31.8424829Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:32:31.8425803Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5NDQ0MTIzL2F0
2025-08-20T22:32:31.8426613Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:32:31.8427469Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJnMRp
2025-08-20T22:32:31.8428268Z AAAEAwBHMEUCIFMiurWwj/fIzY3BhMU3UB9YLBLyWuULegNx5yYmCBpeAiEAkxfN
2025-08-20T22:32:31.8429032Z /+VgRL0qAm58O7XoxuGGfpnEK+xtz+q62yNbjUowCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T22:32:31.8429832Z WiPkHxhKHCFp+pQAZTFvExVynJG051rjRQPfQCwcrja+PXZ7017yFxk8jWbHjwJv
2025-08-20T22:32:31.8430631Z AjAwzIZhSdQqqFc53HsnJsNioUvEK0RrX7orY+/r6qbyPY9bfH2hJ0gkui9qij9E
2025-08-20T22:32:31.8431207Z QB0=
2025-08-20T22:32:31.8431501Z -----END CERTIFICATE-----
2025-08-20T22:32:31.8431739Z 
2025-08-20T22:32:31.8432341Z ##[endgroup]
2025-08-20T22:32:31.8432988Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:32:31.8433627Z https://search.sigstore.dev?logIndex=414531949
2025-08-20T22:32:31.8434197Z [36mAttestation uploaded to repository[39m
2025-08-20T22:32:31.8434753Z https://github.com/pkgforge/bincache/attestations/9875923
2025-08-20T22:32:31.9276591Z ##[group]Run ##Presets
2025-08-20T22:32:31.9276871Z [36;1m##Presets[0m
2025-08-20T22:32:31.9277083Z [36;1mset +x ; set +e[0m
2025-08-20T22:32:31.9277300Z [36;1m#-------------#[0m
2025-08-20T22:32:31.9277504Z [36;1m##Debug?[0m
2025-08-20T22:32:31.9277782Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:32:31.9278081Z [36;1m  set -x[0m
2025-08-20T22:32:31.9278271Z [36;1mfi[0m
2025-08-20T22:32:31.9278455Z [36;1m#-------------#[0m
2025-08-20T22:32:31.9278771Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:32:31.9279302Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/sequin/official"[0m
2025-08-20T22:32:31.9279718Z [36;1m exit 1[0m
2025-08-20T22:32:31.9279905Z [36;1mfi[0m
2025-08-20T22:32:31.9328015Z shell: /usr/bin/bash -e {0}
2025-08-20T22:32:31.9328257Z env:
2025-08-20T22:32:31.9328442Z   CROSS_COMPILING: NO
2025-08-20T22:32:31.9328714Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:32:31.9328959Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:32:31.9329179Z   ON_QEMU: NO
2025-08-20T22:32:31.9329358Z   DEBUG: 0
2025-08-20T22:32:31.9329543Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:32:31.9329769Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:32:31.9330075Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:32:31.9330394Z   KEEP_LOGS: YES
2025-08-20T22:32:31.9330595Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:32:31.9330816Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:32:31.9331034Z   SBUILD_REBUILD: false
2025-08-20T22:32:31.9331578Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:32:31.9332148Z   BUILD_SYS: docker://go
2025-08-20T22:32:31.9332360Z   BUILD_ON_HOST: FALSE
2025-08-20T22:32:31.9332567Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:32:31.9332761Z   SYSTMP: /tmp
2025-08-20T22:32:31.9332950Z   GHA_MODE: MATRIX
2025-08-20T22:32:31.9333403Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:32:31.9333920Z   INPUT_SBUILD: /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:32:31.9334252Z   BUILD_DIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml
2025-08-20T22:32:31.9334831Z   SBUILD_OUTDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:31.9335330Z   SBUILD_TMPDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:32:31.9335839Z   PKG_TYPE: static
2025-08-20T22:32:31.9336040Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:32:31.9336277Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:31.9336666Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:32:31.9337034Z   BUILD_ID: 17109444123
2025-08-20T22:32:31.9337239Z   PKG_NAME: sequin
2025-08-20T22:32:31.9337439Z   PKG_DATE: 2025-08-20T22:32:04Z
2025-08-20T22:32:31.9337693Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:31.9337960Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:32:31.9338268Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:31.9338636Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:31.9339094Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin
2025-08-20T22:32:31.9339559Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:32:31.9339851Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:32:31.9340128Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:31.9340624Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:32:31.9341051Z   UTC_TIME: 2025_08_20T10_32_29_PM
2025-08-20T22:32:31.9341284Z ##[endgroup]
2025-08-20T22:32:31.9427565Z ##[group]Run ##Presets
2025-08-20T22:32:31.9427833Z [36;1m##Presets[0m
2025-08-20T22:32:31.9428047Z [36;1mset +x ; set +e[0m
2025-08-20T22:32:31.9428275Z [36;1m#-------------#[0m
2025-08-20T22:32:31.9428479Z [36;1m##Debug?[0m
2025-08-20T22:32:31.9428735Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:32:31.9429041Z [36;1m  set -x[0m
2025-08-20T22:32:31.9429234Z [36;1mfi[0m
2025-08-20T22:32:31.9429430Z [36;1m#-------------#[0m
2025-08-20T22:32:31.9429673Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:32:31.9430137Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/sequin/official"[0m
2025-08-20T22:32:31.9430569Z [36;1m exit 1[0m
2025-08-20T22:32:31.9430765Z [36;1mfi[0m
2025-08-20T22:32:31.9473596Z shell: /usr/bin/bash -e {0}
2025-08-20T22:32:31.9473836Z env:
2025-08-20T22:32:31.9474026Z   CROSS_COMPILING: NO
2025-08-20T22:32:31.9474248Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:32:31.9474503Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:32:31.9474726Z   ON_QEMU: NO
2025-08-20T22:32:31.9474906Z   DEBUG: 0
2025-08-20T22:32:31.9475092Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:32:31.9475324Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:32:31.9475794Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:32:31.9476107Z   KEEP_LOGS: YES
2025-08-20T22:32:31.9476308Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:32:31.9476547Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:32:31.9476767Z   SBUILD_REBUILD: false
2025-08-20T22:32:31.9477315Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:32:31.9477918Z   BUILD_SYS: docker://go
2025-08-20T22:32:31.9478139Z   BUILD_ON_HOST: FALSE
2025-08-20T22:32:31.9478346Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:32:31.9478549Z   SYSTMP: /tmp
2025-08-20T22:32:31.9478740Z   GHA_MODE: MATRIX
2025-08-20T22:32:31.9479184Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:32:31.9479706Z   INPUT_SBUILD: /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:32:31.9480045Z   BUILD_DIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml
2025-08-20T22:32:31.9480449Z   SBUILD_OUTDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:31.9480942Z   SBUILD_TMPDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:32:31.9481496Z   PKG_TYPE: static
2025-08-20T22:32:31.9481696Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:32:31.9481936Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:31.9482326Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:32:31.9482696Z   BUILD_ID: 17109444123
2025-08-20T22:32:31.9482897Z   PKG_NAME: sequin
2025-08-20T22:32:31.9483096Z   PKG_DATE: 2025-08-20T22:32:04Z
2025-08-20T22:32:31.9483357Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:31.9483639Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:32:31.9483955Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:31.9484327Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:31.9484781Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin
2025-08-20T22:32:31.9485246Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:32:31.9485742Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:32:31.9486038Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:31.9486534Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:32:31.9486964Z   UTC_TIME: 2025_08_20T10_32_29_PM
2025-08-20T22:32:31.9487200Z ##[endgroup]
2025-08-20T22:32:31.9585890Z ##[group]Run ##Presets
2025-08-20T22:32:31.9586151Z [36;1m##Presets[0m
2025-08-20T22:32:31.9586359Z [36;1mset +x ; set +e[0m
2025-08-20T22:32:31.9586574Z [36;1m#-------------#[0m
2025-08-20T22:32:31.9586789Z [36;1m##Debug?[0m
2025-08-20T22:32:31.9587045Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:32:31.9587345Z [36;1m  set -x[0m
2025-08-20T22:32:31.9587538Z [36;1mfi[0m
2025-08-20T22:32:31.9587721Z [36;1m#-------------#[0m
2025-08-20T22:32:31.9588070Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:32:31.9588479Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:32:31.9588814Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:32:31.9589086Z [36;1mfi[0m
2025-08-20T22:32:31.9631807Z shell: /usr/bin/bash -e {0}
2025-08-20T22:32:31.9632052Z env:
2025-08-20T22:32:31.9632237Z   CROSS_COMPILING: NO
2025-08-20T22:32:31.9632502Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:32:31.9632747Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:32:31.9632973Z   ON_QEMU: NO
2025-08-20T22:32:31.9633155Z   DEBUG: 0
2025-08-20T22:32:31.9633342Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:32:31.9633576Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:32:31.9633893Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sequin/official
2025-08-20T22:32:31.9634214Z   KEEP_LOGS: YES
2025-08-20T22:32:31.9634416Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:32:31.9634642Z   PKG_FAMILY_LOCAL: sequin
2025-08-20T22:32:31.9634865Z   SBUILD_REBUILD: false
2025-08-20T22:32:31.9635566Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sequin/static.official.source.yaml
2025-08-20T22:32:31.9636188Z   BUILD_SYS: docker://go
2025-08-20T22:32:31.9636418Z   BUILD_ON_HOST: FALSE
2025-08-20T22:32:31.9636624Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:32:31.9636827Z   SYSTMP: /tmp
2025-08-20T22:32:31.9637019Z   GHA_MODE: MATRIX
2025-08-20T22:32:31.9637470Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:32:31.9638003Z   INPUT_SBUILD: /tmp/pkgforge/ESrNlzQmP_build.yaml
2025-08-20T22:32:31.9638342Z   BUILD_DIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml
2025-08-20T22:32:31.9638758Z   SBUILD_OUTDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR
2025-08-20T22:32:31.9639260Z   SBUILD_TMPDIR: /tmp/pkgforge/4DYY71h_ESrNlzQmP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:32:31.9639658Z   PKG_TYPE: static
2025-08-20T22:32:31.9639861Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:32:31.9640101Z   SBUILD_PKGVER: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:31.9640668Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109444123
2025-08-20T22:32:31.9641046Z   BUILD_ID: 17109444123
2025-08-20T22:32:31.9641250Z   PKG_NAME: sequin
2025-08-20T22:32:31.9641452Z   PKG_DATE: 2025-08-20T22:32:04Z
2025-08-20T22:32:31.9641725Z   PKG_VERSION: HEAD-4ebbc32-250818T132341
2025-08-20T22:32:31.9641997Z   PKG_VERSION_UPSTREAM: 0.3.1
2025-08-20T22:32:31.9642310Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sequin/official/sequin
2025-08-20T22:32:31.9642678Z   GHCRPKG_TAG: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:31.9643137Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sequin/official/sequin
2025-08-20T22:32:31.9643597Z   PKG_SRCURL: https://github.com/charmbracelet/sequin
2025-08-20T22:32:31.9643892Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:32:31.9644169Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ebbc32-250818T132341-x86_64-linux
2025-08-20T22:32:31.9644665Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sequin/official/sequin-srcbuild-17109444123
2025-08-20T22:32:31.9645106Z   UTC_TIME: 2025_08_20T10_32_29_PM
2025-08-20T22:32:31.9645341Z ##[endgroup]
2025-08-20T22:32:31.9717201Z EXITED
2025-08-20T22:32:31.9759838Z Cleaning up orphan processes
