﻿2025-08-20T20:57:45.7002796Z Current runner version: '2.328.0'
2025-08-20T20:57:45.7024651Z ##[group]Runner Image Provisioner
2025-08-20T20:57:45.7025943Z Hosted Compute Agent
2025-08-20T20:57:45.7026716Z Version: 20250818.377
2025-08-20T20:57:45.7027345Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:57:45.7028113Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:57:45.7028734Z ##[endgroup]
2025-08-20T20:57:45.7029296Z ##[group]Operating System
2025-08-20T20:57:45.7029938Z Ubuntu
2025-08-20T20:57:45.7030406Z 24.04.2
2025-08-20T20:57:45.7030889Z LTS
2025-08-20T20:57:45.7031444Z ##[endgroup]
2025-08-20T20:57:45.7032013Z ##[group]Runner Image
2025-08-20T20:57:45.7032692Z Image: ubuntu-24.04
2025-08-20T20:57:45.7033261Z Version: 20250818.1.0
2025-08-20T20:57:45.7034287Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:57:45.7035899Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:57:45.7037399Z ##[endgroup]
2025-08-20T20:57:45.7038684Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:57:45.7040530Z Attestations: write
2025-08-20T20:57:45.7041254Z Contents: write
2025-08-20T20:57:45.7041839Z Metadata: read
2025-08-20T20:57:45.7042427Z Packages: write
2025-08-20T20:57:45.7042990Z ##[endgroup]
2025-08-20T20:57:45.7044964Z Secret source: Actions
2025-08-20T20:57:45.7045784Z Prepare workflow directory
2025-08-20T20:57:45.7370405Z Prepare all required actions
2025-08-20T20:57:45.7408201Z Getting action download info
2025-08-20T20:57:46.1620331Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:57:47.1035375Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:57:48.0513984Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:57:48.2721566Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:57:49.1942878Z Getting action download info
2025-08-20T20:57:49.3562743Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:57:50.2368399Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:57:51.0189504Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs)
2025-08-20T20:57:51.0737055Z ##[group]Run ##Presets
2025-08-20T20:57:51.0737404Z [36;1m##Presets[0m
2025-08-20T20:57:51.0737625Z [36;1mset +x ; set +e[0m
2025-08-20T20:57:51.0737846Z [36;1m#-------------#[0m
2025-08-20T20:57:51.0738152Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:57:51.0738550Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:57:51.0738898Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.0739201Z [36;1m  fi[0m
2025-08-20T20:57:51.0739480Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:57:51.0739859Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:57:51.0740205Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.0740479Z [36;1m  fi[0m
2025-08-20T20:57:51.0740725Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:57:51.0741113Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:57:51.0741442Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.0741807Z [36;1m  fi[0m
2025-08-20T20:57:51.0742100Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:57:51.0742443Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:57:51.0742970Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:57:51.0743263Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:57:51.0743576Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.0743856Z [36;1m     else[0m
2025-08-20T20:57:51.0744112Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.0744405Z [36;1m     fi[0m
2025-08-20T20:57:51.0744588Z [36;1m  fi[0m
2025-08-20T20:57:51.0744762Z [36;1mfi[0m
2025-08-20T20:57:51.0817250Z shell: /usr/bin/bash -e {0}
2025-08-20T20:57:51.0817905Z env:
2025-08-20T20:57:51.0818451Z   GH_TOKEN: ***
2025-08-20T20:57:51.0818908Z ##[endgroup]
2025-08-20T20:57:51.1100425Z ##[group]Run ##Presets
2025-08-20T20:57:51.1100834Z [36;1m##Presets[0m
2025-08-20T20:57:51.1101324Z [36;1mset +x ; set +e[0m
2025-08-20T20:57:51.1101633Z [36;1m#-------------#[0m
2025-08-20T20:57:51.1101982Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:57:51.1102674Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:57:51.1103244Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:57:51.1103750Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:57:51.1104257Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:57:51.1104748Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:57:51.1105235Z [36;1m  exit 1[0m
2025-08-20T20:57:51.1105512Z [36;1mfi[0m
2025-08-20T20:57:51.1141846Z shell: /usr/bin/bash -e {0}
2025-08-20T20:57:51.1142157Z env:
2025-08-20T20:57:51.1142699Z   RO_GHTOKEN: ***
2025-08-20T20:57:51.1143025Z   RO_GLTOKEN: ***
2025-08-20T20:57:51.1144248Z   MINISIGN_KEY: ***
2025-08-20T20:57:51.1144555Z ##[endgroup]
2025-08-20T20:57:51.1335218Z ##[group]Run ##Presets
2025-08-20T20:57:51.1335558Z [36;1m##Presets[0m
2025-08-20T20:57:51.1335766Z [36;1mset +x ; set +e[0m
2025-08-20T20:57:51.1335980Z [36;1m#-------------#[0m
2025-08-20T20:57:51.1336197Z [36;1m##Host Triplet[0m
2025-08-20T20:57:51.1336768Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:57:51.1337105Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:57:51.1337425Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:57:51.1337728Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:57:51.1338019Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:57:51.1338351Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:57:51.1338678Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:57:51.1338991Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:57:51.1339253Z [36;1m   fi[0m
2025-08-20T20:57:51.1339539Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:57:51.1339873Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:57:51.1340173Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:57:51.1340493Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:57:51.1340769Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:57:51.1340985Z [36;1m fi[0m
2025-08-20T20:57:51.1341249Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1341631Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1342002Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1342347Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1342615Z [36;1m##Debug[0m
2025-08-20T20:57:51.1342818Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:57:51.1343078Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:57:51.1343299Z [36;1m else[0m
2025-08-20T20:57:51.1343489Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:57:51.1343882Z [36;1m fi[0m
2025-08-20T20:57:51.1344100Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1344373Z [36;1m##Docker Platform[0m
2025-08-20T20:57:51.1344647Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:57:51.1344962Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:57:51.1345286Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:57:51.1345618Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:57:51.1345929Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:57:51.1346427Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:57:51.1346758Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:57:51.1347070Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:57:51.1347317Z [36;1m fi[0m
2025-08-20T20:57:51.1347597Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1348015Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1348337Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:57:51.1348825Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:57:51.1349353Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:57:51.1349655Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1349957Z [36;1m##Logs[0m
2025-08-20T20:57:51.1350219Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:57:51.1350481Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:57:51.1350710Z [36;1m else[0m
2025-08-20T20:57:51.1350910Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:57:51.1351169Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:57:51.1351419Z [36;1m fi[0m
2025-08-20T20:57:51.1351822Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1352204Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1352542Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:57:51.1352908Z [36;1m PKG_FAMILY_LOCAL="$(echo "hcxdumptool" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:57:51.1353307Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:57:51.1353623Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1353935Z [36;1m##Rebuild[0m
2025-08-20T20:57:51.1354148Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:57:51.1354423Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:57:51.1354677Z [36;1m else[0m
2025-08-20T20:57:51.1354882Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:57:51.1355121Z [36;1m fi[0m
2025-08-20T20:57:51.1355371Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1355686Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:57:51.1356087Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:57:51.1356826Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:57:51.1357647Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:57:51.1358380Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:57:51.1358738Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:57:51.1359162Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:57:51.1359574Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:57:51.1359939Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1360222Z [36;1m    exit 1[0m
2025-08-20T20:57:51.1360426Z [36;1m   else[0m
2025-08-20T20:57:51.1360763Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:57:51.1361073Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1361404Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:57:51.1361728Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:57:51.1362061Z [36;1m      #check if supported[0m
2025-08-20T20:57:51.1362429Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:57:51.1362945Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:57:51.1363358Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:57:51.1363675Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1363957Z [36;1m         exit 1[0m
2025-08-20T20:57:51.1364162Z [36;1m       fi[0m
2025-08-20T20:57:51.1364364Z [36;1m      #get build system[0m
2025-08-20T20:57:51.1364728Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:57:51.1365096Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:57:51.1365362Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1365700Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:57:51.1366029Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1366508Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1366839Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:57:51.1367174Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1367489Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:51.1367764Z [36;1m       fi[0m
2025-08-20T20:57:51.1368087Z [36;1m     fi[0m
2025-08-20T20:57:51.1368274Z [36;1m   fi[0m
2025-08-20T20:57:51.1368475Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:57:51.1402812Z shell: /usr/bin/bash -e {0}
2025-08-20T20:57:51.1403058Z ##[endgroup]
2025-08-20T20:57:51.8458983Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:57:51.8459523Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:57:51.8459761Z 
2025-08-20T20:57:51.9971703Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:57:51.9972125Z 100  3440  100  3440    0     0  22518      0 --:--:-- --:--:-- --:--:-- 22631
2025-08-20T20:57:51.9982389Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T20:57:52.0212234Z ##[group]Run ##Presets
2025-08-20T20:57:52.0212535Z [36;1m##Presets[0m
2025-08-20T20:57:52.0212745Z [36;1mset +x ; set +e[0m
2025-08-20T20:57:52.0212962Z [36;1m#-------------#[0m
2025-08-20T20:57:52.0213179Z [36;1m##Debug?[0m
2025-08-20T20:57:52.0213429Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:57:52.0213733Z [36;1m  set -x[0m
2025-08-20T20:57:52.0213914Z [36;1mfi[0m
2025-08-20T20:57:52.0214101Z [36;1m#-------------#[0m
2025-08-20T20:57:52.0214308Z [36;1m##CoreUtils[0m
2025-08-20T20:57:52.0214514Z [36;1msudo apt update -y[0m
2025-08-20T20:57:52.0214859Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:57:52.0215863Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:57:52.0217016Z [36;1m##tmp[0m
2025-08-20T20:57:52.0217300Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:57:52.0217624Z [36;1m#GH ENV[0m
2025-08-20T20:57:52.0217851Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:52.0218336Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:52.0218605Z [36;1m#-------------#[0m
2025-08-20T20:57:52.0218830Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:57:52.0219074Z [36;1msudo apt update -y[0m
2025-08-20T20:57:52.0219314Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:57:52.0219569Z [36;1m##Setup Minisign[0m
2025-08-20T20:57:52.0219805Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:57:52.0220235Z [36;1mecho "***[0m
2025-08-20T20:57:52.0221471Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:57:52.0221760Z [36;1m##User-Agent[0m
2025-08-20T20:57:52.0222480Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:57:52.0223268Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:57:52.0262532Z shell: /usr/bin/bash -e {0}
2025-08-20T20:57:52.0262825Z env:
2025-08-20T20:57:52.0263004Z   CROSS_COMPILING: NO
2025-08-20T20:57:52.0263213Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:57:52.0263450Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:57:52.0263668Z   ON_QEMU: NO
2025-08-20T20:57:52.0263851Z   DEBUG: 0
2025-08-20T20:57:52.0264027Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:57:52.0264249Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:57:52.0264545Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T20:57:52.0264862Z   KEEP_LOGS: YES
2025-08-20T20:57:52.0265051Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:57:52.0265270Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T20:57:52.0265497Z   SBUILD_REBUILD: false
2025-08-20T20:57:52.0266048Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T20:57:52.0266868Z   BUILD_SYS: host://nix
2025-08-20T20:57:52.0267083Z   BUILD_ON_HOST: TRUE
2025-08-20T20:57:52.0267280Z   BUILD_SYSTEM: HOST
2025-08-20T20:57:52.0267470Z ##[endgroup]
2025-08-20T20:57:52.0656192Z 
2025-08-20T20:57:52.0657077Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:57:52.0657486Z 
2025-08-20T20:57:52.1210708Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:57:52.1502429Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:57:52.1512531Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:57:52.1557178Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:57:52.1580735Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:57:52.2500299Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:57:52.2773555Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:57:52.2792984Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:57:52.2924360Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:57:52.2956117Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:57:52.2973886Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:57:52.3045623Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:57:52.3072877Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:57:52.3104730Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:57:52.3220549Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:57:52.3247128Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:57:52.3256524Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:57:52.3802349Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:57:52.3817218Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:57:52.3825753Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:57:52.3886015Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:57:52.3902443Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:57:52.3972506Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:57:52.3994846Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:57:52.4004648Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:57:52.4083389Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:57:52.4103875Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:57:52.4117050Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:57:52.4216425Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:57:52.4243845Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:57:52.4252160Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:57:52.5038524Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:57:52.5487234Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:57:52.5910905Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:57:59.0607321Z Fetched 10.6 MB in 1s (8577 kB/s)
2025-08-20T20:57:59.7271872Z Reading package lists...
2025-08-20T20:57:59.8692998Z Building dependency tree...
2025-08-20T20:57:59.8699469Z Reading state information...
2025-08-20T20:57:59.8827409Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:57:59.8941075Z 
2025-08-20T20:57:59.8941508Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:57:59.8942017Z 
2025-08-20T20:57:59.9069117Z Reading package lists...
2025-08-20T20:58:00.0539645Z Building dependency tree...
2025-08-20T20:58:00.0547427Z Reading state information...
2025-08-20T20:58:00.1929752Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:58:00.1930245Z bc set to manually installed.
2025-08-20T20:58:00.1930648Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:58:00.1931481Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:58:00.1932238Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:58:00.1932963Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:58:00.1933691Z The following additional packages will be installed:
2025-08-20T20:58:00.1934490Z   libtime-duration-perl
2025-08-20T20:58:00.2371340Z The following NEW packages will be installed:
2025-08-20T20:58:00.2376977Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:58:00.2533535Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T20:58:00.2755140Z Need to get 616 kB of archives.
2025-08-20T20:58:00.2755899Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:58:00.2756756Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:58:00.3579347Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:58:00.4221407Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:58:00.4852402Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:58:00.5489425Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:58:00.8541110Z Fetched 616 kB in 0s (1783 kB/s)
2025-08-20T20:58:00.8742517Z Selecting previously unselected package fdupes.
2025-08-20T20:58:00.8940641Z (Reading database ... 
2025-08-20T20:58:00.8941317Z (Reading database ... 5%
2025-08-20T20:58:00.8942037Z (Reading database ... 10%
2025-08-20T20:58:00.8942555Z (Reading database ... 15%
2025-08-20T20:58:00.8942918Z (Reading database ... 20%
2025-08-20T20:58:00.8943244Z (Reading database ... 25%
2025-08-20T20:58:00.8943671Z (Reading database ... 30%
2025-08-20T20:58:00.8944205Z (Reading database ... 35%
2025-08-20T20:58:00.8944719Z (Reading database ... 40%
2025-08-20T20:58:00.8945260Z (Reading database ... 45%
2025-08-20T20:58:00.8945800Z (Reading database ... 50%
2025-08-20T20:58:00.9048070Z (Reading database ... 55%
2025-08-20T20:58:00.9344178Z (Reading database ... 60%
2025-08-20T20:58:00.9557304Z (Reading database ... 65%
2025-08-20T20:58:00.9733139Z (Reading database ... 70%
2025-08-20T20:58:00.9926465Z (Reading database ... 75%
2025-08-20T20:58:01.0222697Z (Reading database ... 80%
2025-08-20T20:58:01.0647132Z (Reading database ... 85%
2025-08-20T20:58:01.1031630Z (Reading database ... 90%
2025-08-20T20:58:01.1564908Z (Reading database ... 95%
2025-08-20T20:58:01.1565414Z (Reading database ... 100%
2025-08-20T20:58:01.1566088Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T20:58:01.1607239Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:58:01.1630697Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:58:01.2312618Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:58:01.2444847Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:58:01.2456618Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:58:01.2904598Z Selecting previously unselected package moreutils.
2025-08-20T20:58:01.3038577Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:58:01.3050905Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:58:01.4922952Z Selecting previously unselected package dos2unix.
2025-08-20T20:58:01.5057353Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:58:01.5071101Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:58:01.7369300Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:58:01.7396603Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:58:01.7430371Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:58:01.7458409Z Setting up moreutils (0.69-1) ...
2025-08-20T20:58:01.7488421Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:59:04.5885006Z 
2025-08-20T20:59:04.5885573Z Running kernel seems to be up-to-date.
2025-08-20T20:59:04.5885862Z 
2025-08-20T20:59:04.5885962Z Restarting services...
2025-08-20T20:59:04.5952363Z 
2025-08-20T20:59:04.5952684Z Service restarts being deferred:
2025-08-20T20:59:04.5954238Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:59:04.5954631Z 
2025-08-20T20:59:04.5955343Z No containers need to be restarted.
2025-08-20T20:59:04.5955632Z 
2025-08-20T20:59:04.5955821Z No user sessions are running outdated binaries.
2025-08-20T20:59:04.5956149Z 
2025-08-20T20:59:04.5956697Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:59:05.4230501Z Reading package lists...
2025-08-20T20:59:05.5692195Z Building dependency tree...
2025-08-20T20:59:05.5699538Z Reading state information...
2025-08-20T20:59:05.7209797Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:59:05.7210433Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:59:05.7210958Z apt-utils set to manually installed.
2025-08-20T20:59:05.7212022Z ca-certificates is already the newest version (20240203).
2025-08-20T20:59:05.7212713Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:59:05.7213306Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:59:05.7213976Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:59:05.7214561Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:59:05.7215105Z moreutils is already the newest version (0.69-1).
2025-08-20T20:59:05.7215709Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:59:05.7216530Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:59:05.7217065Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:59:05.7217603Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:59:05.7218029Z tmux set to manually installed.
2025-08-20T20:59:05.7218509Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:59:05.7219054Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:59:05.7219590Z The following additional packages will be installed:
2025-08-20T20:59:05.7220114Z   python3-software-properties
2025-08-20T20:59:05.7220502Z Recommended packages:
2025-08-20T20:59:05.7220832Z   unattended-upgrades
2025-08-20T20:59:05.7471557Z The following NEW packages will be installed:
2025-08-20T20:59:05.7472077Z   rename
2025-08-20T20:59:05.7480035Z The following packages will be upgraded:
2025-08-20T20:59:05.7480641Z   python3-software-properties software-properties-common
2025-08-20T20:59:05.7632069Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:59:05.7857076Z Need to get 64.7 kB of archives.
2025-08-20T20:59:05.7857527Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:59:05.7857919Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:59:05.8654534Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:59:05.9296546Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:59:05.9947683Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:59:06.2376860Z Fetched 64.7 kB in 0s (294 kB/s)
2025-08-20T20:59:06.2626732Z (Reading database ... 
2025-08-20T20:59:06.2627179Z (Reading database ... 5%
2025-08-20T20:59:06.2627594Z (Reading database ... 10%
2025-08-20T20:59:06.2628001Z (Reading database ... 15%
2025-08-20T20:59:06.2628336Z (Reading database ... 20%
2025-08-20T20:59:06.2628584Z (Reading database ... 25%
2025-08-20T20:59:06.2628830Z (Reading database ... 30%
2025-08-20T20:59:06.2629306Z (Reading database ... 35%
2025-08-20T20:59:06.2629560Z (Reading database ... 40%
2025-08-20T20:59:06.2629807Z (Reading database ... 45%
2025-08-20T20:59:06.2630051Z (Reading database ... 50%
2025-08-20T20:59:06.2707558Z (Reading database ... 55%
2025-08-20T20:59:06.2740069Z (Reading database ... 60%
2025-08-20T20:59:06.2760875Z (Reading database ... 65%
2025-08-20T20:59:06.2793356Z (Reading database ... 70%
2025-08-20T20:59:06.2816791Z (Reading database ... 75%
2025-08-20T20:59:06.2844383Z (Reading database ... 80%
2025-08-20T20:59:06.2973403Z (Reading database ... 85%
2025-08-20T20:59:06.3058982Z (Reading database ... 90%
2025-08-20T20:59:06.3307249Z (Reading database ... 95%
2025-08-20T20:59:06.3307578Z (Reading database ... 100%
2025-08-20T20:59:06.3308058Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T20:59:06.3347002Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:59:06.4512679Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:59:06.5241279Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:59:06.5870697Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:59:06.6124478Z Selecting previously unselected package rename.
2025-08-20T20:59:06.6262683Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:59:06.6277142Z Unpacking rename (2.02-1) ...
2025-08-20T20:59:06.6670375Z Setting up rename (2.02-1) ...
2025-08-20T20:59:06.6735757Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:59:06.6758869Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:59:06.7961124Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:59:06.8955730Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:59:10.9298266Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:59:12.3850680Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:59:12.4132398Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:59:12.4147583Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:59:12.4155387Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:59:12.4164147Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:59:12.4314066Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:59:12.4354755Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:59:13.5155999Z Reading package lists...
2025-08-20T20:59:13.6554537Z Building dependency tree...
2025-08-20T20:59:13.6561166Z Reading state information...
2025-08-20T20:59:13.6688821Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:59:13.6840384Z 
2025-08-20T20:59:13.6840878Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:59:13.6841227Z 
2025-08-20T20:59:13.7309934Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:59:13.7579019Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:59:13.7588945Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:59:13.7597279Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:59:13.7603388Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:59:13.9949307Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:59:14.0133043Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:59:14.8831682Z Reading package lists...
2025-08-20T20:59:15.0227421Z Building dependency tree...
2025-08-20T20:59:15.0233974Z Reading state information...
2025-08-20T20:59:15.0360934Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:59:15.0471408Z 
2025-08-20T20:59:15.0472532Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:59:15.0473019Z 
2025-08-20T20:59:15.0602038Z Reading package lists...
2025-08-20T20:59:15.2095432Z Building dependency tree...
2025-08-20T20:59:15.2103290Z Reading state information...
2025-08-20T20:59:15.3564690Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:59:15.3926180Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:59:15.4217823Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:59:15.4745482Z ##[group]Run ##Presets
2025-08-20T20:59:15.4745765Z [36;1m##Presets[0m
2025-08-20T20:59:15.4745969Z [36;1mset +x ; set +e[0m
2025-08-20T20:59:15.4746180Z [36;1m#-------------#[0m
2025-08-20T20:59:15.4746597Z [36;1m##Debug?[0m
2025-08-20T20:59:15.4746851Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:59:15.4747159Z [36;1m  set -x[0m
2025-08-20T20:59:15.4747350Z [36;1mfi[0m
2025-08-20T20:59:15.4747529Z [36;1m#-------------#[0m
2025-08-20T20:59:15.4767592Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:59:15.4768227Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:59:15.4768840Z [36;1msudo service procps restart[0m
2025-08-20T20:59:15.4769119Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:59:15.4808998Z shell: /usr/bin/bash -e {0}
2025-08-20T20:59:15.4809233Z env:
2025-08-20T20:59:15.4809454Z   CROSS_COMPILING: NO
2025-08-20T20:59:15.4809668Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:59:15.4809903Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:59:15.4810133Z   ON_QEMU: NO
2025-08-20T20:59:15.4810305Z   DEBUG: 0
2025-08-20T20:59:15.4810486Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:59:15.4810714Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:59:15.4811015Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T20:59:15.4811339Z   KEEP_LOGS: YES
2025-08-20T20:59:15.4811531Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:59:15.4811753Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T20:59:15.4812003Z   SBUILD_REBUILD: false
2025-08-20T20:59:15.4812563Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T20:59:15.4813148Z   BUILD_SYS: host://nix
2025-08-20T20:59:15.4813349Z   BUILD_ON_HOST: TRUE
2025-08-20T20:59:15.4813543Z   BUILD_SYSTEM: HOST
2025-08-20T20:59:15.4813735Z   SYSTMP: /tmp
2025-08-20T20:59:15.4813918Z   GHA_MODE: MATRIX
2025-08-20T20:59:15.4814347Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:59:15.4814812Z ##[endgroup]
2025-08-20T20:59:15.4932891Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:59:15.5002565Z 0
2025-08-20T20:59:15.5308244Z vm.max_map_count = 262144
2025-08-20T20:59:15.5308709Z fs.inotify.max_user_watches = 655360
2025-08-20T20:59:15.5309151Z fs.inotify.max_user_instances = 1280
2025-08-20T20:59:15.5309431Z vm.mmap_rnd_bits = 28
2025-08-20T20:59:15.5377348Z ##[group]Run ##Presets
2025-08-20T20:59:15.5377674Z [36;1m##Presets[0m
2025-08-20T20:59:15.5377882Z [36;1mset +x ; set +e[0m
2025-08-20T20:59:15.5378101Z [36;1m#-------------#[0m
2025-08-20T20:59:15.5378301Z [36;1m##Debug?[0m
2025-08-20T20:59:15.5378556Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:59:15.5378847Z [36;1m  set -x[0m
2025-08-20T20:59:15.5379040Z [36;1mfi[0m
2025-08-20T20:59:15.5379219Z [36;1m#-------------#[0m
2025-08-20T20:59:15.5379423Z [36;1m##Main[0m
2025-08-20T20:59:15.5379636Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:59:15.5380275Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:59:15.5380993Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:59:15.5381388Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:59:15.5381664Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:59:15.5381918Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:59:15.5382225Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:59:15.5382543Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:59:15.5382849Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:59:15.5383160Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:59:15.5383450Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:59:15.5383779Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:59:15.5384150Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:59:15.5384427Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:59:15.5384690Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:59:15.5384966Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:59:15.5385244Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:59:15.5385522Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:59:15.5385796Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:59:15.5386503Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:59:15.5386849Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:59:15.5387148Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:59:15.5387457Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:59:15.5387761Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:59:15.5388057Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:59:15.5388357Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:59:15.5388625Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:59:15.5389006Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:59:15.5389456Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:59:15.5389918Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:59:15.5390382Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:59:15.5390722Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:59:15.5391061Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:59:15.5391684Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:59:15.5392461Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:59:15.5392980Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:59:15.5393244Z [36;1m else[0m
2025-08-20T20:59:15.5393713Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:59:15.5394082Z [36;1m fi[0m
2025-08-20T20:59:15.5394320Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:59:15.5394707Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:59:15.5395113Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:59:15.5395495Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:59:15.5395876Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:59:15.5396420Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:59:15.5396856Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:59:15.5397253Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:59:15.5397660Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:59:15.5398068Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:59:15.5398381Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:59:15.5435549Z shell: /usr/bin/bash -e {0}
2025-08-20T20:59:15.5435777Z env:
2025-08-20T20:59:15.5435957Z   CROSS_COMPILING: NO
2025-08-20T20:59:15.5436173Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:59:15.5436582Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:59:15.5436806Z   ON_QEMU: NO
2025-08-20T20:59:15.5436989Z   DEBUG: 0
2025-08-20T20:59:15.5437170Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:59:15.5437395Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:59:15.5437696Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T20:59:15.5438015Z   KEEP_LOGS: YES
2025-08-20T20:59:15.5438207Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:59:15.5438428Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T20:59:15.5438649Z   SBUILD_REBUILD: false
2025-08-20T20:59:15.5439203Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T20:59:15.5439934Z   BUILD_SYS: host://nix
2025-08-20T20:59:15.5440146Z   BUILD_ON_HOST: TRUE
2025-08-20T20:59:15.5440343Z   BUILD_SYSTEM: HOST
2025-08-20T20:59:15.5440535Z   SYSTMP: /tmp
2025-08-20T20:59:15.5440716Z   GHA_MODE: MATRIX
2025-08-20T20:59:15.5441148Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:59:15.5441799Z   GHCR_TOKEN: ***
2025-08-20T20:59:15.5442076Z   GITHUB_TOKEN: ***
2025-08-20T20:59:15.5442304Z   GITLAB_TOKEN: ***
2025-08-20T20:59:15.5443396Z   MINISIGN_KEY: ***
2025-08-20T20:59:15.5443653Z ##[endgroup]
2025-08-20T20:59:15.6051330Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:59:15.7015583Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:59:15.7016768Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:59:15.7017163Z 
2025-08-20T20:59:15.7453059Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:59:15.7453724Z 100  3440  100  3440    0     0  78436      0 --:--:-- --:--:-- --:--:-- 80000
2025-08-20T20:59:15.7465558Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T20:59:15.7568988Z 
2025-08-20T20:59:15.7569284Z [+] Building [/tmp/tmp.KxtkMoava4/SBUILD_INPUT] Locally
2025-08-20T20:59:15.7569679Z 
2025-08-20T20:59:15.7583413Z '/tmp/tmp.KxtkMoava4/SBUILD_INPUT' -> '/tmp/pkgforge/WoUg3Y9VG_build.yaml'
2025-08-20T20:59:15.8281757Z 
2025-08-20T20:59:15.8282027Z [+] Passwordless sudo is Configured
2025-08-20T20:59:15.8989286Z 
2025-08-20T20:59:15.9002251Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:59:15.9002484Z 
2025-08-20T20:59:15.9460152Z 
2025-08-20T20:59:15.9461729Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:59:15.9462269Z 
2025-08-20T20:59:15.9462275Z 
2025-08-20T20:59:15.9462643Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:59:15.9463172Z 
2025-08-20T20:59:15.9637797Z [+] Installing: 7z -> 7z
2025-08-20T20:59:16.5103578Z [+] Installing: actionlint -> actionlint
2025-08-20T20:59:17.0565762Z [+] Installing: anew -> anew
2025-08-20T20:59:17.5988523Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:59:18.1227832Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:59:18.6176160Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:59:18.7277205Z [+] Installing: archey -> archey
2025-08-20T20:59:18.9202413Z [+] Installing: aria2 -> aria2c
2025-08-20T20:59:19.5043658Z [+] Installing: askalono -> askalono
2025-08-20T20:59:20.0339047Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:59:20.5952545Z [+] Installing: b3sum -> b3sum
2025-08-20T20:59:21.1288205Z [+] Installing: bita -> bita
2025-08-20T20:59:21.6924052Z [+] Installing: btop -> btop
2025-08-20T20:59:22.2081900Z [+] Installing: chafa -> chafa
2025-08-20T20:59:22.7764363Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:59:23.4175893Z [+] Installing: croc -> croc
2025-08-20T20:59:23.9864261Z [+] Installing: csvtk -> csvtk
2025-08-20T20:59:24.6005227Z [+] Installing: cutlines -> cutlines
2025-08-20T20:59:25.1852870Z curl: (22) The requested URL returned error: 404
2025-08-20T20:59:25.1890273Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:59:25.1891195Z [+] Installing: dbin -> dbin
2025-08-20T20:59:25.7536884Z [+] Installing: dasel -> dasel
2025-08-20T20:59:26.3528553Z [+] Installing: delta -> delta
2025-08-20T20:59:26.5399589Z [+] Installing: ds -> ds
2025-08-20T20:59:27.1237511Z curl: (22) The requested URL returned error: 404
2025-08-20T20:59:27.1274566Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:59:27.1275904Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:59:27.2615062Z [+] Installing: duf -> duf
2025-08-20T20:59:27.7890596Z [+] Installing: duplicut -> duplicut
2025-08-20T20:59:28.3039983Z [+] Installing: dust -> dust
2025-08-20T20:59:28.8848870Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:59:29.4289414Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:59:29.9853487Z [+] Installing: dysk -> dysk
2025-08-20T20:59:30.5291886Z [+] Installing: eget -> eget
2025-08-20T20:59:31.0664102Z [+] Installing: epoch -> epoch
2025-08-20T20:59:31.2460884Z [+] Installing: faketty -> faketty
2025-08-20T20:59:31.7593944Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:59:32.3242783Z [+] Installing: freeze -> freeze
2025-08-20T20:59:32.8845402Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:59:33.3860791Z [+] Installing: gdu -> gdu
2025-08-20T20:59:33.9621798Z [+] Installing: gh -> gh
2025-08-20T20:59:34.2633109Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:59:34.8332675Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:59:34.9965928Z [+] Installing: glab -> glab
2025-08-20T20:59:35.6412890Z [+] Installing: glow -> glow
2025-08-20T20:59:36.2212424Z [+] Installing: httpx -> httpx
2025-08-20T20:59:36.9123527Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:59:37.5430851Z [+] Installing: husarnet -> husarnet
2025-08-20T20:59:38.1132949Z curl: (22) The requested URL returned error: 404
2025-08-20T20:59:38.1168150Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:59:38.1169418Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:59:38.6748967Z curl: (22) The requested URL returned error: 404
2025-08-20T20:59:38.6783047Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:59:38.6783944Z [+] Installing: imgcat -> imgcat
2025-08-20T20:59:39.2051916Z [+] Installing: jc -> jc
2025-08-20T20:59:39.4382863Z [+] Installing: jq -> jq
2025-08-20T20:59:39.9432776Z [+] Installing: logdy -> logdy
2025-08-20T20:59:40.5914017Z [+] Installing: micro -> micro
2025-08-20T20:59:40.7854230Z [+] Installing: miniserve -> miniserve
2025-08-20T20:59:41.3411309Z [+] Installing: minisign -> minisign
2025-08-20T20:59:41.8419237Z [+] Installing: ncdu -> ncdu
2025-08-20T20:59:41.9831126Z [+] Installing: notify -> notify
2025-08-20T20:59:42.2010473Z [+] Installing: ouch -> ouch
2025-08-20T20:59:42.7523292Z [+] Installing: oras -> oras
2025-08-20T20:59:42.9440259Z [+] Installing: pipetty -> pipetty
2025-08-20T20:59:43.0582401Z [+] Installing: pixterm -> pixterm
2025-08-20T20:59:43.2346929Z [+] Installing: qsv -> qsv
2025-08-20T20:59:43.8229019Z [+] Installing: rclone -> rclone
2025-08-20T20:59:44.5765538Z [+] Installing: ripgrep -> rg
2025-08-20T20:59:45.1278208Z [+] Installing: rga -> rga
2025-08-20T20:59:45.6719894Z [+] Installing: rsync -> rsync
2025-08-20T20:59:46.2262407Z [+] Installing: script -> script
2025-08-20T20:59:46.7410237Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:59:47.3212917Z [+] Installing: soar -> soar
2025-08-20T20:59:47.8769277Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:59:48.0691937Z [+] Installing: sstrip -> sstrip
2025-08-20T20:59:48.5612895Z [+] Installing: strace -> strace
2025-08-20T20:59:49.0874216Z [+] Installing: sttr -> sttr
2025-08-20T20:59:49.6282456Z [+] Installing: tailscale -> tailscale
2025-08-20T20:59:49.8340715Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:59:50.4383126Z [+] Installing: taplo -> taplo
2025-08-20T20:59:51.0016469Z [+] Installing: tldr -> tldr
2025-08-20T20:59:51.1836944Z [+] Installing: tldr -> tealdeer
2025-08-20T20:59:51.3761880Z [+] Installing: tmux -> tmux
2025-08-20T20:59:51.9055466Z [+] Installing: tok -> tok
2025-08-20T20:59:52.4416092Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:59:53.0603159Z [+] Installing: trurl -> trurl
2025-08-20T20:59:53.2381511Z [+] Installing: tss -> tss
2025-08-20T20:59:53.3767380Z [+] Installing: ulexec -> ulexec
2025-08-20T20:59:53.9245623Z [+] Installing: unfurl -> unfurl
2025-08-20T20:59:54.7169777Z [+] Installing: upx -> upx
2025-08-20T20:59:55.2424794Z [+] Installing: validtoml -> validtoml
2025-08-20T20:59:55.7840338Z [+] Installing: wget -> wget
2025-08-20T20:59:56.3397399Z [+] Installing: wget2 -> wget2
2025-08-20T20:59:56.5167721Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:59:57.0618853Z [+] Installing: xq -> xq
2025-08-20T20:59:57.6006469Z [+] Installing: xz -> xz
2025-08-20T20:59:57.7337020Z [+] Installing: unxz -> unxz
2025-08-20T20:59:58.2469790Z [+] Installing: yq -> yq
2025-08-20T20:59:58.8245339Z [+] Installing: yj -> yj
2025-08-20T20:59:59.3604339Z [+] Installing: zapper -> zapper
2025-08-20T20:59:59.4893463Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:59:59.6180667Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:59:59.8134171Z curl: (22) The requested URL returned error: 404
2025-08-20T20:59:59.8167883Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:59:59.8168896Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:00:00.3959965Z curl: (22) The requested URL returned error: 404
2025-08-20T21:00:00.3996600Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:00:00.3997738Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:00:00.6018848Z curl: (22) The requested URL returned error: 404
2025-08-20T21:00:00.6052516Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:00:00.6053744Z [+] Installing: zstd -> zstd
2025-08-20T21:00:00.7564159Z [+] Creating symlinks...
2025-08-20T21:00:00.7654601Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:00:00.7750207Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:00:00.7844416Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:00:00.7940263Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:00:00.8034493Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:00:00.8129567Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:00:00.8224796Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:00:00.8320121Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:00:00.8416229Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:00:00.8513960Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:00:00.8609377Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:00:00.8703958Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:00:00.8800409Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:00:00.8894322Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:00:00.8991131Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:00:00.9085382Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:00:00.9182085Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:00:00.9219773Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:00:00.9305549Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:00:00.9402340Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:00:00.9496828Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:00:00.9534220Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:00:00.9620301Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:00:00.9715011Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:00:00.9810498Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:00:00.9905302Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:00:01.0000376Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:00:01.0095025Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:00:01.0191048Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:00:01.0285611Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:00:01.0380266Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:00:01.0476569Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:00:01.0571990Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:00:01.0666097Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:00:01.0761982Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:00:01.0856065Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:00:01.0951672Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:00:01.1047220Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:00:01.1142798Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:00:01.1238488Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:00:01.1333292Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:00:01.1430114Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:00:01.1525233Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:00:01.1619782Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:00:01.1656867Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:00:01.1685257Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:00:01.1770679Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:00:01.1865382Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:00:01.1962978Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:00:01.2060162Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:00:01.2156392Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:00:01.2252902Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:00:01.2348930Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:00:01.2444594Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:00:01.2540846Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:00:01.2635531Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:00:01.2729791Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:00:01.2823969Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:00:01.2918128Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:00:01.3012600Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:00:01.3107982Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:00:01.3202872Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:00:01.3298661Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:00:01.3394846Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:00:01.3492898Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:00:01.3589695Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:00:01.3683569Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:00:01.3778557Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:00:01.3872340Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:00:01.3966702Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:00:01.4061930Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:00:01.4156715Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:00:01.4251949Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:00:01.4345768Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:00:01.4441642Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:00:01.4536164Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:00:01.4631519Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:00:01.4727695Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:00:01.4823282Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:00:01.4917635Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:00:01.5012251Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:00:01.5107035Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:00:01.5203535Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:00:01.5300459Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:00:01.5395419Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:00:01.5491472Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:00:01.5586440Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:00:01.5681722Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:00:01.5777077Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:00:01.5872247Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:00:01.5968728Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:00:01.6063677Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:00:01.6160775Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:00:01.6257395Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:00:01.6352597Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:00:01.6389366Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:00:01.6417653Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:00:01.6445507Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:00:01.6533452Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:00:01.6559700Z 
2025-08-20T21:00:01.6560229Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:00:01.6560767Z 
2025-08-20T21:00:01.6575153Z 
2025-08-20T21:00:01.6666593Z 
2025-08-20T21:00:01.6667211Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:00:01.6667552Z 
2025-08-20T21:00:01.6667723Z [+] Installation completed!
2025-08-20T21:00:01.6739275Z 
2025-08-20T21:00:01.6739483Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:00:02.1214193Z github.com
2025-08-20T21:00:02.1216216Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:00:02.1217523Z   - Active account: true
2025-08-20T21:00:02.1218273Z   - Git operations protocol: https
2025-08-20T21:00:02.1219150Z   - Token: ghp_************************************
2025-08-20T21:00:02.1221230Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:00:02.1222440Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:00:02.1223075Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:00:02.3912263Z Limit: 5000, Remaining: 4237, Reset: 2025-08-20 21:25:35 +0000 UTC (25m33s)
2025-08-20T21:00:02.3921417Z 
2025-08-20T21:00:02.3921616Z [+] GHCR_TOKEN is Exported
2025-08-20T21:00:02.3957827Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:00:04.9120726Z Login Succeeded
2025-08-20T21:00:04.9132235Z 
2025-08-20T21:00:04.9132413Z [+] GITLAB is Exported
2025-08-20T21:00:04.9421110Z [git remote -v]
2025-08-20T21:00:05.1585795Z gitlab.com
2025-08-20T21:00:05.1587307Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:00:05.1588443Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:00:05.1589212Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:00:05.1589847Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:00:05.1590444Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:00:05.1591000Z   ✓ Token found: **************************
2025-08-20T21:00:05.1591267Z 
2025-08-20T21:00:05.1591854Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:00:05.1592725Z [git remote -v]
2025-08-20T21:00:05.1605599Z 2025/08/20 21:00:05 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:00:05.1606812Z git: exit status 128]
2025-08-20T21:00:05.7079543Z 
2025-08-20T21:00:05.7079553Z 
2025-08-20T21:00:05.7080352Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:00:05 PM)
2025-08-20T21:00:05.7081054Z 
2025-08-20T21:00:05.7081059Z 
2025-08-20T21:00:05.7081186Z [+] USER = runner
2025-08-20T21:00:05.7081509Z [+] HOME = /home/runner
2025-08-20T21:00:05.7084401Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:00:05.7088582Z 
2025-08-20T21:00:05.7769132Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:00:05.8053989Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:00:05.8079074Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:00:05.8093024Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:00:05.8098296Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:00:05.8168397Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:00:05.8225856Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:00:06.9203921Z Reading package lists...
2025-08-20T21:00:06.9522018Z Reading package lists...
2025-08-20T21:00:07.0996191Z Building dependency tree...
2025-08-20T21:00:07.1003931Z Reading state information...
2025-08-20T21:00:07.2713514Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:00:07.2714155Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:00:07.2714544Z ca-certificates is already the newest version (20240203).
2025-08-20T21:00:07.2714953Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:00:07.2715351Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:00:07.2715771Z moreutils is already the newest version (0.69-1).
2025-08-20T21:00:07.2716480Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:00:07.2717107Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:00:07.2717857Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:07.3285377Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:00:07.4419890Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:00:07.4420758Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:00:07.4731730Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:00:07.4739693Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:00:07.4746772Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:00:07.4753437Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:00:08.5223414Z Reading package lists...
2025-08-20T21:00:08.5532467Z Reading package lists...
2025-08-20T21:00:08.7075238Z Building dependency tree...
2025-08-20T21:00:08.7082887Z Reading state information...
2025-08-20T21:00:08.8595891Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:00:08.8597006Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:00:08.8597744Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:00:08.8598312Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:00:08.8598936Z ca-certificates is already the newest version (20240203).
2025-08-20T21:00:08.8599551Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:00:08.8600120Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:00:08.8600668Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:00:08.8601162Z gawk set to manually installed.
2025-08-20T21:00:08.8601516Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:00:08.8601863Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:00:08.8602400Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:00:08.8602855Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:00:08.8603263Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:00:08.8603685Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:00:08.8614711Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:00:08.8615306Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:00:08.8615881Z The following additional packages will be installed:
2025-08-20T21:00:08.8616721Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:00:08.8617507Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:00:08.8618159Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:00:08.8618619Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:00:08.8619082Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:00:08.8619508Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:00:08.8619807Z Suggested packages:
2025-08-20T21:00:08.8620090Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:00:08.8620540Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:00:08.8621008Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:00:08.8621472Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:00:08.8621922Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:00:08.8622349Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:00:08.8622695Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:00:08.9023882Z The following NEW packages will be installed:
2025-08-20T21:00:08.9024665Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:00:08.9025504Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:00:08.9026688Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:00:08.9029129Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:00:08.9030041Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:00:08.9031081Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:00:08.9031891Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:00:08.9208951Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:08.9209583Z Need to get 27.5 MB of archives.
2025-08-20T21:00:08.9210177Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:00:08.9210856Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:00:09.0048439Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:00:09.2549417Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:00:09.5088524Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:00:09.6342386Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:00:09.6980918Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:00:09.7623967Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:00:09.8918313Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:00:10.0190402Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:00:10.1488971Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:00:10.2140106Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:00:10.7703553Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:00:10.8370784Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:00:10.9665864Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:00:11.0303409Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:00:11.0940422Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:00:11.1588161Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:00:11.2223224Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:00:11.5482388Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T21:00:11.6126848Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:00:11.6810528Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:00:11.7448482Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:00:11.8087321Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T21:00:11.9389245Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T21:00:12.0032239Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:00:12.0695654Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T21:00:12.1335193Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T21:00:12.3215264Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:00:12.3863703Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T21:00:12.4504442Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:00:12.5159404Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:00:12.5797938Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:00:12.6444931Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:00:12.7093449Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:00:13.2272627Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:00:13.3614696Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:00:13.4932500Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:00:13.7331093Z Preconfiguring packages ...
2025-08-20T21:00:13.7885626Z Fetched 27.5 MB in 5s (5995 kB/s)
2025-08-20T21:00:13.8095758Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:00:13.8148722Z (Reading database ... 
2025-08-20T21:00:13.8149140Z (Reading database ... 5%
2025-08-20T21:00:13.8149521Z (Reading database ... 10%
2025-08-20T21:00:13.8149893Z (Reading database ... 15%
2025-08-20T21:00:13.8150516Z (Reading database ... 20%
2025-08-20T21:00:13.8150885Z (Reading database ... 25%
2025-08-20T21:00:13.8151248Z (Reading database ... 30%
2025-08-20T21:00:13.8152224Z (Reading database ... 35%
2025-08-20T21:00:13.8152597Z (Reading database ... 40%
2025-08-20T21:00:13.8152962Z (Reading database ... 45%
2025-08-20T21:00:13.8153317Z (Reading database ... 50%
2025-08-20T21:00:13.8173120Z (Reading database ... 55%
2025-08-20T21:00:13.8264078Z (Reading database ... 60%
2025-08-20T21:00:13.8284624Z (Reading database ... 65%
2025-08-20T21:00:13.8316906Z (Reading database ... 70%
2025-08-20T21:00:13.8340661Z (Reading database ... 75%
2025-08-20T21:00:13.8368555Z (Reading database ... 80%
2025-08-20T21:00:13.8498463Z (Reading database ... 85%
2025-08-20T21:00:13.8587596Z (Reading database ... 90%
2025-08-20T21:00:13.8842764Z (Reading database ... 95%
2025-08-20T21:00:13.8843229Z (Reading database ... 100%
2025-08-20T21:00:13.8843847Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:00:13.8883263Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:00:13.9083367Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:00:14.0589615Z Selecting previously unselected package poppler-data.
2025-08-20T21:00:14.0724578Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:00:14.0735607Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:00:14.1964112Z Selecting previously unselected package b3sum.
2025-08-20T21:00:14.2099341Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:00:14.2111661Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:00:14.2379459Z Selecting previously unselected package build-essential.
2025-08-20T21:00:14.2513907Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:00:14.2526443Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:00:14.2767144Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:00:14.2900989Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:00:14.2925306Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:00:14.3155209Z Selecting previously unselected package ccache.
2025-08-20T21:00:14.3288604Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:00:14.3299583Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:00:14.3738231Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:00:14.3870651Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:00:14.3882406Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:00:14.4152881Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:00:14.4287111Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:00:14.4300039Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:00:14.4615621Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:00:14.4748947Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:00:14.4758729Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:00:14.5194911Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:00:14.5326139Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:00:14.5962151Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:00:14.6910896Z Selecting previously unselected package libgs-common.
2025-08-20T21:00:14.7045556Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:00:14.7058137Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:00:14.7335640Z Selecting previously unselected package libgs10-common.
2025-08-20T21:00:14.7469376Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:00:14.7479734Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:00:14.8148362Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:00:14.8283638Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:00:14.8295774Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:00:14.8525051Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:00:14.8659692Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:00:14.8671278Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:00:14.8901858Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:00:14.9032997Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:00:14.9043686Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:00:14.9291768Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:00:14.9419929Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:00:14.9430810Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:00:14.9664918Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:00:14.9792668Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:00:14.9806046Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:00:15.0842319Z Selecting previously unselected package ghostscript.
2025-08-20T21:00:15.0976496Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:00:15.0987798Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:00:15.1323849Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:00:15.1457041Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:00:15.1470978Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:00:15.2763580Z Selecting previously unselected package imagemagick.
2025-08-20T21:00:15.2898755Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:00:15.2908969Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:00:15.3121250Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:00:15.3254436Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:00:15.3266562Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:00:15.3523837Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:00:15.3655594Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:00:15.3666907Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:00:15.3945035Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:00:15.4076982Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:00:15.4087029Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:00:15.4328126Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:00:15.4458780Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:00:15.4468231Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:00:15.4687919Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:00:15.4818043Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:00:15.4827066Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:00:15.5041695Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:00:15.5172723Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:00:15.5184530Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:00:15.5569737Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:00:15.5703787Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:00:15.5714188Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:00:15.5919858Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:00:15.6050632Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:00:15.6058992Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:00:15.6340514Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:00:15.6470565Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:00:15.6478872Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:00:15.6690939Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:00:15.6821537Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:00:15.6830670Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:00:15.7028847Z Selecting previously unselected package libtool-bin.
2025-08-20T21:00:15.7159034Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:00:15.7168812Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:00:15.7434827Z Selecting previously unselected package lzip.
2025-08-20T21:00:15.7566755Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:00:15.7576122Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:00:15.7798653Z Selecting previously unselected package netpbm.
2025-08-20T21:00:15.7928711Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:00:15.7936113Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:00:15.9683342Z Selecting previously unselected package musl:amd64.
2025-08-20T21:00:15.9820823Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:00:15.9829685Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:00:16.0127156Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:00:16.0262515Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:00:16.0271477Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:00:16.0915748Z Selecting previously unselected package musl-tools.
2025-08-20T21:00:16.1050908Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:00:16.1058450Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:00:16.1459858Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:00:16.2920942Z 
2025-08-20T21:00:16.2921424Z Creating config file /etc/papersize with new version
2025-08-20T21:00:16.3546040Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:00:16.3571972Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:00:16.3602259Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:00:16.3623236Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:00:16.3648103Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:00:16.3671730Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:00:16.3696747Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:00:16.3721695Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:00:16.3834120Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:00:16.3857259Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:00:16.3884951Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:00:16.3948392Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:00:16.3993817Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:00:16.4039737Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:00:16.4062121Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:00:16.4088520Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:00:16.4115556Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:00:16.4140828Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:00:16.4165117Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:00:16.4235628Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:00:16.4279368Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:00:16.4334639Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:00:16.4379895Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:00:16.4434220Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:00:16.4480396Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:00:16.4536105Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:00:16.4581020Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:00:16.4637187Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:00:16.4683229Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:00:16.4738720Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:00:16.4785147Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:00:16.4842120Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:00:16.4889493Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:00:16.4944761Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:00:16.4993620Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:00:16.5051068Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:00:16.5097679Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:00:16.5154400Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:00:16.5203295Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:00:16.5261776Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:00:16.5309317Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:00:16.5328528Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:00:16.5355147Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:00:16.5396991Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:00:16.5422781Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:00:16.5623303Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:00:16.5645012Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:00:16.5666715Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:00:16.5692090Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:00:16.5715580Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:00:16.6124282Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:00:16.6150043Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:00:16.6218373Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:00:16.6252391Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:00:16.6282304Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:00:16.6307482Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:00:16.6330797Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:00:16.9146474Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:00:16.9170409Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:00:16.9195359Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:00:16.9223378Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:00:16.9304257Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:00:17.3451214Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:00:17.5600584Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:00:18.2192784Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:00:21.4966732Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:00:28.9338282Z Reading package lists...
2025-08-20T21:00:29.0847661Z Building dependency tree...
2025-08-20T21:00:29.0855355Z Reading state information...
2025-08-20T21:00:29.2345360Z autoconf is already the newest version (2.71-3).
2025-08-20T21:00:29.2345890Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:00:29.2346603Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:00:29.2347051Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:00:29.2347505Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:00:29.2347956Z ca-certificates is already the newest version (20240203).
2025-08-20T21:00:29.2348360Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:00:29.2348766Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:00:29.2349431Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:00:29.2349835Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:00:29.2350244Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:00:29.2350642Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:00:29.2350997Z patch set to manually installed.
2025-08-20T21:00:29.2351350Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:00:29.2351764Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:00:29.2352152Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:00:29.2352528Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:00:29.2352846Z Suggested packages:
2025-08-20T21:00:29.2353047Z   scons-doc
2025-08-20T21:00:29.2475822Z The following NEW packages will be installed:
2025-08-20T21:00:29.2482179Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:00:29.2646480Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:29.2646937Z Need to get 15.8 MB of archives.
2025-08-20T21:00:29.2647275Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:00:29.2647689Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:00:29.3501999Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:00:29.4703494Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:00:29.5334044Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:00:30.2605381Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:00:30.3907398Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:00:30.6425770Z Fetched 15.8 MB in 1s (13.9 MB/s)
2025-08-20T21:00:30.6601568Z Selecting previously unselected package autopoint.
2025-08-20T21:00:30.6655731Z (Reading database ... 
2025-08-20T21:00:30.6656595Z (Reading database ... 5%
2025-08-20T21:00:30.6656999Z (Reading database ... 10%
2025-08-20T21:00:30.6657394Z (Reading database ... 15%
2025-08-20T21:00:30.6657656Z (Reading database ... 20%
2025-08-20T21:00:30.6657903Z (Reading database ... 25%
2025-08-20T21:00:30.6658148Z (Reading database ... 30%
2025-08-20T21:00:30.6658392Z (Reading database ... 35%
2025-08-20T21:00:30.6658636Z (Reading database ... 40%
2025-08-20T21:00:30.6658880Z (Reading database ... 45%
2025-08-20T21:00:30.6659122Z (Reading database ... 50%
2025-08-20T21:00:30.6680895Z (Reading database ... 55%
2025-08-20T21:00:30.6772463Z (Reading database ... 60%
2025-08-20T21:00:30.6793448Z (Reading database ... 65%
2025-08-20T21:00:30.6826142Z (Reading database ... 70%
2025-08-20T21:00:30.6850721Z (Reading database ... 75%
2025-08-20T21:00:30.6878832Z (Reading database ... 80%
2025-08-20T21:00:30.7009466Z (Reading database ... 85%
2025-08-20T21:00:30.7098758Z (Reading database ... 90%
2025-08-20T21:00:30.7364447Z (Reading database ... 95%
2025-08-20T21:00:30.7364782Z (Reading database ... 100%
2025-08-20T21:00:30.7365192Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:00:30.7407511Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:00:30.7419953Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:00:30.7669169Z Selecting previously unselected package clang.
2025-08-20T21:00:30.7799030Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:00:30.7809448Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:00:30.8049804Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:00:30.8179273Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:00:30.8188388Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:00:31.2485080Z Selecting previously unselected package scons.
2025-08-20T21:00:31.2620945Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:00:31.2628529Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:00:31.3316697Z Selecting previously unselected package byacc.
2025-08-20T21:00:31.3454449Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:00:31.3465701Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:00:31.3863553Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:00:31.3907430Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:00:31.3990124Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:00:31.4203389Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:00:31.8172501Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:00:31.8200495Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:00:35.8387446Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:00:37.2684194Z Reading package lists...
2025-08-20T21:00:37.4194291Z Building dependency tree...
2025-08-20T21:00:37.4201825Z Reading state information...
2025-08-20T21:00:37.5691694Z The following additional packages will be installed:
2025-08-20T21:00:37.5692497Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:00:37.5693280Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:00:37.5694243Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:00:37.5695371Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:00:37.5696662Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:00:37.5697686Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:00:37.5698729Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:00:37.5699712Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:00:37.5700273Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:00:37.5702951Z Suggested packages:
2025-08-20T21:00:37.5703384Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:00:37.5704124Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:00:37.5704619Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:00:37.5706858Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:00:37.5707591Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:00:37.5708324Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:00:37.5709157Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:00:37.5710021Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:00:37.5710627Z   wdiff-doc
2025-08-20T21:00:37.5710942Z Recommended packages:
2025-08-20T21:00:37.5711479Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:00:37.5712218Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:00:37.5713177Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:00:37.5713960Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:00:37.5879409Z The following NEW packages will be installed:
2025-08-20T21:00:37.5880448Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:00:37.5881177Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:00:37.5881938Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:00:37.5882485Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:00:37.5882985Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:00:37.5883567Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:00:37.5884597Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:00:37.5885383Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:00:37.5886671Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:00:37.6059673Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:37.6060087Z Need to get 2417 kB of archives.
2025-08-20T21:00:37.6060423Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:00:37.6060870Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:00:37.6845779Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:00:37.7480195Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:00:37.8129735Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:00:37.8771889Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:00:37.9401951Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:00:38.0034716Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:00:38.0665142Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:00:38.1295424Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:00:38.1926493Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:00:38.2559690Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:00:38.3191952Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:00:38.3825078Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:00:38.4457885Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:00:38.5125862Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:00:38.5839990Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:00:38.6478819Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:00:38.7113862Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:00:38.7796188Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:00:38.8436890Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:00:38.9070107Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:00:38.9701856Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:00:39.0410174Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:00:39.1070879Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:00:39.1702888Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:00:39.2339072Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:00:39.2979716Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:00:39.3610305Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:00:39.4255237Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:00:39.4895946Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:00:39.5554396Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:00:39.9315616Z Fetched 2417 kB in 2s (1160 kB/s)
2025-08-20T21:00:39.9504501Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:00:39.9560296Z (Reading database ... 
2025-08-20T21:00:39.9560725Z (Reading database ... 5%
2025-08-20T21:00:39.9561124Z (Reading database ... 10%
2025-08-20T21:00:39.9561535Z (Reading database ... 15%
2025-08-20T21:00:39.9561940Z (Reading database ... 20%
2025-08-20T21:00:39.9562354Z (Reading database ... 25%
2025-08-20T21:00:39.9562732Z (Reading database ... 30%
2025-08-20T21:00:39.9563111Z (Reading database ... 35%
2025-08-20T21:00:39.9563504Z (Reading database ... 40%
2025-08-20T21:00:39.9563882Z (Reading database ... 45%
2025-08-20T21:00:39.9564259Z (Reading database ... 50%
2025-08-20T21:00:39.9585370Z (Reading database ... 55%
2025-08-20T21:00:39.9688309Z (Reading database ... 60%
2025-08-20T21:00:39.9711372Z (Reading database ... 65%
2025-08-20T21:00:39.9748726Z (Reading database ... 70%
2025-08-20T21:00:39.9776133Z (Reading database ... 75%
2025-08-20T21:00:39.9807648Z (Reading database ... 80%
2025-08-20T21:00:39.9962388Z (Reading database ... 85%
2025-08-20T21:00:40.0065276Z (Reading database ... 90%
2025-08-20T21:00:40.0343558Z (Reading database ... 95%
2025-08-20T21:00:40.0343928Z (Reading database ... 100%
2025-08-20T21:00:40.0344357Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:00:40.0388115Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:00:40.0399153Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:00:40.0621822Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:00:40.0759261Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:00:40.0769611Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:00:40.0984853Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:00:40.1123158Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:00:40.1131941Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:00:40.1363262Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:00:40.1501139Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:00:40.1513755Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:00:40.1832441Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:00:40.1970081Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:00:40.1980938Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:00:40.2197868Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:00:40.2335071Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:00:40.2343945Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:00:40.2571593Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:00:40.2708932Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:00:40.2718838Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:00:40.2930802Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:00:40.3068729Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:00:40.3077931Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:00:40.3294772Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:00:40.3432535Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:00:40.3441322Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:00:40.3652282Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:00:40.3789771Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:00:40.3798852Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:00:40.4019898Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:00:40.4155476Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:00:40.4163551Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:00:40.4358786Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:00:40.4493943Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:00:40.4502994Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:00:40.4879848Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:00:40.5017318Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:00:40.5025821Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:00:40.5246947Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:00:40.5384084Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:00:40.5392490Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:00:40.5665859Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:00:40.5802118Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:00:40.5812950Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:00:40.6039073Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:00:40.6174359Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:00:40.6184445Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:00:40.6389954Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:00:40.6524403Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:00:40.6533418Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:00:40.6920181Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:00:40.7080006Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:00:40.7149229Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:00:40.7361826Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:00:40.7497075Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:00:40.7505299Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:00:40.7709437Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:00:40.7844718Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:00:40.7853060Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:00:40.8062478Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:00:40.8197368Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:00:40.8205176Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:00:40.8632498Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:00:40.8772519Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:00:40.8780874Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:00:40.9066465Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:00:40.9204308Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:00:40.9213776Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:00:40.9445568Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:00:40.9583459Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:00:40.9592325Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:00:40.9802749Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:00:40.9940433Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:00:40.9948854Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:00:41.0200314Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:00:41.0337091Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:00:41.0346604Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:00:41.0573062Z Selecting previously unselected package libwww-perl.
2025-08-20T21:00:41.0710230Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:00:41.0719072Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:00:41.1028262Z Selecting previously unselected package patchutils.
2025-08-20T21:00:41.1165994Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:00:41.1176130Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:00:41.1441947Z Selecting previously unselected package wdiff.
2025-08-20T21:00:41.1577931Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:00:41.1590443Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:00:41.1836924Z Selecting previously unselected package devscripts.
2025-08-20T21:00:41.1972714Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:00:41.2169879Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:00:41.3392373Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:00:41.3418375Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:00:41.3449311Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:00:41.3471163Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:00:41.3500818Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:00:41.3527733Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:00:41.3558187Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:00:41.3583029Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:00:41.3609309Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:00:41.3633418Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:00:41.3657623Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:00:41.3684210Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:00:41.3709296Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:00:41.3733691Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:00:41.3759641Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:00:41.3782802Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:00:41.3809405Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:00:41.3836819Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:00:41.3860095Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:00:41.3885770Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:00:41.3908810Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:00:41.3934290Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:00:41.3961179Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:00:41.3987318Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:00:41.4008178Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:00:41.4031584Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:00:41.4054874Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:00:41.4091335Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:00:41.4126071Z Setting up devscripts (2.23.7) ...
2025-08-20T21:00:41.5391715Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:00:41.5419586Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:00:46.3126692Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:00:47.7252871Z Reading package lists...
2025-08-20T21:00:47.8678222Z Building dependency tree...
2025-08-20T21:00:47.8686180Z Reading state information...
2025-08-20T21:00:48.0250445Z The following additional packages will be installed:
2025-08-20T21:00:48.0257136Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:00:48.0262661Z Suggested packages:
2025-08-20T21:00:48.0263084Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:00:48.0388270Z The following NEW packages will be installed:
2025-08-20T21:00:48.0394342Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:00:48.0557080Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:48.0557622Z Need to get 13.6 MB of archives.
2025-08-20T21:00:48.0558199Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:00:48.0558875Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:00:48.1358599Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:00:48.2002011Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:00:48.2668156Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:00:48.5216630Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:00:49.2301195Z Fetched 13.6 MB in 1s (14.6 MB/s)
2025-08-20T21:00:49.2490095Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:00:49.2545890Z (Reading database ... 
2025-08-20T21:00:49.2546456Z (Reading database ... 5%
2025-08-20T21:00:49.2546852Z (Reading database ... 10%
2025-08-20T21:00:49.2547228Z (Reading database ... 15%
2025-08-20T21:00:49.2547587Z (Reading database ... 20%
2025-08-20T21:00:49.2547943Z (Reading database ... 25%
2025-08-20T21:00:49.2548980Z (Reading database ... 30%
2025-08-20T21:00:49.2549341Z (Reading database ... 35%
2025-08-20T21:00:49.2549724Z (Reading database ... 40%
2025-08-20T21:00:49.2550080Z (Reading database ... 45%
2025-08-20T21:00:49.2550439Z (Reading database ... 50%
2025-08-20T21:00:49.2564584Z (Reading database ... 55%
2025-08-20T21:00:49.2665952Z (Reading database ... 60%
2025-08-20T21:00:49.2687565Z (Reading database ... 65%
2025-08-20T21:00:49.2721231Z (Reading database ... 70%
2025-08-20T21:00:49.2745486Z (Reading database ... 75%
2025-08-20T21:00:49.2774302Z (Reading database ... 80%
2025-08-20T21:00:49.2907596Z (Reading database ... 85%
2025-08-20T21:00:49.2998436Z (Reading database ... 90%
2025-08-20T21:00:49.3254209Z (Reading database ... 95%
2025-08-20T21:00:49.3254676Z (Reading database ... 100%
2025-08-20T21:00:49.3255344Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:00:49.3294588Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:00:49.3310754Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:00:49.3539169Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:00:49.3670817Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:00:49.3698424Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:00:49.3937502Z Selecting previously unselected package cmake-data.
2025-08-20T21:00:49.4068770Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:00:49.4130619Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:00:49.9822105Z Selecting previously unselected package cmake.
2025-08-20T21:00:49.9972144Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:00:49.9979394Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:00:50.1745315Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:00:50.1796733Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:00:50.1824431Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:00:50.1893085Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:00:50.1919375Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:00:54.4128377Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:00:54.9723678Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T21:00:54.9725117Z Running kernel seems to be up-to-date.
2025-08-20T21:00:54.9725445Z 
2025-08-20T21:00:54.9725587Z Restarting services...
2025-08-20T21:00:54.9783691Z 
2025-08-20T21:00:54.9784246Z Service restarts being deferred:
2025-08-20T21:00:54.9784969Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:00:54.9785384Z 
2025-08-20T21:00:54.9800216Z No containers need to be restarted.
2025-08-20T21:00:54.9800641Z 
2025-08-20T21:00:54.9800909Z No user sessions are running outdated binaries.
2025-08-20T21:00:54.9801273Z 
2025-08-20T21:00:54.9801598Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:00:55.8085781Z Reading package lists...
2025-08-20T21:00:55.9543363Z Building dependency tree...
2025-08-20T21:00:55.9550776Z Reading state information...
2025-08-20T21:00:56.1225843Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:00:56.1226714Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:00:56.1227293Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:00:56.1227852Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:00:56.1228405Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:00:56.1228825Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:00:56.1229232Z ca-certificates is already the newest version (20240203).
2025-08-20T21:00:56.1229581Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:00:56.1229923Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:00:56.1230270Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:00:56.1230615Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:00:56.1230923Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:00:56.1231649Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:00:56.1232275Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:00:56.1232819Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:00:56.1233362Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:00:56.1233924Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:00:56.1234474Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:00:56.1234982Z musl is already the newest version (1.2.4-2).
2025-08-20T21:00:56.1235483Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:00:56.1236005Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:00:56.1236799Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:00:56.1237425Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:00:56.1237949Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:00:56.1238496Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:00:56.1239080Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:56.1459918Z Reading package lists...
2025-08-20T21:00:56.2937242Z Building dependency tree...
2025-08-20T21:00:56.2945253Z Reading state information...
2025-08-20T21:00:56.4637261Z autoconf is already the newest version (2.71-3).
2025-08-20T21:00:56.4638003Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:00:56.4638624Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:00:56.4639186Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:00:56.4639783Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:00:56.4640696Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:00:56.4641318Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:00:56.4641885Z ca-certificates is already the newest version (20240203).
2025-08-20T21:00:56.4642473Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:00:56.4642998Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:00:56.4643474Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:00:56.4644015Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:00:56.4644587Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:00:56.4645151Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:00:56.4645687Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:00:56.4646206Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:00:56.4646781Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:00:56.4647205Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:00:56.4647595Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:00:56.4647908Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:00:56.4648232Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:00:56.4648586Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:56.4877714Z Reading package lists...
2025-08-20T21:00:56.6550608Z Building dependency tree...
2025-08-20T21:00:56.6558760Z Reading state information...
2025-08-20T21:00:56.8329053Z devscripts is already the newest version (2.23.7).
2025-08-20T21:00:56.8329489Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:56.8562112Z Reading package lists...
2025-08-20T21:00:57.0052013Z Building dependency tree...
2025-08-20T21:00:57.0060049Z Reading state information...
2025-08-20T21:00:57.1717102Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:00:57.1717805Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:57.1953019Z Reading package lists...
2025-08-20T21:00:57.3656704Z Building dependency tree...
2025-08-20T21:00:57.3664980Z Reading state information...
2025-08-20T21:00:57.5306110Z Suggested packages:
2025-08-20T21:00:57.5306746Z   binutils-doc
2025-08-20T21:00:57.5590535Z The following NEW packages will be installed:
2025-08-20T21:00:57.5598214Z   binutils-aarch64-linux-gnu
2025-08-20T21:00:57.5787541Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:00:57.6025976Z Need to get 3711 kB of archives.
2025-08-20T21:00:57.6026747Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:00:57.6027428Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:00:57.6806687Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:00:58.3034022Z Fetched 3711 kB in 0s (8249 kB/s)
2025-08-20T21:00:58.3220387Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:00:58.3276580Z (Reading database ... 
2025-08-20T21:00:58.3277146Z (Reading database ... 5%
2025-08-20T21:00:58.3277614Z (Reading database ... 10%
2025-08-20T21:00:58.3278048Z (Reading database ... 15%
2025-08-20T21:00:58.3278478Z (Reading database ... 20%
2025-08-20T21:00:58.3278906Z (Reading database ... 25%
2025-08-20T21:00:58.3279331Z (Reading database ... 30%
2025-08-20T21:00:58.3279756Z (Reading database ... 35%
2025-08-20T21:00:58.3280183Z (Reading database ... 40%
2025-08-20T21:00:58.3280605Z (Reading database ... 45%
2025-08-20T21:00:58.3280955Z (Reading database ... 50%
2025-08-20T21:00:58.3300848Z (Reading database ... 55%
2025-08-20T21:00:58.3399755Z (Reading database ... 60%
2025-08-20T21:00:58.3422164Z (Reading database ... 65%
2025-08-20T21:00:58.3458226Z (Reading database ... 70%
2025-08-20T21:00:58.3484069Z (Reading database ... 75%
2025-08-20T21:00:58.3516212Z (Reading database ... 80%
2025-08-20T21:00:58.3658496Z (Reading database ... 85%
2025-08-20T21:00:58.3756926Z (Reading database ... 90%
2025-08-20T21:00:58.4050346Z (Reading database ... 95%
2025-08-20T21:00:58.4050850Z (Reading database ... 100%
2025-08-20T21:00:58.4051423Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:00:58.4096094Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:00:58.4118352Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:00:58.5693744Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:00:58.5717270Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:00:58.5918162Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:01:04.0494803Z Reading package lists...
2025-08-20T21:01:04.2046711Z Building dependency tree...
2025-08-20T21:01:04.2054535Z Reading state information...
2025-08-20T21:01:04.3559156Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:01:04.3560020Z The following additional packages will be installed:
2025-08-20T21:01:04.3560646Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:01:04.3561412Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:01:04.3562220Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:01:04.3562898Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:01:04.3563369Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:01:04.3563770Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:01:04.3564239Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:01:04.3564754Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:01:04.3566791Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:01:04.3567291Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:01:04.3567755Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:01:04.3568251Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:01:04.3569030Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:01:04.3569516Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:01:04.3569995Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:01:04.3570454Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:01:04.3570920Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:01:04.3571368Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:01:04.3571796Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:01:04.3572272Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:01:04.3572969Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:01:04.3573380Z   linux-libc-dev-armhf-cross
2025-08-20T21:01:04.3573632Z Suggested packages:
2025-08-20T21:01:04.3573945Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:01:04.3574436Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:01:04.4100493Z The following NEW packages will be installed:
2025-08-20T21:01:04.4101269Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:01:04.4102191Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:01:04.4103216Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:01:04.4104181Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:01:04.4105120Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:01:04.4106478Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:01:04.4107142Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:01:04.4107814Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:01:04.4108345Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:01:04.4108840Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:01:04.4109314Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:01:04.4109924Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:01:04.4110517Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:01:04.4111043Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:01:04.4111589Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:01:04.4112096Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:01:04.4112574Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:01:04.4113056Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:01:04.4113516Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:01:04.4113966Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:01:04.4114444Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:01:04.4114952Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:01:04.4115377Z   linux-libc-dev-armhf-cross
2025-08-20T21:01:04.4298572Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:01:04.4299192Z Need to get 171 MB of archives.
2025-08-20T21:01:04.4299750Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:01:04.4300412Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:01:04.5104338Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:01:04.5757467Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:01:05.4578472Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:01:05.5268075Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:01:05.9689404Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:01:06.0334055Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:01:06.5301542Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:01:06.5944396Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:01:06.6579896Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:01:06.7216909Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:01:06.7865463Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:01:06.8503790Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:01:06.9821971Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:01:07.0480476Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:01:07.1124131Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:01:07.1763986Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:01:07.2408049Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:01:07.3656752Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:01:07.4313672Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:01:07.5599841Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:01:07.6865418Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:01:07.7515004Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:01:07.8175767Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:01:08.0695652Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:01:08.7211286Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:01:08.9107528Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:01:09.0991380Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:01:09.3610584Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:01:09.8782704Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:01:10.1486706Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:01:10.2118638Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:01:10.2760657Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:01:10.4063555Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:01:10.4716547Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:01:10.5365840Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:01:10.6000896Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:01:10.8499128Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:01:10.9778508Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:01:11.1671566Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:01:11.2945894Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:01:11.9845985Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:01:12.1813258Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:01:12.3737816Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:01:12.6302180Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:01:13.2811265Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:01:13.5988288Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:01:13.7909341Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:01:13.8546677Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:01:13.9195021Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:01:13.9847065Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:01:14.2998793Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:01:14.4292394Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:01:14.6176747Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:01:14.7523864Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:01:15.4535520Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:01:15.6467183Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:01:15.8432492Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:01:16.0947449Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:01:16.6723847Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:01:16.7360795Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:01:16.8001280Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:01:16.8635181Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:01:16.9272884Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:01:16.9917260Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:01:17.3103719Z Fetched 171 MB in 13s (13.6 MB/s)
2025-08-20T21:01:17.3294457Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:01:17.3350297Z (Reading database ... 
2025-08-20T21:01:17.3350693Z (Reading database ... 5%
2025-08-20T21:01:17.3351067Z (Reading database ... 10%
2025-08-20T21:01:17.3351437Z (Reading database ... 15%
2025-08-20T21:01:17.3351794Z (Reading database ... 20%
2025-08-20T21:01:17.3352141Z (Reading database ... 25%
2025-08-20T21:01:17.3352503Z (Reading database ... 30%
2025-08-20T21:01:17.3352855Z (Reading database ... 35%
2025-08-20T21:01:17.3354918Z (Reading database ... 40%
2025-08-20T21:01:17.3355334Z (Reading database ... 45%
2025-08-20T21:01:17.3355721Z (Reading database ... 50%
2025-08-20T21:01:17.3373848Z (Reading database ... 55%
2025-08-20T21:01:17.3480490Z (Reading database ... 60%
2025-08-20T21:01:17.3507962Z (Reading database ... 65%
2025-08-20T21:01:17.3551184Z (Reading database ... 70%
2025-08-20T21:01:17.3581919Z (Reading database ... 75%
2025-08-20T21:01:17.3620512Z (Reading database ... 80%
2025-08-20T21:01:17.3782663Z (Reading database ... 85%
2025-08-20T21:01:17.3876941Z (Reading database ... 90%
2025-08-20T21:01:17.4156142Z (Reading database ... 95%
2025-08-20T21:01:17.4156899Z (Reading database ... 100%
2025-08-20T21:01:17.4157506Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:01:17.4201178Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:17.4211338Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:17.4434052Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:01:17.4572080Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:17.4607607Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:17.6210285Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:01:17.6349554Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:17.6360136Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:17.6575991Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:01:17.6714305Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:17.6746510Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:17.8110907Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:01:17.8250276Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:17.8260076Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:17.8469536Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:01:17.8608649Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:17.8640695Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:17.9958637Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:01:18.0096083Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:01:18.0104585Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:18.0300889Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:01:18.0439573Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:01:18.0448357Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:01:18.0653494Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:01:18.0791445Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:01:18.0802623Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:18.1010647Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:01:18.1148253Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.1156681Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.1360086Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:01:18.1496541Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.1550281Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.1772007Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:01:18.1907779Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:01:18.1918030Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:18.2295318Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:01:18.2432194Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.2440419Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.2652115Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:01:18.2786896Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.2797211Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.3024396Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:01:18.3160049Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.3169550Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.3379251Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:01:18.3515286Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.3523558Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.3755593Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:01:18.3891580Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.3902861Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.4211784Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:01:18.4347421Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.4357791Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.4605710Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:01:18.4744414Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.4755284Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.5061142Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:01:18.5198280Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.5208628Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.5551814Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:01:18.5689960Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.5700521Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.5954174Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:01:18.6092986Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.6103436Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.6361373Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:01:18.6499715Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:18.6508237Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:18.7482195Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:01:18.7622198Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:18.7654562Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:19.0329280Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:01:19.0469231Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:01:19.0478548Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:01:19.2249251Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:01:19.2371396Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:01:19.2380106Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:19.3576896Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:01:19.3701237Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:19.3712073Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:19.6060136Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:01:19.6184812Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:19.6215273Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:19.7747943Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:01:19.7869984Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:01:19.7887385Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:01:19.8790758Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:01:19.8913728Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:19.8921914Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:19.9114792Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:01:19.9251746Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:19.9262066Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:19.9458956Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:01:19.9588415Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:01:19.9596155Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:19.9937386Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:01:20.0066840Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:20.0074488Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:20.0313706Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:01:20.0444182Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:20.0453801Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:20.0676837Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:01:20.0805558Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:20.0815615Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:20.1013352Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:01:20.1144393Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:20.1154565Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:20.1872725Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:01:20.2000823Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:20.2010790Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:20.2334955Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:01:20.2463215Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:20.2472134Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:20.2829918Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:01:20.2958707Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:20.2968197Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:20.3552746Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:01:20.3682810Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:20.3718047Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:20.6196651Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:01:20.6326177Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:01:20.6335406Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:01:20.8273811Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:01:20.8406931Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:01:20.8416089Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:20.9584898Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:01:20.9717820Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:20.9726926Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:21.1717085Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:01:21.1849571Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:21.1879875Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:21.3288991Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:01:21.3417379Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:01:21.3427299Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:01:21.4337840Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:01:21.4468048Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:01:21.4479734Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:21.4949416Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:01:21.5078365Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:21.5090004Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:21.5294355Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:01:21.5423530Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:21.5432420Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:21.5652248Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:01:21.5782384Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:21.5792606Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:21.5996449Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:01:21.6123953Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:21.6135584Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:21.6762434Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:01:21.6893284Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:21.6904268Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:21.7194649Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:01:21.7324004Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:21.7336920Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:21.7680083Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:01:21.7810359Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:21.7819386Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:21.8322875Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:01:21.8451395Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:21.8481088Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:22.0969119Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:01:22.1095748Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:01:22.1104871Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:01:22.2942165Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:01:22.3074794Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:01:22.3085540Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:22.4315350Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:01:22.4444629Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:01:22.4453759Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:22.6542101Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:01:22.6683020Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:01:22.6713824Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:22.8088862Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:01:22.8222074Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:01:22.8230901Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:22.8435442Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:01:22.8567930Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:01:22.8576490Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:22.8788621Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:01:22.8921100Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:01:22.8932495Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:01:22.9193562Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:01:22.9326565Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:01:22.9334453Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:01:22.9524106Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:01:22.9658801Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:01:22.9668641Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:22.9864297Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:01:22.9996593Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:01:23.0005772Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:23.0479141Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:01:23.0517888Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:23.0548141Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.0600689Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.0632900Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.0666049Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:01:23.0694331Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.0749851Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:23.0777692Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:01:23.0814290Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.0836906Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:01:23.0857556Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:23.0878704Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.0902853Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.0925358Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.0950007Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:23.0977753Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:01:23.1006828Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1028178Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1053409Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1075656Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1103255Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1125689Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1148469Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1169094Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1192283Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1246975Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1268555Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1290921Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1312738Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:23.1337753Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1360773Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:01:23.1403842Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1426570Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1455565Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1478406Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:23.1501810Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:01:23.1528696Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1552197Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1574564Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1597886Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1621473Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1646943Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:23.1668593Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1712819Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1735215Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1759618Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1781983Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1808139Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1830606Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1857521Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1878568Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:01:23.1901710Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1924270Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1947158Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1974631Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.1996541Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.2021472Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:01:23.2043417Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:23.2067208Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.2093975Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:01:23.2116630Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:23.2144303Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:23.2189724Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:01:23.2222551Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:01:23.2240728Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:01:23.2330429Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:01:27.5332095Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:01:28.9734154Z Reading package lists...
2025-08-20T21:01:29.1317388Z Building dependency tree...
2025-08-20T21:01:29.1325287Z Reading state information...
2025-08-20T21:01:29.2804166Z The following additional packages will be installed:
2025-08-20T21:01:29.2804907Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:01:29.2809170Z   libpcap0.8-dev
2025-08-20T21:01:29.3094381Z The following NEW packages will be installed:
2025-08-20T21:01:29.3096612Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:01:29.3099789Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:01:29.3268637Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:01:29.3501284Z Need to get 1613 kB of archives.
2025-08-20T21:01:29.3501878Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:01:29.3502568Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:01:29.4310252Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:01:29.4977680Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:01:29.5626573Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:01:29.6265331Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:01:29.6921525Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:01:29.8204748Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:01:29.8863098Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:01:29.9580294Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:01:30.2173862Z Fetched 1613 kB in 1s (2607 kB/s)
2025-08-20T21:01:30.2383776Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:01:30.2442510Z (Reading database ... 
2025-08-20T21:01:30.2442952Z (Reading database ... 5%
2025-08-20T21:01:30.2443327Z (Reading database ... 10%
2025-08-20T21:01:30.2443700Z (Reading database ... 15%
2025-08-20T21:01:30.2444073Z (Reading database ... 20%
2025-08-20T21:01:30.2444434Z (Reading database ... 25%
2025-08-20T21:01:30.2444791Z (Reading database ... 30%
2025-08-20T21:01:30.2445145Z (Reading database ... 35%
2025-08-20T21:01:30.2445497Z (Reading database ... 40%
2025-08-20T21:01:30.2445841Z (Reading database ... 45%
2025-08-20T21:01:30.2446207Z (Reading database ... 50%
2025-08-20T21:01:30.2543491Z (Reading database ... 55%
2025-08-20T21:01:30.2563678Z (Reading database ... 60%
2025-08-20T21:01:30.2585953Z (Reading database ... 65%
2025-08-20T21:01:30.2625036Z (Reading database ... 70%
2025-08-20T21:01:30.2648648Z (Reading database ... 75%
2025-08-20T21:01:30.2688829Z (Reading database ... 80%
2025-08-20T21:01:30.2832259Z (Reading database ... 85%
2025-08-20T21:01:30.3120609Z (Reading database ... 90%
2025-08-20T21:01:30.3196503Z (Reading database ... 95%
2025-08-20T21:01:30.3196940Z (Reading database ... 100%
2025-08-20T21:01:30.3197462Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:01:30.3243179Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:01:30.3252536Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:01:30.3574084Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:01:30.3718241Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:01:30.3786115Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:01:30.4013555Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:01:30.4156087Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:01:30.4212372Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:01:30.4605936Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:01:30.4750331Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:01:30.4761704Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:01:30.5022163Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:01:30.5165499Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:01:30.5176054Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:01:30.5877857Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:01:30.6020967Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:01:30.6056859Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:01:30.6490965Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:01:30.6635311Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:01:30.6643343Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:01:30.6872964Z Selecting previously unselected package pcaputils.
2025-08-20T21:01:30.7016055Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:01:30.7049400Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:01:30.7493760Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:01:30.7518392Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:01:30.9105918Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:01:30.9130818Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:01:30.9244801Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:01:31.2409737Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:01:31.2433170Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:01:31.2484438Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:01:31.2627199Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:01:35.9231111Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:01:35.9691570Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:01:35.9731987Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:01:37.3708930Z Reading package lists...
2025-08-20T21:01:37.5179396Z Building dependency tree...
2025-08-20T21:01:37.5188031Z Reading state information...
2025-08-20T21:01:37.5584951Z Reading package lists...
2025-08-20T21:01:37.7072730Z Building dependency tree...
2025-08-20T21:01:37.7081209Z Reading state information...
2025-08-20T21:01:37.8539728Z The following additional packages will be installed:
2025-08-20T21:01:37.8543989Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:01:37.8549224Z Suggested packages:
2025-08-20T21:01:37.8549746Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:01:37.8550176Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:01:37.8698717Z The following NEW packages will be installed:
2025-08-20T21:01:37.8699521Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:01:37.8703356Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:01:37.8868910Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:01:37.8869465Z Need to get 800 kB of archives.
2025-08-20T21:01:37.8869873Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:01:37.8870265Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:01:37.9655638Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:01:38.0334165Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:01:38.0977437Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:01:38.1637807Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:01:38.2276235Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:01:38.2945938Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:01:38.3599646Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:01:38.4277992Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:01:38.4894520Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:01:38.7581393Z Fetched 800 kB in 1s (1305 kB/s)
2025-08-20T21:01:38.7783455Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:01:38.7843438Z (Reading database ... 
2025-08-20T21:01:38.7843854Z (Reading database ... 5%
2025-08-20T21:01:38.7844265Z (Reading database ... 10%
2025-08-20T21:01:38.7844917Z (Reading database ... 15%
2025-08-20T21:01:38.7845313Z (Reading database ... 20%
2025-08-20T21:01:38.7845698Z (Reading database ... 25%
2025-08-20T21:01:38.7846101Z (Reading database ... 30%
2025-08-20T21:01:38.7846669Z (Reading database ... 35%
2025-08-20T21:01:38.7846994Z (Reading database ... 40%
2025-08-20T21:01:38.7847242Z (Reading database ... 45%
2025-08-20T21:01:38.7847491Z (Reading database ... 50%
2025-08-20T21:01:38.7943928Z (Reading database ... 55%
2025-08-20T21:01:38.7963865Z (Reading database ... 60%
2025-08-20T21:01:38.7986007Z (Reading database ... 65%
2025-08-20T21:01:38.8025377Z (Reading database ... 70%
2025-08-20T21:01:38.8049576Z (Reading database ... 75%
2025-08-20T21:01:38.8087808Z (Reading database ... 80%
2025-08-20T21:01:38.8234468Z (Reading database ... 85%
2025-08-20T21:01:38.8531137Z (Reading database ... 90%
2025-08-20T21:01:38.8610823Z (Reading database ... 95%
2025-08-20T21:01:38.8611336Z (Reading database ... 100%
2025-08-20T21:01:38.8612014Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:01:38.8657901Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:01:38.8732983Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:01:38.8940081Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:01:38.9082866Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:01:38.9092382Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:01:38.9321181Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:01:38.9464944Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:01:38.9472857Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:01:39.0228796Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:01:39.0372759Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:01:39.0383991Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:01:39.0637528Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:01:39.0782424Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:01:39.0792848Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:01:39.1035444Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:01:39.1178425Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:01:39.1191429Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:01:39.1469353Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:01:39.1612535Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:01:39.1623019Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:01:39.1849799Z Selecting previously unselected package lzma.
2025-08-20T21:01:39.1990776Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:01:39.2116219Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:01:39.2504899Z Selecting previously unselected package lzma-dev.
2025-08-20T21:01:39.2648330Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:01:39.2656498Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:01:39.3092699Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:01:39.3138076Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:01:39.3161587Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:01:39.3186227Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:01:39.3210422Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:01:39.3274400Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:01:39.3300422Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:01:39.3323079Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:01:39.3343820Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:01:39.3366627Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:01:39.3394801Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:01:39.3535367Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:01:43.6636809Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:01:44.2935320Z 
2025-08-20T21:01:44.2935868Z Running kernel seems to be up-to-date.
2025-08-20T21:01:44.2936163Z 
2025-08-20T21:01:44.2936495Z Restarting services...
2025-08-20T21:01:44.2994309Z 
2025-08-20T21:01:44.2994550Z Service restarts being deferred:
2025-08-20T21:01:44.2995097Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:01:44.2995444Z 
2025-08-20T21:01:44.2995614Z No containers need to be restarted.
2025-08-20T21:01:44.2995880Z 
2025-08-20T21:01:44.2996008Z No user sessions are running outdated binaries.
2025-08-20T21:01:44.2996240Z 
2025-08-20T21:01:44.2996656Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:01:45.1092584Z Reading package lists...
2025-08-20T21:01:45.2535238Z Building dependency tree...
2025-08-20T21:01:45.2543800Z Reading state information...
2025-08-20T21:01:45.4502860Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:01:45.4503388Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:01:45.4503761Z inetutils-telnet set to manually installed.
2025-08-20T21:01:45.4504116Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:01:45.4504492Z The following additional packages will be installed:
2025-08-20T21:01:45.4504808Z   tcpd update-inetd
2025-08-20T21:01:45.4681266Z The following packages will be REMOVED:
2025-08-20T21:01:45.4694193Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:01:45.4695678Z The following NEW packages will be installed:
2025-08-20T21:01:45.4696473Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:01:45.4697068Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:01:45.4705762Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:01:45.4889907Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:01:45.4890461Z Need to get 698 kB of archives.
2025-08-20T21:01:45.4891040Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:01:45.4891426Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:01:45.5694557Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:01:45.6347785Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:01:45.6986941Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:01:45.7627785Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:01:45.8384612Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:01:45.9028439Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:01:45.9675217Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:01:46.0312552Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:01:46.0968480Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:01:46.1611314Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:01:46.2253221Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:01:46.2910414Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:01:46.3551470Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:01:46.5806042Z Preconfiguring packages ...
2025-08-20T21:01:46.6741263Z Fetched 698 kB in 1s (796 kB/s)
2025-08-20T21:01:46.6924479Z (Reading database ... 
2025-08-20T21:01:46.6924908Z (Reading database ... 5%
2025-08-20T21:01:46.6925313Z (Reading database ... 10%
2025-08-20T21:01:46.6925574Z (Reading database ... 15%
2025-08-20T21:01:46.6925832Z (Reading database ... 20%
2025-08-20T21:01:46.6926073Z (Reading database ... 25%
2025-08-20T21:01:46.6926496Z (Reading database ... 30%
2025-08-20T21:01:46.6926742Z (Reading database ... 35%
2025-08-20T21:01:46.6926986Z (Reading database ... 40%
2025-08-20T21:01:46.6927227Z (Reading database ... 45%
2025-08-20T21:01:46.6927469Z (Reading database ... 50%
2025-08-20T21:01:46.6950484Z (Reading database ... 55%
2025-08-20T21:01:46.7042626Z (Reading database ... 60%
2025-08-20T21:01:46.7064935Z (Reading database ... 65%
2025-08-20T21:01:46.7103125Z (Reading database ... 70%
2025-08-20T21:01:46.7126521Z (Reading database ... 75%
2025-08-20T21:01:46.7165413Z (Reading database ... 80%
2025-08-20T21:01:46.7313767Z (Reading database ... 85%
2025-08-20T21:01:46.7587371Z (Reading database ... 90%
2025-08-20T21:01:46.7659717Z (Reading database ... 95%
2025-08-20T21:01:46.7660087Z (Reading database ... 100%
2025-08-20T21:01:46.7660461Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:01:46.7700695Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:01:46.7847147Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:01:46.7995241Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:01:47.1793345Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:01:47.1851587Z (Reading database ... 
2025-08-20T21:01:47.1851975Z (Reading database ... 5%
2025-08-20T21:01:47.1852362Z (Reading database ... 10%
2025-08-20T21:01:47.1852738Z (Reading database ... 15%
2025-08-20T21:01:47.1853101Z (Reading database ... 20%
2025-08-20T21:01:47.1854008Z (Reading database ... 25%
2025-08-20T21:01:47.1854389Z (Reading database ... 30%
2025-08-20T21:01:47.1854745Z (Reading database ... 35%
2025-08-20T21:01:47.1855370Z (Reading database ... 40%
2025-08-20T21:01:47.1855724Z (Reading database ... 45%
2025-08-20T21:01:47.1856078Z (Reading database ... 50%
2025-08-20T21:01:47.1877789Z (Reading database ... 55%
2025-08-20T21:01:47.1971043Z (Reading database ... 60%
2025-08-20T21:01:47.1993774Z (Reading database ... 65%
2025-08-20T21:01:47.2032998Z (Reading database ... 70%
2025-08-20T21:01:47.2057094Z (Reading database ... 75%
2025-08-20T21:01:47.2097898Z (Reading database ... 80%
2025-08-20T21:01:47.2251348Z (Reading database ... 85%
2025-08-20T21:01:47.2534279Z (Reading database ... 90%
2025-08-20T21:01:47.2609220Z (Reading database ... 95%
2025-08-20T21:01:47.2609639Z (Reading database ... 100%
2025-08-20T21:01:47.2610167Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:01:47.2653324Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.2690275Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.2918437Z Selecting previously unselected package tcpd.
2025-08-20T21:01:47.3057305Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:01:47.3065228Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:01:47.3302240Z Selecting previously unselected package update-inetd.
2025-08-20T21:01:47.3441938Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:01:47.3449607Z Unpacking update-inetd (4.53) ...
2025-08-20T21:01:47.3675984Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:01:47.3816480Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.3864589Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.4113330Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:01:47.4253671Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.4265617Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.4495024Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:01:47.4635764Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.4644118Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.4872547Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:01:47.5010591Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.5019543Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.5246127Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:01:47.5384486Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.5393318Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.5608415Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:01:47.5746128Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.5754366Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.5966054Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:01:47.6103358Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.6111382Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.6336642Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:01:47.6476916Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.6485665Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.6722007Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:01:47.6860726Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:01:47.6868514Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:01:47.7130808Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:01:47.7271364Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:01:47.7320475Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.7776061Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:01:47.7857743Z Setting up update-inetd (4.53) ...
2025-08-20T21:01:47.8737894Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:01:47.8801696Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:01:47.8823944Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:48.3054462Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:01:48.3055197Z 
2025-08-20T21:01:48.3055399Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:01:48.3055728Z 
2025-08-20T21:01:48.3056446Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:01:48.3056906Z 
2025-08-20T21:01:48.3057455Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:01:48.3057979Z 
2025-08-20T21:01:48.6125566Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:01:48.6217591Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:01:48.6291679Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:01:48.6310826Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:01:48.6344227Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:01:48.6368145Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:01:48.6395382Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:49.0355320Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:01:49.0355752Z 
2025-08-20T21:01:49.0356598Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:01:49.0357135Z 
2025-08-20T21:01:49.3439377Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:49.4563989Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:49.5322445Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:01:49.5908242Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:01:55.8037746Z Reading package lists...
2025-08-20T21:01:55.9938751Z Building dependency tree...
2025-08-20T21:01:55.9947219Z Reading state information...
2025-08-20T21:01:56.2293899Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:01:56.2294616Z iputils-tracepath set to manually installed.
2025-08-20T21:01:56.2295107Z The following packages will be REMOVED:
2025-08-20T21:01:56.2303706Z   inetutils-ping
2025-08-20T21:01:56.2304596Z The following NEW packages will be installed:
2025-08-20T21:01:56.2312315Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:01:56.2482075Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:01:56.2482697Z Need to get 71.5 kB of archives.
2025-08-20T21:01:56.2483293Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:01:56.2483831Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:01:56.3253564Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:01:56.3893529Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:01:56.4533145Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:01:56.7511437Z Fetched 71.5 kB in 0s (332 kB/s)
2025-08-20T21:01:56.7696991Z (Reading database ... 
2025-08-20T21:01:56.7698084Z (Reading database ... 5%
2025-08-20T21:01:56.7698483Z (Reading database ... 10%
2025-08-20T21:01:56.7698901Z (Reading database ... 15%
2025-08-20T21:01:56.7699263Z (Reading database ... 20%
2025-08-20T21:01:56.7699996Z (Reading database ... 25%
2025-08-20T21:01:56.7700347Z (Reading database ... 30%
2025-08-20T21:01:56.7700700Z (Reading database ... 35%
2025-08-20T21:01:56.7701055Z (Reading database ... 40%
2025-08-20T21:01:56.7701405Z (Reading database ... 45%
2025-08-20T21:01:56.7701761Z (Reading database ... 50%
2025-08-20T21:01:56.7723594Z (Reading database ... 55%
2025-08-20T21:01:56.7819874Z (Reading database ... 60%
2025-08-20T21:01:56.7842886Z (Reading database ... 65%
2025-08-20T21:01:56.7886783Z (Reading database ... 70%
2025-08-20T21:01:56.7916855Z (Reading database ... 75%
2025-08-20T21:01:56.7952780Z (Reading database ... 80%
2025-08-20T21:01:56.8124865Z (Reading database ... 85%
2025-08-20T21:01:56.8419003Z (Reading database ... 90%
2025-08-20T21:01:56.8499794Z (Reading database ... 95%
2025-08-20T21:01:56.8500300Z (Reading database ... 100%
2025-08-20T21:01:56.8501055Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:01:56.8543809Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:01:56.9042344Z Selecting previously unselected package iputils-ping.
2025-08-20T21:01:56.9102860Z (Reading database ... 
2025-08-20T21:01:56.9103253Z (Reading database ... 5%
2025-08-20T21:01:56.9103633Z (Reading database ... 10%
2025-08-20T21:01:56.9104006Z (Reading database ... 15%
2025-08-20T21:01:56.9104364Z (Reading database ... 20%
2025-08-20T21:01:56.9104722Z (Reading database ... 25%
2025-08-20T21:01:56.9105082Z (Reading database ... 30%
2025-08-20T21:01:56.9105983Z (Reading database ... 35%
2025-08-20T21:01:56.9106514Z (Reading database ... 40%
2025-08-20T21:01:56.9106874Z (Reading database ... 45%
2025-08-20T21:01:56.9107223Z (Reading database ... 50%
2025-08-20T21:01:56.9128413Z (Reading database ... 55%
2025-08-20T21:01:56.9225974Z (Reading database ... 60%
2025-08-20T21:01:56.9248932Z (Reading database ... 65%
2025-08-20T21:01:56.9290508Z (Reading database ... 70%
2025-08-20T21:01:56.9318779Z (Reading database ... 75%
2025-08-20T21:01:56.9356156Z (Reading database ... 80%
2025-08-20T21:01:56.9528918Z (Reading database ... 85%
2025-08-20T21:01:56.9824368Z (Reading database ... 90%
2025-08-20T21:01:56.9905220Z (Reading database ... 95%
2025-08-20T21:01:56.9905659Z (Reading database ... 100%
2025-08-20T21:01:56.9906243Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:01:56.9952872Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:01:56.9961871Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:01:57.0183109Z Selecting previously unselected package iputils-arping.
2025-08-20T21:01:57.0330723Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:01:57.0341709Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:01:57.0560851Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:01:57.0706466Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:01:57.0741110Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:01:57.1141568Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:01:57.1299406Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:01:57.1454377Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:01:57.1610544Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:02:03.0809874Z Reading package lists...
2025-08-20T21:02:03.2362320Z Building dependency tree...
2025-08-20T21:02:03.2370542Z Reading state information...
2025-08-20T21:02:03.3872095Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:02:03.3872731Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:02:03.4239000Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:02:04.5038348Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:02:04.9427130Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:02:05.9243139Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:02:06.0485479Z Collecting pip
2025-08-20T21:02:06.1023213Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:02:06.1163285Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:02:06.1690875Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 34.7 MB/s eta 0:00:00
2025-08-20T21:02:06.4292669Z Installing collected packages: pip
2025-08-20T21:02:07.1505779Z Successfully installed pip-25.2
2025-08-20T21:02:07.3882650Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:02:07.4310614Z Reading package lists...
2025-08-20T21:02:07.6041092Z Building dependency tree...
2025-08-20T21:02:07.6049467Z Reading state information...
2025-08-20T21:02:07.7571148Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:02:07.7571733Z pciutils set to manually installed.
2025-08-20T21:02:07.7572258Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:02:07.7573158Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:02:07.7573671Z python3-distro set to manually installed.
2025-08-20T21:02:07.7574228Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:02:07.7574801Z python3-netifaces set to manually installed.
2025-08-20T21:02:07.7575300Z The following additional packages will be installed:
2025-08-20T21:02:07.7575766Z   libsysfs2
2025-08-20T21:02:07.7579918Z Suggested packages:
2025-08-20T21:02:07.7580362Z   fancontrol read-edid i2c-tools
2025-08-20T21:02:07.7841998Z The following NEW packages will be installed:
2025-08-20T21:02:07.7844317Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:02:07.8032612Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:02:07.8268744Z Need to get 142 kB of archives.
2025-08-20T21:02:07.8269717Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:02:07.8270433Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:02:07.9047242Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:02:07.9687403Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:02:08.0322754Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:02:08.0967385Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:02:08.3629165Z Fetched 142 kB in 0s (505 kB/s)
2025-08-20T21:02:08.3852978Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:02:08.3912843Z (Reading database ... 
2025-08-20T21:02:08.3913306Z (Reading database ... 5%
2025-08-20T21:02:08.3913777Z (Reading database ... 10%
2025-08-20T21:02:08.3914240Z (Reading database ... 15%
2025-08-20T21:02:08.3914709Z (Reading database ... 20%
2025-08-20T21:02:08.3915202Z (Reading database ... 25%
2025-08-20T21:02:08.3915693Z (Reading database ... 30%
2025-08-20T21:02:08.3916172Z (Reading database ... 35%
2025-08-20T21:02:08.3916798Z (Reading database ... 40%
2025-08-20T21:02:08.3917265Z (Reading database ... 45%
2025-08-20T21:02:08.3917735Z (Reading database ... 50%
2025-08-20T21:02:08.3938537Z (Reading database ... 55%
2025-08-20T21:02:08.4034471Z (Reading database ... 60%
2025-08-20T21:02:08.4056425Z (Reading database ... 65%
2025-08-20T21:02:08.4096434Z (Reading database ... 70%
2025-08-20T21:02:08.4125069Z (Reading database ... 75%
2025-08-20T21:02:08.4158740Z (Reading database ... 80%
2025-08-20T21:02:08.4319800Z (Reading database ... 85%
2025-08-20T21:02:08.4602662Z (Reading database ... 90%
2025-08-20T21:02:08.4678054Z (Reading database ... 95%
2025-08-20T21:02:08.4678665Z (Reading database ... 100%
2025-08-20T21:02:08.4679536Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:02:08.4721317Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:02:08.4739582Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:02:08.5008648Z Selecting previously unselected package sysfsutils.
2025-08-20T21:02:08.5148150Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:02:08.5181942Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:02:08.5423521Z Selecting previously unselected package lm-sensors.
2025-08-20T21:02:08.5562990Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:02:08.5751192Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:02:08.6010147Z Selecting previously unselected package virt-what.
2025-08-20T21:02:08.6150479Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:02:08.6160515Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:02:08.6570689Z Setting up virt-what (1.25-2) ...
2025-08-20T21:02:08.6599408Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:02:08.6626692Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:02:09.0635900Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:02:09.0636872Z 
2025-08-20T21:02:09.0637743Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:02:09.0638348Z 
2025-08-20T21:02:09.3879326Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:02:09.7847846Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:02:09.7848355Z 
2025-08-20T21:02:09.7881214Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:02:14.4135947Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:02:15.8593563Z Reading package lists...
2025-08-20T21:02:16.0149653Z Building dependency tree...
2025-08-20T21:02:16.0157972Z Reading state information...
2025-08-20T21:02:16.1646168Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:02:16.1647259Z The following additional packages will be installed:
2025-08-20T21:02:16.1649862Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:02:16.1650713Z   xorg-sgml-doctools
2025-08-20T21:02:16.1655489Z Suggested packages:
2025-08-20T21:02:16.1655862Z   libxcb-doc
2025-08-20T21:02:16.1810262Z The following NEW packages will be installed:
2025-08-20T21:02:16.1811698Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:02:16.1814453Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:02:16.1815112Z   xcb xorg-sgml-doctools
2025-08-20T21:02:16.1986788Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:02:16.1987168Z Need to get 807 kB of archives.
2025-08-20T21:02:16.1987522Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:02:16.1987899Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:02:16.2859134Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:02:16.3492744Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:02:16.4142172Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:02:16.5397651Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:02:16.6075197Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:02:16.6705150Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:02:16.7352735Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:02:16.7987837Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:02:16.8622110Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:02:16.9312527Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:02:16.9965661Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:02:17.2545790Z Fetched 807 kB in 1s (997 kB/s)
2025-08-20T21:02:17.2740314Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:02:17.2800613Z (Reading database ... 
2025-08-20T21:02:17.2801124Z (Reading database ... 5%
2025-08-20T21:02:17.2801557Z (Reading database ... 10%
2025-08-20T21:02:17.2801863Z (Reading database ... 15%
2025-08-20T21:02:17.2802168Z (Reading database ... 20%
2025-08-20T21:02:17.2802481Z (Reading database ... 25%
2025-08-20T21:02:17.2802770Z (Reading database ... 30%
2025-08-20T21:02:17.2803059Z (Reading database ... 35%
2025-08-20T21:02:17.2803358Z (Reading database ... 40%
2025-08-20T21:02:17.2803645Z (Reading database ... 45%
2025-08-20T21:02:17.2803934Z (Reading database ... 50%
2025-08-20T21:02:17.2886531Z (Reading database ... 55%
2025-08-20T21:02:17.2922023Z (Reading database ... 60%
2025-08-20T21:02:17.2944889Z (Reading database ... 65%
2025-08-20T21:02:17.2985631Z (Reading database ... 70%
2025-08-20T21:02:17.3016454Z (Reading database ... 75%
2025-08-20T21:02:17.3051201Z (Reading database ... 80%
2025-08-20T21:02:17.3218871Z (Reading database ... 85%
2025-08-20T21:02:17.3498338Z (Reading database ... 90%
2025-08-20T21:02:17.3573645Z (Reading database ... 95%
2025-08-20T21:02:17.3574255Z (Reading database ... 100%
2025-08-20T21:02:17.3575039Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:02:17.3617543Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:02:17.3626869Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:02:17.3841189Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:02:17.3985906Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:02:17.3993151Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:02:17.4251976Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:02:17.4394864Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:02:17.4402737Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:02:17.5032607Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:02:17.5182919Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:02:17.5191538Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:02:17.5489134Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:02:17.5634083Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:02:17.5643346Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:02:17.5851631Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:02:17.5993861Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:02:17.6001349Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:17.6239897Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:02:17.6383354Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:02:17.6391468Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:17.6621583Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:02:17.6766810Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:02:17.6784894Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:17.6990150Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:02:17.7133639Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:02:17.7141498Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:17.7349336Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:02:17.7491460Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:02:17.7501419Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:17.7721131Z Selecting previously unselected package xcb.
2025-08-20T21:02:17.7863625Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:02:17.7872534Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:02:17.8291585Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:17.8317904Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:02:17.8349678Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:02:17.8394810Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:02:17.8445871Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:02:17.8590938Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:02:22.3068653Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:02:22.3164338Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:02:22.3196581Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:02:22.3219580Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:02:22.3250317Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:22.3276231Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:22.3304074Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:22.3329948Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:02:24.0166913Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:02:24.2038162Z Collecting build
2025-08-20T21:02:24.2541010Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:02:24.3689552Z Collecting cffi
2025-08-20T21:02:24.3787435Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:02:24.4021311Z Collecting scons
2025-08-20T21:02:24.4127766Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:02:24.4425866Z Collecting scuba
2025-08-20T21:02:24.4567041Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:02:24.5072071Z Collecting pytest
2025-08-20T21:02:24.5180363Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:02:24.5421571Z Collecting packaging>=19.1 (from build)
2025-08-20T21:02:24.5517806Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:02:24.5694778Z Collecting pyproject_hooks (from build)
2025-08-20T21:02:24.5789002Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:02:24.5956961Z Collecting pycparser (from cffi)
2025-08-20T21:02:24.6050840Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:02:24.6442316Z Collecting PyYAML (from scuba)
2025-08-20T21:02:24.6546768Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:02:24.6718581Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:02:24.6812854Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:02:24.7048778Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:02:24.7178534Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:02:24.7444835Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:02:24.7538600Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:02:24.7692223Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:02:24.7822311Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:02:24.8203117Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:02:24.8544681Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 126.7 MB/s  0:00:00
2025-08-20T21:02:24.8665811Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:02:24.8810962Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:02:24.8939503Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:02:24.9055580Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:02:24.9168445Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:02:24.9282600Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:02:24.9367300Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 156.7 MB/s  0:00:00
2025-08-20T21:02:24.9463120Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:02:24.9604138Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:02:24.9722486Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:02:24.9784037Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 129.4 MB/s  0:00:00
2025-08-20T21:02:25.0903612Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:02:26.7858864Z 
2025-08-20T21:02:26.7875789Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:02:27.0922138Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:02:27.2743599Z Collecting ansi2txt
2025-08-20T21:02:27.3256920Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:02:27.3557184Z Collecting pipx
2025-08-20T21:02:27.3653191Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:02:27.3902658Z Collecting scons
2025-08-20T21:02:27.3920199Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:02:27.4059434Z Collecting py2static
2025-08-20T21:02:27.4162605Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:02:27.4406706Z Collecting typer
2025-08-20T21:02:27.4501486Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:02:27.4852475Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:02:27.4944811Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:02:27.5177660Z Collecting packaging>=20 (from pipx)
2025-08-20T21:02:27.5187998Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:02:27.5412441Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:02:27.5517128Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:02:27.5711562Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:02:27.5803713Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:02:27.6331502Z Collecting pyinstaller (from py2static)
2025-08-20T21:02:27.6437467Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:02:27.6661244Z Collecting staticx (from py2static)
2025-08-20T21:02:27.7131966Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:02:27.7365291Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:02:27.7457269Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:02:27.7839961Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:02:27.7937157Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:02:27.8130597Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:02:27.8242734Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:02:27.8681710Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:02:27.8779580Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:02:27.9017980Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:02:27.9111658Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:02:27.9389294Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:02:27.9399720Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:02:27.9552414Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:02:27.9647839Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:02:28.0885574Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:02:28.0991105Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:02:28.1241525Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:02:28.1345741Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:02:28.1597115Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:02:28.1704734Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:02:28.1963956Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:02:28.2070117Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:02:28.2207124Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:02:28.2366662Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:02:28.2490816Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:02:28.2637654Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:02:28.2752285Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:02:28.2903152Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:02:28.3024483Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:02:28.3070389Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:02:28.3165286Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:02:28.3277753Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:02:28.3382946Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:02:28.3500510Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:02:28.3615179Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:02:28.3739068Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:02:28.3899898Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:02:28.4012647Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:02:28.4177404Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:02:28.4306229Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 44.8 MB/s  0:00:00
2025-08-20T21:02:28.4490738Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:02:28.4617574Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:02:28.4698393Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 156.3 MB/s  0:00:00
2025-08-20T21:02:28.4790204Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:02:28.4921598Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:02:28.5045362Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:02:28.6588377Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:02:29.5442020Z   Attempting uninstall: scons
2025-08-20T21:02:29.5525838Z     Found existing installation: SCons 4.9.1
2025-08-20T21:02:29.5903077Z     Uninstalling SCons-4.9.1:
2025-08-20T21:02:29.5975202Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:02:30.2083352Z   Attempting uninstall: pygments
2025-08-20T21:02:30.2162857Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:02:30.2391554Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:02:30.2418122Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:02:30.8577202Z   Attempting uninstall: packaging
2025-08-20T21:02:30.8655814Z     Found existing installation: packaging 25.0
2025-08-20T21:02:30.8680527Z     Uninstalling packaging-25.0:
2025-08-20T21:02:30.8688457Z       Successfully uninstalled packaging-25.0
2025-08-20T21:02:31.8577088Z 
2025-08-20T21:02:31.8605646Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:02:32.1726599Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:02:32.3681498Z Collecting build
2025-08-20T21:02:32.3693922Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:02:32.4651719Z Collecting cffi
2025-08-20T21:02:32.4664103Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:02:32.4871047Z Collecting scons
2025-08-20T21:02:32.4881179Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:02:32.5051817Z Collecting scuba
2025-08-20T21:02:32.5061760Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:02:32.5528668Z Collecting pytest
2025-08-20T21:02:32.5539720Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:02:32.5751204Z Collecting packaging>=19.1 (from build)
2025-08-20T21:02:32.5761439Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:02:32.5892731Z Collecting pyproject_hooks (from build)
2025-08-20T21:02:32.5902889Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:02:32.6043284Z Collecting pycparser (from cffi)
2025-08-20T21:02:32.6053724Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:02:32.6400648Z Collecting PyYAML (from scuba)
2025-08-20T21:02:32.6411700Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:02:32.6549062Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:02:32.6559176Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:02:32.6753561Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:02:32.6763573Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:02:32.6986066Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:02:32.7002709Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:02:32.7054523Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:02:32.7064561Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:02:32.7077540Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:02:32.7118092Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:02:32.7129612Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:02:32.7141462Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:02:32.7151089Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:02:32.7160328Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:02:32.7170109Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:02:32.7189044Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:02:32.7199283Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:02:32.7208976Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:02:32.8464164Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:02:32.8468878Z   Attempting uninstall: scons
2025-08-20T21:02:32.8553042Z     Found existing installation: SCons 4.9.1
2025-08-20T21:02:32.8932665Z     Uninstalling SCons-4.9.1:
2025-08-20T21:02:32.9005042Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:02:33.5116042Z   Attempting uninstall: PyYAML
2025-08-20T21:02:33.5205547Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:02:33.5230920Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:02:33.5239506Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:02:33.5774206Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:02:33.5857626Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:02:33.5873823Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:02:33.5880500Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:02:33.5970576Z   Attempting uninstall: pygments
2025-08-20T21:02:33.6047870Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:02:33.6275764Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:02:33.6302363Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:02:34.2442741Z   Attempting uninstall: pycparser
2025-08-20T21:02:34.2527750Z     Found existing installation: pycparser 2.22
2025-08-20T21:02:34.2558523Z     Uninstalling pycparser-2.22:
2025-08-20T21:02:34.2565623Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:02:34.3765773Z   Attempting uninstall: pluggy
2025-08-20T21:02:34.3852751Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:02:34.3871964Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:02:34.3878834Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:02:34.4029368Z   Attempting uninstall: packaging
2025-08-20T21:02:34.4108976Z     Found existing installation: packaging 25.0
2025-08-20T21:02:34.4132954Z     Uninstalling packaging-25.0:
2025-08-20T21:02:34.4140270Z       Successfully uninstalled packaging-25.0
2025-08-20T21:02:34.4531444Z   Attempting uninstall: iniconfig
2025-08-20T21:02:34.4614301Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:02:34.4630657Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:02:34.4636732Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:02:34.4707804Z   Attempting uninstall: scuba
2025-08-20T21:02:34.4786779Z     Found existing installation: scuba 2.14.1
2025-08-20T21:02:34.4807869Z     Uninstalling scuba-2.14.1:
2025-08-20T21:02:34.4816653Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:02:34.5004698Z   Attempting uninstall: pytest
2025-08-20T21:02:34.5086196Z     Found existing installation: pytest 8.4.1
2025-08-20T21:02:34.5150143Z     Uninstalling pytest-8.4.1:
2025-08-20T21:02:34.5409655Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:02:34.7488052Z   Attempting uninstall: cffi
2025-08-20T21:02:34.7567127Z     Found existing installation: cffi 1.17.1
2025-08-20T21:02:34.7592729Z     Uninstalling cffi-1.17.1:
2025-08-20T21:02:34.7831111Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:02:34.8490852Z   Attempting uninstall: build
2025-08-20T21:02:34.8568916Z     Found existing installation: build 1.3.0
2025-08-20T21:02:34.8593288Z     Uninstalling build-1.3.0:
2025-08-20T21:02:34.8602789Z       Successfully uninstalled build-1.3.0
2025-08-20T21:02:34.8781964Z 
2025-08-20T21:02:34.8810803Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:02:35.1889579Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:02:35.3701744Z Collecting ansi2txt
2025-08-20T21:02:35.3712689Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:02:35.3944466Z Collecting pipx
2025-08-20T21:02:35.3954953Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:02:35.4166930Z Collecting scons
2025-08-20T21:02:35.4182878Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:02:35.4327790Z Collecting py2static
2025-08-20T21:02:35.4337858Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:02:35.4538727Z Collecting typer
2025-08-20T21:02:35.4548868Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:02:35.4828153Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:02:35.4838390Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:02:35.5046141Z Collecting packaging>=20 (from pipx)
2025-08-20T21:02:35.5056136Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:02:35.5265867Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:02:35.5276233Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:02:35.5479994Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:02:35.5490073Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:02:35.5905240Z Collecting pyinstaller (from py2static)
2025-08-20T21:02:35.5916007Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:02:35.6099176Z Collecting staticx (from py2static)
2025-08-20T21:02:35.6109187Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:02:35.6314143Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:02:35.6324295Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:02:35.6653982Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:02:35.6664127Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:02:35.6828375Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:02:35.6838581Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:02:35.7228099Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:02:35.7238372Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:02:35.7446695Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:02:35.7457310Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:02:35.7705467Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:02:35.7715187Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:02:35.7858221Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:02:35.7868173Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:02:35.8988800Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:02:35.8999877Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:02:35.9213679Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:02:35.9223963Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:02:35.9436074Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:02:35.9446425Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:02:35.9647708Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:02:35.9657672Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:02:35.9694687Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:02:35.9704375Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:02:35.9714443Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:02:35.9757630Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:02:35.9766853Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:02:35.9776593Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:02:35.9786400Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:02:35.9796478Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:02:35.9806206Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:02:35.9815839Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:02:35.9826987Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:02:35.9845348Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:02:35.9855311Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:02:35.9864700Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:02:35.9874115Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:02:35.9883628Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:02:35.9893176Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:02:35.9908058Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:02:35.9920579Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:02:35.9938927Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:02:35.9948453Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:02:35.9958829Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:02:36.1431445Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:02:36.1435404Z   Attempting uninstall: pyelftools
2025-08-20T21:02:36.1513936Z     Found existing installation: pyelftools 0.32
2025-08-20T21:02:36.1564535Z     Uninstalling pyelftools-0.32:
2025-08-20T21:02:36.1580005Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:02:36.2667408Z   Attempting uninstall: altgraph
2025-08-20T21:02:36.2752824Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:02:36.2771815Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:02:36.2778763Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:02:36.2911786Z   Attempting uninstall: typing-extensions
2025-08-20T21:02:36.2997072Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:02:36.3011405Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:02:36.3248693Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:02:36.3483989Z   Attempting uninstall: staticx
2025-08-20T21:02:36.3568732Z     Found existing installation: staticx 0.14.1
2025-08-20T21:02:36.3594814Z     Uninstalling staticx-0.14.1:
2025-08-20T21:02:36.3605074Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:02:36.3803023Z   Attempting uninstall: shellingham
2025-08-20T21:02:36.3884521Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:02:36.3903263Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:02:36.3909901Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:02:36.3999390Z   Attempting uninstall: setuptools
2025-08-20T21:02:36.4084087Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:02:36.4367962Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:02:36.4644802Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:02:37.1150158Z   Attempting uninstall: scons
2025-08-20T21:02:37.1241925Z     Found existing installation: SCons 4.9.1
2025-08-20T21:02:37.1619647Z     Uninstalling SCons-4.9.1:
2025-08-20T21:02:37.1687432Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:02:37.7752754Z   Attempting uninstall: pygments
2025-08-20T21:02:37.7834874Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:02:37.8066048Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:02:37.8092052Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:02:38.4075774Z   Attempting uninstall: platformdirs
2025-08-20T21:02:38.4167884Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:02:38.4188595Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:02:38.4194994Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:02:38.4349723Z   Attempting uninstall: packaging
2025-08-20T21:02:38.4429225Z     Found existing installation: packaging 25.0
2025-08-20T21:02:38.4453394Z     Uninstalling packaging-25.0:
2025-08-20T21:02:38.4460758Z       Successfully uninstalled packaging-25.0
2025-08-20T21:02:38.4846840Z   Attempting uninstall: mdurl
2025-08-20T21:02:38.4931211Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:02:38.4947985Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:02:38.4954351Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:02:38.5036670Z   Attempting uninstall: click
2025-08-20T21:02:38.5116144Z     Found existing installation: click 8.2.1
2025-08-20T21:02:38.5139459Z     Uninstalling click-8.2.1:
2025-08-20T21:02:38.5146602Z       Successfully uninstalled click-8.2.1
2025-08-20T21:02:38.5720279Z   Attempting uninstall: argcomplete
2025-08-20T21:02:38.5804332Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:02:38.5833183Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:02:38.5844720Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:02:38.6073761Z   Attempting uninstall: ansi2txt
2025-08-20T21:02:38.6153083Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:02:38.6168617Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:02:38.6409095Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:02:38.6472322Z   Attempting uninstall: userpath
2025-08-20T21:02:38.6554905Z     Found existing installation: userpath 1.9.2
2025-08-20T21:02:38.6574765Z     Uninstalling userpath-1.9.2:
2025-08-20T21:02:38.6586474Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:02:38.6691331Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:02:38.6772463Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:02:38.7201429Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:02:38.7244971Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:02:39.0057958Z   Attempting uninstall: markdown-it-py
2025-08-20T21:02:39.0140855Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:02:39.0206879Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:02:39.0221560Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:02:39.0839561Z   Attempting uninstall: rich
2025-08-20T21:02:39.0925019Z     Found existing installation: rich 14.1.0
2025-08-20T21:02:39.0986828Z     Uninstalling rich-14.1.0:
2025-08-20T21:02:39.0996812Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:02:39.2592059Z   Attempting uninstall: pyinstaller
2025-08-20T21:02:39.2672391Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:02:39.3024867Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:02:39.3068588Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:02:39.6349025Z   Attempting uninstall: pipx
2025-08-20T21:02:39.6435057Z     Found existing installation: pipx 1.7.1
2025-08-20T21:02:39.6475286Z     Uninstalling pipx-1.7.1:
2025-08-20T21:02:39.6485807Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:02:39.7003334Z   Attempting uninstall: typer
2025-08-20T21:02:39.7092340Z     Found existing installation: typer 0.16.1
2025-08-20T21:02:39.7118668Z     Uninstalling typer-0.16.1:
2025-08-20T21:02:39.7128089Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:02:39.7470076Z   Attempting uninstall: py2static
2025-08-20T21:02:39.7548824Z     Found existing installation: py2static 0.0.1
2025-08-20T21:02:39.7568916Z     Uninstalling py2static-0.0.1:
2025-08-20T21:02:39.7579807Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:02:39.7664663Z 
2025-08-20T21:02:39.7693843Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:02:40.0850081Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:02:40.2044827Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:02:40.2049728Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-z1nf578g
2025-08-20T21:02:40.2070401Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-z1nf578g
2025-08-20T21:02:42.2949795Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:02:42.2990969Z   Installing build dependencies: started
2025-08-20T21:02:43.0226524Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:02:43.0234244Z   Getting requirements to build wheel: started
2025-08-20T21:02:43.3036504Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:02:43.3048348Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:02:43.4954712Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:02:43.6717041Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:02:43.6729453Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:02:43.6966906Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:02:43.6977614Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:02:43.7207571Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:02:43.7218096Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:02:43.7419212Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:02:43.7429833Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:02:43.7474170Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:02:43.7484589Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:02:43.7498685Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:02:43.7518232Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:02:43.7637779Z Building wheels for collected packages: pyinstaller
2025-08-20T21:02:43.7645731Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:02:44.4086537Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:02:44.4113286Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=ee5905f82a67e74577d7b56cfed3f35b681058f07f7e67b16541899393d3c7ac
2025-08-20T21:02:44.4115003Z   Stored in directory: /tmp/pip-ephem-wheel-cache-rjfm9qxn/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:02:44.4155394Z Successfully built pyinstaller
2025-08-20T21:02:44.5068985Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:02:44.5073449Z   Attempting uninstall: altgraph
2025-08-20T21:02:44.5157181Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:02:44.5177636Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:02:44.5184544Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:02:44.5344847Z   Attempting uninstall: setuptools
2025-08-20T21:02:44.5430552Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:02:44.5715918Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:02:44.5999680Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:02:45.2608582Z   Attempting uninstall: packaging
2025-08-20T21:02:45.2692206Z     Found existing installation: packaging 25.0
2025-08-20T21:02:45.2718814Z     Uninstalling packaging-25.0:
2025-08-20T21:02:45.2726214Z       Successfully uninstalled packaging-25.0
2025-08-20T21:02:45.3119716Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:02:45.3199597Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:02:45.3637206Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:02:45.3683365Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:02:45.6461375Z   Attempting uninstall: pyinstaller
2025-08-20T21:02:45.6546810Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:02:45.6901990Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:02:45.6946236Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:02:46.0455256Z 
2025-08-20T21:02:46.0484868Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:02:46.3667082Z 6.15.0
2025-08-20T21:02:46.4364419Z [+] Installing Go for linux-amd64...
2025-08-20T21:02:47.0491753Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:02:47.0492369Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:02:47.0494449Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:02:49.4938804Z [+] Downloading Go go1.25.0...
2025-08-20T21:02:49.4992153Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:02:49.4992843Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:02:49.4993205Z 
2025-08-20T21:02:49.6045114Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:02:49.6045713Z 100    80  100    80    0     0    759      0 --:--:-- --:--:-- --:--:--   761
2025-08-20T21:02:49.8041450Z 
2025-08-20T21:02:49.8041962Z 100    75  100    75    0     0    245      0 --:--:-- --:--:-- --:--:--   245
2025-08-20T21:02:50.0800692Z 
2025-08-20T21:02:51.0816761Z  11 56.8M   11 6511k    0     0  10.9M      0  0:00:05 --:--:--  0:00:05 10.9M
2025-08-20T21:02:52.0799707Z  28 56.8M   28 16.0M    0     0  10.1M      0  0:00:05  0:00:01  0:00:04 9894k
2025-08-20T21:02:52.1869515Z  73 56.8M   73 41.8M    0     0  16.2M      0  0:00:03  0:00:02  0:00:01 17.7M
2025-08-20T21:02:52.1870173Z 100 56.8M  100 56.8M    0     0  21.1M      0  0:00:02  0:00:02 --:--:-- 23.9M
2025-08-20T21:02:52.1903420Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:02:53.5908992Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:02:53.5909621Z [+] GOROOT: /home/runner/.go
2025-08-20T21:02:53.5910328Z [+] GOPATH: /home/runner/go
2025-08-20T21:02:53.5910932Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:02:53.6065286Z go version go1.25.0 linux/amd64
2025-08-20T21:02:53.6469043Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:02:53.6470004Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:02:53.6470661Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:02:53.6471311Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:02:53.6471935Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:02:53.6472567Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:02:53.6473187Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:02:53.6473803Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:02:53.6474395Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:02:53.6474982Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:02:53.6475529Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:02:53.6476481Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:02:53.6477217Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:02:53.6477956Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:02:53.6478659Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:02:53.6479376Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:02:53.6480108Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:02:53.6480759Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:02:53.6481428Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:02:53.6482234Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:02:53.6483022Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:02:53.6483969Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:02:53.6484705Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:02:53.6485395Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:02:53.6485881Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:02:53.6486517Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:02:53.6486981Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:02:53.6487412Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:02:53.6487836Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:02:53.6488260Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:02:53.6488701Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:02:53.6489131Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:02:53.6489558Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:02:53.6489971Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:02:53.6490414Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:02:53.6490861Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:02:53.6491269Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:02:53.6491662Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:02:53.6492070Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:02:53.6492655Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:02:53.6493085Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:02:53.6493492Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:02:53.6493883Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:02:53.6494333Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:02:53.6494806Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:02:53.6495265Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:02:53.6495746Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:02:53.6496187Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:02:53.6496971Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:02:53.6497397Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:02:53.6498061Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:02:53.6498771Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:02:53.6499193Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:02:53.6499915Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:02:53.6500389Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:02:53.6500760Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:02:53.6501080Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:02:53.6501420Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:02:53.6501825Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:02:53.6502592Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:02:53.6503090Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:02:53.6503721Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:02:53.6504555Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:02:53.6505234Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:02:53.6505820Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:02:53.6506691Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:02:53.6507110Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:02:53.6507507Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:02:53.6508146Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:02:53.6509022Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:02:53.6509910Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:02:53.6510689Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:02:53.6511329Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:02:53.6511722Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:02:53.6512113Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:02:53.6512960Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:02:53.6513429Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:02:53.6514132Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:02:53.6514778Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:02:53.6515530Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:02:53.6515985Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:02:53.6516782Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:02:53.6517407Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:02:53.6518028Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:02:53.6518447Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:02:53.6518832Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:02:53.6519474Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:02:53.6520105Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:02:53.6520904Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:02:53.6521564Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:02:53.6522409Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:02:53.6522855Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:02:53.6523246Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:02:53.6523614Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:02:53.6524220Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:02:53.6524723Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:02:53.6525372Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:02:53.6525957Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:02:53.6526820Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:02:53.6527202Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:02:53.6528013Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:02:53.6528540Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:02:53.6529202Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:02:53.6530026Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:02:53.6530432Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:02:53.6530831Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:02:53.6531620Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:02:53.6532076Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:02:53.6532698Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:02:53.6533343Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:02:53.6533988Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:02:53.6534353Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:02:53.6534683Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:02:53.6535199Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:02:53.6535656Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:02:53.6536019Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:02:53.6536782Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:02:53.6537372Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:02:53.6537988Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:02:53.6538615Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:02:53.6539364Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:02:53.6539871Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:02:53.6540296Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:02:53.6540695Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:02:53.6541087Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:02:53.6541475Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:02:53.6541878Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:02:53.6542290Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:02:53.6542665Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:02:53.6543053Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:02:53.6543463Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:02:53.6543904Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:02:53.6544342Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:02:53.6544724Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:02:53.6545112Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:02:53.6545516Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:02:53.6545923Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:02:53.6546511Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:02:53.6546910Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:02:53.6547301Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:02:53.6547704Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:02:53.6548081Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:02:53.6548573Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:02:53.6548885Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:02:53.6549345Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:02:53.6550051Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:02:53.6550783Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:02:53.6551495Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:02:53.6552121Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:02:53.6552502Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:02:53.6552890Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:02:53.6553239Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:02:53.6553580Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:02:53.6554012Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:02:53.6554458Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:02:53.6554855Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:02:53.6555227Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:02:53.6555647Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:02:53.6556056Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:02:53.6556664Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:02:53.6557081Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:02:53.6557592Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:02:53.6557962Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:02:53.6558394Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:02:53.6558819Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:02:53.6559223Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:02:53.6559582Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:02:53.6559922Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:02:53.6560308Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:02:53.6560687Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:02:53.6561110Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:02:53.6561583Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:02:53.6561997Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:02:53.6562368Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:02:53.6562709Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:02:53.6563063Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:02:53.6563507Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:02:53.6564010Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:02:53.6564451Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:02:53.6564824Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:02:53.6565288Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:02:53.6565830Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:02:53.6566662Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:02:53.6567246Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:02:53.6567612Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:02:53.6567993Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:02:53.6568400Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:02:53.6568814Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:02:53.6569213Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:02:53.6569589Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:02:53.6569960Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:02:53.6570360Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:02:53.6570756Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:02:53.6571153Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:02:53.6571546Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:02:53.6571931Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:02:53.6572315Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:02:53.6572736Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:02:53.6573179Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:02:53.6573604Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:02:53.6573971Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:02:53.6574455Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:02:53.6574862Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:02:53.6575245Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:02:53.6575621Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:02:53.6575995Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:02:53.6576669Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:02:53.6577102Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:02:53.6577636Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:02:53.6578083Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:02:53.6578484Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:02:53.6578872Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:02:53.6579253Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:02:53.6579627Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:02:53.6579991Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:02:53.6580373Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:02:53.6580750Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:02:53.6581195Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:02:53.6581669Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:02:53.6582127Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:02:53.6582638Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:02:53.6583146Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:02:53.6583644Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:02:53.6584271Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:02:53.6584706Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:02:53.6585069Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:02:53.6585427Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:02:53.6585802Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:02:53.6586174Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:02:53.6586732Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:02:53.6587113Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:02:53.6587494Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:02:53.6587880Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:02:53.6588262Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:02:53.6588640Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:02:53.6589032Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:02:53.6589417Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:02:53.6589830Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:02:53.6590266Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:02:53.6590647Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:02:53.6591021Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:02:53.6591553Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:02:53.6591929Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:02:53.6592289Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:02:53.6592635Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:02:53.6592995Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:02:53.6593382Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:02:53.6593751Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:02:53.6594139Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:02:53.6594501Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:02:53.6594824Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:02:53.6595289Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:53.6595843Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:02:53.6596227Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:02:53.6596877Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:02:53.6597250Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:02:53.6597651Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:02:53.6598084Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:02:53.6598879Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:02:53.6599566Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:02:53.6600231Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:02:53.6600906Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:02:53.6601591Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:02:53.6602282Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:02:53.6602689Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:02:53.6603122Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:02:53.6603617Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:02:53.6604115Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:02:53.6604560Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:02:53.6604969Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:02:53.6605366Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:02:53.6605838Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:02:53.6606572Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:02:53.6606997Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:02:53.6607425Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:02:53.6607876Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:02:53.6608292Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:02:53.6608661Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:02:53.6609022Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:02:53.6609404Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:02:53.6609785Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:02:53.6610331Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:02:53.6610711Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:02:53.6611105Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:02:53.6611480Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:02:53.6611844Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:02:53.6612213Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:02:53.6612566Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:02:53.6612942Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:02:53.6613327Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:02:53.6613687Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:02:53.6614043Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:02:53.6614400Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:02:53.6614765Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:02:53.6615142Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:02:53.6615504Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:02:53.6615860Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:02:53.6616234Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:02:53.6616798Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:02:53.6617168Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:02:53.6617603Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:02:53.6618011Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:02:53.6618386Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:02:53.6618771Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:02:53.6619316Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:02:53.6619713Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:02:53.6620073Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:02:53.6620439Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:02:53.6620795Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:02:53.6621095Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:02:53.6621393Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:02:53.6621739Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:02:53.6622089Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:02:53.6622455Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:02:53.6622810Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:02:53.6623151Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:02:53.6623485Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:02:53.6623869Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:02:53.6624276Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:02:53.6624672Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:02:53.6625066Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:02:53.6625456Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:02:53.6625864Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:02:53.6626656Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:02:53.6627287Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:02:53.6627923Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:02:53.6628465Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:02:53.6628936Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:02:53.6629386Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:02:53.6629902Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:02:53.6630517Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:02:53.6631078Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:02:53.6631569Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:02:53.6632014Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:02:53.6632381Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:02:53.6632753Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:02:53.6633117Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:02:53.6633496Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:02:53.6633884Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:02:53.6634262Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:02:53.6634641Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:02:53.6635018Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:02:53.6635399Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:02:53.6635768Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:02:53.6636419Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:02:53.6636851Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:02:53.6637241Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:02:53.6637631Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:02:53.6638049Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:02:53.6638456Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:02:53.6638815Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:02:53.6639202Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:02:53.6639614Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:02:53.6640020Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:02:53.6647903Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:02:53.6648512Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:02:53.6648917Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:02:53.6649295Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:02:53.6649685Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:02:53.6650052Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:02:53.6650448Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:02:53.6650841Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:02:53.6651390Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:02:53.6651785Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:02:53.6652152Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:02:53.6652508Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:02:53.6653052Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:53.6653753Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:53.6654419Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:53.6655063Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:53.6655622Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:02:53.6656005Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:02:53.6656561Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:02:53.6656938Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:02:53.6657311Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:02:53.6657667Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:02:53.6658048Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:02:53.6658428Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:02:53.6658797Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:02:53.6659164Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:02:53.6659537Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:02:53.6659905Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:02:53.6660288Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:02:53.6660833Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:02:53.6661227Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:02:53.6661620Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:02:53.6662011Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:02:53.6662395Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:02:53.6662772Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:02:53.6663142Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:02:53.6663508Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:02:53.6663890Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:02:53.6664284Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:02:53.6664675Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:02:53.6665077Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:02:53.6665474Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:02:53.6665865Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:02:53.6666457Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:02:53.6666891Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:02:53.6667290Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:02:53.6667723Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:02:53.6668298Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:02:53.6668709Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:02:53.6669077Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:02:53.6669459Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:02:53.6669850Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:02:53.6670253Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:02:53.6670649Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:02:53.6671018Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:02:53.6671403Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:02:53.6671871Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:02:53.6672338Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:02:53.6672734Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:02:53.6673139Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:02:53.6673585Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:02:53.6674023Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:02:53.6674489Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:02:53.6674970Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:02:53.6675403Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:02:53.6675832Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:02:53.6676220Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:02:53.6676831Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:02:53.6677383Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:02:53.6677764Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:02:53.6678134Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:02:53.6678535Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:02:53.6678932Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:02:53.6679332Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:02:53.6679739Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:02:53.6680124Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:02:53.6680499Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:02:53.6680861Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:02:53.6681214Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:02:53.6681601Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:02:53.6682008Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:02:53.6682456Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:02:53.6682901Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:02:53.6683297Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:02:53.6683727Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:02:53.6684144Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:02:53.6684668Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:02:53.6685077Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:02:53.6685438Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:02:53.6685797Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:02:53.6686185Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:02:53.6686852Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:02:53.6687222Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:02:53.6687551Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:02:53.6687864Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:02:53.6688214Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:02:53.6688717Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:02:53.6689233Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:02:53.6689608Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:02:53.6689975Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:02:53.6690361Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:02:53.6690765Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:02:53.6691171Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:02:53.6691564Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:02:53.6691961Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:02:53.6692363Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:02:53.6692728Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:02:53.6693093Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:02:53.6693452Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:02:53.6693963Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:02:53.6694376Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:02:53.6694801Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:02:53.6695188Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:02:53.6695601Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:02:53.6696031Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:02:53.6696629Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:02:53.6696992Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:02:53.6697343Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:02:53.6697695Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:02:53.6698062Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:02:53.6698439Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:02:53.6698830Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:02:53.6699233Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:02:53.6699683Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:02:53.6700112Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:02:53.6700485Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:02:53.6700868Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:02:53.6701368Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:02:53.6701759Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:02:53.6702134Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:02:53.6702497Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:02:53.6702933Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:02:53.6703417Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:02:53.6703827Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:02:53.6704194Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:02:53.6704564Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:02:53.6704958Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:02:53.6705347Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:02:53.6705716Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:02:53.6706111Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:02:53.6706598Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:02:53.6706945Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:02:53.6707294Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:02:53.6707679Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:02:53.6708091Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:02:53.6708464Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:02:53.6708842Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:02:53.6709277Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:02:53.6709700Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:02:53.6710233Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:02:53.6710619Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:02:53.6711129Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:53.6711634Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:02:53.6711938Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:02:53.6712279Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:02:53.6712682Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:02:53.6713112Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:02:53.6713636Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:02:53.6714220Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:02:53.6714828Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:02:53.6715473Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:02:53.6716104Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:02:53.6717000Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:02:53.6717618Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:02:53.6718192Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:02:53.6718804Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:02:53.6719255Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:02:53.6719694Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:02:53.6720112Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:02:53.6720575Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:02:53.6721002Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:02:53.6721382Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:02:53.6721745Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:02:53.6722118Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:02:53.6722490Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:02:53.6722899Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:02:53.6723310Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:02:53.6723677Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:02:53.6724070Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:02:53.6724532Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:02:53.6725017Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:02:53.6725494Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:02:53.6725971Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:02:53.6726681Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:02:53.6727160Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:02:53.6727600Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:02:53.6728179Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:02:53.6728585Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:02:53.6728992Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:02:53.6729392Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:02:53.6729795Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:02:53.6730219Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:02:53.6730644Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:02:53.6731028Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:02:53.6731418Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:02:53.6731809Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:02:53.6732192Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:02:53.6732628Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:02:53.6733067Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:02:53.6733467Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:02:53.6733871Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:02:53.6734293Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:02:53.6734742Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:02:53.6735182Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:02:53.6735719Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:02:53.6736127Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:02:53.6736641Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:02:53.6737030Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:02:53.6737401Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:02:53.6737769Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:02:53.6738168Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:02:53.6738572Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:02:53.6738995Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:02:53.6739461Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:02:53.6739878Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:02:53.6740284Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:02:53.6740676Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:02:53.6740977Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:02:53.6741297Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:02:53.6741679Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:02:53.6742072Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:02:53.6742458Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:02:53.6742851Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:02:53.6743273Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:02:53.6743716Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:02:53.6744128Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:02:53.6744630Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:02:53.6745027Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:02:53.6745568Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:53.6746140Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:02:53.6746713Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:02:53.6747156Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:02:53.6747587Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:02:53.6748015Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:02:53.6748418Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:02:53.6748809Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:02:53.6749187Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:02:53.6749578Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:02:53.6749972Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:02:53.6750341Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:02:53.6750722Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:02:53.6751118Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:02:53.6751489Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:02:53.6752011Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:02:53.6752478Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:02:53.6752899Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:02:53.6753271Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:02:53.6753645Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:02:53.6754029Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:02:53.6754401Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:02:53.6754762Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:02:53.6755187Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:02:53.6755668Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:02:53.6756074Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:02:53.6756720Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:02:53.6757131Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:02:53.6757509Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:02:53.6757878Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:02:53.6758255Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:02:53.6758657Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:02:53.6759104Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:02:53.6759564Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:02:53.6759990Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:02:53.6760389Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:02:53.6760786Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:02:53.6761344Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:02:53.6761730Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:02:53.6762081Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:02:53.6762393Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:02:53.6762691Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:02:53.6763055Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:02:53.6763419Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:02:53.6763769Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:02:53.6764134Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:02:53.6764528Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:02:53.6764908Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:02:53.6765268Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:02:53.6765612Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:02:53.6765981Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:02:53.6766597Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:02:53.6766992Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:02:53.6767358Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:02:53.6767716Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:02:53.6768098Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:02:53.6768480Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:02:53.6768950Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:02:53.6769338Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:02:53.6769729Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:02:53.6770104Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:02:53.6770469Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:02:53.6770839Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:02:53.6771220Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:02:53.6771619Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:02:53.6772035Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:02:53.6772440Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:02:53.6772796Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:02:53.6773146Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:02:53.6773494Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:02:53.6773912Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:02:53.6774404Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:02:53.6774896Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:02:53.6775362Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:02:53.6775854Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:02:53.6776395Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:02:53.6776777Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:02:53.6777158Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:02:53.6777661Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:02:53.6778049Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:02:53.6778430Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:02:53.6778812Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:02:53.6779178Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:02:53.6779567Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:02:53.6780005Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:02:53.6780433Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:02:53.6780815Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:02:53.6781221Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:02:53.6781644Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:02:53.6782018Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:02:53.6782370Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:02:53.6782754Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:02:53.6783201Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:02:53.6783624Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:02:53.6784028Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:02:53.6784434Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:02:53.6784757Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:02:53.6785143Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:02:53.6785500Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:02:53.6785976Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:02:53.8938899Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:02:54.0850588Z Collecting meson
2025-08-20T21:02:54.1380532Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:02:54.1773082Z Collecting ninja
2025-08-20T21:02:54.1884058Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:02:54.2042233Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:02:54.2481717Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 42.5 MB/s  0:00:00
2025-08-20T21:02:54.2590764Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:02:54.3478819Z Installing collected packages: ninja, meson
2025-08-20T21:02:55.0618249Z 
2025-08-20T21:02:55.0647179Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:02:55.3502658Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:02:55.4557237Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:02:55.5301926Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:02:55.9114589Z 1.8.4
2025-08-20T21:02:55.9376880Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:02:55.9681311Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:02:55.9681933Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:02:55.9682562Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:02:55.9683188Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:02:55.9683877Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:02:55.9684527Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:02:55.9685513Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:02:55.9686166Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:02:55.9688502Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:02:55.9689095Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:02:55.9689722Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:02:55.9690394Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:02:55.9691064Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:02:55.9691740Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:02:55.9692401Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:02:55.9693095Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:02:55.9693733Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:02:55.9694152Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:02:55.9694549Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:02:55.9695015Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:02:55.9695466Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:02:55.9695853Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:02:55.9696458Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:02:55.9697049Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:02:55.9697404Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:02:55.9698050Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:02:55.9698544Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:02:55.9698969Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:02:55.9699477Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:02:55.9699895Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:02:55.9700309Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:02:55.9700738Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:02:55.9701161Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:02:55.9701583Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:02:55.9702029Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:02:55.9702465Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:02:55.9702871Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:02:55.9703270Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:02:55.9703676Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:02:55.9704093Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:02:55.9704505Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:02:55.9704902Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:02:55.9705285Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:02:55.9705733Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:02:55.9706200Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:02:55.9706923Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:02:55.9707402Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:02:55.9708001Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:02:55.9708422Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:02:55.9708836Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:02:55.9709235Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:02:55.9709643Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:02:55.9710034Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:02:55.9710399Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:02:55.9710755Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:02:55.9711120Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:02:55.9711444Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:02:55.9711791Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:02:55.9712187Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:02:55.9712561Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:02:55.9712964Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:02:55.9713393Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:02:55.9713807Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:02:55.9714209Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:02:55.9714625Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:02:55.9715161Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:02:55.9715570Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:02:55.9715966Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:02:55.9716575Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:02:55.9717041Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:02:55.9717527Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:02:55.9717989Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:02:55.9718394Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:02:55.9718768Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:02:55.9719154Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:02:55.9719548Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:02:55.9719978Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:02:55.9720467Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:02:55.9720957Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:02:55.9721443Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:02:55.9721875Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:02:55.9722265Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:02:55.9722649Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:02:55.9723045Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:02:55.9723441Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:02:55.9723819Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:02:55.9724364Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:02:55.9724778Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:02:55.9725153Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:02:55.9725528Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:02:55.9725928Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:02:55.9726529Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:02:55.9726952Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:02:55.9727310Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:02:55.9727702Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:02:55.9728084Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:02:55.9728434Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:02:55.9728806Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:02:55.9729169Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:02:55.9729524Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:02:55.9729905Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:02:55.9730266Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:02:55.9730620Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:02:55.9730985Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:02:55.9731364Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:02:55.9731888Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:02:55.9732284Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:02:55.9732660Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:02:55.9733024Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:02:55.9733410Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:02:55.9733801Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:02:55.9734138Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:02:55.9734458Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:02:55.9734812Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:02:55.9735153Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:02:55.9735507Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:02:55.9735861Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:02:55.9736206Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:02:55.9737002Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:02:55.9737406Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:02:55.9737835Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:02:55.9738276Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:02:55.9738667Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:02:55.9739048Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:02:55.9739432Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:02:55.9739817Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:02:55.9740219Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:02:55.9740621Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:02:55.9741186Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:02:55.9741570Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:02:55.9741976Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:02:55.9742411Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:02:55.9742832Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:02:55.9743211Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:02:55.9743592Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:02:55.9743993Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:02:55.9744395Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:02:55.9744791Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:02:55.9745180Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:02:55.9745570Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:02:55.9745965Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:02:55.9746549Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:02:55.9746908Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:02:55.9747214Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:02:55.9747536Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:02:55.9747923Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:02:55.9748455Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:02:55.9748857Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:02:55.9749229Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:02:55.9749599Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:02:55.9749971Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:02:55.9750316Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:02:55.9750649Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:02:55.9751069Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:02:55.9751508Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:02:55.9751909Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:02:55.9752272Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:02:55.9752659Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:02:55.9753066Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:02:55.9753479Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:02:55.9753888Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:02:55.9754239Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:02:55.9754588Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:02:55.9755012Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:02:55.9755434Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:02:55.9755838Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:02:55.9756198Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:02:55.9756715Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:02:55.9757103Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:02:55.9757608Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:02:55.9758032Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:02:55.9758500Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:02:55.9758909Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:02:55.9759273Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:02:55.9759616Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:02:55.9759968Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:02:55.9760412Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:02:55.9760916Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:02:55.9761351Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:02:55.9761728Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:02:55.9762186Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:02:55.9762724Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:02:55.9763217Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:02:55.9763643Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:02:55.9763996Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:02:55.9764373Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:02:55.9764783Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:02:55.9765301Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:02:55.9765708Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:02:55.9766082Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:02:55.9766654Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:02:55.9767050Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:02:55.9767447Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:02:55.9767837Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:02:55.9768225Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:02:55.9768613Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:02:55.9769003Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:02:55.9769426Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:02:55.9769873Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:02:55.9770299Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:02:55.9770662Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:02:55.9771026Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:02:55.9771414Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:02:55.9771784Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:02:55.9772153Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:02:55.9772520Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:02:55.9772896Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:02:55.9773310Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:02:55.9773767Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:02:55.9774338Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:02:55.9774731Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:02:55.9775110Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:02:55.9775483Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:02:55.9775849Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:02:55.9776209Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:02:55.9776785Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:02:55.9777165Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:02:55.9777613Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:02:55.9778088Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:02:55.9778546Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:02:55.9779053Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:02:55.9779553Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:02:55.9780042Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:02:55.9780528Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:02:55.9780956Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:02:55.9781311Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:02:55.9781668Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:02:55.9782162Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:02:55.9782545Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:02:55.9782909Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:02:55.9783280Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:02:55.9783652Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:02:55.9784030Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:02:55.9784404Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:02:55.9784776Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:02:55.9785165Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:02:55.9785544Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:02:55.9785957Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:02:55.9786587Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:02:55.9786980Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:02:55.9787347Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:02:55.9787753Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:02:55.9788121Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:02:55.9788469Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:02:55.9788807Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:02:55.9789170Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:02:55.9789549Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:02:55.9789920Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:02:55.9790305Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:02:55.9790661Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:02:55.9791156Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:02:55.9791611Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:55.9792126Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:02:55.9792492Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:02:55.9792861Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:02:55.9793222Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:02:55.9793614Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:02:55.9794036Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:02:55.9794460Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:02:55.9794891Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:02:55.9795288Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:02:55.9795679Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:02:55.9796091Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:02:55.9796671Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:02:55.9797051Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:02:55.9797475Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:02:55.9797955Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:02:55.9798557Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:02:55.9799021Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:02:55.9799439Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:02:55.9799837Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:02:55.9800313Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:02:55.9800792Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:02:55.9801193Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:02:55.9801618Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:02:55.9802067Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:02:55.9802472Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:02:55.9802840Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:02:55.9803202Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:02:55.9803586Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:02:55.9803965Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:02:55.9804326Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:02:55.9804684Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:02:55.9805066Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:02:55.9805435Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:02:55.9805795Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:02:55.9806160Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:02:55.9806733Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:02:55.9807116Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:02:55.9807501Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:02:55.9808002Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:02:55.9808360Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:02:55.9808711Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:02:55.9809071Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:02:55.9809442Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:02:55.9809804Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:02:55.9810158Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:02:55.9810529Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:02:55.9810885Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:02:55.9811255Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:02:55.9811685Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:02:55.9812099Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:02:55.9812454Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:02:55.9812834Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:02:55.9813250Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:02:55.9813640Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:02:55.9813995Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:02:55.9814353Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:02:55.9814705Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:02:55.9815116Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:02:55.9815421Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:02:55.9815771Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:02:55.9816117Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:02:55.9816689Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:02:55.9817045Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:02:55.9817384Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:02:55.9817716Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:02:55.9818092Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:02:55.9818490Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:02:55.9826084Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:02:55.9826870Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:02:55.9827327Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:02:55.9827926Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:02:55.9828469Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:02:55.9829099Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:02:55.9829744Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:02:55.9830307Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:02:55.9830786Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:02:55.9831241Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:02:55.9831784Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:02:55.9832622Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:02:55.9833197Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:02:55.9833691Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:02:55.9834140Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:02:55.9834506Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:02:55.9834878Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:02:55.9835244Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:02:55.9835620Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:02:55.9836013Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:02:55.9836573Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:02:55.9836964Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:02:55.9837335Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:02:55.9837709Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:02:55.9838078Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:02:55.9838448Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:02:55.9838812Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:02:55.9839205Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:02:55.9839600Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:02:55.9840134Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:02:55.9840554Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:02:55.9840950Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:02:55.9841334Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:02:55.9841755Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:02:55.9842168Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:02:55.9842605Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:02:55.9843041Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:02:55.9843412Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:02:55.9843784Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:02:55.9844169Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:02:55.9844536Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:02:55.9844923Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:02:55.9845311Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:02:55.9845694Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:02:55.9846081Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:02:55.9846670Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:02:55.9847033Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:02:55.9847581Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:55.9848294Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:55.9848985Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:55.9849788Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:55.9850314Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:02:55.9850697Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:02:55.9851065Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:02:55.9851440Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:02:55.9851809Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:02:55.9852168Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:02:55.9852537Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:02:55.9852923Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:02:55.9853295Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:02:55.9853679Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:02:55.9854053Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:02:55.9854421Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:02:55.9854798Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:02:55.9855205Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:02:55.9855597Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:02:55.9855987Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:02:55.9856611Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:02:55.9857132Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:02:55.9857523Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:02:55.9857908Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:02:55.9858277Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:02:55.9858655Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:02:55.9859055Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:02:55.9859445Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:02:55.9859833Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:02:55.9860223Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:02:55.9860601Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:02:55.9861028Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:02:55.9861457Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:02:55.9861867Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:02:55.9862301Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:02:55.9862759Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:02:55.9863156Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:02:55.9863523Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:02:55.9863902Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:02:55.9864297Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:02:55.9864704Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:02:55.9865108Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:02:55.9865485Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:02:55.9865988Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:02:55.9866652Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:02:55.9867129Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:02:55.9867525Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:02:55.9867928Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:02:55.9868379Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:02:55.9868820Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:02:55.9869289Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:02:55.9869785Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:02:55.9870224Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:02:55.9870664Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:02:55.9871058Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:02:55.9871450Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:02:55.9871869Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:02:55.9872247Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:02:55.9872619Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:02:55.9873020Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:02:55.9873425Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:02:55.9873947Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:02:55.9874372Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:02:55.9874766Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:02:55.9875136Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:02:55.9875495Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:02:55.9875847Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:02:55.9876232Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:02:55.9876800Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:02:55.9877251Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:02:55.9877697Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:02:55.9878100Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:02:55.9878531Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:02:55.9878957Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:02:55.9879359Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:02:55.9879758Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:02:55.9880114Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:02:55.9880475Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:02:55.9880861Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:02:55.9881250Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:02:55.9881614Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:02:55.9881955Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:02:55.9882268Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:02:55.9882745Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:02:55.9883245Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:02:55.9883755Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:02:55.9884128Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:02:55.9884495Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:02:55.9884885Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:02:55.9885292Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:02:55.9885695Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:02:55.9886097Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:02:55.9886612Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:02:55.9887020Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:02:55.9887386Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:02:55.9887747Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:02:55.9888100Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:02:55.9888724Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:02:55.9889194Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:02:55.9889708Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:02:55.9890231Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:02:55.9890837Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:02:55.9891463Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:02:55.9892043Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:02:55.9892417Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:02:55.9892891Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:02:55.9893254Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:02:55.9893622Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:02:55.9893995Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:02:55.9894394Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:02:55.9894804Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:02:55.9895263Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:02:55.9895701Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:02:55.9896083Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:02:55.9896585Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:02:55.9896968Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:02:55.9897341Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:02:55.9897713Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:02:55.9898085Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:02:55.9898524Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:02:55.9899008Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:02:55.9899429Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:02:55.9899799Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:02:55.9900357Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:02:55.9900758Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:02:55.9901147Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:02:55.9901526Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:02:55.9901924Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:02:55.9902301Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:02:55.9902653Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:02:55.9903008Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:02:55.9903403Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:02:55.9903827Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:02:55.9904203Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:02:55.9904592Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:02:55.9905026Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:02:55.9905456Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:02:55.9905869Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:02:55.9906358Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:02:55.9906879Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:55.9907386Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:02:55.9907809Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:02:55.9908163Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:02:55.9908582Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:02:55.9909004Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:02:55.9909522Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:02:55.9910170Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:02:55.9910781Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:02:55.9911428Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:02:55.9912071Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:02:55.9912696Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:02:55.9913313Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:02:55.9913899Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:02:55.9914382Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:02:55.9914824Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:02:55.9915258Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:02:55.9915678Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:02:55.9916144Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:02:55.9916676Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:02:55.9917067Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:02:55.9917425Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:02:55.9917926Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:02:55.9918299Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:02:55.9918707Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:02:55.9919118Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:02:55.9919477Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:02:55.9919866Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:02:55.9920328Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:02:55.9920814Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:02:55.9921299Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:02:55.9921778Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:02:55.9922264Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:02:55.9922740Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:02:55.9923186Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:02:55.9923596Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:02:55.9924006Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:02:55.9924413Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:02:55.9924819Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:02:55.9925338Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:02:55.9925776Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:02:55.9926211Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:02:55.9926694Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:02:55.9927073Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:02:55.9927446Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:02:55.9927816Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:02:55.9928246Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:02:55.9928680Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:02:55.9929076Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:02:55.9929483Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:02:55.9929907Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:02:55.9930353Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:02:55.9930791Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:02:55.9931217Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:02:55.9931610Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:02:55.9931980Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:02:55.9932367Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:02:55.9932730Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:02:55.9933101Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:02:55.9933501Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:02:55.9933893Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:02:55.9934434Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:02:55.9934893Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:02:55.9935315Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:02:55.9935716Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:02:55.9936110Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:02:55.9936503Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:02:55.9936820Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:02:55.9937201Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:02:55.9937597Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:02:55.9937982Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:02:55.9938379Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:02:55.9938803Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:02:55.9939243Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:02:55.9939655Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:02:55.9940035Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:02:55.9940427Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:02:55.9940997Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:02:55.9941568Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:02:55.9942132Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:02:55.9942577Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:02:55.9943017Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:02:55.9943433Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:02:55.9943825Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:02:55.9944207Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:02:55.9944577Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:02:55.9944973Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:02:55.9945368Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:02:55.9945741Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:02:55.9946123Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:02:55.9946620Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:02:55.9946989Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:02:55.9947396Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:02:55.9947852Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:02:55.9948267Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:02:55.9948637Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:02:55.9949003Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:02:55.9949384Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:02:55.9949755Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:02:55.9950128Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:02:55.9950554Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:02:55.9951119Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:02:55.9951519Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:02:55.9951907Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:02:55.9952294Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:02:55.9952663Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:02:55.9953031Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:02:55.9953405Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:02:55.9953799Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:02:55.9954243Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:02:55.9954703Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:02:55.9955129Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:02:55.9955528Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:02:55.9955927Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:02:55.9956442Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:02:55.9956830Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:02:55.9957187Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:02:55.9957499Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:02:55.9957799Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:02:55.9958279Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:02:55.9958659Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:02:55.9959011Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:02:55.9959377Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:02:55.9959771Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:02:55.9960150Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:02:55.9960504Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:02:55.9960855Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:02:55.9961226Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:02:55.9961622Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:02:55.9962001Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:02:55.9962362Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:02:55.9962715Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:02:55.9963097Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:02:55.9963476Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:02:55.9963827Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:02:55.9964195Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:02:55.9964579Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:02:55.9964946Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:02:55.9965314Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:02:55.9965684Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:02:55.9966066Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:02:55.9966555Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:02:55.9967096Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:02:55.9967497Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:02:55.9967850Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:02:55.9968198Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:02:55.9968540Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:02:55.9968960Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:02:55.9969452Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:02:55.9969916Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:02:55.9970390Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:02:55.9970882Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:02:55.9971316Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:02:55.9971696Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:02:55.9972083Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:02:55.9972465Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:02:55.9972845Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:02:55.9973224Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:02:55.9973601Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:02:55.9973973Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:02:55.9974473Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:02:55.9974916Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:02:55.9975346Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:02:55.9975719Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:02:55.9976117Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:02:55.9976639Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:02:55.9977018Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:02:55.9977369Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:02:55.9977756Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:02:55.9978205Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:02:55.9978635Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:02:55.9979042Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:02:55.9979451Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:02:55.9979774Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:02:55.9980049Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:02:55.9980400Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:02:55.9980881Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:02:56.6300714Z info: downloading installer (https://install.determinate.systems/nix/tag/v3.8.5/nix-installer-x86_64-linux)
2025-08-20T21:02:58.1979453Z  INFO nix-installer v3.8.5
2025-08-20T21:02:58.8614290Z [2m[33m`nix-installer` needs to run as `root`, attempting to escalate now via `sudo`...[39m[0m
2025-08-20T21:02:58.8726772Z  INFO nix-installer v3.8.5
2025-08-20T21:02:59.4771156Z  INFO Step: Create directory `/nix`
2025-08-20T21:02:59.4772006Z  INFO Step: Provision Nix
2025-08-20T21:03:01.8719081Z  INFO Step: Create build users (UID 30001-30032) and group (GID 30000)
2025-08-20T21:03:02.5890337Z  INFO Step: Configure Nix
2025-08-20T21:03:02.8436743Z  INFO Step: Create directory `/etc/tmpfiles.d`
2025-08-20T21:03:02.8437379Z  INFO Step: Configure upstream Nix daemon service
2025-08-20T21:03:02.8438007Z  INFO Step: Remove directory `/nix/temp-install-dir`
2025-08-20T21:03:02.9820500Z  WARN SelfTest([ShellFailed { shell: Sh, command: "\"sh\" \"-lc\" \"exec nix build --option substitute false --option post-build-hook \\'\\' --no-link --expr \\'derivation { name = \\\"self-test-sh-1755723782845\\\"; system = \\\"x86_64-linux\\\"; builder = \\\"/bin/sh\\\"; args = [\\\"-c\\\" \\\"echo hello > \\\\$out\\\"]; }\\'\"", output: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "error:\n       … while calling the 'derivationStrict' builtin\n         at <nix/derivation-internal.nix>:37:12:\n           36|\n           37|   strict = derivationStrict drvAttrs;\n             |            ^\n           38|\n\n       … while evaluating derivation 'self-test-sh-1755723782845'\n         whose name attribute is located at «string»:1:14\n\n       error: cannot connect to socket at '/nix/var/nix/daemon-socket/socket': No such file or directory\n" } }, ShellFailed { shell: Bash, command: "\"bash\" \"-lc\" \"exec nix build --option substitute false --option post-build-hook \\'\\' --no-link --expr \\'derivation { name = \\\"self-test-bash-1755723782949\\\"; system = \\\"x86_64-linux\\\"; builder = \\\"/bin/sh\\\"; args = [\\\"-c\\\" \\\"echo hello > \\\\$out\\\"]; }\\'\"", output: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "error:\n       … while calling the 'derivationStrict' builtin\n         at <nix/derivation-internal.nix>:37:12:\n           36|\n           37|   strict = derivationStrict drvAttrs;\n             |            ^\n           38|\n\n       … while evaluating derivation 'self-test-bash-1755723782949'\n         whose name attribute is located at «string»:1:14\n\n       error: cannot connect to socket at '/nix/var/nix/daemon-socket/socket': No such file or directory\n" } }])
2025-08-20T21:03:03.0297513Z [1m[32mNix was installed successfully![39m[0m
2025-08-20T21:03:03.0298605Z To get started using Nix, open a new shell or run `[1m. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh[0m`
2025-08-20T21:03:03.0299261Z 
2025-08-20T21:03:03.3025552Z root    ALL=(ALL:ALL) ALL
2025-08-20T21:03:03.3270004Z nix (Nix) 2.30.2
2025-08-20T21:03:03.3745126Z nixedge https://nixos.org/channels/nixos-unstable
2025-08-20T21:03:04.1755612Z unpacking 1 channels...
2025-08-20T21:03:21.0341913Z user   flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
2025-08-20T21:03:21.0342571Z global flake:agda github:agda/agda
2025-08-20T21:03:21.0343031Z global flake:arion github:hercules-ci/arion
2025-08-20T21:03:21.0343690Z global flake:blender-bin github:edolstra/nix-warez?dir=blender
2025-08-20T21:03:21.0344332Z global flake:bundlers github:NixOS/bundlers
2025-08-20T21:03:21.0344876Z global flake:cachix github:cachix/cachix
2025-08-20T21:03:21.0345442Z global flake:composable github:ComposableFi/composable
2025-08-20T21:03:21.0346040Z global flake:disko github:nix-community/disko
2025-08-20T21:03:21.0346833Z global flake:dreampkgs github:nix-community/dreampkgs
2025-08-20T21:03:21.0347419Z global flake:dwarffs github:edolstra/dwarffs
2025-08-20T21:03:21.0348096Z global flake:emacs-overlay github:nix-community/emacs-overlay
2025-08-20T21:03:21.0348558Z global flake:fenix github:nix-community/fenix
2025-08-20T21:03:21.0348956Z global flake:flake-parts github:hercules-ci/flake-parts
2025-08-20T21:03:21.0349369Z global flake:flake-utils github:numtide/flake-utils
2025-08-20T21:03:21.0349743Z global flake:helix github:helix-editor/helix
2025-08-20T21:03:21.0350172Z global flake:hercules-ci-agent github:hercules-ci/hercules-ci-agent
2025-08-20T21:03:21.0350843Z global flake:hercules-ci-effects github:hercules-ci/hercules-ci-effects
2025-08-20T21:03:21.0351474Z global flake:home-manager github:nix-community/home-manager
2025-08-20T21:03:21.0352081Z global flake:hydra github:NixOS/hydra
2025-08-20T21:03:21.0352404Z global flake:mach-nix github:DavHau/mach-nix
2025-08-20T21:03:21.0352743Z global flake:ngipkgs github:ngi-nix/ngipkgs
2025-08-20T21:03:21.0353070Z global flake:nickel github:tweag/nickel
2025-08-20T21:03:21.0353379Z global flake:nix github:NixOS/nix
2025-08-20T21:03:21.0353715Z global flake:nix-darwin github:nix-darwin/nix-darwin
2025-08-20T21:03:21.0354096Z global flake:nix-serve github:edolstra/nix-serve
2025-08-20T21:03:21.0354438Z global flake:nixops github:NixOS/nixops
2025-08-20T21:03:21.0354848Z global flake:nixos-anywhere github:nix-community/nixos-anywhere
2025-08-20T21:03:21.0355511Z global flake:nixos-hardware github:NixOS/nixos-hardware
2025-08-20T21:03:21.0355882Z global flake:nixos-homepage github:NixOS/nixos-homepage
2025-08-20T21:03:21.0356226Z global flake:nixos-search github:NixOS/nixos-search
2025-08-20T21:03:21.0356782Z global flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
2025-08-20T21:03:21.0357189Z global flake:nur github:nix-community/NUR
2025-08-20T21:03:21.0357480Z global flake:patchelf github:NixOS/patchelf
2025-08-20T21:03:21.0357799Z global flake:poetry2nix github:nix-community/poetry2nix
2025-08-20T21:03:21.0358133Z global flake:pridefetch github:SpyHoodle/pridefetch
2025-08-20T21:03:21.0358432Z global flake:sops-nix github:Mic92/sops-nix
2025-08-20T21:03:21.0358719Z global flake:systems github:nix-systems/default
2025-08-20T21:03:21.0359014Z global flake:templates github:NixOS/templates
2025-08-20T21:03:52.6023007Z {"/nix/store/5g60vyp4cbgwl12pav5apyi571smp62s-hello-2.12.2.drv":{"args":["-e","/nix/store/vj1c3wf9c11a0qs6p3ymfvrnsdgsdcbq-source-stdenv.sh","/nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh"],"builder":"/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash","env":{"NIX_MAIN_PROGRAM":"hello","__structuredAttrs":"","buildInputs":"","builder":"/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash","cmakeFlags":"","configureFlags":"","depsBuildBuild":"","depsBuildBuildPropagated":"","depsBuildTarget":"","depsBuildTargetPropagated":"","depsHostHost":"","depsHostHostPropagated":"","depsTargetTarget":"","depsTargetTargetPropagated":"","doCheck":"1","doInstallCheck":"1","mesonFlags":"","name":"hello-2.12.2","nativeBuildInputs":"/nix/store/p4myq48s5r4ragsys74a9pklgis9rdhj-version-check-hook","out":"/nix/store/wvfhs8k86740b7j3h1iss94z7cb0ggj1-hello-2.12.2","outputs":"out","patches":"","pname":"hello","postInstallCheck":"stat \"${!outputBin}/bin/hello\"\n","propagatedBuildInputs":"","propagatedNativeBuildInputs":"","src":"/nix/store/dw402azxjrgrzrk6j0p66wkqrab5mwgw-hello-2.12.2.tar.gz","stdenv":"/nix/store/nbrif411qgsj1h5r7rlgxxm140aj58dz-stdenv-linux","strictDeps":"","system":"x86_64-linux","version":"2.12.2"},"inputDrvs":{"/nix/store/1mzpi7gzqibbkrmhbld3iydk9r6mjmc8-stdenv-linux.drv":{"dynamicOutputs":{},"outputs":["out"]},"/nix/store/c9r4qvprf4j2lrl9c3c3x4pyzjnwz0ii-hello-2.12.2.tar.gz.drv":{"dynamicOutputs":{},"outputs":["out"]},"/nix/store/s2bs92xzwb0ygzn35sqwy426d3691pha-bash-5.3p0.drv":{"dynamicOutputs":{},"outputs":["out"]},"/nix/store/swvfc4hrl5vwh6axjb8rbx6ia9mh6vmd-version-check-hook.drv":{"dynamicOutputs":{},"outputs":["out"]}},"inputSrcs":["/nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh","/nix/store/vj1c3wf9c11a0qs6p3ymfvrnsdgsdcbq-source-stdenv.sh"],"name":"hello-2.12.2","outputs":{"out":{"path":"/nix/store/wvfhs8k86740b7j3h1iss94z7cb0ggj1-hello-2.12.2"}},"system":"x86_64-linux"}}
2025-08-20T21:03:53.3173978Z these 2 paths will be fetched (1.35 MiB download, 7.15 MiB unpacked):
2025-08-20T21:03:53.3174789Z   /nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T21:03:53.3175624Z   /nix/store/q1qsj9zr3r5hxpp2nb1ks2zblp8ixckc-ncurses-static-x86_64-unknown-linux-musl-6.5
2025-08-20T21:03:53.3181905Z copying path '/nix/store/q1qsj9zr3r5hxpp2nb1ks2zblp8ixckc-ncurses-static-x86_64-unknown-linux-musl-6.5' from 'https://cache.nixos.org'...
2025-08-20T21:03:53.6706758Z copying path '/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:03:53.7919786Z /nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T21:03:53.9411266Z nix (Nix) 2.30.2
2025-08-20T21:03:53.9654074Z nixedge https://nixos.org/channels/nixos-unstable
2025-08-20T21:03:53.9906490Z unpacking 1 channels...
2025-08-20T21:03:55.4690902Z info: downloading installer
2025-08-20T21:03:55.6918370Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:03:55.6918995Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:03:55.6919636Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:03:55.6920417Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:03:55.7087663Z info: profile set to 'default'
2025-08-20T21:03:55.7088337Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:03:55.7088810Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:03:55.7773319Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:03:55.8172986Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:03:55.8173489Z 
2025-08-20T21:03:55.8269084Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:03:55.8269633Z 
2025-08-20T21:03:55.8269639Z 
2025-08-20T21:03:55.8269766Z Rust is installed now. Great!
2025-08-20T21:03:55.8270000Z 
2025-08-20T21:03:55.8270311Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:03:55.8271057Z environment variable. This has not been done automatically.
2025-08-20T21:03:55.8271446Z 
2025-08-20T21:03:55.8271951Z To configure your current shell, you need to source
2025-08-20T21:03:55.8272461Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:03:55.8272768Z 
2025-08-20T21:03:55.8273065Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:03:55.8273724Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:03:55.8274242Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:03:55.8274714Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:03:55.8422648Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:03:55.8749503Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:03:55.8749991Z 
2025-08-20T21:03:55.8843301Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:03:55.8843831Z 
2025-08-20T21:03:55.9333460Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:03:56.8407562Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:03:56.8989514Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:03:56.8990112Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:03:56.8990750Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:03:56.8991385Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:03:56.8992048Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:03:56.8992703Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:03:56.8993339Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:03:56.8993975Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:03:56.8994597Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:03:56.8995188Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:03:56.8995845Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:03:56.8996907Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:03:56.8997581Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:03:56.8998686Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:03:56.8999394Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:03:56.9000223Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:03:56.9000782Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:03:56.9001176Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:03:56.9001564Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:03:56.9002020Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:03:56.9002461Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:03:56.9002853Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:03:56.9003362Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:03:56.9004046Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:03:56.9004650Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:03:56.9005315Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:03:56.9006052Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:03:56.9006949Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:03:56.9007360Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:03:56.9007762Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:03:56.9008172Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:03:56.9008773Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:03:56.9009214Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:03:56.9009625Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:03:56.9010063Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:03:56.9010514Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:03:56.9010910Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:03:56.9011311Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:03:56.9011710Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:03:56.9012126Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:03:56.9012540Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:03:56.9012937Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:03:56.9013318Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:03:56.9013768Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:03:56.9014229Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:03:56.9014685Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:03:56.9015156Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:03:56.9015588Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:03:56.9015999Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:03:56.9016661Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:03:56.9017066Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:03:56.9017473Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:03:56.9017859Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:03:56.9018358Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:03:56.9018708Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:03:56.9019065Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:03:56.9019384Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:03:56.9019718Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:03:56.9020116Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:03:56.9020482Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:03:56.9020879Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:03:56.9021310Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:03:56.9021723Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:03:56.9022125Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:03:56.9022540Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:03:56.9022963Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:03:56.9023353Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:03:56.9023737Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:03:56.9024157Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:03:56.9024626Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:03:56.9025117Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:03:56.9025699Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:03:56.9026112Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:03:56.9026715Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:03:56.9027102Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:03:56.9027494Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:03:56.9027929Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:03:56.9028412Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:03:56.9028897Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:03:56.9029383Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:03:56.9029822Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:03:56.9030214Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:03:56.9030598Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:03:56.9030995Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:03:56.9031381Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:03:56.9031756Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:03:56.9032171Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:03:56.9032581Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:03:56.9032957Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:03:56.9033330Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:03:56.9033746Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:03:56.9034148Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:03:56.9034653Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:03:56.9035012Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:03:56.9035396Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:03:56.9035776Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:03:56.9036120Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:03:56.9036814Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:03:56.9037430Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:03:56.9038029Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:03:56.9038476Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:03:56.9038844Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:03:56.9039200Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:03:56.9039574Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:03:56.9039955Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:03:56.9040349Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:03:56.9040730Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:03:56.9041096Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:03:56.9041459Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:03:56.9041844Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:03:56.9042236Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:03:56.9042701Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:03:56.9043029Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:03:56.9043379Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:03:56.9043728Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:03:56.9044075Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:03:56.9044421Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:03:56.9044765Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:03:56.9045141Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:03:56.9045536Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:03:56.9045971Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:03:56.9046605Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:03:56.9047010Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:03:56.9047395Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:03:56.9047784Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:03:56.9048169Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:03:56.9048569Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:03:56.9048970Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:03:56.9049343Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:03:56.9049727Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:03:56.9050131Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:03:56.9050569Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:03:56.9050996Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:03:56.9051375Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:03:56.9051895Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:03:56.9052297Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:03:56.9052800Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:03:56.9053504Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:03:56.9054187Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:03:56.9054871Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:03:56.9055567Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:03:56.9056217Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:03:56.9056939Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:03:56.9057254Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:03:56.9057580Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:03:56.9057987Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:03:56.9058388Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:03:56.9058782Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:03:56.9059152Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:03:56.9059523Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:03:56.9059902Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:03:56.9060250Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:03:56.9060590Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:03:56.9061161Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:03:56.9061620Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:03:56.9062022Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:03:56.9062395Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:03:56.9062779Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:03:56.9063185Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:03:56.9063595Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:03:56.9064003Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:03:56.9064357Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:03:56.9064714Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:03:56.9065136Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:03:56.9065561Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:03:56.9065968Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:03:56.9066532Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:03:56.9066873Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:03:56.9067255Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:03:56.9067630Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:03:56.9068050Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:03:56.9068513Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:03:56.9068926Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:03:56.9069297Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:03:56.9069636Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:03:56.9069989Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:03:56.9077651Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:03:56.9078248Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:03:56.9078717Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:03:56.9079106Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:03:56.9079579Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:03:56.9080115Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:03:56.9080602Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:03:56.9081047Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:03:56.9081419Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:03:56.9081822Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:03:56.9082235Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:03:56.9082647Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:03:56.9083039Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:03:56.9083429Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:03:56.9083808Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:03:56.9084199Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:03:56.9084599Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:03:56.9085267Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:03:56.9085684Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:03:56.9086084Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:03:56.9086706Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:03:56.9087281Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:03:56.9088075Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:03:56.9088760Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:03:56.9089136Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:03:56.9089508Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:03:56.9089907Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:03:56.9090293Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:03:56.9090674Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:03:56.9091047Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:03:56.9091438Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:03:56.9091855Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:03:56.9092319Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:03:56.9092769Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:03:56.9093166Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:03:56.9093543Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:03:56.9093918Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:03:56.9094289Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:03:56.9094652Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:03:56.9095032Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:03:56.9095622Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:03:56.9096066Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:03:56.9096788Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:03:56.9097251Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:03:56.9097762Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:03:56.9098267Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:03:56.9098753Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:03:56.9099244Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:03:56.9099675Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:03:56.9100037Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:03:56.9100391Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:03:56.9100761Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:03:56.9101131Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:03:56.9101485Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:03:56.9101854Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:03:56.9102227Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:03:56.9102595Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:03:56.9103096Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:03:56.9103479Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:03:56.9103874Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:03:56.9104250Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:03:56.9104656Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:03:56.9105089Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:03:56.9105471Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:03:56.9105836Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:03:56.9106242Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:03:56.9106826Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:03:56.9107184Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:03:56.9107527Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:03:56.9107886Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:03:56.9108266Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:03:56.9108633Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:03:56.9109018Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:03:56.9109372Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:03:56.9109687Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:03:56.9110140Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:03:56.9110652Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:03:56.9111011Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:03:56.9111382Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:03:56.9111746Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:03:56.9112270Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:03:56.9112699Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:03:56.9113119Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:03:56.9113538Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:03:56.9113933Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:03:56.9114327Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:03:56.9114736Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:03:56.9115145Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:03:56.9115536Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:03:56.9115961Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:03:56.9116562Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:03:56.9117057Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:03:56.9117495Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:03:56.9117897Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:03:56.9118295Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:03:56.9118760Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:03:56.9119238Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:03:56.9119757Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:03:56.9120486Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:03:56.9121282Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:03:56.9121742Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:03:56.9122101Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:03:56.9122471Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:03:56.9122844Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:03:56.9123222Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:03:56.9123583Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:03:56.9123941Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:03:56.9124318Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:03:56.9124698Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:03:56.9125057Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:03:56.9125425Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:03:56.9125771Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:03:56.9126140Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:03:56.9126668Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:03:56.9127020Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:03:56.9127371Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:03:56.9127720Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:03:56.9128076Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:03:56.9128445Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:03:56.9128798Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:03:56.9129144Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:03:56.9129665Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:03:56.9130014Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:03:56.9130380Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:03:56.9130811Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:03:56.9131211Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:03:56.9131571Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:03:56.9131946Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:03:56.9132360Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:03:56.9132753Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:03:56.9133105Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:03:56.9133475Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:03:56.9133828Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:03:56.9134118Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:03:56.9134416Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:03:56.9134765Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:03:56.9135114Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:03:56.9135471Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:03:56.9135823Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:03:56.9136163Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:03:56.9136737Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:03:56.9137121Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:03:56.9137535Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:03:56.9137925Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:03:56.9138310Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:03:56.9138691Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:03:56.9139094Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:03:56.9139584Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:03:56.9140193Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:03:56.9140823Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:03:56.9141361Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:03:56.9141839Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:03:56.9142284Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:03:56.9142789Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:03:56.9143406Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:03:56.9143973Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:03:56.9144457Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:03:56.9144914Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:03:56.9145287Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:03:56.9145658Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:03:56.9146157Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:03:56.9146762Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:03:56.9147149Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:03:56.9147528Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:03:56.9147906Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:03:56.9148278Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:03:56.9148648Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:03:56.9149011Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:03:56.9149377Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:03:56.9149741Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:03:56.9150130Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:03:56.9150515Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:03:56.9150921Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:03:56.9151325Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:03:56.9151674Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:03:56.9152056Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:03:56.9152459Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:03:56.9152860Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:03:56.9153412Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:03:56.9153847Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:03:56.9154216Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:03:56.9154582Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:03:56.9154960Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:03:56.9155318Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:03:56.9155694Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:03:56.9156074Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:03:56.9156738Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:03:56.9157134Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:03:56.9157503Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:03:56.9157864Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:03:56.9158405Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:03:56.9159109Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:03:56.9159776Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:03:56.9160418Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:03:56.9160930Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:03:56.9161306Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:03:56.9161675Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:03:56.9162048Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:03:56.9162413Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:03:56.9162909Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:03:56.9163272Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:03:56.9163648Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:03:56.9164016Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:03:56.9164380Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:03:56.9164751Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:03:56.9165115Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:03:56.9165495Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:03:56.9165903Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:03:56.9166416Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:03:56.9166807Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:03:56.9167194Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:03:56.9167576Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:03:56.9167953Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:03:56.9168325Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:03:56.9168691Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:03:56.9169067Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:03:56.9169458Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:03:56.9169844Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:03:56.9170345Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:03:56.9170740Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:03:56.9171121Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:03:56.9171540Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:03:56.9171967Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:03:56.9172360Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:03:56.9172791Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:03:56.9173241Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:03:56.9173641Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:03:56.9174008Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:03:56.9174382Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:03:56.9174778Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:03:56.9175177Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:03:56.9175570Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:03:56.9175943Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:03:56.9176532Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:03:56.9177004Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:03:56.9177467Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:03:56.9177852Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:03:56.9178255Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:03:56.9178700Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:03:56.9179272Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:03:56.9179739Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:03:56.9180232Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:03:56.9180679Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:03:56.9181115Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:03:56.9181513Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:03:56.9181909Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:03:56.9182328Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:03:56.9182719Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:03:56.9183096Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:03:56.9183506Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:03:56.9183904Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:03:56.9184310Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:03:56.9184724Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:03:56.9185113Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:03:56.9185485Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:03:56.9185848Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:03:56.9186204Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:03:56.9186922Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:03:56.9187350Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:03:56.9187815Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:03:56.9188264Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:03:56.9188664Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:03:56.9189096Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:03:56.9189514Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:03:56.9189917Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:03:56.9190319Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:03:56.9190677Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:03:56.9191127Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:03:56.9191519Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:03:56.9191911Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:03:56.9192275Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:03:56.9192602Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:03:56.9192916Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:03:56.9193262Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:03:56.9193760Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:03:56.9194270Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:03:56.9194642Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:03:56.9195010Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:03:56.9195392Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:03:56.9195920Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:03:56.9196434Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:03:56.9196829Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:03:56.9197236Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:03:56.9197635Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:03:56.9198000Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:03:56.9198364Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:03:56.9198719Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:03:56.9199096Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:03:56.9199524Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:03:56.9199962Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:03:56.9200354Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:03:56.9200766Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:03:56.9201201Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:03:56.9201588Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:03:56.9201949Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:03:56.9202300Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:03:56.9202654Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:03:56.9203015Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:03:56.9203506Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:03:56.9203917Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:03:56.9204333Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:03:56.9204786Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:03:56.9205215Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:03:56.9205586Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:03:56.9205963Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:03:56.9206441Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:03:56.9206820Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:03:56.9207190Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:03:56.9207557Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:03:56.9207995Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:03:56.9208485Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:03:56.9208896Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:03:56.9209259Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:03:56.9209627Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:03:56.9210020Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:03:56.9210404Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:03:56.9210771Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:03:56.9211158Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:03:56.9211536Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:03:56.9211883Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:03:56.9212358Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:03:56.9212746Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:03:56.9213166Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:03:56.9213538Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:03:56.9213921Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:03:56.9214356Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:03:56.9214782Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:03:56.9215193Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:03:56.9215584Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:03:56.9216097Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:03:56.9216715Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:03:56.9217023Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:03:56.9217363Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:03:56.9217768Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:03:56.9218188Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:03:56.9218699Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:03:56.9219280Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:03:56.9220001Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:03:56.9220652Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:03:56.9221292Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:03:56.9221917Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:03:56.9222534Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:03:56.9223109Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:03:56.9223590Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:03:56.9224030Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:03:56.9224472Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:03:56.9224885Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:03:56.9225350Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:03:56.9225773Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:03:56.9226147Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:03:56.9226724Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:03:56.9227092Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:03:56.9227462Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:03:56.9227862Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:03:56.9228268Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:03:56.9228629Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:03:56.9229019Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:03:56.9229642Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:03:56.9230126Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:03:56.9230618Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:03:56.9231095Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:03:56.9231572Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:03:56.9232046Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:03:56.9232488Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:03:56.9232897Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:03:56.9233301Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:03:56.9233717Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:03:56.9234120Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:03:56.9234523Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:03:56.9234951Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:03:56.9235375Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:03:56.9235758Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:03:56.9236133Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:03:56.9236615Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:03:56.9237106Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:03:56.9237539Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:03:56.9237977Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:03:56.9238372Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:03:56.9238774Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:03:56.9239190Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:03:56.9239629Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:03:56.9240067Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:03:56.9240488Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:03:56.9240879Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:03:56.9241248Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:03:56.9241628Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:03:56.9242001Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:03:56.9242372Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:03:56.9242767Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:03:56.9243158Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:03:56.9243580Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:03:56.9244043Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:03:56.9244457Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:03:56.9244856Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:03:56.9245250Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:03:56.9245546Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:03:56.9245982Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:03:56.9246459Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:03:56.9246846Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:03:56.9247229Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:03:56.9247616Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:03:56.9248031Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:03:56.9248481Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:03:56.9248880Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:03:56.9249258Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:03:56.9249654Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:03:56.9250189Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:03:56.9250764Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:03:56.9251206Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:03:56.9251638Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:03:56.9252066Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:03:56.9252479Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:03:56.9252873Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:03:56.9253252Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:03:56.9253756Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:03:56.9254154Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:03:56.9254551Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:03:56.9254922Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:03:56.9255305Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:03:56.9255698Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:03:56.9256087Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:03:56.9256698Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:03:56.9257169Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:03:56.9257587Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:03:56.9257966Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:03:56.9258334Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:03:56.9258716Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:03:56.9259087Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:03:56.9259452Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:03:56.9259877Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:03:56.9260321Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:03:56.9260723Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:03:56.9261115Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:03:56.9261502Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:03:56.9261882Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:03:56.9262251Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:03:56.9262759Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:03:56.9263154Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:03:56.9263593Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:03:56.9264039Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:03:56.9264454Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:03:56.9264846Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:03:56.9265239Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:03:56.9265653Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:03:56.9266039Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:03:56.9266580Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:03:56.9266901Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:03:56.9267201Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:03:56.9267564Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:03:56.9267930Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:03:56.9268278Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:03:56.9268643Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:03:56.9269032Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:03:56.9269412Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:03:56.9269764Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:03:56.9270231Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:03:56.9270614Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:03:56.9271008Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:03:56.9271376Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:03:56.9271732Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:03:56.9272084Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:03:56.9272460Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:03:56.9272840Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:03:56.9273179Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:03:56.9273628Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:03:56.9274015Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:03:56.9274387Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:03:56.9274755Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:03:56.9275125Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:03:56.9275502Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:03:56.9275898Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:03:56.9276421Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:03:56.9276825Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:03:56.9277174Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:03:56.9277522Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:03:56.9277861Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:03:56.9278288Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:03:56.9278935Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:03:56.9279398Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:03:56.9279868Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:03:56.9280353Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:03:56.9280780Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:03:56.9281152Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:03:56.9281528Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:03:56.9281907Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:03:56.9282289Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:03:56.9282664Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:03:56.9283046Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:03:56.9283412Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:03:56.9283800Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:03:56.9284233Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:03:56.9284658Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:03:56.9285027Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:03:56.9285421Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:03:56.9285837Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:03:56.9286441Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:03:56.9286809Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:03:56.9287208Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:03:56.9287662Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:03:56.9288090Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:03:56.9288499Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:03:56.9288905Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:03:56.9289231Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:03:56.9289505Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:03:56.9289855Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:03:56.9290344Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:03:56.9290762Z 
2025-08-20T21:03:56.9290766Z 
2025-08-20T21:03:56.9291135Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:03:56 PM)
2025-08-20T21:03:56.9291522Z 
2025-08-20T21:03:56.9291526Z 
2025-08-20T21:03:56.9291529Z 
2025-08-20T21:03:56.9291608Z [+] Continue : YES
2025-08-20T21:03:56.9291722Z 
2025-08-20T21:03:56.9291961Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:03:56.9833314Z 
2025-08-20T21:03:56.9833815Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:03:56 PM) UTC
2025-08-20T21:03:56.9834251Z 
2025-08-20T21:03:56.9852148Z 
2025-08-20T21:03:56.9852373Z [+] Total RECIPES :: 1
2025-08-20T21:03:56.9852605Z 
2025-08-20T21:03:56.9940270Z 
2025-08-20T21:03:56.9941226Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml (1/1)
2025-08-20T21:03:56.9941790Z 
2025-08-20T21:03:57.1701427Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:03:57.1714940Z mode of '/tmp/pkgforge/WoUg3Y9VG_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:03:57.1769755Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs [Provided]
2025-08-20T21:03:57.1770484Z [+] Setting '.pkg_family' --> hcxdumptool [Provided]
2025-08-20T21:03:57.1786583Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:03:57.1793137Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:03:57.1895787Z [00:00:00.010]➜  
2025-08-20T21:03:57.1897151Z [00:00:00.010]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml) --> /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:03:57 PM) UTC]
2025-08-20T21:03:57.1898084Z [00:00:00.010]➜  
2025-08-20T21:03:57.1898292Z [00:00:00.010]➜  
2025-08-20T21:03:57.1898491Z [00:00:00.010]➜  
2025-08-20T21:03:57.1898797Z [00:00:00.010]➜  ###################################################################
2025-08-20T21:03:57.1907415Z [00:00:00.012]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:03:57.1908654Z [00:00:00.012]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:03:57.1909735Z [00:00:00.012]➜  _disabled: false
2025-08-20T21:03:57.1910166Z [00:00:00.012]➜  
2025-08-20T21:03:57.1910571Z [00:00:00.012]➜  pkg: "hcxdumptool"
2025-08-20T21:03:57.1911082Z [00:00:00.012]➜  pkg_id: "nixpkgs.hcxdumptool"
2025-08-20T21:03:57.1911586Z [00:00:00.012]➜  pkg_type: "static"
2025-08-20T21:03:57.1911991Z [00:00:00.012]➜  category:
2025-08-20T21:03:57.1912790Z [00:00:00.012]➜    - "ConsoleOnly"
2025-08-20T21:03:57.1913106Z [00:00:00.012]➜    - "Utility"
2025-08-20T21:03:57.1913700Z [00:00:00.012]➜  description: "Small tool to capture packets from wlan devices"
2025-08-20T21:03:57.1914096Z [00:00:00.012]➜  distro_pkg:
2025-08-20T21:03:57.1914355Z [00:00:00.012]➜    archlinux:
2025-08-20T21:03:57.1914590Z [00:00:00.012]➜      aur:
2025-08-20T21:03:57.1914851Z [00:00:00.012]➜        - "hcxdumptool-git"
2025-08-20T21:03:57.1915124Z [00:00:00.012]➜      extra:
2025-08-20T21:03:57.1915370Z [00:00:00.012]➜        - "hcxdumptool"
2025-08-20T21:03:57.1915631Z [00:00:00.012]➜    debian:
2025-08-20T21:03:57.1915873Z [00:00:00.012]➜      - "hcxdumptool"
2025-08-20T21:03:57.1916127Z [00:00:00.012]➜    nixpkgs:
2025-08-20T21:03:57.1916596Z [00:00:00.012]➜      - "hcxdumptool"
2025-08-20T21:03:57.1916850Z [00:00:00.012]➜  homepage:
2025-08-20T21:03:57.1917166Z [00:00:00.012]➜    - "https://github.com/ZerBea/hcxdumptool"
2025-08-20T21:03:57.1917500Z [00:00:00.012]➜  maintainer:
2025-08-20T21:03:57.1917842Z [00:00:00.012]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:03:57.1918168Z [00:00:00.012]➜  note:
2025-08-20T21:03:57.1918456Z [00:00:00.012]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:03:57.1918928Z [00:00:00.012]➜    - "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"  
2025-08-20T21:03:57.1919306Z [00:00:00.012]➜  repology:
2025-08-20T21:03:57.1919550Z [00:00:00.012]➜    - "hcxdumptool"
2025-08-20T21:03:57.1919803Z [00:00:00.012]➜  src_url:
2025-08-20T21:03:57.1920100Z [00:00:00.012]➜    - "https://github.com/ZerBea/hcxdumptool"
2025-08-20T21:03:57.1920400Z [00:00:00.012]➜  tag:
2025-08-20T21:03:57.1920621Z [00:00:00.012]➜    - "pcap"
2025-08-20T21:03:57.1920889Z [00:00:00.012]➜    - "penetration-testing"
2025-08-20T21:03:57.1921168Z [00:00:00.012]➜    - "wifi"
2025-08-20T21:03:57.1921432Z [00:00:00.012]➜    - "wifi-security"
2025-08-20T21:03:57.1921685Z [00:00:00.012]➜  x_exec:
2025-08-20T21:03:57.1921929Z [00:00:00.012]➜    bsys: "host://nix"
2025-08-20T21:03:57.1922184Z [00:00:00.012]➜    host:
2025-08-20T21:03:57.1922440Z [00:00:00.012]➜      - "aarch64-Linux"
2025-08-20T21:03:57.1922715Z [00:00:00.012]➜      - "riscv64-Linux"
2025-08-20T21:03:57.1922977Z [00:00:00.012]➜      - "x86_64-Linux"
2025-08-20T21:03:57.1923413Z [00:00:00.012]➜    shell: "bash"
2025-08-20T21:03:57.1923662Z [00:00:00.012]➜    pkgver: |
2025-08-20T21:03:57.1924790Z [00:00:00.012]➜      nix derivation show "nixpkgs#hcxdumptool" --impure --refresh --quiet 1>&1 2>/dev/null | sed -n '/^[[:space:]]*{/,$p' | jq -r '.. | objects | (select(has("version")).version, (select(has("env")) | select(.env.__json != null) | .env.__json | fromjson | select(has("version")).version) | select(.))' | tr -d '"'\''[:space:]'
2025-08-20T21:03:57.1925729Z [00:00:00.012]➜    run: |
2025-08-20T21:03:57.1925961Z [00:00:00.012]➜      #Build
2025-08-20T21:03:57.1927058Z [00:00:00.012]➜       echo -e "\n" ; nix-instantiate --eval --expr "builtins.toJSON (with import <nixpkgs> {}; ${PKG}.meta)" --quiet 2>/dev/null | jq -r fromjson 2>/dev/null ; echo -e "\n"
2025-08-20T21:03:57.1928398Z [00:00:00.012]➜       nix-build '<nixpkgs>' --impure --attr "pkgsStatic.hcxdumptool" --cores "$(($(nproc)+1))" --max-jobs "$(($(nproc)+1))" --log-format bar-with-logs --out-link "${SBUILD_TMPDIR}/nixbuild"
2025-08-20T21:03:57.1929605Z [00:00:00.012]➜       find -L "$(find "${SBUILD_TMPDIR}" -maxdepth 1 -type d -o -type l -exec realpath "{}" \; | grep -Ev '^\.$' | head -n 1)" | sort | awk -F/ '{indent=""; for (i=2; i<NF; i++) indent=indent " "; print (NF>1 ? indent "--> " $NF : $NF)}'
2025-08-20T21:03:57.1930278Z [00:00:00.012]➜      #Fix Perms
2025-08-20T21:03:57.1930748Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type d -o -type l -exec realpath "{}" \; | grep -Ev '^\.$' |\
2025-08-20T21:03:57.1931291Z [00:00:00.012]➜       xargs -I{} find -L "{}" -type d -iregex ".*\(bin\|exec\).*" | \
2025-08-20T21:03:57.1931780Z [00:00:00.012]➜       xargs -I{} sudo rsync -achLv --no-relative "{}/." "${SBUILD_TMPDIR}/."
2025-08-20T21:03:57.1932493Z [00:00:00.012]➜       sudo chown -R "$(whoami):$(whoami)" "${SBUILD_TMPDIR}" && chmod -R 755 "${SBUILD_TMPDIR}"
2025-08-20T21:03:57.1932924Z [00:00:00.012]➜      #Fix Shell Scripts
2025-08-20T21:03:57.1933418Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -type f -iregex '.*\.\(bin\|pl\)$' -exec bash -c 'mv -fv "$1" "${1%.*}"' _ "{}" \;
2025-08-20T21:03:57.1934250Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -type f \( -name "*.sh" -o -exec sh -c 'file -i "$1" | grep -qiv "application/.*executable"' sh {} \; \) -print0 | xargs -0 -I {} sh -c '
2025-08-20T21:03:57.1934910Z [00:00:00.012]➜             sed "s|^#!/nix/store/.*/bin/sh|#!/bin/sh|" -i "{}" 2>/dev/null
2025-08-20T21:03:57.1935403Z [00:00:00.012]➜             sed "s|/nix/store[^ ]*/bin/\([^ ]*\)|/usr/local/bin/\1|g" -i "{}" 2>/dev/null
2025-08-20T21:03:57.1935885Z [00:00:00.012]➜             sed "s|/nix/store/[^/]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:03:57.1936580Z [00:00:00.012]➜             sed "s|/nix/store[^/ ]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:03:57.1937031Z [00:00:00.012]➜             sed "s|/nix/store[^ \"'\'']*|/|g" -i "{}" 2>/dev/null
2025-08-20T21:03:57.1937347Z [00:00:00.012]➜         '
2025-08-20T21:03:57.1937588Z [00:00:00.012]➜      #Copy
2025-08-20T21:03:57.1939000Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei 'application/.*executable|text/x-perl|text/.*script' | cut -d":" -f1 | xargs realpath | sort -u | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:03:57.1941134Z [00:00:00.012]➜       ( askalono --format "json" crawl --follow "${SBUILD_TMPDIR}" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "${SBUILD_OUTDIR}/LICENSE" ) 2>/dev/null
2025-08-20T21:03:57.1942205Z [00:00:00.012]➜  
2025-08-20T21:03:57.1942686Z [00:00:00.012]➜  ###################################################################
2025-08-20T21:03:57.1943210Z [00:00:00.012]➜  
2025-08-20T21:03:57.1943546Z [00:00:00.012]➜  
2025-08-20T21:03:57.1943877Z [00:00:00.012]➜  
2025-08-20T21:03:57.1944773Z [00:00:00.014]➜  '/tmp/pkgforge/WoUg3Y9VG_build.yaml' -> '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:03:59.6803411Z [00:00:02.501]➜  '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/hcxdumptool.static.version' -> '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/hcxdumptool.version'
2025-08-20T21:03:59.6862804Z [00:00:02.507]➜  [+] Version: 7.0.0 ('.x_exec.pkgver') [/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/hcxdumptool.static.version]
2025-08-20T21:03:59.7035587Z [00:00:02.524]➜  [+] Progs: hcxdumptool
2025-08-20T21:04:00.1175715Z [00:00:02.938]➜  
2025-08-20T21:04:00.1176481Z [00:00:02.938]➜  [-] Missing packages. Found: 
2025-08-20T21:04:00.1177085Z [00:00:02.938]➜  [+] Expected: hcxdumptool
2025-08-20T21:04:00.1177624Z [00:00:02.938]➜  [+] Continuing with build...
2025-08-20T21:04:00.1178080Z [00:00:02.938]➜  
2025-08-20T21:04:00.6244022Z [00:00:03.445]➜  
2025-08-20T21:04:00.6244354Z [00:00:03.445]➜  
2025-08-20T21:04:00.6336776Z [00:00:03.455]➜  + echo -e '\n'
2025-08-20T21:04:00.6337257Z [00:00:03.455]➜  
2025-08-20T21:04:00.6337611Z [00:00:03.455]➜  
2025-08-20T21:04:00.6340722Z [00:00:03.455]➜  + nix-instantiate --eval --expr 'builtins.toJSON (with import <nixpkgs> {}; hcxdumptool.meta)' --quiet
2025-08-20T21:04:00.6341658Z [00:00:03.455]➜  + jq -r fromjson
2025-08-20T21:04:00.8203444Z [00:00:03.641]➜  {
2025-08-20T21:04:00.8204494Z [00:00:03.641]➜    "available": true,
2025-08-20T21:04:00.8205340Z [00:00:03.641]➜    "broken": false,
2025-08-20T21:04:00.8206123Z [00:00:03.641]➜    "description": "Small tool to capture packets from wlan devices",
2025-08-20T21:04:00.8207327Z [00:00:03.641]➜    "homepage": "https://github.com/ZerBea/hcxdumptool",
2025-08-20T21:04:00.8207761Z [00:00:03.641]➜    "insecure": false,
2025-08-20T21:04:00.8208083Z [00:00:03.641]➜    "license": {
2025-08-20T21:04:00.8208401Z [00:00:03.641]➜      "deprecated": false,
2025-08-20T21:04:00.8208733Z [00:00:03.641]➜      "free": true,
2025-08-20T21:04:00.8209328Z [00:00:03.641]➜      "fullName": "MIT License",
2025-08-20T21:04:00.8209719Z [00:00:03.641]➜      "redistributable": true,
2025-08-20T21:04:00.8210091Z [00:00:03.641]➜      "shortName": "mit",
2025-08-20T21:04:00.8210419Z [00:00:03.641]➜      "spdxId": "MIT",
2025-08-20T21:04:00.8210817Z [00:00:03.641]➜      "url": "https://spdx.org/licenses/MIT.html"
2025-08-20T21:04:00.8211187Z [00:00:03.641]➜    },
2025-08-20T21:04:00.8211494Z [00:00:03.641]➜    "mainProgram": "hcxdumptool",
2025-08-20T21:04:00.8211855Z [00:00:03.641]➜    "maintainers": [
2025-08-20T21:04:00.8212150Z [00:00:03.641]➜      {
2025-08-20T21:04:00.8212470Z [00:00:03.641]➜        "email": "danielrf12@gmail.com",
2025-08-20T21:04:00.8212864Z [00:00:03.641]➜        "github": "danielfullmer",
2025-08-20T21:04:00.8213227Z [00:00:03.641]➜        "githubId": 1298344,
2025-08-20T21:04:00.8213582Z [00:00:03.641]➜        "name": "Daniel Fullmer"
2025-08-20T21:04:00.8213901Z [00:00:03.641]➜      }
2025-08-20T21:04:00.8214148Z [00:00:03.641]➜    ],
2025-08-20T21:04:00.8214447Z [00:00:03.641]➜    "maintainersPosition": {
2025-08-20T21:04:00.8214782Z [00:00:03.641]➜      "column": 5,
2025-08-20T21:04:00.8215464Z [00:00:03.641]➜      "file": "/nix/store/0nhqsm3lzxj71a9asqy05l1v9y7pqfc1-source/pkgs/by-name/hc/hcxdumptool/package.nix",
2025-08-20T21:04:00.8216110Z [00:00:03.641]➜      "line": 32
2025-08-20T21:04:00.8216583Z [00:00:03.641]➜    },
2025-08-20T21:04:00.8216848Z [00:00:03.641]➜    "name": "hcxdumptool-7.0.0",
2025-08-20T21:04:00.8217170Z [00:00:03.641]➜    "outputsToInstall": [
2025-08-20T21:04:00.8217448Z [00:00:03.641]➜      "out"
2025-08-20T21:04:00.8217673Z [00:00:03.641]➜    ],
2025-08-20T21:04:00.8217897Z [00:00:03.641]➜    "platforms": [
2025-08-20T21:04:00.8218172Z [00:00:03.641]➜      "aarch64-linux",
2025-08-20T21:04:00.8218449Z [00:00:03.641]➜      "armv5tel-linux",
2025-08-20T21:04:00.8218719Z [00:00:03.641]➜      "armv6l-linux",
2025-08-20T21:04:00.8219111Z [00:00:03.641]➜      "armv7a-linux",
2025-08-20T21:04:00.8219546Z [00:00:03.641]➜      "armv7l-linux",
2025-08-20T21:04:00.8220013Z [00:00:03.641]➜      "i686-linux",
2025-08-20T21:04:00.8220440Z [00:00:03.641]➜      "loongarch64-linux",
2025-08-20T21:04:00.8221118Z [00:00:03.641]➜      "m68k-linux",
2025-08-20T21:04:00.8261193Z [00:00:03.647]➜      "microblaze-linux",
2025-08-20T21:04:00.8261796Z [00:00:03.647]➜      "microblazeel-linux",
2025-08-20T21:04:00.8262329Z [00:00:03.647]➜      "mips-linux",
2025-08-20T21:04:00.8262805Z [00:00:03.647]➜      "mips64-linux",
2025-08-20T21:04:00.8263290Z [00:00:03.647]➜      "mips64el-linux",
2025-08-20T21:04:00.8263761Z [00:00:03.647]➜      "mipsel-linux",
2025-08-20T21:04:00.8264233Z [00:00:03.647]➜      "powerpc64-linux",
2025-08-20T21:04:00.8264737Z [00:00:03.647]➜      "powerpc64le-linux",
2025-08-20T21:04:00.8265226Z [00:00:03.647]➜      "riscv32-linux",
2025-08-20T21:04:00.8265689Z [00:00:03.647]➜      "riscv64-linux",
2025-08-20T21:04:00.8266144Z [00:00:03.647]➜      "s390-linux",
2025-08-20T21:04:00.8266838Z [00:00:03.647]➜      "s390x-linux",
2025-08-20T21:04:00.8273718Z [00:00:03.647]➜      "x86_64-linux"
2025-08-20T21:04:00.8274009Z [00:00:03.647]➜    ],
2025-08-20T21:04:00.8274604Z [00:00:03.647]➜    "position": "/nix/store/0nhqsm3lzxj71a9asqy05l1v9y7pqfc1-source/pkgs/by-name/hc/hcxdumptool/package.nix:29",
2025-08-20T21:04:00.8275180Z [00:00:03.647]➜    "unfree": false,
2025-08-20T21:04:00.8275463Z [00:00:03.647]➜    "unsupported": false
2025-08-20T21:04:00.8275729Z [00:00:03.647]➜  }
2025-08-20T21:04:00.8275954Z [00:00:03.647]➜  + echo -e '\n'
2025-08-20T21:04:00.8276188Z [00:00:03.647]➜  
2025-08-20T21:04:00.8276737Z [00:00:03.647]➜  
2025-08-20T21:04:00.8276981Z [00:00:03.648]➜  ++ nproc
2025-08-20T21:04:00.8285443Z [00:00:03.649]➜  ++ nproc
2025-08-20T21:04:00.8299860Z [00:00:03.651]➜  + nix-build '<nixpkgs>' --impure --attr pkgsStatic.hcxdumptool --cores 5 --max-jobs 5 --log-format bar-with-logs --out-link /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nixbuild
2025-08-20T21:04:02.0953819Z [00:00:04.916]➜  these 3 derivations will be built:
2025-08-20T21:04:02.0956511Z [00:00:04.916]➜    /nix/store/yrl52kans75s8x1snqvj91nhb0lkcz4d-libnl-static-x86_64-unknown-linux-musl-3.11.0.drv
2025-08-20T21:04:02.0958158Z [00:00:04.916]➜    /nix/store/0dzg2awrhspgjd2yshng6vkpyynmj8a8-libpcap-static-x86_64-unknown-linux-musl-1.10.5.drv
2025-08-20T21:04:02.0959790Z [00:00:04.916]➜    /nix/store/nfv3zqwxs5fxabjl8gp94py5b9xlnlif-hcxdumptool-static-x86_64-unknown-linux-musl-7.0.0.drv
2025-08-20T21:04:02.0961127Z [00:00:04.916]➜  these 152 paths will be fetched (243.15 MiB download, 1076.64 MiB unpacked):
2025-08-20T21:04:02.0962084Z [00:00:04.916]➜    /nix/store/7fini49zkfwf439iqxvm7nzz2v6aclrn-acl-2.3.2
2025-08-20T21:04:02.0962994Z [00:00:04.916]➜    /nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1
2025-08-20T21:04:02.0963898Z [00:00:04.916]➜    /nix/store/y8fm34v0jphjgp5h21w068h6p3f8hc05-attr-2.5.2
2025-08-20T21:04:02.0964778Z [00:00:04.916]➜    /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72
2025-08-20T21:04:02.0965741Z [00:00:04.916]➜    /nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5
2025-08-20T21:04:02.0966924Z [00:00:04.916]➜    /nix/store/klasp2p2vdjnxsmfvda4da80lphr22px-autoreconf-hook
2025-08-20T21:04:02.0967879Z [00:00:04.916]➜    /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0
2025-08-20T21:04:02.0968843Z [00:00:04.916]➜    /nix/store/lb33m49aslmvkx5l4xrkiy7m6nbh2kqf-bash-interactive-5.3p0
2025-08-20T21:04:02.0969818Z [00:00:04.916]➜    /nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2
2025-08-20T21:04:02.0970776Z [00:00:04.916]➜    /nix/store/ik9a1dn4229hirklndxb5cz1fp4z8md0-boost-1.87.0
2025-08-20T21:04:02.0971700Z [00:00:04.916]➜    /nix/store/csa88p9sbvp9hidfq0dpl23sshalmx2c-brotli-1.1.0-lib
2025-08-20T21:04:02.0972621Z [00:00:04.916]➜    /nix/store/d30jzadpdsxdk7jwp7h3znrfr5gpf816-bzip2-1.0.8
2025-08-20T21:04:02.0973524Z [00:00:04.916]➜    /nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin
2025-08-20T21:04:02.0974450Z [00:00:04.916]➜    /nix/store/29qc4slnbpvgzgjq04bprj5qmjf1v63x-cairo-1.18.4
2025-08-20T21:04:02.0975347Z [00:00:04.916]➜    /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7
2025-08-20T21:04:02.0976753Z [00:00:04.916]➜    /nix/store/889cb1d1hvly3ccdjhsii6f4m5f884ph-dav1d-1.5.1
2025-08-20T21:04:02.0977779Z [00:00:04.916]➜    /nix/store/hipp0nymgps2lmj84hx5dn6z9ribshb2-dejavu-fonts-minimal-2.37
2025-08-20T21:04:02.0978849Z [00:00:04.916]➜    /nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12
2025-08-20T21:04:02.0979811Z [00:00:04.916]➜    /nix/store/2agjllrh838v502xspfmmq8hckbqi6cm-docbook-xml-4.5
2025-08-20T21:04:02.0980830Z [00:00:04.916]➜    /nix/store/qrr9wzfwjdp410f0ifkalvap9pjirzak-docbook-xsl-nons-1.79.2
2025-08-20T21:04:02.0981952Z [00:00:04.916]➜    /nix/store/k5r892fqb2pb7ma7y2912aw6bmvcib7w-docbook-xsl-ns-1.79.2
2025-08-20T21:04:02.0982933Z [00:00:04.916]➜    /nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0
2025-08-20T21:04:02.0983796Z [00:00:04.916]➜    /nix/store/mly9f128r573m1i9q5a40ajc339ivmqp-ed-1.21.1
2025-08-20T21:04:02.0984749Z [00:00:04.916]➜    /nix/store/7safzfp9b25vfac2gsqiy60c8b6n43qa-expand-response-params
2025-08-20T21:04:02.0985587Z [00:00:04.916]➜    /nix/store/p23www756j3bjy9l1bf5bkwmr2vvd6h1-expat-2.7.1
2025-08-20T21:04:02.0986489Z [00:00:04.916]➜    /nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45
2025-08-20T21:04:02.0986979Z [00:00:04.916]➜    /nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45
2025-08-20T21:04:02.0987599Z [00:00:04.916]➜    /nix/store/wdds5a9jax6zwj7wxqwqqp9dr28apr4q-file-5.45-dev
2025-08-20T21:04:02.0988617Z [00:00:04.916]➜    /nix/store/yxprkg7zxf0wvncg8a8khk6290x0hpmh-find-xml-catalogs-hook
2025-08-20T21:04:02.0989637Z [00:00:04.916]➜    /nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0
2025-08-20T21:04:02.0990558Z [00:00:04.916]➜    /nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4
2025-08-20T21:04:02.0991463Z [00:00:04.916]➜    /nix/store/37pdc5hc0glsysfa301irli7fjngvn2v-fmt-10.2.1
2025-08-20T21:04:02.0992619Z [00:00:04.916]➜    /nix/store/5brcrrgap6n1yn3cgvgx6jswbvb9y7ja-fontconfig-2.16.2
2025-08-20T21:04:02.0993694Z [00:00:04.916]➜    /nix/store/lgcmyi7kylyx7d2kf8bszfr5vwpfnvfh-fontconfig-2.16.2-lib
2025-08-20T21:04:02.0994820Z [00:00:04.916]➜    /nix/store/yzkqzy5bjl433k0n63b7g2ji0rr9pf72-fortify-headers-1.1alpine3
2025-08-20T21:04:02.0995880Z [00:00:04.916]➜    /nix/store/vy0mz3qcqdycf9dxp7s06a1dizg7xwqi-freetype-2.13.3
2025-08-20T21:04:02.0997019Z [00:00:04.916]➜    /nix/store/yjmpym3ksdbrkdcipjhm8gayhlv0jp4r-fribidi-1.0.16
2025-08-20T21:04:02.0997946Z [00:00:04.916]➜    /nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2
2025-08-20T21:04:02.0998827Z [00:00:04.916]➜    /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0
2025-08-20T21:04:02.0999770Z [00:00:04.917]➜    /nix/store/fkw48vh7ivlvlmhp4j30hy2gvg00jgin-gcc-14.3.0-lib
2025-08-20T21:04:02.1000703Z [00:00:04.917]➜    /nix/store/cg41x0ldk43qlsndsbladyl0k4dxanvh-gcc-14.3.0-libgcc
2025-08-20T21:04:02.1001546Z [00:00:04.917]➜    /nix/store/40si62vx2pcnkxlnwysz1jdkybr4g6hg-gd-2.3.3
2025-08-20T21:04:02.1002234Z [00:00:04.917]➜    /nix/store/l3pzyjc5zmzp4bcbg40s6f5zjq87c77i-gdbm-1.25-lib
2025-08-20T21:04:02.1003081Z [00:00:04.917]➜    /nix/store/084l9gcppiyqwglglzvwbvxgk3k6cw1j-gdk-pixbuf-2.42.12
2025-08-20T21:04:02.1004274Z [00:00:04.917]➜    /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1
2025-08-20T21:04:02.1005177Z [00:00:04.917]➜    /nix/store/3qzrn1zp5nrh41c5bkx7q5cnjx6l7qm8-giflib-5.2.2
2025-08-20T21:04:02.1006038Z [00:00:04.917]➜    /nix/store/kww24b3s330m61gy3n7fdl6517vpayv6-glib-2.84.3
2025-08-20T21:04:02.1006937Z [00:00:04.917]➜    /nix/store/lmn7lwydprqibdkghw7wgcn21yhllz13-glibc-2.40-66
2025-08-20T21:04:02.1007595Z [00:00:04.917]➜    /nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin
2025-08-20T21:04:02.1008552Z [00:00:04.917]➜    /nix/store/74qjr01q87nwfl0dbsr1s45p8crw3q1f-glibc-2.40-66-dev
2025-08-20T21:04:02.1009433Z [00:00:04.917]➜    /nix/store/ahrvr02jq29g2fads1g6vl7qf2npy77y-gmp-6.3.0
2025-08-20T21:04:02.1010370Z [00:00:04.917]➜    /nix/store/f6yc9mbdp17kh3p70lhlix1w21jlj5kp-gmp-with-cxx-6.3.0
2025-08-20T21:04:02.1011342Z [00:00:04.917]➜    /nix/store/j9sc6w3yxdz5nli6sq7da7zdq149faj5-gmp-with-cxx-6.3.0
2025-08-20T21:04:02.1012233Z [00:00:04.917]➜    /nix/store/i2ipfxxnmqk1cs50ddg2v5vaap8zpd02-gnu-config-2024-01-01
2025-08-20T21:04:02.1013250Z [00:00:04.917]➜    /nix/store/xygrvqwrqmypkkmczjsi2f1jyqgd701m-gnu-config-2024-01-01
2025-08-20T21:04:02.1014236Z [00:00:04.917]➜    /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12
2025-08-20T21:04:02.1015128Z [00:00:04.917]➜    /nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20
2025-08-20T21:04:02.1016015Z [00:00:04.917]➜    /nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1
2025-08-20T21:04:02.1017015Z [00:00:04.917]➜    /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9
2025-08-20T21:04:02.1017896Z [00:00:04.917]➜    /nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35
2025-08-20T21:04:02.1018825Z [00:00:04.917]➜    /nix/store/fz27xn16j1j3svm431vxbgxrl744s4q8-graphite2-1.3.14
2025-08-20T21:04:02.1019856Z [00:00:04.917]➜    /nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1
2025-08-20T21:04:02.1020671Z [00:00:04.917]➜    /nix/store/0vzx9sw0apfqsx7qswwf27hj5rmy4r6b-gts-0.7.6
2025-08-20T21:04:02.1021534Z [00:00:04.917]➜    /nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14
2025-08-20T21:04:02.1022427Z [00:00:04.917]➜    /nix/store/w46nrr5gly3vvsv2vmn5nfclznqngvc0-harfbuzz-11.2.1
2025-08-20T21:04:02.1023321Z [00:00:04.917]➜    /nix/store/wpjmnya1ygh2i1z247idby154rjsbyyx-icu4c-76.1
2025-08-20T21:04:02.1023941Z [00:00:04.917]➜    /nix/store/1lcnn3dk28b16b7iwwc43fxkp0nz7fx4-isl-0.20
2025-08-20T21:04:02.1024392Z [00:00:04.917]➜    /nix/store/55bh0lhx6c6k2crm56ifc2qwz5fmwgyx-isl-0.20
2025-08-20T21:04:02.1024847Z [00:00:04.917]➜    /nix/store/6qzjybdiqrwi2hhn1ffz0m8fv87jzf4d-lerc-4.0.0
2025-08-20T21:04:02.1025344Z [00:00:04.917]➜    /nix/store/cc238fjs80avjnhfqi4l8gwflqa8lb10-libX11-1.8.12
2025-08-20T21:04:02.1025833Z [00:00:04.917]➜    /nix/store/q18ggx06ds7shnb7rw0m2p2j2aznda24-libXau-1.0.12
2025-08-20T21:04:02.1026892Z [00:00:04.917]➜    /nix/store/24kf4iz4g7gkh6mccjr4g616nalf67bk-libXdmcp-1.1.5
2025-08-20T21:04:02.1027458Z [00:00:04.917]➜    /nix/store/fhidyiaqww37gzc6fh0ph5qk3vpv8vv6-libXext-1.3.6
2025-08-20T21:04:02.1027967Z [00:00:04.917]➜    /nix/store/65i489wxp352nbqk13xj0hiskchzp6a1-libXft-2.3.9
2025-08-20T21:04:02.1028453Z [00:00:04.917]➜    /nix/store/9l9q6b0di8iy4n0vqzvfqja3kgk74kgf-libXpm-3.5.17
2025-08-20T21:04:02.1028953Z [00:00:04.917]➜    /nix/store/ib95pg7blpx74an2q1435mf3chzfqvz9-libXrender-0.9.12
2025-08-20T21:04:02.1029458Z [00:00:04.917]➜    /nix/store/kz3vmjbl164swlfw9n5gmzla5y9x4jhk-libaom-3.12.1
2025-08-20T21:04:02.1029946Z [00:00:04.917]➜    /nix/store/zll6vav2b2kzc7h6353byw7s47qsghk1-libavif-1.3.0
2025-08-20T21:04:02.1030481Z [00:00:04.917]➜    /nix/store/jwcnc1a3pv207fggv58qqyzn6npyaw1b-libdatrie-2019-12-20-lib
2025-08-20T21:04:02.1031019Z [00:00:04.917]➜    /nix/store/q1aig345yg8qkzb5y618xc14jr5rcs0x-libdeflate-1.24
2025-08-20T21:04:02.1031520Z [00:00:04.917]➜    /nix/store/qfz8slc34jinyfkvmskaplijj8a79w25-libffi-3.5.1
2025-08-20T21:04:02.1032002Z [00:00:04.917]➜    /nix/store/v9rj8vr6q5j3kr9nmdwhc3mi7cg55xcs-libidn2-2.3.8
2025-08-20T21:04:02.1032700Z [00:00:04.917]➜    /nix/store/qcy4z04nv25sbiw9l2kixvahh4xlcbcs-libjpeg-turbo-3.1.1
2025-08-20T21:04:02.1033216Z [00:00:04.917]➜    /nix/store/46b5xxdmd617xcxr9c9p95dlny0zm8h5-libmpc-1.3.1
2025-08-20T21:04:02.1033697Z [00:00:04.917]➜    /nix/store/p1n9z8p8dzfb12gmz8qcn3nzcmhgg14r-libmpc-1.3.1
2025-08-20T21:04:02.1034208Z [00:00:04.917]➜    /nix/store/5v0jlq9rn8xns73rah5s7f687y74s68k-libpcap-1.10.5.tar.gz
2025-08-20T21:04:02.1034740Z [00:00:04.917]➜    /nix/store/fvjkayjwp5ysfkmbvr4g5g4l8ba36wmy-libpng-apng-1.6.47
2025-08-20T21:04:02.1035257Z [00:00:04.917]➜    /nix/store/34lr4lwh8wxk86zrbhw3c91cjcxfwd80-libselinux-3.8.1
2025-08-20T21:04:02.1035767Z [00:00:04.917]➜    /nix/store/2dmar7pdi52ydrpfrxpz4zn2p33isqaa-libthai-0.1.29
2025-08-20T21:04:02.1036424Z [00:00:04.917]➜    /nix/store/3p8970kqbbrjvn7a6l875vkp3sga3345-libtiff-4.7.0
2025-08-20T21:04:02.1036959Z [00:00:04.917]➜    /nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4
2025-08-20T21:04:02.1037454Z [00:00:04.917]➜    /nix/store/bk2lnyr4lrlgwbxaf1jdwfdkn4f2n9h4-libtool-2.5.4-lib
2025-08-20T21:04:02.1037971Z [00:00:04.917]➜    /nix/store/562jc9ym7vd1zsw6sbq7i6j1vg8k1x32-libunistring-1.3
2025-08-20T21:04:02.1038464Z [00:00:04.917]➜    /nix/store/137bc7m0vjdcc22wkdw655l67nm6wsng-libvmaf-3.0.0
2025-08-20T21:04:02.1038969Z [00:00:04.917]➜    /nix/store/8kgj4vk3201i2nl8dryg0554nzxcazfx-libwebp-1.6.0
2025-08-20T21:04:02.1039472Z [00:00:04.917]➜    /nix/store/9yam7xvh7shxyljlqxgas6g1d334m040-libwebp-1.6.0
2025-08-20T21:04:02.1039965Z [00:00:04.917]➜    /nix/store/gk2g52fcbwlh0qvczci2clc5zxjnb28m-libxcb-1.17.0
2025-08-20T21:04:02.1040465Z [00:00:04.917]➜    /nix/store/sdyl0b9k0ijgdfwba9cgp76m81nhm387-libxcrypt-4.4.38
2025-08-20T21:04:02.1041065Z [00:00:04.917]➜    /nix/store/ayksccfcmihbjz9075yd285fhdzdzlfl-libxml2-2.14.4-unstable-2025-06-20
2025-08-20T21:04:02.1041871Z [00:00:04.917]➜    /nix/store/iwjar74587v78zbc7kcj9l0chd573yar-libxml2-2.14.4-unstable-2025-06-20-bin
2025-08-20T21:04:02.1042477Z [00:00:04.917]➜    /nix/store/gpwcsm32n7i4pj11vi8c4frspa0nli9m-libxslt-1.1.43
2025-08-20T21:04:02.1042994Z [00:00:04.917]➜    /nix/store/g3d1y59v2xi5g237yynb3l8a0iimsbna-libxslt-1.1.43-bin
2025-08-20T21:04:02.1043491Z [00:00:04.917]➜    /nix/store/2m55mixr4fb8k7m50cagg3k3r3k7j34h-libyuv-1908
2025-08-20T21:04:02.1044001Z [00:00:04.917]➜    /nix/store/v0sk2zdlpakiz0xqf6fn9vm2lfl7wg8r-linux-headers-6.14.7
2025-08-20T21:04:02.1044582Z [00:00:04.917]➜    /nix/store/3wi61527nhv09mw8c16gibvgj6pf3cg2-linux-headers-static-6.14.7
2025-08-20T21:04:02.1045112Z [00:00:04.917]➜    /nix/store/zmf3f2ikkgr7vnn5qsc1x8sr6wk8z71n-lzo-2.10
2025-08-20T21:04:02.1045585Z [00:00:04.917]➜    /nix/store/sldk7q9f60pm7s9sr2ir9qmk5242ig6j-mailcap-2.1.54
2025-08-20T21:04:02.1046073Z [00:00:04.917]➜    /nix/store/lsbw8y9k2sg13c7z1nrqgzmg42ln1ji2-mpdecimal-4.0.1
2025-08-20T21:04:02.1046753Z [00:00:04.917]➜    /nix/store/s0bw3ahvpbl9zznakz7lb67rsa8ccvv3-mpfr-4.2.2
2025-08-20T21:04:02.1047222Z [00:00:04.917]➜    /nix/store/vcb1zshk30mw57lib3wsqf1cxp8y4gk2-mpfr-4.2.2
2025-08-20T21:04:02.1047690Z [00:00:04.917]➜    /nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20
2025-08-20T21:04:02.1048288Z [00:00:04.917]➜    /nix/store/yhf3iwrxa47s5rh92hh3zpyicjp7krnl-musl-static-x86_64-unknown-linux-musl-1.2.5
2025-08-20T21:04:02.1049024Z [00:00:04.917]➜    /nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin
2025-08-20T21:04:02.1049770Z [00:00:04.917]➜    /nix/store/6lxk8zmw91zp75ipnlhq9xdrdqrwbjdx-musl-static-x86_64-unknown-linux-musl-1.2.5-dev
2025-08-20T21:04:02.1050397Z [00:00:04.917]➜    /nix/store/ikshldlpw00r98sa5slf75f1flnxg52c-ncompress-5.0
2025-08-20T21:04:02.1050885Z [00:00:04.917]➜    /nix/store/4kark163478mlnx42k2gakrji1z43z9m-ncurses-6.5
2025-08-20T21:04:02.1051368Z [00:00:04.917]➜    /nix/store/lyl9yxxz8a3mlaxvm0jln6mglpbf2fha-openssl-3.5.1
2025-08-20T21:04:02.1052002Z [00:00:04.917]➜    /nix/store/sp6d6xjc541vd0dvyi7h4wy1fx1yy2q1-openssl-static-x86_64-unknown-linux-musl-3.5.1
2025-08-20T21:04:02.1052765Z [00:00:04.917]➜    /nix/store/8ywq1pmijwsgihdrbl4zhp0nmb8d80k5-openssl-static-x86_64-unknown-linux-musl-3.5.1-bin
2025-08-20T21:04:02.1053676Z [00:00:04.917]➜    /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev
2025-08-20T21:04:02.1054434Z [00:00:04.917]➜    /nix/store/vxd8m97i6n2lfj01wwm7b3p6p5xz51lz-openssl-static-x86_64-unknown-linux-musl-3.5.1-etc
2025-08-20T21:04:02.1055059Z [00:00:04.917]➜    /nix/store/jmjzwbsx3i3ahid7in49429116rv2b2w-pango-1.56.3
2025-08-20T21:04:02.1055633Z [00:00:04.917]➜    /nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8
2025-08-20T21:04:02.1056723Z [00:00:04.917]➜    /nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0
2025-08-20T21:04:02.1057599Z [00:00:04.917]➜    /nix/store/7bgq9cg5ak81wf8ci849649z4qxkqlf7-pcre2-10.44
2025-08-20T21:04:02.1058435Z [00:00:04.917]➜    /nix/store/49rng2j1jbdr3jvgci5x6pv15lam6ysx-perl-5.40.0
2025-08-20T21:04:02.1059289Z [00:00:04.917]➜    /nix/store/c2dv7ggdgyhqzb2qkqxfa1a7jgm5vi2y-pixman-0.46.2
2025-08-20T21:04:02.1060239Z [00:00:04.917]➜    /nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2
2025-08-20T21:04:02.1060775Z [00:00:04.917]➜    /nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5
2025-08-20T21:04:02.1061275Z [00:00:04.917]➜    /nix/store/wqg50ip92b4626ryk097yszg6lyi32bf-readline-8.3p1
2025-08-20T21:04:02.1061732Z [00:00:04.917]➜    /nix/store/2d9m88nzhfwnj5wicxwmnw60havflk93-source
2025-08-20T21:04:02.1062162Z [00:00:04.917]➜    /nix/store/sbzpz241d10p6lnqjgpms5ashp82g0cj-source
2025-08-20T21:04:02.1062667Z [00:00:04.917]➜    /nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9
2025-08-20T21:04:02.1063279Z [00:00:04.917]➜    /nix/store/fy99wg3raisidhz0yz6iwbr4fn5j6zlx-source-highlight-3.1.9-dev
2025-08-20T21:04:02.1063840Z [00:00:04.917]➜    /nix/store/sn0ygj0hlhlfm68sqjyb643v1mdpfavd-spdlog-1.15.2
2025-08-20T21:04:02.1064513Z [00:00:04.917]➜    /nix/store/yd47pmkv6iv58gs5v5jgyblvkw87pqx3-sqlite-3.50.2
2025-08-20T21:04:02.1065017Z [00:00:04.917]➜    /nix/store/l5r2hk5p1a1h4lvp1ba7wgx380a5rfdy-stdenv-linux
2025-08-20T21:04:02.1065510Z [00:00:04.917]➜    /nix/store/ms10flhvgnd1nsfwnb355aw414ijlq8j-tzdata-2025b
2025-08-20T21:04:02.1066116Z [00:00:04.917]➜    /nix/store/bfp36pm2rwiayb1fh05ysal07zwkwyd3-update-autotools-gnu-config-scripts-hook
2025-08-20T21:04:02.1067314Z [00:00:04.917]➜    /nix/store/rkamggyz8rbsb61qal5xvi97yks1g3ma-update-autotools-gnu-config-scripts-hook
2025-08-20T21:04:02.1067991Z [00:00:04.917]➜    /nix/store/29f7lcljr566rb1cqf14a3rcjpajbg7i-util-linux-minimal-2.41-lib
2025-08-20T21:04:02.1068643Z [00:00:04.917]➜    /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44
2025-08-20T21:04:02.1069371Z [00:00:04.917]➜    /nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44
2025-08-20T21:04:02.1070093Z [00:00:04.917]➜    /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0
2025-08-20T21:04:02.1070808Z [00:00:04.917]➜    /nix/store/h432c964cimsg5w7z8bygpycsa9pwaq9-x86_64-unknown-linux-musl-gcc-14.3.0-lib
2025-08-20T21:04:02.1071523Z [00:00:04.917]➜    /nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0
2025-08-20T21:04:02.1072283Z [00:00:04.917]➜    /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2
2025-08-20T21:04:02.1073254Z [00:00:04.917]➜    /nix/store/n9mggs3wskqv3vqd4xn8hbq2yzcf2z1d-xgcc-14.3.0-libgcc
2025-08-20T21:04:02.1074115Z [00:00:04.917]➜    /nix/store/lrzs7l92j20n81rv4hs5js5qigg686s3-xz-5.8.1
2025-08-20T21:04:02.1074913Z [00:00:04.917]➜    /nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin
2025-08-20T21:04:02.1075733Z [00:00:04.917]➜    /nix/store/97jdzvwjgwy2g4xcijimadl0vpj6laqh-zlib-1.3.1
2025-08-20T21:04:02.1076812Z [00:00:04.917]➜    /nix/store/s77wpgad8w4yydm9qzb6prm7g8fg23z3-zstd-1.5.7
2025-08-20T21:04:02.1077520Z [00:00:04.927]➜  copying path '/nix/store/sbzpz241d10p6lnqjgpms5ashp82g0cj-source' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1078514Z [00:00:04.928]➜  copying path '/nix/store/vxd8m97i6n2lfj01wwm7b3p6p5xz51lz-openssl-static-x86_64-unknown-linux-musl-3.5.1-etc' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1083505Z [00:00:04.929]➜  copying path '/nix/store/yzkqzy5bjl433k0n63b7g2ji0rr9pf72-fortify-headers-1.1alpine3' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1085670Z [00:00:04.929]➜  copying path '/nix/store/xygrvqwrqmypkkmczjsi2f1jyqgd701m-gnu-config-2024-01-01' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1092777Z [00:00:04.930]➜  copying path '/nix/store/yhf3iwrxa47s5rh92hh3zpyicjp7krnl-musl-static-x86_64-unknown-linux-musl-1.2.5' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1096448Z [00:00:04.930]➜  copying path '/nix/store/n9mggs3wskqv3vqd4xn8hbq2yzcf2z1d-xgcc-14.3.0-libgcc' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1098337Z [00:00:04.931]➜  copying path '/nix/store/h432c964cimsg5w7z8bygpycsa9pwaq9-x86_64-unknown-linux-musl-gcc-14.3.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1106601Z [00:00:04.931]➜  copying path '/nix/store/cg41x0ldk43qlsndsbladyl0k4dxanvh-gcc-14.3.0-libgcc' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1109301Z [00:00:04.932]➜  copying path '/nix/store/562jc9ym7vd1zsw6sbq7i6j1vg8k1x32-libunistring-1.3' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1112181Z [00:00:04.932]➜  copying path '/nix/store/3wi61527nhv09mw8c16gibvgj6pf3cg2-linux-headers-static-6.14.7' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1114048Z [00:00:04.932]➜  copying path '/nix/store/5v0jlq9rn8xns73rah5s7f687y74s68k-libpcap-1.10.5.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1160895Z [00:00:04.937]➜  copying path '/nix/store/2d9m88nzhfwnj5wicxwmnw60havflk93-source' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1211664Z [00:00:04.942]➜  copying path '/nix/store/hipp0nymgps2lmj84hx5dn6z9ribshb2-dejavu-fonts-minimal-2.37' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1219826Z [00:00:04.943]➜  copying path '/nix/store/yxprkg7zxf0wvncg8a8khk6290x0hpmh-find-xml-catalogs-hook' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1227435Z [00:00:04.943]➜  copying path '/nix/store/sldk7q9f60pm7s9sr2ir9qmk5242ig6j-mailcap-2.1.54' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1230790Z [00:00:04.944]➜  copying path '/nix/store/ms10flhvgnd1nsfwnb355aw414ijlq8j-tzdata-2025b' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1236518Z [00:00:04.944]➜  copying path '/nix/store/v0sk2zdlpakiz0xqf6fn9vm2lfl7wg8r-linux-headers-6.14.7' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1238455Z [00:00:04.944]➜  copying path '/nix/store/sp6d6xjc541vd0dvyi7h4wy1fx1yy2q1-openssl-static-x86_64-unknown-linux-musl-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1239694Z [00:00:04.944]➜  copying path '/nix/store/bfp36pm2rwiayb1fh05ysal07zwkwyd3-update-autotools-gnu-config-scripts-hook' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1415404Z [00:00:04.962]➜  copying path '/nix/store/2agjllrh838v502xspfmmq8hckbqi6cm-docbook-xml-4.5' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1417660Z [00:00:04.962]➜  copying path '/nix/store/qrr9wzfwjdp410f0ifkalvap9pjirzak-docbook-xsl-nons-1.79.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.1420645Z [00:00:04.963]➜  copying path '/nix/store/k5r892fqb2pb7ma7y2912aw6bmvcib7w-docbook-xsl-ns-1.79.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.2091940Z [00:00:05.030]➜  copying path '/nix/store/v9rj8vr6q5j3kr9nmdwhc3mi7cg55xcs-libidn2-2.3.8' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.2094032Z [00:00:05.030]➜  copying path '/nix/store/5brcrrgap6n1yn3cgvgx6jswbvb9y7ja-fontconfig-2.16.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.2115693Z [00:00:05.032]➜  copying path '/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.3179281Z [00:00:05.138]➜  copying path '/nix/store/lmn7lwydprqibdkghw7wgcn21yhllz13-glibc-2.40-66' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.3585215Z [00:00:05.179]➜  copying path '/nix/store/8ywq1pmijwsgihdrbl4zhp0nmb8d80k5-openssl-static-x86_64-unknown-linux-musl-3.5.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:04:02.5180458Z [00:00:05.339]➜  copying path '/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1377786Z [00:00:05.958]➜  copying path '/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1379508Z [00:00:05.959]➜  copying path '/nix/store/y8fm34v0jphjgp5h21w068h6p3f8hc05-attr-2.5.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1381175Z [00:00:05.959]➜  copying path '/nix/store/d30jzadpdsxdk7jwp7h3znrfr5gpf816-bzip2-1.0.8' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1382815Z [00:00:05.959]➜  copying path '/nix/store/csa88p9sbvp9hidfq0dpl23sshalmx2c-brotli-1.1.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1384528Z [00:00:05.959]➜  copying path '/nix/store/7safzfp9b25vfac2gsqiy60c8b6n43qa-expand-response-params' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1386191Z [00:00:05.959]➜  copying path '/nix/store/yjmpym3ksdbrkdcipjhm8gayhlv0jp4r-fribidi-1.0.16' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1387951Z [00:00:05.959]➜  copying path '/nix/store/fkw48vh7ivlvlmhp4j30hy2gvg00jgin-gcc-14.3.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1389477Z [00:00:05.960]➜  copying path '/nix/store/3qzrn1zp5nrh41c5bkx7q5cnjx6l7qm8-giflib-5.2.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1391832Z [00:00:05.960]➜  copying path '/nix/store/889cb1d1hvly3ccdjhsii6f4m5f884ph-dav1d-1.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1393453Z [00:00:05.960]➜  copying path '/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1399951Z [00:00:05.960]➜  copying path '/nix/store/mly9f128r573m1i9q5a40ajc339ivmqp-ed-1.21.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1401444Z [00:00:05.961]➜  copying path '/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1402345Z [00:00:05.961]➜  copying path '/nix/store/l3pzyjc5zmzp4bcbg40s6f5zjq87c77i-gdbm-1.25-lib' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1403205Z [00:00:05.961]➜  copying path '/nix/store/p23www756j3bjy9l1bf5bkwmr2vvd6h1-expat-2.7.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1404008Z [00:00:05.961]➜  copying path '/nix/store/ahrvr02jq29g2fads1g6vl7qf2npy77y-gmp-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1404839Z [00:00:05.961]➜  copying path '/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1567926Z [00:00:05.975]➜  copying path '/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1576740Z [00:00:05.978]➜  copying path '/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1586788Z [00:00:05.979]➜  copying path '/nix/store/q18ggx06ds7shnb7rw0m2p2j2aznda24-libXau-1.0.12' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1641602Z [00:00:05.983]➜  copying path '/nix/store/7fini49zkfwf439iqxvm7nzz2v6aclrn-acl-2.3.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1643516Z [00:00:05.985]➜  copying path '/nix/store/24kf4iz4g7gkh6mccjr4g616nalf67bk-libXdmcp-1.1.5' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1665771Z [00:00:05.986]➜  copying path '/nix/store/jwcnc1a3pv207fggv58qqyzn6npyaw1b-libdatrie-2019-12-20-lib' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1908932Z [00:00:06.009]➜  copying path '/nix/store/q1aig345yg8qkzb5y618xc14jr5rcs0x-libdeflate-1.24' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.1997638Z [00:00:06.012]➜  copying path '/nix/store/qfz8slc34jinyfkvmskaplijj8a79w25-libffi-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2005959Z [00:00:06.021]➜  copying path '/nix/store/qcy4z04nv25sbiw9l2kixvahh4xlcbcs-libjpeg-turbo-3.1.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2010084Z [00:00:06.022]➜  copying path '/nix/store/gk2g52fcbwlh0qvczci2clc5zxjnb28m-libxcb-1.17.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2073299Z [00:00:06.028]➜  copying path '/nix/store/2dmar7pdi52ydrpfrxpz4zn2p33isqaa-libthai-0.1.29' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2075180Z [00:00:06.028]➜  copying path '/nix/store/bk2lnyr4lrlgwbxaf1jdwfdkn4f2n9h4-libtool-2.5.4-lib' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2125903Z [00:00:06.033]➜  copying path '/nix/store/sdyl0b9k0ijgdfwba9cgp76m81nhm387-libxcrypt-4.4.38' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2131661Z [00:00:06.034]➜  copying path '/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2378243Z [00:00:06.056]➜  copying path '/nix/store/1lcnn3dk28b16b7iwwc43fxkp0nz7fx4-isl-0.20' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2438905Z [00:00:06.065]➜  copying path '/nix/store/zmf3f2ikkgr7vnn5qsc1x8sr6wk8z71n-lzo-2.10' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2445338Z [00:00:06.065]➜  copying path '/nix/store/ayksccfcmihbjz9075yd285fhdzdzlfl-libxml2-2.14.4-unstable-2025-06-20' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2447585Z [00:00:06.065]➜  copying path '/nix/store/vcb1zshk30mw57lib3wsqf1cxp8y4gk2-mpfr-4.2.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2503087Z [00:00:06.071]➜  copying path '/nix/store/lsbw8y9k2sg13c7z1nrqgzmg42ln1ji2-mpdecimal-4.0.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2525083Z [00:00:06.073]➜  copying path '/nix/store/ikshldlpw00r98sa5slf75f1flnxg52c-ncompress-5.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2560983Z [00:00:06.077]➜  copying path '/nix/store/4kark163478mlnx42k2gakrji1z43z9m-ncurses-6.5' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2799574Z [00:00:06.101]➜  copying path '/nix/store/lyl9yxxz8a3mlaxvm0jln6mglpbf2fha-openssl-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.2891241Z [00:00:06.110]➜  copying path '/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3077090Z [00:00:06.128]➜  copying path '/nix/store/74qjr01q87nwfl0dbsr1s45p8crw3q1f-glibc-2.40-66-dev' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3088944Z [00:00:06.129]➜  copying path '/nix/store/97jdzvwjgwy2g4xcijimadl0vpj6laqh-zlib-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3090919Z [00:00:06.130]➜  copying path '/nix/store/c2dv7ggdgyhqzb2qkqxfa1a7jgm5vi2y-pixman-0.46.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3092830Z [00:00:06.130]➜  copying path '/nix/store/7bgq9cg5ak81wf8ci849649z4qxkqlf7-pcre2-10.44' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3094500Z [00:00:06.130]➜  copying path '/nix/store/lrzs7l92j20n81rv4hs5js5qigg686s3-xz-5.8.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3096201Z [00:00:06.130]➜  copying path '/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3152162Z [00:00:06.136]➜  copying path '/nix/store/i2ipfxxnmqk1cs50ddg2v5vaap8zpd02-gnu-config-2024-01-01' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3160500Z [00:00:06.137]➜  copying path '/nix/store/46b5xxdmd617xcxr9c9p95dlny0zm8h5-libmpc-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3317738Z [00:00:06.152]➜  copying path '/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3342395Z [00:00:06.155]➜  copying path '/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3407525Z [00:00:06.156]➜  copying path '/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3456196Z [00:00:06.166]➜  copying path '/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3576109Z [00:00:06.178]➜  copying path '/nix/store/cc238fjs80avjnhfqi4l8gwflqa8lb10-libX11-1.8.12' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3697859Z [00:00:06.183]➜  copying path '/nix/store/fvjkayjwp5ysfkmbvr4g5g4l8ba36wmy-libpng-apng-1.6.47' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3878090Z [00:00:06.202]➜  copying path '/nix/store/iwjar74587v78zbc7kcj9l0chd573yar-libxml2-2.14.4-unstable-2025-06-20-bin' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3907112Z [00:00:06.212]➜  copying path '/nix/store/gpwcsm32n7i4pj11vi8c4frspa0nli9m-libxslt-1.1.43' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3953352Z [00:00:06.216]➜  copying path '/nix/store/rkamggyz8rbsb61qal5xvi97yks1g3ma-update-autotools-gnu-config-scripts-hook' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3978346Z [00:00:06.219]➜  copying path '/nix/store/6lxk8zmw91zp75ipnlhq9xdrdqrwbjdx-musl-static-x86_64-unknown-linux-musl-1.2.5-dev' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.3984220Z [00:00:06.219]➜  copying path '/nix/store/yd47pmkv6iv58gs5v5jgyblvkw87pqx3-sqlite-3.50.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.4038344Z [00:00:06.223]➜  copying path '/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.4043708Z [00:00:06.223]➜  copying path '/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.4143243Z [00:00:06.235]➜  copying path '/nix/store/vy0mz3qcqdycf9dxp7s06a1dizg7xwqi-freetype-2.13.3' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.4154803Z [00:00:06.236]➜  copying path '/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.4208930Z [00:00:06.242]➜  copying path '/nix/store/34lr4lwh8wxk86zrbhw3c91cjcxfwd80-libselinux-3.8.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.4214297Z [00:00:06.242]➜  copying path '/nix/store/9yam7xvh7shxyljlqxgas6g1d334m040-libwebp-1.6.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.4219565Z [00:00:06.243]➜  copying path '/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.4478372Z [00:00:06.267]➜  copying path '/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5299813Z [00:00:06.351]➜  copying path '/nix/store/g3d1y59v2xi5g237yynb3l8a0iimsbna-libxslt-1.1.43-bin' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5360960Z [00:00:06.357]➜  copying path '/nix/store/wdds5a9jax6zwj7wxqwqqp9dr28apr4q-file-5.45-dev' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5374076Z [00:00:06.358]➜  copying path '/nix/store/lgcmyi7kylyx7d2kf8bszfr5vwpfnvfh-fontconfig-2.16.2-lib' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5672876Z [00:00:06.386]➜  copying path '/nix/store/37pdc5hc0glsysfa301irli7fjngvn2v-fmt-10.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5679710Z [00:00:06.387]➜  copying path '/nix/store/fz27xn16j1j3svm431vxbgxrl744s4q8-graphite2-1.3.14' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5682243Z [00:00:06.387]➜  copying path '/nix/store/6qzjybdiqrwi2hhn1ffz0m8fv87jzf4d-lerc-4.0.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5685123Z [00:00:06.389]➜  copying path '/nix/store/wpjmnya1ygh2i1z247idby154rjsbyyx-icu4c-76.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5687835Z [00:00:06.389]➜  copying path '/nix/store/f6yc9mbdp17kh3p70lhlix1w21jlj5kp-gmp-with-cxx-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5689501Z [00:00:06.389]➜  copying path '/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5707690Z [00:00:06.390]➜  copying path '/nix/store/j9sc6w3yxdz5nli6sq7da7zdq149faj5-gmp-with-cxx-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5709545Z [00:00:06.390]➜  copying path '/nix/store/137bc7m0vjdcc22wkdw655l67nm6wsng-libvmaf-3.0.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5711553Z [00:00:06.391]➜  copying path '/nix/store/2m55mixr4fb8k7m50cagg3k3r3k7j34h-libyuv-1908' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.5713340Z [00:00:06.392]➜  copying path '/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6029380Z [00:00:06.421]➜  copying path '/nix/store/29f7lcljr566rb1cqf14a3rcjpajbg7i-util-linux-minimal-2.41-lib' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6238912Z [00:00:06.445]➜  copying path '/nix/store/55bh0lhx6c6k2crm56ifc2qwz5fmwgyx-isl-0.20' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6241089Z [00:00:06.445]➜  copying path '/nix/store/sn0ygj0hlhlfm68sqjyb643v1mdpfavd-spdlog-1.15.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6243066Z [00:00:06.445]➜  copying path '/nix/store/s77wpgad8w4yydm9qzb6prm7g8fg23z3-zstd-1.5.7' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6244843Z [00:00:06.445]➜  copying path '/nix/store/s0bw3ahvpbl9zznakz7lb67rsa8ccvv3-mpfr-4.2.2' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6246957Z [00:00:06.445]➜  copying path '/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6394205Z [00:00:06.460]➜  copying path '/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6461442Z [00:00:06.467]➜  copying path '/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6527250Z [00:00:06.473]➜  copying path '/nix/store/fhidyiaqww37gzc6fh0ph5qk3vpv8vv6-libXext-1.3.6' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6572896Z [00:00:06.478]➜  copying path '/nix/store/9l9q6b0di8iy4n0vqzvfqja3kgk74kgf-libXpm-3.5.17' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6648107Z [00:00:06.483]➜  copying path '/nix/store/ib95pg7blpx74an2q1435mf3chzfqvz9-libXrender-0.9.12' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.6653523Z [00:00:06.484]➜  copying path '/nix/store/kz3vmjbl164swlfw9n5gmzla5y9x4jhk-libaom-3.12.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.7006939Z [00:00:06.521]➜  copying path '/nix/store/65i489wxp352nbqk13xj0hiskchzp6a1-libXft-2.3.9' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.7208862Z [00:00:06.542]➜  copying path '/nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.7483303Z [00:00:06.569]➜  copying path '/nix/store/p1n9z8p8dzfb12gmz8qcn3nzcmhgg14r-libmpc-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.7848338Z [00:00:06.605]➜  copying path '/nix/store/3p8970kqbbrjvn7a6l875vkp3sga3345-libtiff-4.7.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.8239178Z [00:00:06.645]➜  copying path '/nix/store/kww24b3s330m61gy3n7fdl6517vpayv6-glib-2.84.3' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.8751235Z [00:00:06.696]➜  copying path '/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.8754269Z [00:00:06.696]➜  copying path '/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.8755937Z [00:00:06.696]➜  copying path '/nix/store/49rng2j1jbdr3jvgci5x6pv15lam6ysx-perl-5.40.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:03.9013984Z [00:00:06.722]➜  copying path '/nix/store/8kgj4vk3201i2nl8dryg0554nzxcazfx-libwebp-1.6.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.6086696Z [00:00:07.429]➜  copying path '/nix/store/084l9gcppiyqwglglzvwbvxgk3k6cw1j-gdk-pixbuf-2.42.12' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.6089993Z [00:00:07.429]➜  copying path '/nix/store/w46nrr5gly3vvsv2vmn5nfclznqngvc0-harfbuzz-11.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.6091637Z [00:00:07.429]➜  copying path '/nix/store/0vzx9sw0apfqsx7qswwf27hj5rmy4r6b-gts-0.7.6' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.6093437Z [00:00:07.430]➜  copying path '/nix/store/29qc4slnbpvgzgjq04bprj5qmjf1v63x-cairo-1.18.4' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.6644639Z [00:00:07.484]➜  copying path '/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.7131738Z [00:00:07.534]➜  copying path '/nix/store/wqg50ip92b4626ryk097yszg6lyi32bf-readline-8.3p1' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.7302398Z [00:00:07.551]➜  copying path '/nix/store/ik9a1dn4229hirklndxb5cz1fp4z8md0-boost-1.87.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.7530132Z [00:00:07.574]➜  copying path '/nix/store/lb33m49aslmvkx5l4xrkiy7m6nbh2kqf-bash-interactive-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.7533440Z [00:00:07.574]➜  copying path '/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.7540067Z [00:00:07.575]➜  copying path '/nix/store/zll6vav2b2kzc7h6353byw7s47qsghk1-libavif-1.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.7550494Z [00:00:07.576]➜  copying path '/nix/store/jmjzwbsx3i3ahid7in49429116rv2b2w-pango-1.56.3' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.7979085Z [00:00:07.616]➜  copying path '/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.8322181Z [00:00:07.653]➜  copying path '/nix/store/40si62vx2pcnkxlnwysz1jdkybr4g6hg-gd-2.3.3' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.8894735Z [00:00:07.710]➜  copying path '/nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:04.8901493Z [00:00:07.711]➜  copying path '/nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20' from 'https://cache.nixos.org'...
2025-08-20T21:04:05.0360668Z [00:00:07.857]➜  copying path '/nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9' from 'https://cache.nixos.org'...
2025-08-20T21:04:05.1700430Z [00:00:07.988]➜  copying path '/nix/store/fy99wg3raisidhz0yz6iwbr4fn5j6zlx-source-highlight-3.1.9-dev' from 'https://cache.nixos.org'...
2025-08-20T21:04:05.4125830Z [00:00:08.233]➜  copying path '/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5' from 'https://cache.nixos.org'...
2025-08-20T21:04:05.4139956Z [00:00:08.233]➜  copying path '/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72' from 'https://cache.nixos.org'...
2025-08-20T21:04:06.8417526Z [00:00:09.662]➜  copying path '/nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:04:07.8178935Z [00:00:10.639]➜  copying path '/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4' from 'https://cache.nixos.org'...
2025-08-20T21:04:07.8601038Z [00:00:10.681]➜  copying path '/nix/store/klasp2p2vdjnxsmfvda4da80lphr22px-autoreconf-hook' from 'https://cache.nixos.org'...
2025-08-20T21:04:07.8689696Z [00:00:10.690]➜  copying path '/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:04:07.8851295Z [00:00:10.706]➜  copying path '/nix/store/l5r2hk5p1a1h4lvp1ba7wgx380a5rfdy-stdenv-linux' from 'https://cache.nixos.org'...
2025-08-20T21:04:08.0180706Z [00:00:10.839]➜  building '/nix/store/yrl52kans75s8x1snqvj91nhb0lkcz4d-libnl-static-x86_64-unknown-linux-musl-3.11.0.drv'...
2025-08-20T21:04:08.0732880Z [00:00:10.894]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:04:08.0772604Z [00:00:10.898]➜  libnl-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/2d9m88nzhfwnj5wicxwmnw60havflk93-source
2025-08-20T21:04:08.1086600Z [00:00:10.929]➜  libnl-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:04:08.1221774Z [00:00:10.943]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:04:08.1280451Z [00:00:10.949]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:04:08.1788051Z [00:00:11.000]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T21:04:08.1804360Z [00:00:11.001]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T21:04:08.1808562Z [00:00:11.002]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:04:09.1813970Z [00:00:12.002]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:04:09.8375824Z [00:00:12.658]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:04:10.1292748Z [00:00:12.950]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: adding subdirectory doc to autoreconf
2025-08-20T21:04:10.1311531Z [00:00:12.952]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Entering directory 'doc'
2025-08-20T21:04:10.1314762Z [00:00:12.952]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:04:11.1320435Z [00:00:13.953]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force
2025-08-20T21:04:11.4465748Z [00:00:14.267]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:04:11.5905418Z [00:00:14.411]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: creating directory build-aux
2025-08-20T21:04:11.5906552Z [00:00:14.411]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Libtool
2025-08-20T21:04:11.5907241Z [00:00:14.411]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:04:11.5907888Z [00:00:14.411]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:04:11.5908789Z [00:00:14.411]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:04:11.7583110Z [00:00:14.579]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Autoheader
2025-08-20T21:04:11.7584193Z [00:00:14.579]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:04:11.9526421Z [00:00:14.773]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:9: installing 'build-aux/install-sh'
2025-08-20T21:04:11.9542145Z [00:00:14.775]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:9: installing 'build-aux/missing'
2025-08-20T21:04:11.9827557Z [00:00:14.803]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: 'build-aux/install-sh' is updated
2025-08-20T21:04:11.9828810Z [00:00:14.804]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory 'doc'
2025-08-20T21:04:11.9830074Z [00:00:14.804]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: creating directory build-aux
2025-08-20T21:04:11.9831358Z [00:00:14.804]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T21:04:12.0624363Z [00:00:14.883]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
2025-08-20T21:04:12.0625202Z [00:00:14.883]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'build-aux/ltmain.sh'
2025-08-20T21:04:12.0952339Z [00:00:14.916]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T21:04:12.0953757Z [00:00:14.916]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T21:04:12.1035174Z [00:00:14.924]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T21:04:12.1117874Z [00:00:14.933]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T21:04:12.1199392Z [00:00:14.941]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T21:04:12.1282223Z [00:00:14.949]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T21:04:12.1400912Z [00:00:14.961]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:04:12.1401940Z [00:00:14.961]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:04:12.1402599Z [00:00:14.961]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:04:12.8323304Z [00:00:15.653]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:04:13.1084955Z [00:00:15.929]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:64: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
2025-08-20T21:04:13.1085959Z [00:00:15.929]➜  libnl-static-x86_64-unknown-linux-musl> ./lib/autoconf/specific.m4:541: AC_USE_SYSTEM_EXTENSIONS is expanded from...
2025-08-20T21:04:13.1086851Z [00:00:15.929]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:64: the top level
2025-08-20T21:04:13.2577597Z [00:00:16.078]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T21:04:13.5519741Z [00:00:16.373]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:04:13.7546790Z [00:00:16.575]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:45: installing 'build-aux/ar-lib'
2025-08-20T21:04:13.7563767Z [00:00:16.577]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:45: installing 'build-aux/compile'
2025-08-20T21:04:13.7582843Z [00:00:16.579]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:70: installing 'build-aux/config.guess'
2025-08-20T21:04:13.7600530Z [00:00:16.581]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:70: installing 'build-aux/config.sub'
2025-08-20T21:04:13.7618128Z [00:00:16.583]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:43: installing 'build-aux/install-sh'
2025-08-20T21:04:13.7636685Z [00:00:16.585]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:43: installing 'build-aux/missing'
2025-08-20T21:04:13.8629376Z [00:00:16.684]➜  libnl-static-x86_64-unknown-linux-musl> Makefile.am: installing 'build-aux/depcomp'
2025-08-20T21:04:14.1323697Z [00:00:16.953]➜  libnl-static-x86_64-unknown-linux-musl> parallel-tests: installing 'build-aux/test-driver'
2025-08-20T21:04:14.1770117Z [00:00:16.998]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T21:04:14.1811810Z [00:00:17.002]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:04:14.1863316Z [00:00:17.007]➜  libnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:04:14.1901202Z [00:00:17.011]➜  libnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:04:14.1930375Z [00:00:17.014]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:04:14.1979894Z [00:00:17.019]➜  libnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:04:14.2017229Z [00:00:17.023]➜  libnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:04:14.2044931Z [00:00:17.025]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:04:14.2162523Z [00:00:17.037]➜  libnl-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:04:14.2241791Z [00:00:17.045]➜  libnl-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:04:14.2373435Z [00:00:17.058]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:04:14.2410033Z [00:00:17.062]➜  libnl-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:04:14.2541823Z [00:00:17.074]➜  libnl-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0 --bindir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin --sbindir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/sbin --includedir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include --mandir=/nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man --infodir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/share/info --docdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/share/doc/libnl --libdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib --libexecdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/libexec --localedir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:04:14.3608444Z [00:00:17.182]➜  libnl-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:04:14.3636081Z [00:00:17.184]➜  libnl-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:04:14.3694579Z [00:00:17.190]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:04:14.3720649Z [00:00:17.193]➜  libnl-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:04:14.3727354Z [00:00:17.194]➜  libnl-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:04:14.3789939Z [00:00:17.200]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:04:14.3851338Z [00:00:17.206]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:04:14.3902264Z [00:00:17.211]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:04:14.3988263Z [00:00:17.220]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:04:14.3990093Z [00:00:17.220]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:04:14.4820188Z [00:00:17.303]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:04:14.4821559Z [00:00:17.303]➜  libnl-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:04:14.5195409Z [00:00:17.340]➜  libnl-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:04:14.5220038Z [00:00:17.343]➜  libnl-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:04:14.5482227Z [00:00:17.369]➜  libnl-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:04:14.5718191Z [00:00:17.393]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:04:14.5961829Z [00:00:17.417]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:04:14.6523183Z [00:00:17.473]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:04:14.6949696Z [00:00:17.516]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:04:14.6951378Z [00:00:17.516]➜  libnl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:04:14.6952951Z [00:00:17.516]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:04:14.7162925Z [00:00:17.537]➜  libnl-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T21:04:14.7358933Z [00:00:17.557]➜  libnl-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:04:14.7564758Z [00:00:17.577]➜  libnl-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:04:14.7781690Z [00:00:17.599]➜  libnl-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:04:14.8007288Z [00:00:17.622]➜  libnl-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:04:14.8237518Z [00:00:17.645]➜  libnl-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:04:14.8465668Z [00:00:17.667]➜  libnl-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:04:14.8698640Z [00:00:17.691]➜  libnl-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:04:14.8949735Z [00:00:17.716]➜  libnl-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:04:14.9225946Z [00:00:17.743]➜  libnl-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:04:14.9524053Z [00:00:17.773]➜  libnl-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:04:14.9828470Z [00:00:17.804]➜  libnl-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:04:15.0170718Z [00:00:17.838]➜  libnl-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:04:15.0477692Z [00:00:17.869]➜  libnl-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:04:15.0482910Z [00:00:17.869]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:04:15.0928835Z [00:00:17.914]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:04:15.0930368Z [00:00:17.914]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:04:15.0932026Z [00:00:17.914]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:04:15.0935847Z [00:00:17.914]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:04:15.0938454Z [00:00:17.915]➜  libnl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:04:15.1529942Z [00:00:17.974]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T21:04:15.1775960Z [00:00:17.998]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T21:04:15.2600394Z [00:00:18.081]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T21:04:15.2603202Z [00:00:18.081]➜  libnl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-g++... none
2025-08-20T21:04:15.2694058Z [00:00:18.090]➜  libnl-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:04:15.2737835Z [00:00:18.095]➜  libnl-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:04:15.2755953Z [00:00:18.096]➜  libnl-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:04:15.2794114Z [00:00:18.100]➜  libnl-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:04:15.2833677Z [00:00:18.104]➜  libnl-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:04:15.2848362Z [00:00:18.106]➜  libnl-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:04:15.2863179Z [00:00:18.107]➜  libnl-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:04:15.2921242Z [00:00:18.113]➜  libnl-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:04:15.2997657Z [00:00:18.121]➜  libnl-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:04:15.2999468Z [00:00:18.121]➜  libnl-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:04:15.3237089Z [00:00:18.144]➜  libnl-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:04:15.3238592Z [00:00:18.145]➜  libnl-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:04:15.3597175Z [00:00:18.181]➜  libnl-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:04:15.3627181Z [00:00:18.183]➜  libnl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:04:15.3629027Z [00:00:18.184]➜  libnl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:04:15.3630036Z [00:00:18.184]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:04:15.3632805Z [00:00:18.184]➜  libnl-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:04:15.3634849Z [00:00:18.184]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:04:15.3639231Z [00:00:18.185]➜  libnl-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:04:15.3648506Z [00:00:18.186]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:04:15.3657284Z [00:00:18.187]➜  libnl-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:04:15.3659050Z [00:00:18.187]➜  libnl-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:04:15.3662537Z [00:00:18.187]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:04:15.3664204Z [00:00:18.187]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:04:15.3974293Z [00:00:18.218]➜  libnl-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:04:15.3975509Z [00:00:18.218]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:04:15.4697103Z [00:00:18.290]➜  libnl-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:04:15.4711997Z [00:00:18.292]➜  libnl-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:04:15.4767350Z [00:00:18.298]➜  libnl-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:04:15.4813966Z [00:00:18.302]➜  libnl-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:04:15.4997657Z [00:00:18.321]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:04:15.5006453Z [00:00:18.322]➜  libnl-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:04:15.5042863Z [00:00:18.325]➜  libnl-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:04:15.5313271Z [00:00:18.352]➜  libnl-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:04:15.5352584Z [00:00:18.356]➜  libnl-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:04:15.6188123Z [00:00:18.439]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:04:15.6189141Z [00:00:18.440]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:04:15.6396525Z [00:00:18.460]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:04:15.6772983Z [00:00:18.498]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:04:15.7073687Z [00:00:18.528]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:04:15.7074674Z [00:00:18.528]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:04:15.7358778Z [00:00:18.557]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:04:15.7960945Z [00:00:18.617]➜  libnl-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:04:15.7961826Z [00:00:18.617]➜  libnl-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:04:15.7984822Z [00:00:18.619]➜  libnl-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:04:15.7986143Z [00:00:18.619]➜  libnl-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:04:15.7988079Z [00:00:18.619]➜  libnl-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:04:15.7989155Z [00:00:18.620]➜  libnl-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:04:15.8349129Z [00:00:18.656]➜  libnl-static-x86_64-unknown-linux-musl> checking how to run the C++ preprocessor... x86_64-unknown-linux-musl-g++ -E
2025-08-20T21:04:15.9355158Z [00:00:18.756]➜  libnl-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-g++... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T21:04:15.9431994Z [00:00:18.764]➜  libnl-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T21:04:15.9570749Z [00:00:18.778]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:04:16.0142391Z [00:00:18.835]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to produce PIC... -fPIC -DPIC
2025-08-20T21:04:16.0370258Z [00:00:18.858]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ PIC flag -fPIC -DPIC works... yes
2025-08-20T21:04:16.0784242Z [00:00:18.899]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ static flag -static works... yes
2025-08-20T21:04:16.1105957Z [00:00:18.931]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... yes
2025-08-20T21:04:16.1107348Z [00:00:18.931]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... (cached) yes
2025-08-20T21:04:16.1109082Z [00:00:18.932]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:04:16.1110203Z [00:00:18.932]➜  libnl-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
2025-08-20T21:04:16.1110998Z [00:00:18.932]➜  libnl-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:04:16.1122128Z [00:00:18.933]➜  libnl-static-x86_64-unknown-linux-musl> checking for flex... flex
2025-08-20T21:04:16.1125868Z [00:00:18.933]➜  libnl-static-x86_64-unknown-linux-musl> checking for bison... bison -y
2025-08-20T21:04:16.1396150Z [00:00:18.960]➜  libnl-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:04:16.1586670Z [00:00:18.979]➜  libnl-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T21:04:16.1881353Z [00:00:19.009]➜  libnl-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T21:04:16.1937976Z [00:00:19.015]➜  libnl-static-x86_64-unknown-linux-musl> checking for check >= 0.9.0... no
2025-08-20T21:04:16.2000143Z [00:00:19.021]➜  libnl-static-x86_64-unknown-linux-musl> configure: WARNING: *** Disabling building of unit tests
2025-08-20T21:04:16.2003283Z [00:00:19.021]➜  libnl-static-x86_64-unknown-linux-musl> checking for dlfcn.h... (cached) yes
2025-08-20T21:04:16.2445161Z [00:00:19.065]➜  libnl-static-x86_64-unknown-linux-musl> checking for pthread_mutex_lock in -lpthread... yes
2025-08-20T21:04:16.2878575Z [00:00:19.109]➜  libnl-static-x86_64-unknown-linux-musl> checking for strerror_l... yes
2025-08-20T21:04:16.3317940Z [00:00:19.152]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T21:04:16.3582797Z [00:00:19.179]➜  libnl-static-x86_64-unknown-linux-musl> checking whether getprotobyname_r is declared... no
2025-08-20T21:04:16.3849264Z [00:00:19.206]➜  libnl-static-x86_64-unknown-linux-musl> checking whether getprotobynumber_r is declared... no
2025-08-20T21:04:16.4071598Z [00:00:19.228]➜  libnl-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:04:16.4073472Z [00:00:19.228]➜  libnl-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:04:16.8724940Z [00:00:19.693]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:04:16.8938805Z [00:00:19.715]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-3.0.pc
2025-08-20T21:04:16.9041827Z [00:00:19.725]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-route-3.0.pc
2025-08-20T21:04:16.9144907Z [00:00:19.735]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-genl-3.0.pc
2025-08-20T21:04:16.9249160Z [00:00:19.746]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-nf-3.0.pc
2025-08-20T21:04:16.9352373Z [00:00:19.756]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-cli-3.0.pc
2025-08-20T21:04:16.9454974Z [00:00:19.766]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-xfrm-3.0.pc
2025-08-20T21:04:16.9557931Z [00:00:19.777]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-idiag-3.0.pc
2025-08-20T21:04:16.9661520Z [00:00:19.787]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating python/setup.py
2025-08-20T21:04:16.9792868Z [00:00:19.800]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating include/netlink/version.h
2025-08-20T21:04:16.9924094Z [00:00:19.813]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating include/config.h
2025-08-20T21:04:17.0048026Z [00:00:19.826]➜  libnl-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:04:17.0065137Z [00:00:19.827]➜  libnl-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:04:17.0194221Z [00:00:19.840]➜  libnl-static-x86_64-unknown-linux-musl> === configuring in doc (/build/source/doc)
2025-08-20T21:04:17.0236793Z [00:00:19.844]➜  libnl-static-x86_64-unknown-linux-musl> configure: running /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./configure --disable-option-checking '--prefix=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0'  '--disable-dependency-tracking' '--bindir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin' '--sbindir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/sbin' '--includedir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include' '--mandir=/nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man' '--infodir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/share/info' '--docdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/share/doc/libnl' '--libdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib' '--libexecdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/libexec' '--localedir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/share/locale' '--enable-static' '--disable-shared' '--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-musl' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-musl' 'CC=x86_64-unknown-linux-musl-gcc' 'CXX=x86_64-unknown-linux-musl-g++' 'PKG_CONFIG=x86_64-unknown-linux-musl-pkg-config' --cache-file=/dev/null --srcdir=.
2025-08-20T21:04:17.1415249Z [00:00:19.962]➜  libnl-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:04:17.1441736Z [00:00:19.965]➜  libnl-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:04:17.1498084Z [00:00:19.971]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:04:17.1522807Z [00:00:19.973]➜  libnl-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:04:17.1530250Z [00:00:19.974]➜  libnl-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:04:17.1590116Z [00:00:19.980]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:04:17.1648673Z [00:00:19.986]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:04:17.1696916Z [00:00:19.990]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:04:17.1740310Z [00:00:19.995]➜  libnl-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:04:17.1775599Z [00:00:19.998]➜  libnl-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:04:17.1788349Z [00:00:20.000]➜  libnl-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:04:17.1792477Z [00:00:20.000]➜  libnl-static-x86_64-unknown-linux-musl> checking for python... yes
2025-08-20T21:04:17.1795927Z [00:00:20.000]➜  libnl-static-x86_64-unknown-linux-musl> checking for doxygen... yes
2025-08-20T21:04:17.1799819Z [00:00:20.001]➜  libnl-static-x86_64-unknown-linux-musl> checking for dot... yes
2025-08-20T21:04:17.1803869Z [00:00:20.001]➜  libnl-static-x86_64-unknown-linux-musl> checking for asciidoc... yes
2025-08-20T21:04:17.1808625Z [00:00:20.002]➜  libnl-static-x86_64-unknown-linux-musl> checking for source-highlight... yes
2025-08-20T21:04:17.1812617Z [00:00:20.002]➜  libnl-static-x86_64-unknown-linux-musl> checking for mscgen... yes
2025-08-20T21:04:17.1820963Z [00:00:20.003]➜  libnl-static-x86_64-unknown-linux-musl> checking for pygmentize... no
2025-08-20T21:04:17.1821721Z [00:00:20.003]➜  libnl-static-x86_64-unknown-linux-musl> configure: WARNING: *** Disabling building of guides
2025-08-20T21:04:18.1474733Z [00:00:20.968]➜  libnl-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:04:18.1475718Z [00:00:20.968]➜  libnl-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:04:18.2231636Z [00:00:21.044]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating Doxyfile
2025-08-20T21:04:18.2355274Z [00:00:21.056]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:04:18.2697396Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:18.2698257Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl> libnl 3.11.0 configuration:
2025-08-20T21:04:18.2699456Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl>     --enable-pthreads=yes
2025-08-20T21:04:18.2700345Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl>     --enable-static=yes
2025-08-20T21:04:18.2700837Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:18.2701284Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl>     --enable-debug=yes
2025-08-20T21:04:18.2701794Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl>     --enable-cli=bin
2025-08-20T21:04:18.2702213Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:18.2702613Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl>     check: no
2025-08-20T21:04:18.2703197Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl>     CXX: x86_64-unknown-linux-musl-g++ (only used for tests)
2025-08-20T21:04:18.2703718Z [00:00:21.091]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:18.3053309Z [00:00:21.126]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:04:18.3111969Z [00:00:21.132]➜  libnl-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:04:18.3453047Z [00:00:21.166]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/idiag_socket_details-idiag-socket-details.o
2025-08-20T21:04:18.3456005Z [00:00:21.166]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_ct_add-nf-ct-add.o
2025-08-20T21:04:18.3500083Z [00:00:21.171]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_ct_events-nf-ct-events.o
2025-08-20T21:04:18.3505685Z [00:00:21.171]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_ct_list-nf-ct-list.o
2025-08-20T21:04:18.3507449Z [00:00:21.171]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_exp_add-nf-exp-add.o
2025-08-20T21:04:18.4503381Z [00:00:21.271]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_exp_delete-nf-exp-delete.o
2025-08-20T21:04:18.4537897Z [00:00:21.275]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_exp_list-nf-exp-list.o
2025-08-20T21:04:18.4607951Z [00:00:21.280]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_log-nf-log.o
2025-08-20T21:04:18.4954079Z [00:00:21.316]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_monitor-nf-monitor.o
2025-08-20T21:04:18.5186902Z [00:00:21.339]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_queue-nf-queue.o
2025-08-20T21:04:18.5730688Z [00:00:21.394]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_addr_add-nl-addr-add.o
2025-08-20T21:04:18.6112092Z [00:00:21.432]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_addr_delete-nl-addr-delete.o
2025-08-20T21:04:18.6239205Z [00:00:21.445]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_addr_list-nl-addr-list.o
2025-08-20T21:04:18.6528088Z [00:00:21.471]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_class_add-nl-class-add.o
2025-08-20T21:04:18.6689874Z [00:00:21.490]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_class_delete-nl-class-delete.o
2025-08-20T21:04:18.7058222Z [00:00:21.527]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_class_list-nl-class-list.o
2025-08-20T21:04:18.7638164Z [00:00:21.584]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_classid_lookup-nl-classid-lookup.o
2025-08-20T21:04:18.7773868Z [00:00:21.598]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_cls_add-nl-cls-add.o
2025-08-20T21:04:18.7868373Z [00:00:21.608]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_cls_delete-nl-cls-delete.o
2025-08-20T21:04:18.7990162Z [00:00:21.620]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_cls_list-nl-cls-list.o
2025-08-20T21:04:18.8638360Z [00:00:21.682]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_fib_lookup-nl-fib-lookup.o
2025-08-20T21:04:18.8728610Z [00:00:21.694]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_enslave-nl-link-enslave.o
2025-08-20T21:04:18.9091813Z [00:00:21.730]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_ifindex2name-nl-link-ifindex2name.o
2025-08-20T21:04:18.9169588Z [00:00:21.738]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_list-nl-link-list.o
2025-08-20T21:04:18.9679992Z [00:00:21.789]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_name2ifindex-nl-link-name2ifindex.o
2025-08-20T21:04:18.9691737Z [00:00:21.790]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_release-nl-link-release.o
2025-08-20T21:04:19.0090675Z [00:00:21.830]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_set-nl-link-set.o
2025-08-20T21:04:19.0287955Z [00:00:21.850]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_stats-nl-link-stats.o
2025-08-20T21:04:19.0368065Z [00:00:21.858]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_list_caches-nl-list-caches.o
2025-08-20T21:04:19.0578692Z [00:00:21.879]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_list_sockets-nl-list-sockets.o
2025-08-20T21:04:19.1242618Z [00:00:21.945]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_monitor-nl-monitor.o
2025-08-20T21:04:19.1255657Z [00:00:21.946]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_neigh_add-nl-neigh-add.o
2025-08-20T21:04:19.1539608Z [00:00:21.975]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_neigh_delete-nl-neigh-delete.o
2025-08-20T21:04:19.1711058Z [00:00:21.992]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_neigh_list-nl-neigh-list.o
2025-08-20T21:04:19.1879060Z [00:00:22.009]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_neightbl_list-nl-neightbl-list.o
2025-08-20T21:04:19.2589599Z [00:00:22.080]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_nh_list-nl-nh-list.o
2025-08-20T21:04:19.2645652Z [00:00:22.085]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_pktloc_lookup-nl-pktloc-lookup.o
2025-08-20T21:04:19.2900966Z [00:00:22.111]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_qdisc_add-nl-qdisc-add.o
2025-08-20T21:04:19.2981357Z [00:00:22.119]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_qdisc_delete-nl-qdisc-delete.o
2025-08-20T21:04:19.3147196Z [00:00:22.135]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_qdisc_list-nl-qdisc-list.o
2025-08-20T21:04:19.3944106Z [00:00:22.215]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_route_add-nl-route-add.o
2025-08-20T21:04:19.4101984Z [00:00:22.231]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_route_delete-nl-route-delete.o
2025-08-20T21:04:19.4146054Z [00:00:22.235]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_route_get-nl-route-get.o
2025-08-20T21:04:19.4432008Z [00:00:22.264]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_route_list-nl-route-list.o
2025-08-20T21:04:19.4642576Z [00:00:22.285]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_rule_list-nl-rule-list.o
2025-08-20T21:04:19.5204724Z [00:00:22.341]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_tctree_list-nl-tctree-list.o
2025-08-20T21:04:19.5254914Z [00:00:22.346]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_util_addr-nl-util-addr.o
2025-08-20T21:04:19.5950905Z [00:00:22.416]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/genl_ctrl_list-genl-ctrl-list.o
2025-08-20T21:04:19.5964601Z [00:00:22.417]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-addr.lo
2025-08-20T21:04:19.6314841Z [00:00:22.452]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-class.lo
2025-08-20T21:04:19.6510083Z [00:00:22.472]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-cls.lo
2025-08-20T21:04:19.6750318Z [00:00:22.496]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-ct.lo
2025-08-20T21:04:19.6886500Z [00:00:22.509]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-exp.lo
2025-08-20T21:04:19.8079314Z [00:00:22.629]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-link.lo
2025-08-20T21:04:19.8202033Z [00:00:22.641]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-neigh.lo
2025-08-20T21:04:19.8268502Z [00:00:22.647]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-nh.lo
2025-08-20T21:04:19.8843241Z [00:00:22.705]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-qdisc.lo
2025-08-20T21:04:19.9161786Z [00:00:22.737]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-route.lo
2025-08-20T21:04:19.9806127Z [00:00:22.801]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-rule.lo
2025-08-20T21:04:19.9875913Z [00:00:22.808]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-tc.lo
2025-08-20T21:04:19.9920369Z [00:00:22.813]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-utils.lo
2025-08-20T21:04:20.0857986Z [00:00:22.904]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-addr.lo
2025-08-20T21:04:20.1407411Z [00:00:22.961]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-attr.lo
2025-08-20T21:04:20.1904287Z [00:00:23.011]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-cache.lo
2025-08-20T21:04:20.2182631Z [00:00:23.039]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-cache_mngr.lo
2025-08-20T21:04:20.2302439Z [00:00:23.051]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-cache_mngt.lo
2025-08-20T21:04:20.5007968Z [00:00:23.322]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-data.lo
2025-08-20T21:04:20.5749510Z [00:00:23.396]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-error.lo
2025-08-20T21:04:20.5836044Z [00:00:23.404]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-handlers.lo
2025-08-20T21:04:20.6385334Z [00:00:23.459]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-hash.lo
2025-08-20T21:04:20.6911912Z [00:00:23.512]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-hashtable.lo
2025-08-20T21:04:20.7711440Z [00:00:23.592]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-mpls.lo
2025-08-20T21:04:20.8160811Z [00:00:23.637]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-msg.lo
2025-08-20T21:04:20.9145456Z [00:00:23.735]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-nl.lo
2025-08-20T21:04:20.9232827Z [00:00:23.744]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-object.lo
2025-08-20T21:04:20.9638503Z [00:00:23.785]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-socket.lo
2025-08-20T21:04:20.9769413Z [00:00:23.798]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-utils.lo
2025-08-20T21:04:21.2843902Z [00:00:24.105]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-version.lo
2025-08-20T21:04:21.3798995Z [00:00:24.200]➜  libnl-static-x86_64-unknown-linux-musl>   GEN      lib/route/cls/ematch_grammar.c
2025-08-20T21:04:21.3963632Z [00:00:24.217]➜  libnl-static-x86_64-unknown-linux-musl>   GEN      lib/route/cls/ematch_syntax.c
2025-08-20T21:04:21.4068106Z [00:00:24.227]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:29.1-5: warning: POSIX Yacc does not support %code [-Wyacc]
2025-08-20T21:04:21.4069852Z [00:00:24.227]➜  libnl-static-x86_64-unknown-linux-musl>    29 | %code requires {
2025-08-20T21:04:21.4070891Z [00:00:24.227]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~
2025-08-20T21:04:21.4072547Z [00:00:24.227]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:39.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc]
2025-08-20T21:04:21.4074952Z [00:00:24.227]➜  libnl-static-x86_64-unknown-linux-musl>    39 | %error-verbose
2025-08-20T21:04:21.4075886Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~
2025-08-20T21:04:21.4078014Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:39.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated]
2025-08-20T21:04:21.4079606Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>    39 | %error-verbose
2025-08-20T21:04:21.4080510Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~
2025-08-20T21:04:21.4081500Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>       | %define parse.error verbose
2025-08-20T21:04:21.4082941Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:40.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
2025-08-20T21:04:21.4084238Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>    40 | %define api.pure
2025-08-20T21:04:21.4085060Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~
2025-08-20T21:04:21.4086632Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:41.14-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4088091Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>    41 | %name-prefix "ematch_"
2025-08-20T21:04:21.4089425Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>       |              ^~~~~~~~~
2025-08-20T21:04:21.4090885Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:41.1-22: warning: POSIX Yacc does not support %name-prefix  [-Wyacc]
2025-08-20T21:04:21.4092271Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>    41 | %name-prefix "ematch_"
2025-08-20T21:04:21.4093270Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T21:04:21.4095023Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:41.1-22: warning: deprecated directive: '%name-prefix "ematch_"', use '%define api.prefix {ematch_}' [-Wdeprecated]
2025-08-20T21:04:21.4096836Z [00:00:24.228]➜  libnl-static-x86_64-unknown-linux-musl>    41 | %name-prefix "ematch_"
2025-08-20T21:04:21.4127921Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T21:04:21.4128974Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       | %define api.prefix {ematch_}
2025-08-20T21:04:21.4130458Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:73.20-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4131895Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>    73 | %token <i> KW_OPEN "("
2025-08-20T21:04:21.4132880Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~
2025-08-20T21:04:21.4134375Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:74.21-23: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4135949Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>    74 | %token <i> KW_CLOSE ")"
2025-08-20T21:04:21.4142573Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       |                     ^~~
2025-08-20T21:04:21.4144503Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:75.20-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4145929Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>    75 | %token <i> KW_PLUS "+"
2025-08-20T21:04:21.4147104Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~
2025-08-20T21:04:21.4148568Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:76.20-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4149914Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>    76 | %token <i> KW_MASK "mask"
2025-08-20T21:04:21.4150885Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~~~~
2025-08-20T21:04:21.4152365Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:77.21-24: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4153763Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>    77 | %token <i> KW_SHIFT ">>"
2025-08-20T21:04:21.4154744Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       |                     ^~~~
2025-08-20T21:04:21.4156196Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:78.18-21: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4157732Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>    78 | %token <i> KW_AT "at"
2025-08-20T21:04:21.4158694Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~~
2025-08-20T21:04:21.4160128Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:79.23-27: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4161576Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>    79 | %token <i> EMATCH_CMP "cmp"
2025-08-20T21:04:21.4162575Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~~~
2025-08-20T21:04:21.4164231Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:80.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4165689Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>    80 | %token <i> EMATCH_NBYTE "pattern"
2025-08-20T21:04:21.4166977Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T21:04:21.4168536Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:81.24-29: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4169966Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>    81 | %token <i> EMATCH_TEXT "text"
2025-08-20T21:04:21.4171035Z [00:00:24.231]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~
2025-08-20T21:04:21.4172537Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:82.24-29: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4173955Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>    82 | %token <i> EMATCH_META "meta"
2025-08-20T21:04:21.4174951Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~
2025-08-20T21:04:21.4176539Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:83.18-20: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4177918Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>    83 | %token <i> KW_EQ "="
2025-08-20T21:04:21.4178871Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~
2025-08-20T21:04:21.4180492Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:84.18-20: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4181881Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>    84 | %token <i> KW_GT ">"
2025-08-20T21:04:21.4182846Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~
2025-08-20T21:04:21.4184281Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:85.18-20: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4185613Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>    85 | %token <i> KW_LT "<"
2025-08-20T21:04:21.4186679Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~
2025-08-20T21:04:21.4188095Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:86.20-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4189466Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>    86 | %token <i> KW_FROM "from"
2025-08-20T21:04:21.4190477Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~~~~
2025-08-20T21:04:21.4191952Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:87.18-21: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4193340Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>    87 | %token <i> KW_TO "to"
2025-08-20T21:04:21.4194262Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~~
2025-08-20T21:04:21.4195722Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:89.24-31: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4197323Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>    89 | %token <i> META_RANDOM "random"
2025-08-20T21:04:21.4198362Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~~~
2025-08-20T21:04:21.4199856Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:90.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4201496Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>    90 | %token <i> META_LOADAVG_0 "loadavg_0"
2025-08-20T21:04:21.4202587Z [00:00:24.235]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T21:04:21.4288383Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:91.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4289896Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>    91 | %token <i> META_LOADAVG_1 "loadavg_1"
2025-08-20T21:04:21.4291034Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T21:04:21.4292720Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:92.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4294253Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>    92 | %token <i> META_LOADAVG_2 "loadavg_2"
2025-08-20T21:04:21.4295397Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T21:04:21.4297099Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:93.21-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4298511Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>    93 | %token <i> META_DEV "dev"
2025-08-20T21:04:21.4301307Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                     ^~~~~
2025-08-20T21:04:21.4302805Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:94.22-27: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4304447Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>    94 | %token <i> META_PRIO "prio"
2025-08-20T21:04:21.4305469Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                      ^~~~~~
2025-08-20T21:04:21.4307214Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:95.23-29: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4308599Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>    95 | %token <i> META_PROTO "proto"
2025-08-20T21:04:21.4309641Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~
2025-08-20T21:04:21.4311103Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:96.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4312544Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>    96 | %token <i> META_PKTTYPE "pkttype"
2025-08-20T21:04:21.4313644Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T21:04:21.4315137Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:97.24-31: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4317414Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>    97 | %token <i> META_PKTLEN "pktlen"
2025-08-20T21:04:21.4318512Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~~~
2025-08-20T21:04:21.4320024Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:98.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4321609Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>    98 | %token <i> META_DATALEN "datalen"
2025-08-20T21:04:21.4322693Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T21:04:21.4324165Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:99.24-31: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4325584Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>    99 | %token <i> META_MACLEN "maclen"
2025-08-20T21:04:21.4327048Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~~~
2025-08-20T21:04:21.4328536Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:100.22-27: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4329961Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>   100 | %token <i> META_MARK "mark"
2025-08-20T21:04:21.4330973Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                      ^~~~~~
2025-08-20T21:04:21.4332424Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:101.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4333871Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>   101 | %token <i> META_TCINDEX "tcindex"
2025-08-20T21:04:21.4334929Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T21:04:21.4336551Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:102.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4337986Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>   102 | %token <i> META_RTCLASSID "rtclassid"
2025-08-20T21:04:21.4339062Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T21:04:21.4340528Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:103.23-29: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4341924Z [00:00:24.244]➜  libnl-static-x86_64-unknown-linux-musl>   103 | %token <i> META_RTIIF "rtiif"
2025-08-20T21:04:21.4343118Z [00:00:24.247]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~
2025-08-20T21:04:21.4344586Z [00:00:24.247]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:104.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4346037Z [00:00:24.247]➜  libnl-static-x86_64-unknown-linux-musl>   104 | %token <i> META_SK_FAMILY "sk_family"
2025-08-20T21:04:21.4372424Z [00:00:24.247]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T21:04:21.4373956Z [00:00:24.247]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:105.26-35: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4375486Z [00:00:24.247]➜  libnl-static-x86_64-unknown-linux-musl>   105 | %token   GEN      lib/route/pktloc_grammar.c
2025-08-20T21:04:21.4406946Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> <i> META_SK_STATE "sk_state"
2025-08-20T21:04:21.4408119Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                          ^~~~~~~~~~
2025-08-20T21:04:21.4409657Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:106.26-35: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4411116Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   106 | %token <i> META_SK_REUSE "sk_reuse"
2025-08-20T21:04:21.4412228Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                          ^~~~~~~~~~
2025-08-20T21:04:21.4413704Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:107.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4415154Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   107 | %token <i> META_SK_REFCNT "sk_refcnt"
2025-08-20T21:04:21.4416402Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T21:04:21.4417947Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:108.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4419394Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   108 | %token <i> META_SK_RCVBUF "sk_rcvbuf"
2025-08-20T21:04:21.4420695Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T21:04:21.4422230Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:109.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4423662Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   109 | %token <i> META_SK_SNDBUF "sk_sndbuf"
2025-08-20T21:04:21.4424753Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T21:04:21.4426459Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:110.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4427966Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   110 | %token <i> META_SK_SHUTDOWN "sk_shutdown"
2025-08-20T21:04:21.4429112Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T21:04:21.4430636Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:111.26-35: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4432052Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   111 | %token <i> META_SK_PROTO "sk_proto"
2025-08-20T21:04:21.4433133Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                          ^~~~~~~~~~
2025-08-20T21:04:21.4434576Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:112.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4435986Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   112 | %token <i> META_SK_TYPE "sk_type"
2025-08-20T21:04:21.4467703Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T21:04:21.4469362Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:113.31-45: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4470887Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   113 | %token <i> META_SK_RMEM_ALLOC "sk_rmem_alloc"
2025-08-20T21:04:21.4472050Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                               ^~~~~~~~~~~~~~~
2025-08-20T21:04:21.4473592Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:114.31-45: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4475117Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   114 | %token <i> META_SK_WMEM_ALLOC "sk_wmem_alloc"
2025-08-20T21:04:21.4476448Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                               ^~~~~~~~~~~~~~~
2025-08-20T21:04:21.4477973Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:115.32-47: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4479488Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   115 | %token <i> META_SK_WMEM_QUEUED "sk_wmem_queued"
2025-08-20T21:04:21.4480688Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                                ^~~~~~~~~~~~~~~~
2025-08-20T21:04:21.4482187Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:116.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4483666Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   116 | %token <i> META_SK_RCV_QLEN "sk_rcv_qlen"
2025-08-20T21:04:21.4484814Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T21:04:21.4486516Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:117.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4488242Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   117 | %token <i> META_SK_SND_QLEN "sk_snd_qlen"
2025-08-20T21:04:21.4489414Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T21:04:21.4490891Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:118.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4492367Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   118 | %token <i> META_SK_ERR_QLEN "sk_err_qlen"
2025-08-20T21:04:21.4493494Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T21:04:21.4495012Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:119.35-53: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4501926Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   119 | %token <i> META_SK_FORWARD_ALLOCS "sk_forward_allocs"
2025-08-20T21:04:21.4503281Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                                   ^~~~~~~~~~~~~~~~~~~
2025-08-20T21:04:21.4504822Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:120.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4506450Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   120 | %token <i> META_SK_ALLOCS "sk_allocs"
2025-08-20T21:04:21.4507572Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T21:04:21.4509072Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:121.31-45: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4510764Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   121 | %token <i> META_SK_ROUTE_CAPS "sk_route_caps"
2025-08-20T21:04:21.4511956Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                               ^~~~~~~~~~~~~~~
2025-08-20T21:04:21.4513519Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:122.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4514967Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   122 | %token <i> META_SK_HASH "sk_hash"
2025-08-20T21:04:21.4516045Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T21:04:21.4517710Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:123.31-45: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4519208Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   123 | %token <i> META_SK_LINGERTIME "sk_lingertime"
2025-08-20T21:04:21.4520373Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                               ^~~~~~~~~~~~~~~
2025-08-20T21:04:21.4521868Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:124.32-47: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4523349Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   124 | %token <i> META_SK_ACK_BACKLOG "sk_ack_backlog"
2025-08-20T21:04:21.4524527Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                                ^~~~~~~~~~~~~~~~
2025-08-20T21:04:21.4526051Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:125.36-55: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4557997Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   125 | %token <i> META_SK_MAX_ACK_BACKLOG "sk_max_ack_backlog"
2025-08-20T21:04:21.4559255Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                                    ^~~~~~~~~~~~~~~~~~~~
2025-08-20T21:04:21.4560778Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:126.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4562420Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   126 | %token <i> META_SK_PRIO "sk_prio"
2025-08-20T21:04:21.4563478Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T21:04:21.4564988Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:127.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4566649Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>   127 | %token <i> META_SK_RCVLOWAT "sk_rcvlowat"
2025-08-20T21:04:21.4567783Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T21:04:21.4569333Z [00:00:24.251]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:128.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4570874Z [00:00:24.252]➜  libnl-static-x86_64-unknown-linux-musl>   128 | %token <i> META_SK_RCVTIMEO "sk_rcvtimeo"
2025-08-20T21:04:21.4572024Z [00:00:24.252]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T21:04:21.4573539Z [00:00:24.252]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:129.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4575015Z [00:00:24.253]➜  libnl-static-x86_64-unknown-linux-musl>   129 | %token <i> META_SK_SNDTIMEO "sk_sndtimeo"
2025-08-20T21:04:21.4576031Z [00:00:24.253]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T21:04:21.4577858Z [00:00:24.253]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:130.32-47: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4579402Z [00:00:24.254]➜  libnl-static-x86_64-unknown-linux-musl>   130 | %token <i> META_SK_SENDMSG_OFF "sk_sendmsg_off"
2025-08-20T21:04:21.4580581Z [00:00:24.254]➜  libnl-static-x86_64-unknown-linux-musl>       |                                ^~~~~~~~~~~~~~~~
2025-08-20T21:04:21.4582081Z [00:00:24.254]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:131.34-51: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4583590Z [00:00:24.255]➜  libnl-static-x86_64-unknown-linux-musl>   131 | %token <i> META_SK_WRITE_PENDING "sk_write_pending"
2025-08-20T21:04:21.4584726Z [00:00:24.256]➜  libnl-static-x86_64-unknown-linux-musl>       |                                  ^~~~~~~~~~~~~~~~~~
2025-08-20T21:04:21.4586198Z [00:00:24.256]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:132.22-27: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4599762Z [00:00:24.256]➜  libnl-static-x86_64-unknown-linux-musl>   GEN      lib/route/pktloc_syntax.c
2025-08-20T21:04:21.4600926Z [00:00:24.256]➜  libnl-static-x86_64-unknown-linux-musl>   132 | %token <i> META_VLAN "vlan"
2025-08-20T21:04:21.4602022Z [00:00:24.256]➜  libnl-static-x86_64-unknown-linux-musl>       |                      ^~~~~~
2025-08-20T21:04:21.4603594Z [00:00:24.257]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:133.24-31: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4605078Z [00:00:24.257]➜  libnl-static-x86_64-unknown-linux-musl>   133 | %token <i> META_RXHASH "rxhash"
2025-08-20T21:04:21.4606150Z [00:00:24.257]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~~~
2025-08-20T21:04:21.4607894Z [00:00:24.257]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:134.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4609501Z [00:00:24.258]➜  libnl-static-x86_64-unknown-linux-musl>   134 | %token <i> META_DEVNAME "devname"
2025-08-20T21:04:21.4610615Z [00:00:24.258]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T21:04:21.4612707Z [00:00:24.258]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:135.29-41: warning: lib/route/pktloc_syntax.y:12.1-14: warning:POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4614485Z [00:00:24.259]➜  libnl-static-x86_64-unknown-linux-musl>   135 | %token <i> META_SK_BOUND_IF "sk_bound_if"
2025-08-20T21:04:21.4615664Z [00:00:24.259]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T21:04:21.4617416Z [00:00:24.259]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:149.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc]
2025-08-20T21:04:21.4619047Z [00:00:24.260]➜  libnl-static-x86_64-unknown-linux-musl>   149 | %destructor { free($$); NL_DBG(2, "string destructor\n"); } <s>
2025-08-20T21:04:21.4620145Z [00:00:24.261]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T21:04:21.4621528Z [00:00:24.261]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:150.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc]
2025-08-20T21:04:21.4623187Z [00:00:24.263]➜  libnl-static-x86_64-unknown-linux-musl>   150 | %destructor { rtnl_pktloc_put($$); NL_DBG(2, "pktloc destructor\n"); ...
2025-08-20T21:04:21.4624357Z [00:00:24.263]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T21:04:21.4625437Z [00:00:24.264]➜  libnl-static-x86_64-unknown-linux-musl>  POSIX Yacc does not support %error-verbose [-Wyacc]
2025-08-20T21:04:21.4626939Z [00:00:24.264]➜  libnl-static-x86_64-unknown-linux-musl>    12 | %error-verboselib/route/cls/ematch_syntax.y:151.1
2025-08-20T21:04:21.4628021Z [00:00:24.265]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~
2025-08-20T21:04:21.4629911Z [00:00:24.265]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:12.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated]
2025-08-20T21:04:21.4631505Z [00:00:24.265]➜  libnl-static-x86_64-unknown-linux-musl>    12 | %error-verbose
2025-08-20T21:04:21.4632412Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~
2025-08-20T21:04:21.4633422Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl>       | %define parse.error verbose
2025-08-20T21:04:21.4634854Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:13.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
2025-08-20T21:04:21.4636142Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl>    13 | %define api.pure
2025-08-20T21:04:21.4637271Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~
2025-08-20T21:04:21.4638729Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:14.14-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4640135Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl>    14 | %name-prefix "pktloc_"
2025-08-20T21:04:21.4641150Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl>       |              ^~~~~~~~~
2025-08-20T21:04:21.4642596Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:14.1-22: warning: POSIX Yacc does not support %name-prefix  [-Wyacc]
2025-08-20T21:04:21.4644290Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl> -11: warning: POSIX Yacc does not support %destructor   14 | %name-prefix "pktloc_"
2025-08-20T21:04:21.4645574Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T21:04:21.4647502Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:14.1-22: warning: deprecated directive: '%name-prefix "pktloc_"', use '%define api.prefix {pktloc_}' [-Wdeprecated]
2025-08-20T21:04:21.4648986Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl>  [-Wyacc]
2025-08-20T21:04:21.4650056Z [00:00:24.266]➜  libnl-static-x86_64-unknown-linux-musl>   151 | %dest   14 | %name-prerfuicxt o"rp k{t flroce_e"($
2025-08-20T21:04:21.4651594Z [00:00:24.267]➜  libnl-static-x86_64-unknown-linux-musl>       | $.^~~d~at~a~);~ N~~L~_~D~B~G~(2~~,~ ~"~q~u~oted ~d
2025-08-20T21:04:21.4652786Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl> es      | t%define api.prefix {pktloc_}
2025-08-20T21:04:21.4654223Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:18.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
2025-08-20T21:04:21.4655466Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl>    18 | %expect 1
2025-08-20T21:04:21.4662555Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~
2025-08-20T21:04:21.4664035Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:42.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc]
2025-08-20T21:04:21.4665498Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl>    42 | %destructor { free($$); } NAME
2025-08-20T21:04:21.4666736Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T21:04:21.4667642Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl> ructor\n"); } <q>
2025-08-20T21:04:21.4668599Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T21:04:21.4670060Z [00:00:24.268]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:152.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc]
2025-08-20T21:04:21.4671820Z [00:00:24.269]➜  libnl-static-x86_64-unknown-linux-musl>   152 | %destructor { rtnl_meta_value_put($$); NL_DBG(2, "meta value destruct...
2025-08-20T21:04:21.4673061Z [00:00:24.270]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T21:04:21.4674697Z [00:00:24.270]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:211.24-26: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4676468Z [00:00:24.271]➜  libnl-static-x86_64-unknown-linux-musl>   211 |         | EMATCH_NBYTE "(" pktloc KW_EQ pattern ")"
2025-08-20T21:04:21.4677619Z [00:00:24.271]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~
2025-08-20T21:04:21.4679147Z [00:00:24.271]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:211.49-51: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4680757Z [00:00:24.272]➜  libnl-static-x86_64-unknown-linux-musl>   211 |         | EMATCH_NBYTE "(" pktloc KW_EQ pattern ")"
2025-08-20T21:04:21.4682002Z [00:00:24.272]➜  libnl-static-x86_64-unknown-linux-musl>       |                                                 ^~~
2025-08-20T21:04:21.4683424Z [00:00:24.272]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y  CC       lib/netfilter/libnl_nf_3_la-ct.lo
2025-08-20T21:04:21.4685047Z [00:00:24.273]➜  libnl-static-x86_64-unknown-linux-musl> :229.23-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4686863Z [00:00:24.273]➜  libnl-static-x86_64-unknown-linux-musl>   229 |         | EMATCH_TEXT "(" STR QUOTED text_from text_to ")"
2025-08-20T21:04:21.4688122Z [00:00:24.274]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~
2025-08-20T21:04:21.4689702Z [00:00:24.274]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:229.56-58: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4691332Z [00:00:24.275]➜  libnl-static-x86_64-unknown-linux-musl>   229 |         | EMATCH_TEXT "(" STR QUOTED text_from text_to ")"
2025-08-20T21:04:21.4692593Z [00:00:24.275]➜  libnl-static-x86_64-unknown-linux-musl>       |                                                        ^~~
2025-08-20T21:04:21.4694264Z [00:00:24.276]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:256.23-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4696060Z [00:00:24.277]➜  libnl-static-x86_64-unknown-linux-musl>   256 |         | EMATCH_META "(" meta_value operand meta_value ")"
2025-08-20T21:04:21.4697746Z [00:00:24.277]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~
2025-08-20T21:04:21.4699288Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:256.57-59: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4700909Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   256 |         | EMATCH_META "(" meta_value operand meta_value ")"
2025-08-20T21:04:21.4702208Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |                                                         ^~~
2025-08-20T21:04:21.4703853Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:275.11-13: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4705356Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   275 |         | "(" expr ")"
2025-08-20T21:04:21.4706566Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |           ^~~
2025-08-20T21:04:21.4708107Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:275.20-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4709612Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   275 |         | "(" expr ")"
2025-08-20T21:04:21.4710628Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~
2025-08-20T21:04:21.4712189Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:303.20-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4713742Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   303 |         EMATCH_CMP "(" cmp_expr ")"
2025-08-20T21:04:21.4715095Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~
2025-08-20T21:04:21.4716904Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:303.33-35: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4718523Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   303 |         EMATCH_CMP "(" cmp_expr ")"
2025-08-20T21:04:21.4719708Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |                                 ^~~
2025-08-20T21:04:21.4721274Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:332.11-16: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4722670Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   332 |         | "from" pktloc
2025-08-20T21:04:21.4723603Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |           ^~~~~~
2025-08-20T21:04:21.4725063Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:339.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4726684Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   339 |         | "to" pktloc
2025-08-20T21:04:21.4727647Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |           ^~~~
2025-08-20T21:04:21.4729115Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:457.23-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4730640Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   457 |         | align LAYER "+" NUMBER mask
2025-08-20T21:04:21.4731717Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~
2025-08-20T21:04:21.4733339Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:484.17-20: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4734853Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   484 |         | ALIGN "at"
2025-08-20T21:04:21.4735911Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |                 ^~~~
2025-08-20T21:04:21.4737989Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:486.18-21: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T21:04:21.4739475Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>   486 |         | NUMBER "at"
2025-08-20T21:04:21.4740526Z [00:00:24.279]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~~
2025-08-20T21:04:21.5108129Z [00:00:24.330]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
2025-08-20T21:04:21.5109899Z [00:00:24.331]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-ct_obj.lo
2025-08-20T21:04:21.5284558Z [00:00:24.349]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-exp.lo
2025-08-20T21:04:21.6260487Z [00:00:24.447]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-exp_obj.lo
2025-08-20T21:04:21.6463929Z [00:00:24.467]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
2025-08-20T21:04:21.6480401Z [00:00:24.469]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-log.lo
2025-08-20T21:04:21.8875483Z [00:00:24.708]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-log_msg.lo
2025-08-20T21:04:21.9012724Z [00:00:24.722]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-log_msg_obj.lo
2025-08-20T21:04:21.9701261Z [00:00:24.791]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-log_obj.lo
2025-08-20T21:04:22.1358550Z [00:00:24.957]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-netfilter.lo
2025-08-20T21:04:22.2869433Z [00:00:25.108]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-nfnl.lo
2025-08-20T21:04:22.2958643Z [00:00:25.117]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-queue.lo
2025-08-20T21:04:22.3097223Z [00:00:25.131]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-queue_msg.lo
2025-08-20T21:04:22.3205032Z [00:00:25.141]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-queue_msg_obj.lo
2025-08-20T21:04:22.3643242Z [00:00:25.185]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-queue_obj.lo
2025-08-20T21:04:22.4574807Z [00:00:25.278]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/genl/libnl_genl_3_la-ctrl.lo
2025-08-20T21:04:22.4986172Z [00:00:25.319]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/genl/libnl_genl_3_la-family.lo
2025-08-20T21:04:22.5333779Z [00:00:25.354]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/genl/libnl_genl_3_la-genl.lo
2025-08-20T21:04:22.6210551Z [00:00:25.442]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/genl/libnl_genl_3_la-mngt.lo
2025-08-20T21:04:22.7107305Z [00:00:25.531]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag.lo
2025-08-20T21:04:22.7617310Z [00:00:25.582]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag_meminfo_obj.lo
2025-08-20T21:04:22.7776714Z [00:00:25.598]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag_msg_obj.lo
2025-08-20T21:04:22.8010412Z [00:00:25.622]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag_req_obj.lo
2025-08-20T21:04:22.8929308Z [00:00:25.714]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag_vegasinfo_obj.lo
2025-08-20T21:04:22.9281863Z [00:00:25.749]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-ae.lo
2025-08-20T21:04:22.9689588Z [00:00:25.790]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-lifetime.lo
2025-08-20T21:04:23.0070457Z [00:00:25.828]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-sa.lo
2025-08-20T21:04:23.0651642Z [00:00:25.884]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-selector.lo
2025-08-20T21:04:23.1764862Z [00:00:25.997]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-sp.lo
2025-08-20T21:04:23.3542019Z [00:00:26.175]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-template.lo
2025-08-20T21:04:23.3596969Z [00:00:26.180]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/cls/basic_la-basic.lo
2025-08-20T21:04:23.5000522Z [00:00:26.321]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/cls/cgroup_la-cgroup.lo
2025-08-20T21:04:23.5459600Z [00:00:26.367]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/bfifo_la-bfifo.lo
2025-08-20T21:04:23.6086702Z [00:00:26.429]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/blackhole_la-blackhole.lo
2025-08-20T21:04:23.6589746Z [00:00:26.480]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/fq_codel_la-fq_codel.lo
2025-08-20T21:04:23.7385980Z [00:00:26.559]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/hfsc_la-hfsc.lo
2025-08-20T21:04:23.7641961Z [00:00:26.585]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/htb_la-htb.lo
2025-08-20T21:04:23.9061662Z [00:00:26.727]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/ingress_la-ingress.lo
2025-08-20T21:04:23.9575090Z [00:00:26.778]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/pfifo_la-pfifo.lo
2025-08-20T21:04:24.0026173Z [00:00:26.823]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/plug_la-plug.lo
2025-08-20T21:04:24.0959628Z [00:00:26.917]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-3.la
2025-08-20T21:04:24.1209437Z [00:00:26.942]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/cls/basic.la
2025-08-20T21:04:24.1535930Z [00:00:26.974]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/cls/cgroup.la
2025-08-20T21:04:24.2213950Z [00:00:27.042]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/bfifo.la
2025-08-20T21:04:24.2377636Z [00:00:27.058]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/blackhole.la
2025-08-20T21:04:24.2428454Z [00:00:27.064]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/fq_codel.la
2025-08-20T21:04:24.3305121Z [00:00:27.151]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/hfsc.la
2025-08-20T21:04:24.3584632Z [00:00:27.179]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/htb.la
2025-08-20T21:04:24.3738043Z [00:00:27.195]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/ingress.la
2025-08-20T21:04:24.3875329Z [00:00:27.208]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/pfifo.la
2025-08-20T21:04:24.4272508Z [00:00:27.248]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/plug.la
2025-08-20T21:04:24.4553113Z [00:00:27.276]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/fib_lookup/libnl_route_3_la-lookup.lo
2025-08-20T21:04:24.4670383Z [00:00:27.288]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/fib_lookup/libnl_route_3_la-request.lo
2025-08-20T21:04:24.5042717Z [00:00:27.325]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-act.lo
2025-08-20T21:04:24.5159308Z [00:00:27.337]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-gact.lo
2025-08-20T21:04:24.5603477Z [00:00:27.381]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-mirred.lo
2025-08-20T21:04:24.6799713Z [00:00:27.501]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-nat.lo
2025-08-20T21:04:24.6876678Z [00:00:27.508]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-skbedit.lo
2025-08-20T21:04:24.7355585Z [00:00:27.556]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-vlan.lo
2025-08-20T21:04:24.8118440Z [00:00:27.633]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-addr.lo
2025-08-20T21:04:24.8256716Z [00:00:27.646]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-class.lo
2025-08-20T21:04:24.9060368Z [00:00:27.727]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-classid.lo
2025-08-20T21:04:24.9365101Z [00:00:27.757]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-cls.lo
2025-08-20T21:04:25.0244627Z [00:00:27.845]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-basic.lo
2025-08-20T21:04:25.1001188Z [00:00:27.921]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-cgroup.lo
2025-08-20T21:04:25.2683732Z [00:00:28.089]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-ematch.lo
2025-08-20T21:04:25.2746023Z [00:00:28.095]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-cmp.lo
2025-08-20T21:04:25.3049904Z [00:00:28.126]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-container.lo
2025-08-20T21:04:25.3908224Z [00:00:28.212]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-meta.lo
2025-08-20T21:04:25.3997532Z [00:00:28.217]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-nbyte.lo
2025-08-20T21:04:25.4479112Z [00:00:28.269]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-text.lo
2025-08-20T21:04:25.5158226Z [00:00:28.337]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-flower.lo
2025-08-20T21:04:25.6258053Z [00:00:28.446]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-fw.lo
2025-08-20T21:04:25.6937582Z [00:00:28.511]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-mall.lo
2025-08-20T21:04:25.7048978Z [00:00:28.526]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-police.lo
2025-08-20T21:04:25.8194210Z [00:00:28.640]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-u32.lo
2025-08-20T21:04:25.8459122Z [00:00:28.667]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-link.lo
2025-08-20T21:04:25.9223789Z [00:00:28.743]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-api.lo
2025-08-20T21:04:25.9301257Z [00:00:28.751]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-bonding.lo
2025-08-20T21:04:26.0993889Z [00:00:28.920]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-bridge.lo
2025-08-20T21:04:26.1697411Z [00:00:28.990]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-bridge_info.lo
2025-08-20T21:04:26.3324270Z [00:00:29.153]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-can.lo
2025-08-20T21:04:26.4062472Z [00:00:29.227]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-dummy.lo
2025-08-20T21:04:26.6432292Z [00:00:29.464]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-geneve.lo
2025-08-20T21:04:26.6709026Z [00:00:29.492]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ifb.lo
2025-08-20T21:04:26.9058821Z [00:00:29.727]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-inet.lo
2025-08-20T21:04:26.9221728Z [00:00:29.743]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-inet6.lo
2025-08-20T21:04:27.0867849Z [00:00:29.905]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ip6gre.lo
2025-08-20T21:04:27.1136544Z [00:00:29.934]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ip6tnl.lo
2025-08-20T21:04:27.1350357Z [00:00:29.956]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ip6vti.lo
2025-08-20T21:04:27.1414103Z [00:00:29.962]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ipgre.lo
2025-08-20T21:04:27.3991014Z [00:00:30.220]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ipip.lo
2025-08-20T21:04:27.4778569Z [00:00:30.299]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ipvlan.lo
2025-08-20T21:04:27.4988954Z [00:00:30.320]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ipvti.lo
2025-08-20T21:04:27.6391284Z [00:00:30.460]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-macsec.lo
2025-08-20T21:04:27.7577006Z [00:00:30.578]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-macvlan.lo
2025-08-20T21:04:27.7918164Z [00:00:30.611]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ppp.lo
2025-08-20T21:04:27.8138850Z [00:00:30.635]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-sit.lo
2025-08-20T21:04:27.8878271Z [00:00:30.708]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-sriov.lo
2025-08-20T21:04:28.0400766Z [00:00:30.861]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-team.lo
2025-08-20T21:04:28.2505066Z [00:00:31.071]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-veth.lo
2025-08-20T21:04:28.2627397Z [00:00:31.083]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-vlan.lo
2025-08-20T21:04:28.2701710Z [00:00:31.091]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-vrf.lo
2025-08-20T21:04:28.3235677Z [00:00:31.144]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-vxlan.lo
2025-08-20T21:04:28.5149552Z [00:00:31.336]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-xfrmi.lo
2025-08-20T21:04:28.5188702Z [00:00:31.340]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-mdb.lo
2025-08-20T21:04:28.5631724Z [00:00:31.384]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-neigh.lo
2025-08-20T21:04:28.6615668Z [00:00:31.482]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-neightbl.lo
2025-08-20T21:04:28.7990332Z [00:00:31.620]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-netconf.lo
2025-08-20T21:04:28.8214866Z [00:00:31.642]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-nexthop.lo
2025-08-20T21:04:29.1708060Z [00:00:31.992]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-nexthop_encap.lo
2025-08-20T21:04:29.1768709Z [00:00:31.998]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-nh.lo
2025-08-20T21:04:29.1779387Z [00:00:31.999]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-nh_encap_mpls.lo
2025-08-20T21:04:29.3232598Z [00:00:32.144]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-pktloc.lo
2025-08-20T21:04:29.3435792Z [00:00:32.164]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-qdisc.lo
2025-08-20T21:04:29.3447590Z [00:00:32.165]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-blackhole.lo
2025-08-20T21:04:29.4336907Z [00:00:32.254]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-cbq.lo
2025-08-20T21:04:29.5030178Z [00:00:32.324]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-dsmark.lo
2025-08-20T21:04:29.6058789Z [00:00:32.426]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-fifo.lo
2025-08-20T21:04:29.6187818Z [00:00:32.440]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-fq_codel.lo
2025-08-20T21:04:29.6581124Z [00:00:32.478]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-hfsc.lo
2025-08-20T21:04:29.6582390Z [00:00:32.478]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-htb.lo
2025-08-20T21:04:29.7911431Z [00:00:32.612]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-ingress.lo
2025-08-20T21:04:29.8941323Z [00:00:32.715]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-mqprio.lo
2025-08-20T21:04:29.9197873Z [00:00:32.741]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-netem.lo
2025-08-20T21:04:29.9231786Z [00:00:32.744]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-plug.lo
2025-08-20T21:04:29.9290945Z [00:00:32.749]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-prio.lo
2025-08-20T21:04:30.0871858Z [00:00:32.908]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-red.lo
2025-08-20T21:04:30.1535584Z [00:00:32.974]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-sfq.lo
2025-08-20T21:04:30.1600830Z [00:00:32.981]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-tbf.lo
2025-08-20T21:04:30.3029425Z [00:00:33.124]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-route.lo
2025-08-20T21:04:30.3733080Z [00:00:33.194]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-route_obj.lo
2025-08-20T21:04:30.3836070Z [00:00:33.204]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-route_utils.lo
2025-08-20T21:04:30.3948416Z [00:00:33.216]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-rtnl.lo
2025-08-20T21:04:30.5473011Z [00:00:33.368]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-rule.lo
2025-08-20T21:04:30.5487132Z [00:00:33.370]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-tc.lo
2025-08-20T21:04:30.5564840Z [00:00:33.377]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-ematch_grammar.lo
2025-08-20T21:04:30.6084355Z [00:00:33.429]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-ematch_syntax.lo
2025-08-20T21:04:31.0515079Z [00:00:33.872]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-pktloc_grammar.lo
2025-08-20T21:04:31.2359529Z [00:00:34.057]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-pktloc_syntax.lo
2025-08-20T21:04:31.2908219Z [00:00:34.112]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-genl-3.la
2025-08-20T21:04:31.3569383Z [00:00:34.178]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-idiag-3.la
2025-08-20T21:04:31.4603737Z [00:00:34.281]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-xfrm-3.la
2025-08-20T21:04:31.6195512Z [00:00:34.440]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-route-3.la
2025-08-20T21:04:31.7146181Z [00:00:34.535]➜  libnl-static-x86_64-unknown-linux-musl> copying selected object files to avoid basename conflicts...
2025-08-20T21:04:31.7889345Z [00:00:34.610]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-nf-3.la
2025-08-20T21:04:31.8793860Z [00:00:34.700]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/lib/libnl-cli-3.la
2025-08-20T21:04:31.9935986Z [00:00:34.814]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/genl-ctrl-list
2025-08-20T21:04:31.9938998Z [00:00:34.814]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/idiag-socket-details
2025-08-20T21:04:31.9942363Z [00:00:34.814]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-ct-add
2025-08-20T21:04:31.9954315Z [00:00:34.816]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-ct-events
2025-08-20T21:04:31.9977920Z [00:00:34.819]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-ct-list
2025-08-20T21:04:32.2708176Z [00:00:35.089]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-exp-add
2025-08-20T21:04:32.2784124Z [00:00:35.099]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-exp-delete
2025-08-20T21:04:32.2834495Z [00:00:35.104]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-exp-list
2025-08-20T21:04:32.3030786Z [00:00:35.124]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-log
2025-08-20T21:04:32.3128351Z [00:00:35.134]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-monitor
2025-08-20T21:04:32.5536952Z [00:00:35.374]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-queue
2025-08-20T21:04:32.5997738Z [00:00:35.413]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-addr-add
2025-08-20T21:04:32.6103401Z [00:00:35.431]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-addr-delete
2025-08-20T21:04:32.6132943Z [00:00:35.434]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-addr-list
2025-08-20T21:04:32.6157611Z [00:00:35.436]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-class-add
2025-08-20T21:04:32.8645173Z [00:00:35.683]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-class-delete
2025-08-20T21:04:32.8766631Z [00:00:35.697]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-class-list
2025-08-20T21:04:32.8983723Z [00:00:35.719]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-classid-lookup
2025-08-20T21:04:32.9135443Z [00:00:35.734]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-cls-add
2025-08-20T21:04:32.9374007Z [00:00:35.758]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-cls-delete
2025-08-20T21:04:33.1785888Z [00:00:35.999]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-cls-list
2025-08-20T21:04:33.1818321Z [00:00:36.003]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-fib-lookup
2025-08-20T21:04:33.2038774Z [00:00:36.022]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-enslave
2025-08-20T21:04:33.2465079Z [00:00:36.067]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-ifindex2name
2025-08-20T21:04:33.2474007Z [00:00:36.068]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-list
2025-08-20T21:04:33.4606196Z [00:00:36.281]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-name2ifindex
2025-08-20T21:04:33.4779834Z [00:00:36.299]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-release
2025-08-20T21:04:33.5149576Z [00:00:36.336]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-set
2025-08-20T21:04:33.5475511Z [00:00:36.368]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-stats
2025-08-20T21:04:33.5755935Z [00:00:36.396]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-list-caches
2025-08-20T21:04:33.7247044Z [00:00:36.545]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-list-sockets
2025-08-20T21:04:33.7742362Z [00:00:36.595]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-monitor
2025-08-20T21:04:33.8320589Z [00:00:36.653]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-neigh-add
2025-08-20T21:04:33.8600804Z [00:00:36.681]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-neigh-delete
2025-08-20T21:04:33.8814435Z [00:00:36.702]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-neigh-list
2025-08-20T21:04:34.0120764Z [00:00:36.832]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-neightbl-list
2025-08-20T21:04:34.0700643Z [00:00:36.891]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-nh-list
2025-08-20T21:04:34.1498213Z [00:00:36.971]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-pktloc-lookup
2025-08-20T21:04:34.1756494Z [00:00:36.996]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-qdisc-add
2025-08-20T21:04:34.1798822Z [00:00:37.001]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-qdisc-delete
2025-08-20T21:04:34.3271858Z [00:00:37.148]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-qdisc-list
2025-08-20T21:04:34.3828112Z [00:00:37.202]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-route-add
2025-08-20T21:04:34.4569497Z [00:00:37.278]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-route-delete
2025-08-20T21:04:34.4634652Z [00:00:37.284]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-route-get
2025-08-20T21:04:34.4968663Z [00:00:37.318]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-route-list
2025-08-20T21:04:34.6438344Z [00:00:37.465]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-rule-list
2025-08-20T21:04:34.7085186Z [00:00:37.529]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-tctree-list
2025-08-20T21:04:34.7569558Z [00:00:37.577]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-util-addr
2025-08-20T21:04:34.9486489Z [00:00:37.769]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:04:34.9558862Z [00:00:37.776]➜  libnl-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig m4datadir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/share/aclocal aclocaldir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/share/aclocal install
2025-08-20T21:04:34.9833805Z [00:00:37.804]➜  libnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T21:04:34.9894779Z [00:00:37.810]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink'
2025-08-20T21:04:34.9905360Z [00:00:37.811]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/cli'
2025-08-20T21:04:34.9914650Z [00:00:37.812]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/fib_lookup'
2025-08-20T21:04:34.9934677Z [00:00:37.814]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/genl'
2025-08-20T21:04:34.9975635Z [00:00:37.817]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/addr.h include/netlink/attr.h include/netlink/cache-api.h include/netlink/cache.h include/netlink/data.h include/netlink/errno.h include/netlink/handlers.h include/netlink/hash.h include/netlink/hashtable.h include/netlink/list.h include/netlink/msg.h include/netlink/netlink-compat.h include/netlink/netlink-kernel.h include/netlink/netlink.h include/netlink/object-api.h include/netlink/object.h include/netlink/socket.h include/netlink/types.h include/netlink/utils.h include/netlink/version.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink'
2025-08-20T21:04:34.9985260Z [00:00:37.817]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/cli/addr.h include/netlink/cli/class.h include/netlink/cli/cls.h include/netlink/cli/ct.h include/netlink/cli/exp.h include/netlink/cli/link.h include/netlink/cli/mdb.h include/netlink/cli/neigh.h include/netlink/cli/nh.h include/netlink/cli/qdisc.h include/netlink/cli/route.h include/netlink/cli/rule.h include/netlink/cli/tc.h include/netlink/cli/utils.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/cli'
2025-08-20T21:04:34.9994701Z [00:00:37.817]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/idiag'
2025-08-20T21:04:34.9999661Z [00:00:37.820]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/genl/ctrl.h include/netlink/genl/family.h include/netlink/genl/genl.h include/netlink/genl/mngt.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/genl'
2025-08-20T21:04:35.0004635Z [00:00:37.820]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/fib_lookup/lookup.h include/netlink/fib_lookup/request.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/fib_lookup'
2025-08-20T21:04:35.0011765Z [00:00:37.822]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/netfilter'
2025-08-20T21:04:35.0018683Z [00:00:37.822]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/idiag/idiagnl.h include/netlink/idiag/meminfo.h include/netlink/idiag/msg.h include/netlink/idiag/req.h include/netlink/idiag/vegasinfo.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/idiag'
2025-08-20T21:04:35.0032119Z [00:00:37.824]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route'
2025-08-20T21:04:35.0048468Z [00:00:37.826]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/act'
2025-08-20T21:04:35.0066062Z [00:00:37.827]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/cls'
2025-08-20T21:04:35.0091959Z [00:00:37.830]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/netfilter/ct.h include/netlink/netfilter/exp.h include/netlink/netfilter/log.h include/netlink/netfilter/log_msg.h include/netlink/netfilter/netfilter.h include/netlink/netfilter/nfnl.h include/netlink/netfilter/queue.h include/netlink/netfilter/queue_msg.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/netfilter'
2025-08-20T21:04:35.0101795Z [00:00:37.830]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/action.h include/netlink/route/addr.h include/netlink/route/class.h include/netlink/route/classifier.h include/netlink/route/link.h include/netlink/route/mdb.h include/netlink/route/neighbour.h include/netlink/route/neightbl.h include/netlink/route/netconf.h include/netlink/route/nexthop.h include/netlink/route/nh.h include/netlink/route/pktloc.h include/netlink/route/qdisc.h include/netlink/route/route.h include/netlink/route/rtnl.h include/netlink/route/rule.h include/netlink/route/tc-api.h include/netlink/route/tc.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route'
2025-08-20T21:04:35.0109030Z [00:00:37.830]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/cls/ematch'
2025-08-20T21:04:35.0143792Z [00:00:37.835]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/cls/basic.h include/netlink/route/cls/cgroup.h include/netlink/route/cls/ematch.h include/netlink/route/cls/flower.h include/netlink/route/cls/fw.h include/netlink/route/cls/matchall.h include/netlink/route/cls/police.h include/netlink/route/cls/u32.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/cls'
2025-08-20T21:04:35.0171838Z [00:00:37.835]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/act/gact.h include/netlink/route/act/mirred.h include/netlink/route/act/nat.h include/netlink/route/act/skbedit.h include/netlink/route/act/vlan.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/act'
2025-08-20T21:04:35.0176687Z [00:00:37.836]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/link'
2025-08-20T21:04:35.0195019Z [00:00:37.836]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/cls/ematch/cmp.h include/netlink/route/cls/ematch/meta.h include/netlink/route/cls/ematch/nbyte.h include/netlink/route/cls/ematch/text.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/cls/ematch'
2025-08-20T21:04:35.0203754Z [00:00:37.836]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/qdisc'
2025-08-20T21:04:35.0211013Z [00:00:37.841]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/qdisc/cbq.h include/netlink/route/qdisc/dsmark.h include/netlink/route/qdisc/fifo.h include/netlink/route/qdisc/fq_codel.h include/netlink/route/qdisc/hfsc.h include/netlink/route/qdisc/htb.h include/netlink/route/qdisc/mqprio.h include/netlink/route/qdisc/netem.h include/netlink/route/qdisc/plug.h include/netlink/route/qdisc/prio.h include/netlink/route/qdisc/red.h include/netlink/route/qdisc/sfq.h include/netlink/route/qdisc/tbf.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/qdisc'
2025-08-20T21:04:35.0219687Z [00:00:37.843]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/xfrm'
2025-08-20T21:04:35.0231877Z [00:00:37.843]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/link/api.h include/netlink/route/link/bonding.h include/netlink/route/link/bridge_info.h include/netlink/route/link/bridge.h include/netlink/route/link/can.h include/netlink/route/link/geneve.h include/netlink/route/link/inet.h include/netlink/route/link/inet6.h include/netlink/route/link/info-api.h include/netlink/route/link/ip6gre.h include/netlink/route/link/ip6tnl.h include/netlink/route/link/ip6vti.h include/netlink/route/link/ipgre.h include/netlink/route/link/ipip.h include/netlink/route/link/ipvlan.h include/netlink/route/link/ipvti.h include/netlink/route/link/macsec.h include/netlink/route/link/macvlan.h include/netlink/route/link/macvtap.h include/netlink/route/link/ppp.h include/netlink/route/link/sit.h include/netlink/route/link/sriov.h include/netlink/route/link/team.h include/netlink/route/link/veth.h include/netlink/route/link/vlan.h include/netlink/route/link/vrf.h include/netlink/route/link/vxlan.h include/netlink/route/link/xfrmi.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/link'
2025-08-20T21:04:35.0243916Z [00:00:37.845]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man/man8'
2025-08-20T21:04:35.0258326Z [00:00:37.845]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig'
2025-08-20T21:04:35.0266113Z [00:00:37.847]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls'
2025-08-20T21:04:35.0293309Z [00:00:37.847]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/xfrm/ae.h include/netlink/xfrm/lifetime.h include/netlink/xfrm/sa.h include/netlink/xfrm/selector.h include/netlink/xfrm/sp.h include/netlink/xfrm/template.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/xfrm'
2025-08-20T21:04:35.0306923Z [00:00:37.849]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc'
2025-08-20T21:04:35.0314684Z [00:00:37.851]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libnl-3.0.pc libnl-genl-3.0.pc libnl-idiag-3.0.pc libnl-nf-3.0.pc libnl-route-3.0.pc libnl-xfrm-3.0.pc libnl-cli-3.0.pc '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig'
2025-08-20T21:04:35.0319921Z [00:00:37.851]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   lib/cli/cls/basic.la lib/cli/cls/cgroup.la '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls'
2025-08-20T21:04:35.0324297Z [00:00:37.852]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/etc/libnl'
2025-08-20T21:04:35.0336615Z [00:00:37.854]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   lib/cli/qdisc/bfifo.la lib/cli/qdisc/blackhole.la lib/cli/qdisc/fq_codel.la lib/cli/qdisc/hfsc.la lib/cli/qdisc/htb.la lib/cli/qdisc/ingress.la lib/cli/qdisc/pfifo.la lib/cli/qdisc/plug.la '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc'
2025-08-20T21:04:35.0348880Z [00:00:37.855]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 man/genl-ctrl-list.8 man/nl-classid-lookup.8 man/nl-pktloc-lookup.8 man/nl-qdisc-add.8 man/nl-qdisc-delete.8 man/nl-qdisc-list.8 '/nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man/man8'
2025-08-20T21:04:35.0368069Z [00:00:37.857]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 etc/pktloc etc/classid '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/etc/libnl'
2025-08-20T21:04:35.0375631Z [00:00:37.858]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib'
2025-08-20T21:04:35.0392614Z [00:00:37.860]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   lib/libnl-3.la lib/libnl-route-3.la lib/libnl-idiag-3.la lib/libnl-genl-3.la lib/libnl-nf-3.la lib/libnl-xfrm-3.la src/lib/libnl-cli-3.la '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib'
2025-08-20T21:04:35.0631033Z [00:00:37.884]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/cls/.libs/basic.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/basic.la
2025-08-20T21:04:35.0657882Z [00:00:37.886]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/bfifo.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/bfifo.la
2025-08-20T21:04:35.0670324Z [00:00:37.888]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/cls/.libs/cgroup.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/cgroup.la
2025-08-20T21:04:35.0697491Z [00:00:37.890]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/blackhole.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/blackhole.la
2025-08-20T21:04:35.0705440Z [00:00:37.891]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.la
2025-08-20T21:04:35.0713224Z [00:00:37.892]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/cls/.libs/basic.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/basic.a
2025-08-20T21:04:35.0750493Z [00:00:37.895]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/fq_codel.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/fq_codel.la
2025-08-20T21:04:35.0754527Z [00:00:37.896]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-route-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-route-3.la
2025-08-20T21:04:35.0758086Z [00:00:37.896]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/basic.a
2025-08-20T21:04:35.0789153Z [00:00:37.899]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/hfsc.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/hfsc.la
2025-08-20T21:04:35.0792654Z [00:00:37.899]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/basic.a
2025-08-20T21:04:35.0799080Z [00:00:37.901]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-idiag-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-idiag-3.la
2025-08-20T21:04:35.0835351Z [00:00:37.904]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/htb.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/htb.la
2025-08-20T21:04:35.0843746Z [00:00:37.904]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-genl-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.la
2025-08-20T21:04:35.0847793Z [00:00:37.904]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/cls/.libs/cgroup.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/cgroup.a
2025-08-20T21:04:35.0874271Z [00:00:37.908]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/ingress.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/ingress.la
2025-08-20T21:04:35.0878865Z [00:00:37.909]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/cgroup.a
2025-08-20T21:04:35.0886153Z [00:00:37.909]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-nf-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-nf-3.la
2025-08-20T21:04:35.0911287Z [00:00:37.912]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/cgroup.a
2025-08-20T21:04:35.0926083Z [00:00:37.913]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/pfifo.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/pfifo.la
2025-08-20T21:04:35.0936463Z [00:00:37.914]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-xfrm-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-xfrm-3.la
2025-08-20T21:04:35.0958299Z [00:00:37.916]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/plug.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/plug.la
2025-08-20T21:04:35.0980755Z [00:00:37.919]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/lib/.libs/libnl-cli-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-cli-3.la
2025-08-20T21:04:35.0993258Z [00:00:37.920]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/bfifo.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/bfifo.a
2025-08-20T21:04:35.1021797Z [00:00:37.923]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.a
2025-08-20T21:04:35.1030998Z [00:00:37.924]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/bfifo.a
2025-08-20T21:04:35.1070212Z [00:00:37.928]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.a
2025-08-20T21:04:35.1076434Z [00:00:37.928]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/bfifo.a
2025-08-20T21:04:35.1104938Z [00:00:37.931]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.a
2025-08-20T21:04:35.1114559Z [00:00:37.932]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/blackhole.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/blackhole.a
2025-08-20T21:04:35.1150272Z [00:00:37.936]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/blackhole.a
2025-08-20T21:04:35.1188962Z [00:00:37.940]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/blackhole.a
2025-08-20T21:04:35.1192405Z [00:00:37.940]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-route-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-route-3.a
2025-08-20T21:04:35.1237898Z [00:00:37.944]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/fq_codel.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/fq_codel.a
2025-08-20T21:04:35.1264451Z [00:00:37.947]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-route-3.a
2025-08-20T21:04:35.1275560Z [00:00:37.948]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/fq_codel.a
2025-08-20T21:04:35.1304132Z [00:00:37.951]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-route-3.a
2025-08-20T21:04:35.1312544Z [00:00:37.952]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/fq_codel.a
2025-08-20T21:04:35.1354135Z [00:00:37.953]➜  libnl-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0/bin:/nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1/bin:/nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20/bin:/nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1/bin:/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5/bin:/nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls
2025-08-20T21:04:35.1372708Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1900: ldconfig: command not found
2025-08-20T21:04:35.1374340Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:04:35.1375527Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:04:35.1377504Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl>    /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls
2025-08-20T21:04:35.1378885Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:35.1379699Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:04:35.1380471Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:04:35.1381230Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:04:35.1381973Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:04:35.1382692Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:04:35.1383775Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:04:35.1384879Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:04:35.1385954Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:04:35.1387178Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:04:35.1388621Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:04:35.1389599Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:35.1390275Z [00:00:37.954]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:35.1390966Z [00:00:37.955]➜  libnl-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:04:35.1391726Z [00:00:37.955]➜  libnl-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:04:35.1393242Z [00:00:37.955]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:04:35.1394955Z [00:00:37.957]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/hfsc.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/hfsc.a
2025-08-20T21:04:35.1405316Z [00:00:37.961]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/hfsc.a
2025-08-20T21:04:35.1438580Z [00:00:37.965]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/hfsc.a
2025-08-20T21:04:35.1478456Z [00:00:37.969]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/htb.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/htb.a
2025-08-20T21:04:35.1511768Z [00:00:37.972]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/htb.a
2025-08-20T21:04:35.1544283Z [00:00:37.975]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/htb.a
2025-08-20T21:04:35.1562806Z [00:00:37.977]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-idiag-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-idiag-3.a
2025-08-20T21:04:35.1589483Z [00:00:37.980]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/ingress.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/ingress.a
2025-08-20T21:04:35.1603290Z [00:00:37.980]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-idiag-3.a
2025-08-20T21:04:35.1625256Z [00:00:37.983]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/ingress.a
2025-08-20T21:04:35.1631506Z [00:00:37.984]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-idiag-3.a
2025-08-20T21:04:35.1658077Z [00:00:37.987]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/ingress.a
2025-08-20T21:04:35.1680935Z [00:00:37.989]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-genl-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.a
2025-08-20T21:04:35.1699553Z [00:00:37.991]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/pfifo.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/pfifo.a
2025-08-20T21:04:35.1714033Z [00:00:37.992]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.a
2025-08-20T21:04:35.1731793Z [00:00:37.994]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/pfifo.a
2025-08-20T21:04:35.1748838Z [00:00:37.996]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.a
2025-08-20T21:04:35.1767460Z [00:00:37.997]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/pfifo.a
2025-08-20T21:04:35.1800774Z [00:00:38.001]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-nf-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-nf-3.a
2025-08-20T21:04:35.1811786Z [00:00:38.002]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/plug.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/plug.a
2025-08-20T21:04:35.1838258Z [00:00:38.005]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-nf-3.a
2025-08-20T21:04:35.1844597Z [00:00:38.005]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/plug.a
2025-08-20T21:04:35.1871693Z [00:00:38.008]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-nf-3.a
2025-08-20T21:04:35.1878934Z [00:00:38.009]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/plug.a
2025-08-20T21:04:35.1944025Z [00:00:38.015]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-xfrm-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-xfrm-3.a
2025-08-20T21:04:35.1981789Z [00:00:38.019]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-xfrm-3.a
2025-08-20T21:04:35.2014356Z [00:00:38.022]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-xfrm-3.a
2025-08-20T21:04:35.2070735Z [00:00:38.028]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/lib/.libs/libnl-cli-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-cli-3.a
2025-08-20T21:04:35.2107747Z [00:00:38.032]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-cli-3.a
2025-08-20T21:04:35.2141872Z [00:00:38.035]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-cli-3.a
2025-08-20T21:04:35.2230820Z [00:00:38.042]➜  libnl-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0/bin:/nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1/bin:/nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20/bin:/nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1/bin:/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5/bin:/nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc
2025-08-20T21:04:35.2241311Z [00:00:38.043]➜  libnl-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1900: ldconfig: command not found
2025-08-20T21:04:35.2242085Z [00:00:38.043]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:04:35.2242726Z [00:00:38.043]➜  libnl-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:04:35.2243634Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl>    /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc
2025-08-20T21:04:35.2244380Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:35.2244962Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:04:35.2245852Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:04:35.2246910Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:04:35.2247681Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:04:35.2248412Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:04:35.2249005Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:04:35.2249636Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:04:35.2250235Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:04:35.2250821Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:04:35.2251503Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:04:35.2252025Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:35.2252398Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:35.2252981Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:04:35.2253748Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:04:35.2254483Z [00:00:38.044]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:04:35.2468678Z [00:00:38.066]➜  libnl-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0/bin:/nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1/bin:/nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20/bin:/nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1/bin:/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5/bin:/nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib
2025-08-20T21:04:35.2482999Z [00:00:38.066]➜  libnl-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1900: ldconfig: command not found
2025-08-20T21:04:35.2484409Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:04:35.2485621Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:04:35.2487361Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl>    /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib
2025-08-20T21:04:35.2488644Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:35.2489705Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:04:35.2491076Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:04:35.2492487Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:04:35.2493854Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:04:35.2495176Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:04:35.2496618Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:04:35.2497748Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:04:35.2498806Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:04:35.2499985Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:04:35.2501504Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:04:35.2502473Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:35.2503152Z [00:00:38.067]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:04:35.2504262Z [00:00:38.068]➜  libnl-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:04:35.2517674Z [00:00:38.068]➜  libnl-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:04:35.2520630Z [00:00:38.068]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:04:35.2522952Z [00:00:38.069]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin'
2025-08-20T21:04:35.2547814Z [00:00:38.075]➜  libnl-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/genl-ctrl-list src/idiag-socket-details src/nf-ct-add src/nf-ct-events src/nf-ct-list src/nf-exp-add src/nf-exp-delete src/nf-exp-list src/nf-log src/nf-monitor src/nf-queue src/nl-addr-add src/nl-addr-delete src/nl-addr-list src/nl-class-add src/nl-class-delete src/nl-class-list src/nl-classid-lookup src/nl-cls-add src/nl-cls-delete src/nl-cls-list src/nl-fib-lookup src/nl-link-enslave src/nl-link-ifindex2name src/nl-link-list src/nl-link-name2ifindex src/nl-link-release src/nl-link-set src/nl-link-stats src/nl-list-caches src/nl-list-sockets src/nl-monitor src/nl-neigh-add src/nl-neigh-delete src/nl-neigh-list src/nl-neightbl-list src/nl-nh-list src/nl-pktloc-lookup src/nl-qdisc-add src/nl-qdisc-delete src/nl-qdisc-list src/nl-route-add src/nl-route-delete src/nl-route-get src/nl-route-list src/nl-rule-list src/nl-tctree-list src/nl-util-addr '/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin'
2025-08-20T21:04:35.2829584Z [00:00:38.104]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/genl-ctrl-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/genl-ctrl-list
2025-08-20T21:04:35.2879705Z [00:00:38.109]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/idiag-socket-details /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/idiag-socket-details
2025-08-20T21:04:35.2929442Z [00:00:38.114]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-ct-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-add
2025-08-20T21:04:35.2979260Z [00:00:38.119]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-ct-events /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-events
2025-08-20T21:04:35.3028400Z [00:00:38.124]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-ct-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-list
2025-08-20T21:04:35.3078621Z [00:00:38.129]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-exp-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-add
2025-08-20T21:04:35.3128741Z [00:00:38.134]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-exp-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-delete
2025-08-20T21:04:35.3179759Z [00:00:38.139]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-exp-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-list
2025-08-20T21:04:35.3228833Z [00:00:38.144]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-log /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-log
2025-08-20T21:04:35.3279043Z [00:00:38.149]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-monitor /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-monitor
2025-08-20T21:04:35.3327665Z [00:00:38.153]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-queue /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-queue
2025-08-20T21:04:35.3378094Z [00:00:38.159]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-addr-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-add
2025-08-20T21:04:35.3429169Z [00:00:38.164]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-addr-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-delete
2025-08-20T21:04:35.3479785Z [00:00:38.169]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-addr-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-list
2025-08-20T21:04:35.3529631Z [00:00:38.174]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-class-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-add
2025-08-20T21:04:35.3581507Z [00:00:38.179]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-class-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-delete
2025-08-20T21:04:35.3632706Z [00:00:38.184]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-class-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-list
2025-08-20T21:04:35.3684036Z [00:00:38.189]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-classid-lookup /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-classid-lookup
2025-08-20T21:04:35.3732797Z [00:00:38.194]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-cls-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-add
2025-08-20T21:04:35.3785361Z [00:00:38.199]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-cls-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-delete
2025-08-20T21:04:35.3837536Z [00:00:38.205]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-cls-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-list
2025-08-20T21:04:35.3889416Z [00:00:38.210]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-fib-lookup /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-fib-lookup
2025-08-20T21:04:35.3939453Z [00:00:38.215]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-enslave /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-enslave
2025-08-20T21:04:35.3989065Z [00:00:38.220]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-ifindex2name /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-ifindex2name
2025-08-20T21:04:35.4039191Z [00:00:38.225]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-list
2025-08-20T21:04:35.4089620Z [00:00:38.230]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-name2ifindex /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-name2ifindex
2025-08-20T21:04:35.4139018Z [00:00:38.235]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-release /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-release
2025-08-20T21:04:35.4189024Z [00:00:38.240]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-set /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-set
2025-08-20T21:04:35.4239389Z [00:00:38.245]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-stats /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-stats
2025-08-20T21:04:35.4289494Z [00:00:38.250]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-list-caches /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-list-caches
2025-08-20T21:04:35.4338295Z [00:00:38.255]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-list-sockets /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-list-sockets
2025-08-20T21:04:35.4383868Z [00:00:38.259]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-monitor /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-monitor
2025-08-20T21:04:35.4434092Z [00:00:38.264]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-neigh-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-add
2025-08-20T21:04:35.4484607Z [00:00:38.269]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-neigh-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-delete
2025-08-20T21:04:35.4535161Z [00:00:38.274]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-neigh-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-list
2025-08-20T21:04:35.4585459Z [00:00:38.279]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-neightbl-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neightbl-list
2025-08-20T21:04:35.4635765Z [00:00:38.284]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-nh-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-nh-list
2025-08-20T21:04:35.4686420Z [00:00:38.289]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-pktloc-lookup /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-pktloc-lookup
2025-08-20T21:04:35.4735471Z [00:00:38.294]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-qdisc-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-add
2025-08-20T21:04:35.4786739Z [00:00:38.299]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-qdisc-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-delete
2025-08-20T21:04:35.4838156Z [00:00:38.305]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-qdisc-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-list
2025-08-20T21:04:35.4890961Z [00:00:38.310]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-route-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-add
2025-08-20T21:04:35.4942057Z [00:00:38.315]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-route-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-delete
2025-08-20T21:04:35.4992816Z [00:00:38.320]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-route-get /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-get
2025-08-20T21:04:35.5043803Z [00:00:38.325]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-route-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-list
2025-08-20T21:04:35.5094786Z [00:00:38.330]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-rule-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-rule-list
2025-08-20T21:04:35.5145673Z [00:00:38.335]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-tctree-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-tctree-list
2025-08-20T21:04:35.5196638Z [00:00:38.340]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-util-addr /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-util-addr
2025-08-20T21:04:35.5217780Z [00:00:38.343]➜  libnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T21:04:35.5248661Z [00:00:38.346]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:04:35.5430504Z [00:00:38.364]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T21:04:35.5440977Z [00:00:38.365]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-cli-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T21:04:35.5450987Z [00:00:38.366]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-genl-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T21:04:35.5461104Z [00:00:38.367]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-idiag-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T21:04:35.5470972Z [00:00:38.368]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-nf-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T21:04:35.5480950Z [00:00:38.369]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-route-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T21:04:35.5491313Z [00:00:38.370]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-xfrm-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T21:04:35.5516582Z [00:00:38.372]➜  libnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin
2025-08-20T21:04:35.5529929Z [00:00:38.374]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-name2ifindex
2025-08-20T21:04:35.5553208Z [00:00:38.376]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5559494Z [00:00:38.377]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-get
2025-08-20T21:04:35.5579776Z [00:00:38.379]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5585543Z [00:00:38.379]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-monitor
2025-08-20T21:04:35.5603003Z [00:00:38.381]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5608169Z [00:00:38.382]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-set
2025-08-20T21:04:35.5626915Z [00:00:38.384]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5632721Z [00:00:38.384]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-add
2025-08-20T21:04:35.5654075Z [00:00:38.386]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5659796Z [00:00:38.387]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-delete
2025-08-20T21:04:35.5679204Z [00:00:38.389]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5684445Z [00:00:38.389]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-add
2025-08-20T21:04:35.5702855Z [00:00:38.391]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5708254Z [00:00:38.392]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-util-addr
2025-08-20T21:04:35.5725286Z [00:00:38.393]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5730797Z [00:00:38.394]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-pktloc-lookup
2025-08-20T21:04:35.5748616Z [00:00:38.396]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5754987Z [00:00:38.396]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-list
2025-08-20T21:04:35.5773104Z [00:00:38.398]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5778850Z [00:00:38.399]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-release
2025-08-20T21:04:35.5797603Z [00:00:38.401]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5802800Z [00:00:38.401]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-add
2025-08-20T21:04:35.5822407Z [00:00:38.403]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5827978Z [00:00:38.404]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-delete
2025-08-20T21:04:35.5848705Z [00:00:38.406]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5853904Z [00:00:38.406]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-add
2025-08-20T21:04:35.5873303Z [00:00:38.408]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5878618Z [00:00:38.409]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-monitor
2025-08-20T21:04:35.5897266Z [00:00:38.411]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5902482Z [00:00:38.411]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-list
2025-08-20T21:04:35.5924616Z [00:00:38.413]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5930213Z [00:00:38.414]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/idiag-socket-details
2025-08-20T21:04:35.5947363Z [00:00:38.416]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5952846Z [00:00:38.416]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-list
2025-08-20T21:04:35.5971393Z [00:00:38.418]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.5977243Z [00:00:38.419]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/genl-ctrl-list
2025-08-20T21:04:35.5995013Z [00:00:38.420]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6000710Z [00:00:38.421]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-add
2025-08-20T21:04:35.6020235Z [00:00:38.423]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6025853Z [00:00:38.423]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-ifindex2name
2025-08-20T21:04:35.6044184Z [00:00:38.425]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6049714Z [00:00:38.426]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-classid-lookup
2025-08-20T21:04:35.6066967Z [00:00:38.428]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6072519Z [00:00:38.428]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-queue
2025-08-20T21:04:35.6092106Z [00:00:38.430]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6097819Z [00:00:38.431]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-nh-list
2025-08-20T21:04:35.6116819Z [00:00:38.433]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6122115Z [00:00:38.433]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-delete
2025-08-20T21:04:35.6142742Z [00:00:38.435]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6148728Z [00:00:38.436]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-tctree-list
2025-08-20T21:04:35.6168098Z [00:00:38.438]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6173364Z [00:00:38.438]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-list
2025-08-20T21:04:35.6193415Z [00:00:38.440]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6198918Z [00:00:38.441]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-list
2025-08-20T21:04:35.6218421Z [00:00:38.443]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6224279Z [00:00:38.443]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-enslave
2025-08-20T21:04:35.6242608Z [00:00:38.445]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6248125Z [00:00:38.446]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-fib-lookup
2025-08-20T21:04:35.6265229Z [00:00:38.447]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6270620Z [00:00:38.448]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-log
2025-08-20T21:04:35.6290442Z [00:00:38.450]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6296150Z [00:00:38.450]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-list
2025-08-20T21:04:35.6315407Z [00:00:38.452]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6320824Z [00:00:38.453]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-add
2025-08-20T21:04:35.6340182Z [00:00:38.455]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6345818Z [00:00:38.455]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-delete
2025-08-20T21:04:35.6368178Z [00:00:38.458]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6373727Z [00:00:38.458]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-list
2025-08-20T21:04:35.6392466Z [00:00:38.460]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6399597Z [00:00:38.461]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-delete
2025-08-20T21:04:35.6418733Z [00:00:38.463]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6424309Z [00:00:38.463]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-add
2025-08-20T21:04:35.6443582Z [00:00:38.465]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6449761Z [00:00:38.466]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-list-caches
2025-08-20T21:04:35.6467075Z [00:00:38.468]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6472264Z [00:00:38.468]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-delete
2025-08-20T21:04:35.6493226Z [00:00:38.470]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6498939Z [00:00:38.471]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-rule-list
2025-08-20T21:04:35.6517922Z [00:00:38.473]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6523463Z [00:00:38.473]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-add
2025-08-20T21:04:35.6544221Z [00:00:38.475]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6549729Z [00:00:38.476]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neightbl-list
2025-08-20T21:04:35.6568630Z [00:00:38.478]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6573988Z [00:00:38.478]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-list
2025-08-20T21:04:35.6595428Z [00:00:38.480]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6601376Z [00:00:38.481]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-delete
2025-08-20T21:04:35.6620083Z [00:00:38.483]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6625509Z [00:00:38.483]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-events
2025-08-20T21:04:35.6642334Z [00:00:38.485]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6648020Z [00:00:38.486]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-list-sockets
2025-08-20T21:04:35.6662779Z [00:00:38.487]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6668201Z [00:00:38.488]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-list
2025-08-20T21:04:35.6687727Z [00:00:38.490]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6693420Z [00:00:38.490]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-stats
2025-08-20T21:04:35.6712371Z [00:00:38.492]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6721952Z [00:00:38.493]➜  libnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin...
2025-08-20T21:04:35.6827432Z [00:00:38.503]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6839662Z [00:00:38.505]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6884549Z [00:00:38.509]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6887883Z [00:00:38.510]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6894323Z [00:00:38.510]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6904363Z [00:00:38.511]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6941604Z [00:00:38.515]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6945574Z [00:00:38.515]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6977770Z [00:00:38.517]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.6979578Z [00:00:38.517]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7004027Z [00:00:38.521]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7021650Z [00:00:38.523]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7034635Z [00:00:38.524]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7062868Z [00:00:38.526]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7066661Z [00:00:38.526]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7071793Z [00:00:38.528]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7197931Z [00:00:38.539]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7199658Z [00:00:38.541]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7201304Z [00:00:38.541]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7203002Z [00:00:38.541]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7204736Z [00:00:38.541]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7225700Z [00:00:38.543]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7235397Z [00:00:38.544]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7250491Z [00:00:38.546]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7302568Z [00:00:38.551]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7306595Z [00:00:38.551]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7358328Z [00:00:38.557]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7369524Z [00:00:38.558]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7427933Z [00:00:38.564]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7430239Z [00:00:38.564]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7432190Z [00:00:38.564]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7441843Z [00:00:38.565]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7520097Z [00:00:38.572]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7552512Z [00:00:38.573]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7559082Z [00:00:38.576]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7578068Z [00:00:38.578]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7582710Z [00:00:38.579]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7655699Z [00:00:38.586]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7671422Z [00:00:38.588]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7690930Z [00:00:38.590]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7719894Z [00:00:38.591]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7733806Z [00:00:38.594]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7747469Z [00:00:38.596]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7768408Z [00:00:38.598]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7794899Z [00:00:38.600]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7829786Z [00:00:38.604]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7851645Z [00:00:38.606]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7860869Z [00:00:38.607]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:04:35.7905076Z [00:00:38.611]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin
2025-08-20T21:04:35.8024254Z [00:00:38.623]➜  libnl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin
2025-08-20T21:04:36.0871123Z [00:00:38.908]➜  libnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T21:04:36.1088821Z [00:00:38.930]➜  libnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev...
2025-08-20T21:04:36.1427999Z [00:00:38.964]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T21:04:36.1463452Z [00:00:38.967]➜  libnl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib
2025-08-20T21:04:36.2247031Z [00:00:39.045]➜  libnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0
2025-08-20T21:04:36.2316003Z [00:00:39.052]➜  libnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0...
2025-08-20T21:04:36.2450433Z [00:00:39.066]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0
2025-08-20T21:04:36.2826077Z [00:00:39.103]➜  libnl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib
2025-08-20T21:04:36.5816225Z [00:00:39.402]➜  libnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man
2025-08-20T21:04:36.5841477Z [00:00:39.405]➜  libnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man...
2025-08-20T21:04:36.5922562Z [00:00:39.413]➜  libnl-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man/
2025-08-20T21:04:36.6003445Z [00:00:39.421]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man
2025-08-20T21:04:36.7796229Z [00:00:39.600]➜  building '/nix/store/0dzg2awrhspgjd2yshng6vkpyynmj8a8-libpcap-static-x86_64-unknown-linux-musl-1.10.5.drv'...
2025-08-20T21:04:36.8115977Z [00:00:39.632]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:04:36.8336842Z [00:00:39.654]➜  libpcap-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/5v0jlq9rn8xns73rah5s7f687y74s68k-libpcap-1.10.5.tar.gz
2025-08-20T21:04:36.8565266Z [00:00:39.677]➜  libpcap-static-x86_64-unknown-linux-musl> source root is libpcap-1.10.5
2025-08-20T21:04:36.8631391Z [00:00:39.684]➜  libpcap-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1725046455 of file "libpcap-1.10.5/config.h.in"
2025-08-20T21:04:36.8672257Z [00:00:39.688]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:04:37.1253193Z [00:00:39.946]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:04:37.2212192Z [00:00:40.042]➜  libpcap-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:04:37.2790679Z [00:00:40.100]➜  libpcap-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:04:37.2821482Z [00:00:40.103]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:04:37.2861941Z [00:00:40.107]➜  libpcap-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:04:37.2893175Z [00:00:40.110]➜  libpcap-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:04:37.2924641Z [00:00:40.113]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:04:37.3046109Z [00:00:40.125]➜  libpcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:04:37.3081441Z [00:00:40.129]➜  libpcap-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:04:37.4299668Z [00:00:40.251]➜  libpcap-static-x86_64-unknown-linux-musl> configure flags: --prefix=/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5 --with-pcap=linux --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:04:37.4802174Z [00:00:40.301]➜  libpcap-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static
2025-08-20T21:04:37.5217542Z [00:00:40.343]➜  libpcap-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:04:37.5271337Z [00:00:40.348]➜  libpcap-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:04:37.5273567Z [00:00:40.348]➜  libpcap-static-x86_64-unknown-linux-musl> checking target system type... x86_64-unknown-linux-musl
2025-08-20T21:04:37.5277357Z [00:00:40.349]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:04:37.8772369Z [00:00:40.698]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:04:37.8773611Z [00:00:40.698]➜  libpcap-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:04:37.9162516Z [00:00:40.737]➜  libpcap-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:04:37.9186768Z [00:00:40.740]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:04:37.9446680Z [00:00:40.765]➜  libpcap-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:04:37.9674205Z [00:00:40.788]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:04:37.9907380Z [00:00:40.812]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:04:38.0459588Z [00:00:40.867]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:04:38.0657512Z [00:00:40.887]➜  libpcap-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:04:38.0860583Z [00:00:40.907]➜  libpcap-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:04:38.1085919Z [00:00:40.929]➜  libpcap-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:04:38.1313996Z [00:00:40.952]➜  libpcap-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:04:38.1540393Z [00:00:40.975]➜  libpcap-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:04:38.1763656Z [00:00:40.997]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:04:38.1994223Z [00:00:41.020]➜  libpcap-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:04:38.2245645Z [00:00:41.045]➜  libpcap-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:04:38.2507259Z [00:00:41.072]➜  libpcap-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:04:38.5217817Z [00:00:41.343]➜  libpcap-static-x86_64-unknown-linux-musl> checking size of void *... 8
2025-08-20T21:04:38.7282768Z [00:00:41.549]➜  libpcap-static-x86_64-unknown-linux-musl> checking size of time_t... 8
2025-08-20T21:04:38.7513054Z [00:00:41.572]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether the compiler supports the -fvisibility=hidden option... yes
2025-08-20T21:04:38.7769310Z [00:00:41.598]➜  libpcap-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T21:04:38.8201452Z [00:00:41.641]➜  libpcap-static-x86_64-unknown-linux-musl> checking for __atomic_load_n... yes
2025-08-20T21:04:38.8633147Z [00:00:41.684]➜  libpcap-static-x86_64-unknown-linux-musl> checking for __atomic_store_n... yes
2025-08-20T21:04:38.8635447Z [00:00:41.684]➜  libpcap-static-x86_64-unknown-linux-musl> checking for special C compiler options needed for large files... no
2025-08-20T21:04:38.8887193Z [00:00:41.709]➜  libpcap-static-x86_64-unknown-linux-musl> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T21:04:38.9362535Z [00:00:41.757]➜  libpcap-static-x86_64-unknown-linux-musl> checking for _LARGEFILE_SOURCE value needed for large files... no
2025-08-20T21:04:38.9663249Z [00:00:41.787]➜  libpcap-static-x86_64-unknown-linux-musl> checking for sys/ioccom.h... no
2025-08-20T21:04:38.9946821Z [00:00:41.815]➜  libpcap-static-x86_64-unknown-linux-musl> checking for sys/sockio.h... no
2025-08-20T21:04:39.0207975Z [00:00:41.842]➜  libpcap-static-x86_64-unknown-linux-musl> checking for netpacket/packet.h... yes
2025-08-20T21:04:39.0478426Z [00:00:41.869]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ANSI ioctl definitions... yes
2025-08-20T21:04:39.0907661Z [00:00:41.912]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strerror_r... yes
2025-08-20T21:04:39.1120688Z [00:00:41.933]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether strerror_r is GNU-style... no
2025-08-20T21:04:39.1612629Z [00:00:41.982]➜  libpcap-static-x86_64-unknown-linux-musl> checking for vsyslog... yes
2025-08-20T21:04:39.2091827Z [00:00:42.030]➜  libpcap-static-x86_64-unknown-linux-musl> checking for vsnprintf... yes
2025-08-20T21:04:39.2574495Z [00:00:42.078]➜  libpcap-static-x86_64-unknown-linux-musl> checking for snprintf... yes
2025-08-20T21:04:39.3042992Z [00:00:42.125]➜  libpcap-static-x86_64-unknown-linux-musl> checking for vasprintf... yes
2025-08-20T21:04:39.3546909Z [00:00:42.175]➜  libpcap-static-x86_64-unknown-linux-musl> checking for asprintf... yes
2025-08-20T21:04:39.4005490Z [00:00:42.221]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strlcat... yes
2025-08-20T21:04:39.4432641Z [00:00:42.264]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strlcpy... yes
2025-08-20T21:04:39.4865418Z [00:00:42.307]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strtok_r... yes
2025-08-20T21:04:39.5322548Z [00:00:42.353]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ffs... yes
2025-08-20T21:04:39.5752622Z [00:00:42.396]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T21:04:39.6030114Z [00:00:42.424]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether ffs is declared... yes
2025-08-20T21:04:39.6510182Z [00:00:42.472]➜  libpcap-static-x86_64-unknown-linux-musl> checking for getaddrinfo... yes
2025-08-20T21:04:39.7421901Z [00:00:42.563]➜  libpcap-static-x86_64-unknown-linux-musl> checking for library containing putmsg... no
2025-08-20T21:04:39.7681737Z [00:00:42.589]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether getnetbyname_r is declared... no
2025-08-20T21:04:39.7945057Z [00:00:42.615]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether getprotobyname_r is declared... no
2025-08-20T21:04:39.8404917Z [00:00:42.661]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ether_hostton... yes
2025-08-20T21:04:39.8679788Z [00:00:42.689]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether ether_hostton is declared... no
2025-08-20T21:04:39.8989405Z [00:00:42.720]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether ether_hostton is declared... yes
2025-08-20T21:04:39.9265135Z [00:00:42.747]➜  libpcap-static-x86_64-unknown-linux-musl> checking for pthread.h... yes
2025-08-20T21:04:39.9703828Z [00:00:42.791]➜  libpcap-static-x86_64-unknown-linux-musl> checking for pthread_create... yes
2025-08-20T21:04:39.9705109Z [00:00:42.791]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether to enable the instrument functions code... no
2025-08-20T21:04:39.9706844Z [00:00:42.792]➜  libpcap-static-x86_64-unknown-linux-musl> checking if --disable-protochain option is specified... enabled
2025-08-20T21:04:39.9710167Z [00:00:42.792]➜  libpcap-static-x86_64-unknown-linux-musl> checking packet capture type... linux
2025-08-20T21:04:39.9746598Z [00:00:42.795]➜  libpcap-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.17.0... yes
2025-08-20T21:04:39.9754228Z [00:00:42.796]➜  libpcap-static-x86_64-unknown-linux-musl> checking for brew... no
2025-08-20T21:04:39.9976708Z [00:00:42.818]➜  libpcap-static-x86_64-unknown-linux-musl> checking for linux/wireless.h... yes
2025-08-20T21:04:40.0003110Z [00:00:42.821]➜  libpcap-static-x86_64-unknown-linux-musl> checking for libnl-genl-3.0 with pkg-config... found
2025-08-20T21:04:40.0367622Z [00:00:42.858]➜  libpcap-static-x86_64-unknown-linux-musl> checking for struct tpacket_auxdata.tp_vlan_tci... yes
2025-08-20T21:04:40.0809815Z [00:00:42.902]➜  libpcap-static-x86_64-unknown-linux-musl> checking for getifaddrs... yes
2025-08-20T21:04:40.1095835Z [00:00:42.930]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ifaddrs.h... yes
2025-08-20T21:04:40.1368280Z [00:00:42.958]➜  libpcap-static-x86_64-unknown-linux-musl> checking for linux/net_tstamp.h... yes
2025-08-20T21:04:40.1860068Z [00:00:43.007]➜  libpcap-static-x86_64-unknown-linux-musl> checking for socklen_t... yes
2025-08-20T21:04:40.2141504Z [00:00:43.035]➜  libpcap-static-x86_64-unknown-linux-musl> checking for dagapi.h... no
2025-08-20T21:04:40.2144706Z [00:00:43.035]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we have Septel API headers... no
2025-08-20T21:04:40.2148003Z [00:00:43.036]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we have Myricom Sniffer API... no
2025-08-20T21:04:40.2346004Z [00:00:43.055]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether TurboCap is supported... no
2025-08-20T21:04:40.2352539Z [00:00:43.056]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether to enable remote packet capture... no
2025-08-20T21:04:40.2353947Z [00:00:43.056]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether to build optimizer debugging code... no
2025-08-20T21:04:40.2355243Z [00:00:43.056]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether to build parser debugging code... no
2025-08-20T21:04:40.2357546Z [00:00:43.057]➜  libpcap-static-x86_64-unknown-linux-musl> checking for flex... flex
2025-08-20T21:04:40.2419041Z [00:00:43.063]➜  libpcap-static-x86_64-unknown-linux-musl> checking for lex output file root... lex.yy
2025-08-20T21:04:40.5127680Z [00:00:43.334]➜  libpcap-static-x86_64-unknown-linux-musl> checking for lex library... none needed
2025-08-20T21:04:40.6472055Z [00:00:43.468]➜  libpcap-static-x86_64-unknown-linux-musl> checking for library containing yywrap... no
2025-08-20T21:04:40.8956754Z [00:00:43.716]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether yytext is a pointer... yes
2025-08-20T21:04:40.9212897Z [00:00:43.742]➜  libpcap-static-x86_64-unknown-linux-musl> checking for capable lex... yes
2025-08-20T21:04:40.9216445Z [00:00:43.743]➜  libpcap-static-x86_64-unknown-linux-musl> checking for bison... bison
2025-08-20T21:04:40.9275019Z [00:00:43.748]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:04:40.9277293Z [00:00:43.749]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:04:40.9279079Z [00:00:43.749]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:04:40.9762614Z [00:00:43.797]➜  libpcap-static-x86_64-unknown-linux-musl> checking for struct sockaddr.sa_len... no
2025-08-20T21:04:41.0260981Z [00:00:43.847]➜  libpcap-static-x86_64-unknown-linux-musl> checking for struct sockaddr_storage... yes
2025-08-20T21:04:41.0694252Z [00:00:43.890]➜  libpcap-static-x86_64-unknown-linux-musl> checking for dl_hp_ppa_info_t.dl_module_id_1... no
2025-08-20T21:04:41.0697132Z [00:00:43.891]➜  libpcap-static-x86_64-unknown-linux-musl> checking for Linux usbmon USB sniffing support... yes
2025-08-20T21:04:41.0982321Z [00:00:43.919]➜  libpcap-static-x86_64-unknown-linux-musl> checking for linux/compiler.h... no
2025-08-20T21:04:41.1254950Z [00:00:43.946]➜  libpcap-static-x86_64-unknown-linux-musl> checking for linux/usbdevice_fs.h... yes
2025-08-20T21:04:41.1594578Z [00:00:43.980]➜  libpcap-static-x86_64-unknown-linux-musl> checking for struct usbdevfs_ctrltransfer.bRequestType... yes
2025-08-20T21:04:41.1965134Z [00:00:44.017]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we can compile the netfilter support... yes
2025-08-20T21:04:41.2251332Z [00:00:44.046]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we can compile the netmap support... no
2025-08-20T21:04:41.2280461Z [00:00:44.049]➜  libpcap-static-x86_64-unknown-linux-musl> checking for libdpdk with pkg-config... not found
2025-08-20T21:04:41.2281537Z [00:00:44.049]➜  libpcap-static-x86_64-unknown-linux-musl> configure: WARNING: We couldn't find DPDK with pkg-config.  If
2025-08-20T21:04:41.2282355Z [00:00:44.049]➜  libpcap-static-x86_64-unknown-linux-musl> you want DPDK support, make sure that pkg-config is installed,
2025-08-20T21:04:41.2283261Z [00:00:44.049]➜  libpcap-static-x86_64-unknown-linux-musl> that DPDK 18.02.2 or later is installed, and that DPDK provides a
2025-08-20T21:04:41.2283869Z [00:00:44.049]➜  libpcap-static-x86_64-unknown-linux-musl> .pc file.
2025-08-20T21:04:41.2584004Z [00:00:44.079]➜  libpcap-static-x86_64-unknown-linux-musl> checking for bluetooth/bluetooth.h... no
2025-08-20T21:04:41.2585472Z [00:00:44.079]➜  libpcap-static-x86_64-unknown-linux-musl> configure: Bluetooth sniffing is not supported; install bluez-lib devel to enable it
2025-08-20T21:04:41.2613981Z [00:00:44.082]➜  libpcap-static-x86_64-unknown-linux-musl> checking for dbus-1 with pkg-config... not found
2025-08-20T21:04:41.2643097Z [00:00:44.085]➜  libpcap-static-x86_64-unknown-linux-musl> checking for libibverbs with pkg-config... not found
2025-08-20T21:04:41.3095035Z [00:00:44.130]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ibv_get_device_list in -libverbs... no
2025-08-20T21:04:41.3210811Z [00:00:44.142]➜  libpcap-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:04:41.3386931Z [00:00:44.160]➜  libpcap-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:04:41.4193485Z [00:00:44.240]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:04:41.4295732Z [00:00:44.250]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating grammar.y
2025-08-20T21:04:41.4408208Z [00:00:44.262]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-filter.manmisc
2025-08-20T21:04:41.4524602Z [00:00:44.273]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-linktype.manmisc
2025-08-20T21:04:41.4627258Z [00:00:44.284]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-tstamp.manmisc
2025-08-20T21:04:41.4731062Z [00:00:44.294]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-savefile.manfile
2025-08-20T21:04:41.4834585Z [00:00:44.304]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap.3pcap
2025-08-20T21:04:41.4948811Z [00:00:44.316]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_compile.3pcap
2025-08-20T21:04:41.5051512Z [00:00:44.326]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_datalink.3pcap
2025-08-20T21:04:41.5153309Z [00:00:44.336]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_dump_open.3pcap
2025-08-20T21:04:41.5255842Z [00:00:44.346]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_get_tstamp_precision.3pcap
2025-08-20T21:04:41.5357694Z [00:00:44.357]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_list_datalinks.3pcap
2025-08-20T21:04:41.5459864Z [00:00:44.367]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_list_tstamp_types.3pcap
2025-08-20T21:04:41.5561815Z [00:00:44.377]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_open_dead.3pcap
2025-08-20T21:04:41.5664809Z [00:00:44.387]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_open_offline.3pcap
2025-08-20T21:04:41.5768119Z [00:00:44.398]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_set_immediate_mode.3pcap
2025-08-20T21:04:41.5870161Z [00:00:44.408]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_set_tstamp_precision.3pcap
2025-08-20T21:04:41.5973818Z [00:00:44.418]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_set_tstamp_type.3pcap
2025-08-20T21:04:41.6075332Z [00:00:44.428]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating rpcapd/Makefile
2025-08-20T21:04:41.6198850Z [00:00:44.441]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating rpcapd/rpcapd.manadmin
2025-08-20T21:04:41.6330707Z [00:00:44.454]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating rpcapd/rpcapd-config.manfile
2025-08-20T21:04:41.6460783Z [00:00:44.467]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating testprogs/Makefile
2025-08-20T21:04:41.6583299Z [00:00:44.479]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:04:41.6664917Z [00:00:44.487]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: executing default-1 commands
2025-08-20T21:04:41.6681477Z [00:00:44.489]➜  libpcap-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static
2025-08-20T21:04:41.6911680Z [00:00:44.512]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:04:41.6966843Z [00:00:44.517]➜  libpcap-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:04:41.7013549Z [00:00:44.522]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-linux.c
2025-08-20T21:04:41.7018380Z [00:00:44.523]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./fad-getad.c
2025-08-20T21:04:41.7024226Z [00:00:44.523]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-usb-linux.c
2025-08-20T21:04:41.7093487Z [00:00:44.527]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-netfilter-linux.c
2025-08-20T21:04:41.7097712Z [00:00:44.530]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap.c
2025-08-20T21:04:41.8544528Z [00:00:44.675]➜  libpcap-static-x86_64-unknown-linux-musl> bison -p pcap_ -o grammar.c -d grammar.y
2025-08-20T21:04:41.9684482Z [00:00:44.789]➜  libpcap-static-x86_64-unknown-linux-musl> flex -P pcap_ --header-file=scanner.h --nounput -o scanner.c scanner.l
2025-08-20T21:04:42.0604104Z [00:00:44.881]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./optimize.c
2025-08-20T21:04:42.1289662Z [00:00:44.950]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./nametoaddr.c
2025-08-20T21:04:42.2655131Z [00:00:45.086]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./etherent.c
2025-08-20T21:04:42.3971618Z [00:00:45.218]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./fmtutils.c
2025-08-20T21:04:42.4191872Z [00:00:45.240]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-util.c
2025-08-20T21:04:42.4379006Z [00:00:45.258]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./savefile.c
2025-08-20T21:04:42.4862217Z [00:00:45.307]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./sf-pcap.c
2025-08-20T21:04:42.5720632Z [00:00:45.393]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./sf-pcapng.c
2025-08-20T21:04:42.6609291Z [00:00:45.481]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-common.c
2025-08-20T21:04:42.7838670Z [00:00:45.604]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./bpf_image.c
2025-08-20T21:04:42.8853962Z [00:00:45.706]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./bpf_filter.c
2025-08-20T21:04:42.9429918Z [00:00:45.764]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./bpf_dump.c
2025-08-20T21:04:42.9488929Z [00:00:45.770]➜  libpcap-static-x86_64-unknown-linux-musl> ./config.status --file=libpcap.pc.tmp:./libpcap.pc.in
2025-08-20T21:04:43.0233544Z [00:00:45.844]➜  libpcap-static-x86_64-unknown-linux-musl> ./config.status --file=pcap-config.tmp:./pcap-config.in
2025-08-20T21:04:43.0304080Z [00:00:45.851]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c scanner.c
2025-08-20T21:04:43.0447878Z [00:00:45.866]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating libpcap.pc.tmp
2025-08-20T21:04:43.0788753Z [00:00:45.900]➜  libpcap-static-x86_64-unknown-linux-musl> mv libpcap.pc.tmp libpcap.pc
2025-08-20T21:04:43.0850354Z [00:00:45.906]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c grammar.c
2025-08-20T21:04:43.1062489Z [00:00:45.927]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./gencode.c
2025-08-20T21:04:43.1461467Z [00:00:45.967]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-config.tmp
2025-08-20T21:04:43.1778607Z [00:00:45.999]➜  libpcap-static-x86_64-unknown-linux-musl> mv pcap-config.tmp pcap-config
2025-08-20T21:04:43.1830408Z [00:00:46.004]➜  libpcap-static-x86_64-unknown-linux-musl> chmod a+x pcap-config
2025-08-20T21:04:45.1512048Z [00:00:47.972]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rc libpcap.a pcap-linux.o fad-getad.o pcap-usb-linux.o pcap-netfilter-linux.o  pcap.o gencode.o optimize.o nametoaddr.o etherent.o fmtutils.o pcap-util.o savefile.o sf-pcap.o sf-pcapng.o pcap-common.o bpf_image.o bpf_filter.o bpf_dump.o scanner.o grammar.o
2025-08-20T21:04:45.1595378Z [00:00:47.980]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libpcap.a
2025-08-20T21:04:45.1705396Z [00:00:47.991]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:04:45.1772665Z [00:00:47.998]➜  libpcap-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:04:45.1812051Z [00:00:48.002]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib ] || \
2025-08-20T21:04:45.1814085Z [00:00:48.002]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib)
2025-08-20T21:04:45.1844694Z [00:00:48.005]➜  libpcap-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libpcap.a /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/libpcap.a
2025-08-20T21:04:45.1874000Z [00:00:48.008]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/libpcap.a
2025-08-20T21:04:45.1960522Z [00:00:48.017]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib ] || \
2025-08-20T21:04:45.1964038Z [00:00:48.017]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib)
2025-08-20T21:04:45.1972058Z [00:00:48.018]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include ] || \
2025-08-20T21:04:45.1973850Z [00:00:48.018]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include)
2025-08-20T21:04:45.2003255Z [00:00:48.021]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include/pcap ] || \
2025-08-20T21:04:45.2005060Z [00:00:48.021]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include/pcap; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include/pcap)
2025-08-20T21:04:45.2035318Z [00:00:48.024]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man1 ] || \
2025-08-20T21:04:45.2037498Z [00:00:48.024]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man1; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man1)
2025-08-20T21:04:45.2067933Z [00:00:48.028]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3 ] || \
2025-08-20T21:04:45.2071426Z [00:00:48.028]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3)
2025-08-20T21:04:45.2100989Z [00:00:48.031]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man5 ] || \
2025-08-20T21:04:45.2104283Z [00:00:48.031]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man5; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man5)
2025-08-20T21:04:45.2133843Z [00:00:48.034]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man7 ] || \
2025-08-20T21:04:45.2135698Z [00:00:48.034]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man7; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man7)
2025-08-20T21:04:45.2167866Z [00:00:48.037]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap.h pcap-bpf.h pcap-namedb.h pcap/bluetooth.h pcap/bpf.h pcap/can_socketcan.h pcap/compiler-tests.h pcap/dlt.h pcap/funcattrs.h pcap/ipnet.h pcap/namedb.h pcap/nflog.h pcap/pcap-inttypes.h pcap/pcap.h pcap/sll.h pcap/socket.h pcap/usb.h pcap/vlan.h; do \
2025-08-20T21:04:45.2170834Z [00:00:48.037]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$i \
2025-08-20T21:04:45.2172931Z [00:00:48.037]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include/$i; done
2025-08-20T21:04:45.2371357Z [00:00:48.058]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin ] || \
2025-08-20T21:04:45.2375058Z [00:00:48.058]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin)
2025-08-20T21:04:45.2406692Z [00:00:48.061]➜  libpcap-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c pcap-config /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin/pcap-config
2025-08-20T21:04:45.2424515Z [00:00:48.063]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/pkgconfig ] || \
2025-08-20T21:04:45.2427980Z [00:00:48.063]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/pkgconfig; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/pkgconfig)
2025-08-20T21:04:45.2459383Z [00:00:48.067]➜  libpcap-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libpcap.pc /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/pkgconfig/libpcap.pc
2025-08-20T21:04:45.2476607Z [00:00:48.068]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap-config.1; do \
2025-08-20T21:04:45.2478331Z [00:00:48.069]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$i \
2025-08-20T21:04:45.2480810Z [00:00:48.069]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man1/$i; done
2025-08-20T21:04:45.2503505Z [00:00:48.071]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap_activate.3pcap pcap_breakloop.3pcap pcap_can_set_rfmon.3pcap pcap_close.3pcap pcap_create.3pcap pcap_datalink_name_to_val.3pcap pcap_datalink_val_to_name.3pcap pcap_dump.3pcap pcap_dump_close.3pcap pcap_dump_file.3pcap pcap_dump_flush.3pcap pcap_dump_ftell.3pcap pcap_file.3pcap pcap_fileno.3pcap pcap_findalldevs.3pcap pcap_freecode.3pcap pcap_get_required_select_timeout.3pcap pcap_get_selectable_fd.3pcap pcap_geterr.3pcap pcap_init.3pcap pcap_inject.3pcap pcap_is_swapped.3pcap pcap_lib_version.3pcap pcap_lookupdev.3pcap pcap_lookupnet.3pcap pcap_loop.3pcap pcap_major_version.3pcap pcap_next_ex.3pcap pcap_offline_filter.3pcap pcap_open_live.3pcap pcap_set_buffer_size.3pcap pcap_set_datalink.3pcap pcap_set_promisc.3pcap pcap_set_protocol_linux.3pcap pcap_set_rfmon.3pcap pcap_set_snaplen.3pcap pcap_set_timeout.3pcap pcap_setdirection.3pcap pcap_setfilter.3pcap pcap_setnonblock.3pcap pcap_snapshot.3pcap pcap_stats.3pcap pcap_statustostr.3pcap pcap_strerror.3pcap pcap_tstamp_type_name_to_val.3pcap pcap_tstamp_type_val_to_name.3pcap; do \
2025-08-20T21:04:45.2507795Z [00:00:48.071]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$i \
2025-08-20T21:04:45.2508949Z [00:00:48.071]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/$i; done
2025-08-20T21:04:45.3003112Z [00:00:48.121]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap.3pcap pcap_compile.3pcap pcap_datalink.3pcap pcap_dump_open.3pcap pcap_get_tstamp_precision.3pcap pcap_list_datalinks.3pcap pcap_list_tstamp_types.3pcap pcap_open_dead.3pcap pcap_open_offline.3pcap pcap_set_immediate_mode.3pcap pcap_set_tstamp_precision.3pcap pcap_set_tstamp_type.3pcap; do \
2025-08-20T21:04:45.3004986Z [00:00:48.121]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $i \
2025-08-20T21:04:45.3006665Z [00:00:48.121]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/$i; done
2025-08-20T21:04:45.3143733Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> (cd /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3 && \
2025-08-20T21:04:45.3146616Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_datalink_val_to_description.3pcap && \
2025-08-20T21:04:45.3148013Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_datalink_val_to_name.3pcap \
2025-08-20T21:04:45.3149439Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl>        pcap_datalink_val_to_description.3pcap && \
2025-08-20T21:04:45.3151079Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_datalink_val_to_description_or_dlt.3pcap && \
2025-08-20T21:04:45.3152457Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_datalink_val_to_name.3pcap \
2025-08-20T21:04:45.3153436Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl>        pcap_datalink_val_to_description_or_dlt.3pcap && \
2025-08-20T21:04:45.3154204Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_dump_fopen.3pcap && \
2025-08-20T21:04:45.3154999Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_dump_open.3pcap pcap_dump_fopen.3pcap && \
2025-08-20T21:04:45.3155696Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_freealldevs.3pcap && \
2025-08-20T21:04:45.3156682Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_findalldevs.3pcap pcap_freealldevs.3pcap && \
2025-08-20T21:04:45.3157360Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_perror.3pcap && \
2025-08-20T21:04:45.3158171Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_geterr.3pcap pcap_perror.3pcap && \
2025-08-20T21:04:45.3158805Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_sendpacket.3pcap && \
2025-08-20T21:04:45.3159450Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_inject.3pcap pcap_sendpacket.3pcap && \
2025-08-20T21:04:45.3160086Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_free_datalinks.3pcap && \
2025-08-20T21:04:45.3160784Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_list_datalinks.3pcap pcap_free_datalinks.3pcap && \
2025-08-20T21:04:45.3161470Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_free_tstamp_types.3pcap && \
2025-08-20T21:04:45.3162184Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_list_tstamp_types.3pcap pcap_free_tstamp_types.3pcap && \
2025-08-20T21:04:45.3162857Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_dispatch.3pcap && \
2025-08-20T21:04:45.3163470Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_loop.3pcap pcap_dispatch.3pcap && \
2025-08-20T21:04:45.3164107Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_minor_version.3pcap && \
2025-08-20T21:04:45.3164776Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_major_version.3pcap pcap_minor_version.3pcap && \
2025-08-20T21:04:45.3165401Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_next.3pcap && \
2025-08-20T21:04:45.3165995Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_next_ex.3pcap pcap_next.3pcap && \
2025-08-20T21:04:45.3166907Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_open_dead_with_tstamp_precision.3pcap && \
2025-08-20T21:04:45.3167528Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_open_dead.3pcap \
2025-08-20T21:04:45.3168163Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl>        pcap_open_dead_with_tstamp_precision.3pcap && \
2025-08-20T21:04:45.3168870Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_open_offline_with_tstamp_precision.3pcap && \
2025-08-20T21:04:45.3169840Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_open_offline.3pcap pcap_open_offline_with_tstamp_precision.3pcap && \
2025-08-20T21:04:45.3170564Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_fopen_offline.3pcap && \
2025-08-20T21:04:45.3171234Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_open_offline.3pcap pcap_fopen_offline.3pcap && \
2025-08-20T21:04:45.3171952Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_fopen_offline_with_tstamp_precision.3pcap && \
2025-08-20T21:04:45.3172748Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_open_offline.3pcap pcap_fopen_offline_with_tstamp_precision.3pcap && \
2025-08-20T21:04:45.3173536Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_tstamp_type_val_to_description.3pcap && \
2025-08-20T21:04:45.3174344Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_tstamp_type_val_to_name.3pcap pcap_tstamp_type_val_to_description.3pcap && \
2025-08-20T21:04:45.3175080Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_getnonblock.3pcap && \
2025-08-20T21:04:45.3175728Z [00:00:48.135]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_setnonblock.3pcap pcap_getnonblock.3pcap)
2025-08-20T21:04:45.3501481Z [00:00:48.171]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap-savefile.manfile.in; do \
2025-08-20T21:04:45.3503384Z [00:00:48.171]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 `echo $i | sed 's/.manfile.in/.manfile/'` \
2025-08-20T21:04:45.3506194Z [00:00:48.171]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man5/`echo $i | sed 's/.manfile.in/.5/'`; done
2025-08-20T21:04:45.3549444Z [00:00:48.176]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap-filter.manmisc.in pcap-linktype.manmisc.in pcap-tstamp.manmisc.in; do \
2025-08-20T21:04:45.3551733Z [00:00:48.176]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 `echo $i | sed 's/.manmisc.in/.manmisc/'` \
2025-08-20T21:04:45.3554344Z [00:00:48.176]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man7/`echo $i | sed 's/.manmisc.in/.7/'`; done
2025-08-20T21:04:45.3693007Z [00:00:48.190]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:04:45.3804178Z [00:00:48.201]➜  libpcap-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.3928109Z [00:00:48.214]➜  libpcap-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5...
2025-08-20T21:04:45.4121675Z [00:00:48.233]➜  libpcap-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/
2025-08-20T21:04:45.5155504Z [00:00:48.336]➜  libpcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.5213697Z [00:00:48.342]➜  libpcap-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin
2025-08-20T21:04:45.5986856Z [00:00:48.419]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_free_tstamp_types.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6014299Z [00:00:48.422]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_perror.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6041751Z [00:00:48.425]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_datalink_val_to_description.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6069325Z [00:00:48.428]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_freealldevs.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6096946Z [00:00:48.430]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_tstamp_type_val_to_description.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6124515Z [00:00:48.433]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_getnonblock.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6152532Z [00:00:48.436]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_dispatch.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6180355Z [00:00:48.439]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_open_dead_with_tstamp_precision.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6207866Z [00:00:48.442]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_fopen_offline_with_tstamp_precision.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6234985Z [00:00:48.444]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_open_offline_with_tstamp_precision.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6262302Z [00:00:48.447]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_dump_fopen.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6290044Z [00:00:48.450]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_fopen_offline.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6317733Z [00:00:48.453]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_datalink_val_to_description_or_dlt.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6345030Z [00:00:48.455]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_next.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6373808Z [00:00:48.458]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_free_datalinks.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6401550Z [00:00:48.461]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_minor_version.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6429569Z [00:00:48.464]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_sendpacket.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T21:04:45.6902077Z [00:00:48.511]➜  building '/nix/store/nfv3zqwxs5fxabjl8gp94py5b9xlnlif-hcxdumptool-static-x86_64-unknown-linux-musl-7.0.0.drv'...
2025-08-20T21:04:45.7215192Z [00:00:48.542]➜  hcxdumptool-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:04:45.7247539Z [00:00:48.546]➜  hcxdumptool-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/sbzpz241d10p6lnqjgpms5ashp82g0cj-source
2025-08-20T21:04:45.7304466Z [00:00:48.551]➜  hcxdumptool-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:04:45.7374603Z [00:00:48.558]➜  hcxdumptool-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:04:45.7425794Z [00:00:48.563]➜  hcxdumptool-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:04:45.7488300Z [00:00:48.570]➜  hcxdumptool-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:04:45.7549532Z [00:00:48.576]➜  hcxdumptool-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:04:45.7634662Z [00:00:48.584]➜  hcxdumptool-static-x86_64-unknown-linux-musl> no configure script, doing nothing
2025-08-20T21:04:45.7653328Z [00:00:48.586]➜  hcxdumptool-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:04:45.7703625Z [00:00:48.591]➜  hcxdumptool-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:04:45.7748727Z [00:00:48.596]➜  hcxdumptool-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O3 -Wall -Wextra -Wpedantic -std=gnu99   -o hcxdumptool hcxdumptool.c -DVERSION_TAG=\"7.0.0\" -DVERSION_YEAR=\"2025\" -DHCXSTATUSOUT -DHCXWANTLIBPCAP -lpcap
2025-08-20T21:04:50.6424436Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/libpcap.a(pcap-linux.o): in function `nl80211_init':
2025-08-20T21:04:50.6428190Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> (.text+0xc95): undefined reference to `nl_socket_alloc'
2025-08-20T21:04:50.6430826Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0xca9): undefined reference to `genl_connect'
2025-08-20T21:04:50.6434061Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0xcbc): undefined reference to `genl_ctrl_alloc_cache'
2025-08-20T21:04:50.6437418Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0xcd4): undefined reference to `genl_ctrl_search_by_name'
2025-08-20T21:04:50.6440457Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0xd22): undefined reference to `nl_socket_free'
2025-08-20T21:04:50.6443432Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0xd53): undefined reference to `nl_geterror'
2025-08-20T21:04:50.6446548Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0xd9b): undefined reference to `nl_cache_free'
2025-08-20T21:04:50.6450442Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/libpcap.a(pcap-linux.o): in function `del_mon_if':
2025-08-20T21:04:50.6453173Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> (.text+0x12fc): undefined reference to `nlmsg_alloc'
2025-08-20T21:04:50.6455438Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x130d): undefined reference to `genl_family_get_id'
2025-08-20T21:04:50.6458605Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x1325): undefined reference to `genlmsg_put'
2025-08-20T21:04:50.6461513Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x133f): undefined reference to `nla_put'
2025-08-20T21:04:50.6464502Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x1354): undefined reference to `nl_send_auto_complete'
2025-08-20T21:04:50.6467767Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x1360): undefined reference to `nl_wait_for_ack'
2025-08-20T21:04:50.6470733Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x1370): undefined reference to `nlmsg_free'
2025-08-20T21:04:50.6473693Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x13d5): undefined reference to `nl_geterror'
2025-08-20T21:04:50.6476780Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x13fd): undefined reference to `nlmsg_free'
2025-08-20T21:04:50.6479883Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x1429): undefined reference to `nlmsg_free'
2025-08-20T21:04:50.6482870Z [00:00:53.463]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x143d): undefined reference to `nl_geterror'
2025-08-20T21:04:50.6486563Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/libpcap.a(pcap-linux.o): in function `pcap_cleanup_linux':
2025-08-20T21:04:50.6489297Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> (.text+0x2af7): undefined reference to `genl_family_put'
2025-08-20T21:04:50.6491390Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2b00): undefined reference to `nl_cache_free'
2025-08-20T21:04:50.6494115Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2b09): undefined reference to `nl_socket_free'
2025-08-20T21:04:50.6506006Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/libpcap.a(pcap-linux.o): in function `enter_rfmon_mode':
2025-08-20T21:04:50.6509052Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> (.text+0x2c7b): undefined reference to `nlmsg_alloc'
2025-08-20T21:04:50.6510393Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2c93): undefined reference to `genl_family_get_id'
2025-08-20T21:04:50.6512279Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2cab): undefined reference to `genlmsg_put'
2025-08-20T21:04:50.6514600Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2cce): undefined reference to `nla_put'
2025-08-20T21:04:50.6517619Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2cfb): undefined reference to `nla_put'
2025-08-20T21:04:50.6520396Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2d1e): undefined reference to `nla_put'
2025-08-20T21:04:50.6522837Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2d31): undefined reference to `nl_send_auto_complete'
2025-08-20T21:04:50.6525611Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2d4b): undefined reference to `nl_geterror'
2025-08-20T21:04:50.6529001Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2d7a): undefined reference to `nlmsg_free'
2025-08-20T21:04:50.6531925Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2da8): undefined reference to `nlmsg_free'
2025-08-20T21:04:50.6534901Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2db4): undefined reference to `genl_family_put'
2025-08-20T21:04:50.6537989Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2dc0): undefined reference to `nl_cache_free'
2025-08-20T21:04:50.6540008Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2dcc): undefined reference to `nl_socket_free'
2025-08-20T21:04:50.6541681Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2e08): undefined reference to `nl_wait_for_ack'
2025-08-20T21:04:50.6543306Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2e1a): undefined reference to `nl_geterror'
2025-08-20T21:04:50.6545079Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2e48): undefined reference to `nlmsg_free'
2025-08-20T21:04:50.6547051Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2e84): undefined reference to `nlmsg_free'
2025-08-20T21:04:50.6548816Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2f40): undefined reference to `genl_family_put'
2025-08-20T21:04:50.6550420Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2f4c): undefined reference to `nl_cache_free'
2025-08-20T21:04:50.6552032Z [00:00:53.464]➜  hcxdumptool-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: (.text+0x2f58): undefined reference to `nl_socket_free'
2025-08-20T21:04:50.6553151Z [00:00:53.472]➜  hcxdumptool-static-x86_64-unknown-linux-musl> collect2: error: ld returned 1 exit status
2025-08-20T21:04:50.6553829Z [00:00:53.473]➜  hcxdumptool-static-x86_64-unknown-linux-musl> make: *** [Makefile:73: hcxdumptool] Error 1
2025-08-20T21:04:50.6774335Z [00:00:53.498]➜  error: Cannot build '/nix/store/nfv3zqwxs5fxabjl8gp94py5b9xlnlif-hcxdumptool-static-x86_64-unknown-linux-musl-7.0.0.drv'.
2025-08-20T21:04:50.6775771Z [00:00:53.498]➜         Reason: builder failed with exit code 2.
2025-08-20T21:04:50.6776872Z [00:00:53.498]➜         Output paths:
2025-08-20T21:04:50.6777635Z [00:00:53.498]➜           /nix/store/0w5mdz90zhawqldpzfphal2jzg26319w-hcxdumptool-static-x86_64-unknown-linux-musl-7.0.0
2025-08-20T21:04:50.6991682Z [00:00:53.520]➜  + sort
2025-08-20T21:04:50.7014203Z [00:00:53.522]➜  + awk -F/ '{indent=""; for (i=2; i<NF; i++) indent=indent " "; print (NF>1 ? indent "--> " $NF : $NF)}'
2025-08-20T21:04:50.7015974Z [00:00:53.522]➜  ++ find /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type d -o -type l -exec realpath '{}' ';'
2025-08-20T21:04:50.7017243Z [00:00:53.522]➜  ++ grep -Ev '^\.$'
2025-08-20T21:04:50.7017707Z [00:00:53.522]➜  ++ head -n 1
2025-08-20T21:04:50.7026132Z [00:00:53.524]➜  + find -L ''
2025-08-20T21:04:50.7038045Z [00:00:53.525]➜  find: ‘’: No such file or directory
2025-08-20T21:04:50.7048303Z [00:00:53.525]➜  + find /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type d -o -type l -exec realpath '{}' ';'
2025-08-20T21:04:50.7049558Z [00:00:53.525]➜  + grep -Ev '^\.$'
2025-08-20T21:04:50.7051146Z [00:00:53.526]➜  + xargs '-I{}' find -L '{}' -type d -iregex '.*\(bin\|exec\).*'
2025-08-20T21:04:50.7061695Z [00:00:53.527]➜  + xargs '-I{}' sudo rsync -achLv --no-relative '{}/.' /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/.
2025-08-20T21:04:50.7073910Z [00:00:53.528]➜  ++ whoami
2025-08-20T21:04:50.7090243Z [00:00:53.530]➜  ++ whoami
2025-08-20T21:04:50.7103928Z [00:00:53.531]➜  + sudo chown -R runner:runner /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:04:50.7180359Z [00:00:53.539]➜  + chmod -R 755 /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:04:50.7193435Z [00:00:53.540]➜  + find /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f -iregex '.*\.\(bin\|pl\)$' -exec bash -c 'mv -fv "$1" "${1%.*}"' _ '{}' ';'
2025-08-20T21:04:50.7211638Z [00:00:53.542]➜  + find /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f '(' -name '*.sh' -o -exec sh -c 'file -i "$1" | grep -qiv "application/.*executable"' sh '{}' ';' ')' -print0
2025-08-20T21:04:50.7213260Z [00:00:53.542]➜  + xargs -0 -I '{}' sh -c '
2025-08-20T21:04:50.7214915Z [00:00:53.542]➜         sed "s|^#!/nix/store/.*/bin/sh|#!/bin/sh|" -i "{}" 2>/dev/null
2025-08-20T21:04:50.7216060Z [00:00:53.542]➜         sed "s|/nix/store[^ ]*/bin/\([^ ]*\)|/usr/local/bin/\1|g" -i "{}" 2>/dev/null
2025-08-20T21:04:50.7217386Z [00:00:53.542]➜         sed "s|/nix/store/[^/]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:04:50.7218517Z [00:00:53.542]➜         sed "s|/nix/store[^/ ]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:04:50.7219546Z [00:00:53.542]➜         sed "s|/nix/store[^ \"'\'']*|/|g" -i "{}" 2>/dev/null
2025-08-20T21:04:50.7220187Z [00:00:53.542]➜     '
2025-08-20T21:04:50.7321148Z [00:00:53.553]➜  + find /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:04:50.7340064Z [00:00:53.555]➜  + grep -Ei 'application/.*executable|text/x-perl|text/.*script'
2025-08-20T21:04:50.7340794Z [00:00:53.555]➜  + cut -d: -f1
2025-08-20T21:04:50.7341280Z [00:00:53.555]➜  + xargs realpath
2025-08-20T21:04:50.7347009Z [00:00:53.556]➜  + sort -u
2025-08-20T21:04:50.7348185Z [00:00:53.556]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:04:50.7365621Z [00:00:53.557]➜  realpath: missing operand
2025-08-20T21:04:50.7366472Z [00:00:53.557]➜  Try 'realpath --help' for more information.
2025-08-20T21:04:50.8788435Z [00:00:53.700]➜  
2025-08-20T21:04:51.2634615Z [00:00:54.084]➜  
2025-08-20T21:04:51.2734069Z [00:00:54.094]➜  changed ownership of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/hcxdumptool.version' from runner:docker to runner:runner
2025-08-20T21:04:51.2735895Z [00:00:54.094]➜  ownership of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T21:04:51.2738180Z [00:00:54.094]➜  changed ownership of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:04:51.2739913Z [00:00:54.094]➜  ownership of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T21:04:51.2741914Z [00:00:54.094]➜  changed ownership of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/hcxdumptool.static.version' from runner:docker to runner:runner
2025-08-20T21:04:51.2743415Z [00:00:54.094]➜  changed ownership of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:04:51.2744329Z [00:00:54.094]➜  changed ownership of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:04:51.2820957Z [00:00:54.103]➜  mode of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/hcxdumptool.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2889092Z [00:00:54.110]➜  mode of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2958269Z [00:00:54.117]➜  mode of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/hcxdumptool.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3025605Z [00:00:54.123]➜  mode of '/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4508921Z [00:00:54.272]➜  realpath: missing operand
2025-08-20T21:04:51.4509630Z [00:00:54.272]➜  Try 'realpath --help' for more information.
2025-08-20T21:04:51.4591666Z [00:00:54.280]➜  
2025-08-20T21:04:51.4592447Z [00:00:54.280]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:04:51.4642095Z [00:00:54.285]➜  [-] WARNING: No Valid LICENSE Exists at /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:04:51.4947961Z [00:00:54.316]➜  
2025-08-20T21:04:51.4948404Z [00:00:54.316]➜  File: SBUILD
2025-08-20T21:04:51.4949485Z [00:00:54.316]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable, with very long lines (325)
2025-08-20T21:04:51.4950549Z [00:00:54.316]➜    B3sum: 89ef1644d40b287a9b18652e06ab68fa4cc269f0ae2e24cfe64c56437ac6b8c8
2025-08-20T21:04:51.4951383Z [00:00:54.316]➜    SHA256sum: c7c9bf82256c4416234f7fb333f519d9e2881d3f2d640e69537dbb33c15c675a
2025-08-20T21:04:51.4951833Z [00:00:54.316]➜    Size: 4.0K
2025-08-20T21:04:51.5054194Z [00:00:54.326]➜  
2025-08-20T21:04:51.5054693Z [00:00:54.326]➜  File: hcxdumptool.static.version
2025-08-20T21:04:51.5055322Z [00:00:54.326]➜    Type: ASCII text, with no line terminators
2025-08-20T21:04:51.5056238Z [00:00:54.326]➜    B3sum: 9bb266affa7702f551acb37fe51080e49e7e4df8caecc2e0ec7f14a4d120c138
2025-08-20T21:04:51.5057546Z [00:00:54.326]➜    SHA256sum: ed3b89f186cf610a92d0d5db03cf327dca05cf7f2be7a576ef2c20c73eba4788
2025-08-20T21:04:51.5058297Z [00:00:54.326]➜    Size: 4.0K
2025-08-20T21:04:51.5161999Z [00:00:54.337]➜  
2025-08-20T21:04:51.5162504Z [00:00:54.337]➜  File: hcxdumptool.version
2025-08-20T21:04:51.5163150Z [00:00:54.337]➜    Type: ASCII text, with no line terminators
2025-08-20T21:04:51.5164017Z [00:00:54.337]➜    B3sum: 9bb266affa7702f551acb37fe51080e49e7e4df8caecc2e0ec7f14a4d120c138
2025-08-20T21:04:51.5165116Z [00:00:54.337]➜    SHA256sum: ed3b89f186cf610a92d0d5db03cf327dca05cf7f2be7a576ef2c20c73eba4788
2025-08-20T21:04:51.5165856Z [00:00:54.337]➜    Size: 4.0K
2025-08-20T21:04:51.5166856Z [00:00:54.337]➜  
2025-08-20T21:04:51.5167725Z [00:00:54.337]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:04:51.5195331Z [00:00:54.340]➜  hcxdumptool.version:9bb266affa7702f551acb37fe51080e49e7e4df8caecc2e0ec7f14a4d120c138
2025-08-20T21:04:51.5196821Z [00:00:54.340]➜  hcxdumptool.static.version:9bb266affa7702f551acb37fe51080e49e7e4df8caecc2e0ec7f14a4d120c138
2025-08-20T21:04:51.5197637Z [00:00:54.340]➜  SBUILD:89ef1644d40b287a9b18652e06ab68fa4cc269f0ae2e24cfe64c56437ac6b8c8
2025-08-20T21:04:51.5217222Z [00:00:54.343]➜  
2025-08-20T21:04:51.5218329Z [00:00:54.343]➜  [+] Signing hcxdumptool.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:04:51.5304927Z [00:00:54.351]➜  
2025-08-20T21:04:51.5306734Z [00:00:54.351]➜  [✓] SuccessFully Built hcxdumptool.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml [Wednesday, 2025-08-20 (09:04:51 PM) UTC]
2025-08-20T21:04:51.5307589Z [00:00:54.351]➜  
2025-08-20T21:04:51.5335852Z [00:00:54.354]➜  [+] Total Size: 44K (Includes DUPES+TMPFILES)
2025-08-20T21:04:51.5337109Z [00:00:54.355]➜  [+] LOGPATH='/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/hcxdumptool.static.log'
2025-08-20T21:04:51.5351268Z [00:00:54.356]➜  [+] ENVPATH=/tmp/pkgforge/Fk2UUyL5h_SBUILD/ENVPATH
2025-08-20T21:04:51.5462398Z 
2025-08-20T21:04:51.5463183Z [+] Sanitizing /tmp/pkgforge/Fk2UUyL5h_SBUILD/BUILD.log ==> /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/hcxdumptool.static.log
2025-08-20T21:04:54.8995962Z 
2025-08-20T21:04:54.8997157Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs]
2025-08-20T21:04:54.8997806Z [+] LOGS (Build Dir): /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:04:54.8998168Z 
2025-08-20T21:04:54.9052834Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:04:54.9069706Z ./BUILD_ARTIFACTS.tar : 10.98%   (   300 KiB =>   32.9 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:04:54.9087596Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:04:54.9130227Z 
2025-08-20T21:04:54.9131453Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml :: 00(Hr):00(Min):58(Sec)
2025-08-20T21:04:54.9132621Z 
2025-08-20T21:04:54.9148441Z 
2025-08-20T21:04:54.9148776Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:04:54 PM) UTC
2025-08-20T21:04:54.9149202Z 
2025-08-20T21:04:55.0814612Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:04:55.0861807Z ##[group]Run ##Presets
2025-08-20T21:04:55.0862145Z [36;1m##Presets[0m
2025-08-20T21:04:55.0862355Z [36;1mset +x ; set +e[0m
2025-08-20T21:04:55.0862583Z [36;1m#-------------#[0m
2025-08-20T21:04:55.0862791Z [36;1m##Debug?[0m
2025-08-20T21:04:55.0863038Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:04:55.0863387Z [36;1m  set -x[0m
2025-08-20T21:04:55.0863565Z [36;1mfi[0m
2025-08-20T21:04:55.0863747Z [36;1m#-------------#[0m
2025-08-20T21:04:55.0863945Z [36;1m##Set ENV[0m
2025-08-20T21:04:55.0864176Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:04:55.0864602Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:04:55.0865018Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:04:55.0865478Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-"[0m
2025-08-20T21:04:55.0866025Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:04:55.0866684Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:04:55.0867142Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:04:55.0867478Z [36;1m fi[0m
2025-08-20T21:04:55.0867655Z [36;1m##Push[0m
2025-08-20T21:04:55.0867890Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:04:55.0868172Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:04:55.0868553Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:04:55.0869036Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:04:55.0869494Z [36;1m     ls -sh "/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:04:55.0869840Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:04:55.0870063Z [36;1m       {[0m
2025-08-20T21:04:55.0870258Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:04:55.0870603Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:04:55.0871245Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:04:55.0871681Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:04:55.0872114Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:04:55.0872532Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:04:55.0872918Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:04:55.0873297Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:04:55.0873683Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:04:55.0874070Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:04:55.0874470Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:04:55.0874946Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:04:55.0875459Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:04:55.0875918Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:04:55.0876505Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:04:55.0876932Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:04:55.0877421Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-hcxdumptool")[0m
2025-08-20T21:04:55.0877888Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:04:55.0878481Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:04:55.0878941Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:04:55.0879349Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:04:55.0879846Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:04:55.0880285Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:04:55.0880541Z [36;1m         #Check[0m
2025-08-20T21:04:55.0881102Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T21:04:55.0881812Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:04:55.0882167Z [36;1m            break[0m
2025-08-20T21:04:55.0882376Z [36;1m          else[0m
2025-08-20T21:04:55.0882785Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:04:55.0883219Z [36;1m          fi[0m
2025-08-20T21:04:55.0883441Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:04:55.0883700Z [36;1m        done[0m
2025-08-20T21:04:55.0883887Z [36;1m       }[0m
2025-08-20T21:04:55.0884090Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:04:55.0884342Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:04:55.0884906Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:04:55.0885653Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:04:55.0886076Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:04:55.0886525Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:04:55.0887120Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:04:55.0887958Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:04:55.0888475Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:04:55.0888876Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:04:55.0889117Z [36;1m           fi[0m
2025-08-20T21:04:55.0889314Z [36;1m       fi[0m
2025-08-20T21:04:55.0889499Z [36;1m   fi[0m
2025-08-20T21:04:55.0889675Z [36;1m fi[0m
2025-08-20T21:04:55.0889865Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:04:55.0945350Z shell: /usr/bin/bash -e {0}
2025-08-20T21:04:55.0945591Z env:
2025-08-20T21:04:55.0945775Z   CROSS_COMPILING: NO
2025-08-20T21:04:55.0946002Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:04:55.0946231Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:04:55.0946668Z   ON_QEMU: NO
2025-08-20T21:04:55.0946846Z   DEBUG: 0
2025-08-20T21:04:55.0947037Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:04:55.0947261Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:04:55.0947560Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:04:55.0947876Z   KEEP_LOGS: YES
2025-08-20T21:04:55.0948066Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:04:55.0948282Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T21:04:55.0948511Z   SBUILD_REBUILD: false
2025-08-20T21:04:55.0949058Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:04:55.0949637Z   BUILD_SYS: host://nix
2025-08-20T21:04:55.0949837Z   BUILD_ON_HOST: TRUE
2025-08-20T21:04:55.0950032Z   BUILD_SYSTEM: HOST
2025-08-20T21:04:55.0950223Z   SYSTMP: /tmp
2025-08-20T21:04:55.0950397Z   GHA_MODE: MATRIX
2025-08-20T21:04:55.0950989Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:04:55.0951524Z   INPUT_SBUILD: /tmp/pkgforge/WoUg3Y9VG_build.yaml
2025-08-20T21:04:55.0951855Z   BUILD_DIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml
2025-08-20T21:04:55.0952242Z   SBUILD_OUTDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:04:55.0952718Z   SBUILD_TMPDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:04:55.0953096Z   PKG_TYPE: static
2025-08-20T21:04:55.0953288Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:04:55.0953494Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:04:55.0954043Z   GHCR_TOKEN: ***
2025-08-20T21:04:55.0954340Z   GITHUB_TOKEN: ***
2025-08-20T21:04:55.0954567Z   GITLAB_TOKEN: ***
2025-08-20T21:04:55.0955664Z   MINISIGN_KEY: ***
2025-08-20T21:04:55.0955856Z ##[endgroup]
2025-08-20T21:04:55.1048406Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:04:55.1059017Z 36K	./BUILD_ARTIFACTS.zstd
2025-08-20T21:04:55.1071806Z total 316K
2025-08-20T21:04:55.1072138Z 4.0K CHECKSUM
2025-08-20T21:04:55.1072456Z 4.0K CHECKSUM.sig
2025-08-20T21:04:55.1072768Z 4.0K SBUILD
2025-08-20T21:04:55.1073069Z 4.0K SBUILD.sig
2025-08-20T21:04:55.1073256Z 4.0K SBUILD_TEMP
2025-08-20T21:04:55.1073463Z 280K hcxdumptool.static.log
2025-08-20T21:04:55.1073716Z 4.0K hcxdumptool.static.version
2025-08-20T21:04:55.1073971Z 4.0K hcxdumptool.static.version.sig
2025-08-20T21:04:55.1074227Z 4.0K hcxdumptool.version
2025-08-20T21:04:55.1074447Z 4.0K hcxdumptool.version.sig
2025-08-20T21:04:55.1111625Z Error: "ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-"
2025-08-20T21:04:55.1113524Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:05:00.1174171Z Error: "ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-"
2025-08-20T21:05:00.1175775Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:05:00.1189141Z 
2025-08-20T21:05:00.1189706Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-
2025-08-20T21:05:00.1190304Z 
2025-08-20T21:05:00.1229686Z Error: "ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-"
2025-08-20T21:05:00.1231258Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:05:00.1271562Z ##[group]Run ##Presets
2025-08-20T21:05:00.1271828Z [36;1m##Presets[0m
2025-08-20T21:05:00.1272026Z [36;1mset +x ; set +e[0m
2025-08-20T21:05:00.1272235Z [36;1m#-------------#[0m
2025-08-20T21:05:00.1272433Z [36;1m##Debug?[0m
2025-08-20T21:05:00.1272674Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:05:00.1272961Z [36;1m  set -x[0m
2025-08-20T21:05:00.1273142Z [36;1mfi[0m
2025-08-20T21:05:00.1273321Z [36;1m#-------------#[0m
2025-08-20T21:05:00.1273586Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:05:00.1273927Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:05:00.1324749Z shell: /usr/bin/bash -e {0}
2025-08-20T21:05:00.1324980Z env:
2025-08-20T21:05:00.1325159Z   CROSS_COMPILING: NO
2025-08-20T21:05:00.1325369Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:00.1325596Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:00.1325810Z   ON_QEMU: NO
2025-08-20T21:05:00.1326021Z   DEBUG: 0
2025-08-20T21:05:00.1326206Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:00.1326654Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:00.1326951Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:05:00.1327261Z   KEEP_LOGS: YES
2025-08-20T21:05:00.1327454Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:00.1327669Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T21:05:00.1327908Z   SBUILD_REBUILD: false
2025-08-20T21:05:00.1328451Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:05:00.1329042Z   BUILD_SYS: host://nix
2025-08-20T21:05:00.1329241Z   BUILD_ON_HOST: TRUE
2025-08-20T21:05:00.1329432Z   BUILD_SYSTEM: HOST
2025-08-20T21:05:00.1329623Z   SYSTMP: /tmp
2025-08-20T21:05:00.1329800Z   GHA_MODE: MATRIX
2025-08-20T21:05:00.1330229Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:05:00.1330736Z   INPUT_SBUILD: /tmp/pkgforge/WoUg3Y9VG_build.yaml
2025-08-20T21:05:00.1331056Z   BUILD_DIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml
2025-08-20T21:05:00.1331434Z   SBUILD_OUTDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:00.1331909Z   SBUILD_TMPDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:00.1332286Z   PKG_TYPE: static
2025-08-20T21:05:00.1332478Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:00.1332681Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:05:00.1332885Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:05:00.1333265Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-
2025-08-20T21:05:00.1333677Z ##[endgroup]
2025-08-20T21:05:00.1474294Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:05:00.1474587Z with:
2025-08-20T21:05:00.1474799Z   name: Bincache_hcxdumptool_x86_64-Linux
2025-08-20T21:05:00.1475111Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:05:00.1475395Z   compression-level: 0
2025-08-20T21:05:00.1475597Z   retention-days: 30
2025-08-20T21:05:00.1475785Z   overwrite: true
2025-08-20T21:05:00.1475972Z   if-no-files-found: warn
2025-08-20T21:05:00.1476187Z   include-hidden-files: false
2025-08-20T21:05:00.1476688Z env:
2025-08-20T21:05:00.1476859Z   CROSS_COMPILING: NO
2025-08-20T21:05:00.1477057Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:00.1477271Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:00.1477475Z   ON_QEMU: NO
2025-08-20T21:05:00.1477643Z   DEBUG: 0
2025-08-20T21:05:00.1478010Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:00.1478226Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:00.1478513Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:05:00.1478854Z   KEEP_LOGS: YES
2025-08-20T21:05:00.1479040Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:00.1479250Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T21:05:00.1479468Z   SBUILD_REBUILD: false
2025-08-20T21:05:00.1480008Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:05:00.1480584Z   BUILD_SYS: host://nix
2025-08-20T21:05:00.1480777Z   BUILD_ON_HOST: TRUE
2025-08-20T21:05:00.1480960Z   BUILD_SYSTEM: HOST
2025-08-20T21:05:00.1481146Z   SYSTMP: /tmp
2025-08-20T21:05:00.1481322Z   GHA_MODE: MATRIX
2025-08-20T21:05:00.1481749Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:05:00.1482253Z   INPUT_SBUILD: /tmp/pkgforge/WoUg3Y9VG_build.yaml
2025-08-20T21:05:00.1482576Z   BUILD_DIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml
2025-08-20T21:05:00.1482965Z   SBUILD_OUTDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:00.1483439Z   SBUILD_TMPDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:00.1483826Z   PKG_TYPE: static
2025-08-20T21:05:00.1484014Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:00.1484222Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:05:00.1484416Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:05:00.1484790Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-
2025-08-20T21:05:00.1485211Z   UTC_TIME: 2025_08_20T09_05_00_PM
2025-08-20T21:05:00.1485430Z ##[endgroup]
2025-08-20T21:05:00.3665776Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:05:00.3669296Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:05:00.3670137Z With the provided path, there will be 2 files uploaded
2025-08-20T21:05:00.6385895Z Artifact name is valid!
2025-08-20T21:05:00.6387513Z Root directory input is valid!
2025-08-20T21:05:00.7614460Z Beginning upload of artifact content to blob storage
2025-08-20T21:05:01.4444458Z Uploaded bytes 615240
2025-08-20T21:05:01.5270924Z Finished uploading artifact content to blob storage!
2025-08-20T21:05:01.5273228Z SHA256 digest of uploaded artifact zip is e67cc022309564c8bf1cf6f198a0d19982581827da7d0f339497d184a117de3b
2025-08-20T21:05:01.5273957Z Finalizing artifact upload
2025-08-20T21:05:01.6804693Z Artifact Bincache_hcxdumptool_x86_64-Linux.zip successfully finalized. Artifact ID 3813210180
2025-08-20T21:05:01.6805674Z Artifact Bincache_hcxdumptool_x86_64-Linux has been successfully uploaded! Final size is 615240 bytes. Artifact ID is 3813210180
2025-08-20T21:05:01.6811799Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108043951/artifacts/3813210180
2025-08-20T21:05:01.6958106Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:05:01.6958432Z with:
2025-08-20T21:05:01.6958645Z   subject-name: hcxdumptool--
2025-08-20T21:05:01.6959402Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:05:01.6960145Z   show-summary: true
2025-08-20T21:05:01.6960365Z   push-to-registry: false
2025-08-20T21:05:01.6960761Z   github-token: ***
2025-08-20T21:05:01.6960963Z env:
2025-08-20T21:05:01.6961141Z   CROSS_COMPILING: NO
2025-08-20T21:05:01.6961355Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:01.6961583Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:01.6961801Z   ON_QEMU: NO
2025-08-20T21:05:01.6961979Z   DEBUG: 0
2025-08-20T21:05:01.6962164Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:01.6962405Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:01.6962736Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:05:01.6963254Z   KEEP_LOGS: YES
2025-08-20T21:05:01.6963454Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:01.6963678Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T21:05:01.6963911Z   SBUILD_REBUILD: false
2025-08-20T21:05:01.6964464Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:05:01.6965061Z   BUILD_SYS: host://nix
2025-08-20T21:05:01.6965281Z   BUILD_ON_HOST: TRUE
2025-08-20T21:05:01.6965483Z   BUILD_SYSTEM: HOST
2025-08-20T21:05:01.6965678Z   SYSTMP: /tmp
2025-08-20T21:05:01.6965864Z   GHA_MODE: MATRIX
2025-08-20T21:05:01.6966444Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:05:01.6966966Z   INPUT_SBUILD: /tmp/pkgforge/WoUg3Y9VG_build.yaml
2025-08-20T21:05:01.6967293Z   BUILD_DIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml
2025-08-20T21:05:01.6967688Z   SBUILD_OUTDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:01.6968182Z   SBUILD_TMPDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:01.6968569Z   PKG_TYPE: static
2025-08-20T21:05:01.6968769Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:01.6968981Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:05:01.6969187Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:05:01.6969571Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-
2025-08-20T21:05:01.6969991Z   UTC_TIME: 2025_08_20T09_05_00_PM
2025-08-20T21:05:01.6970222Z ##[endgroup]
2025-08-20T21:05:01.7038593Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:05:01.7039022Z env:
2025-08-20T21:05:01.7039206Z   CROSS_COMPILING: NO
2025-08-20T21:05:01.7039421Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:01.7039651Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:01.7039869Z   ON_QEMU: NO
2025-08-20T21:05:01.7040049Z   DEBUG: 0
2025-08-20T21:05:01.7040248Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:01.7040478Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:01.7040777Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:05:01.7041095Z   KEEP_LOGS: YES
2025-08-20T21:05:01.7041293Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:01.7041520Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T21:05:01.7041758Z   SBUILD_REBUILD: false
2025-08-20T21:05:01.7042317Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:05:01.7042921Z   BUILD_SYS: host://nix
2025-08-20T21:05:01.7043132Z   BUILD_ON_HOST: TRUE
2025-08-20T21:05:01.7043332Z   BUILD_SYSTEM: HOST
2025-08-20T21:05:01.7043531Z   SYSTMP: /tmp
2025-08-20T21:05:01.7043719Z   GHA_MODE: MATRIX
2025-08-20T21:05:01.7044155Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:05:01.7044849Z   INPUT_SBUILD: /tmp/pkgforge/WoUg3Y9VG_build.yaml
2025-08-20T21:05:01.7045202Z   BUILD_DIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml
2025-08-20T21:05:01.7045600Z   SBUILD_OUTDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:01.7046094Z   SBUILD_TMPDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:01.7046630Z   PKG_TYPE: static
2025-08-20T21:05:01.7046829Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:01.7047039Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:05:01.7047247Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:05:01.7047635Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-
2025-08-20T21:05:01.7048062Z   UTC_TIME: 2025_08_20T09_05_00_PM
2025-08-20T21:05:01.7048298Z ##[endgroup]
2025-08-20T21:05:02.4935723Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:05:02.4936079Z with:
2025-08-20T21:05:02.4937069Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:05:02.4938029Z   subject-name: hcxdumptool--
2025-08-20T21:05:02.4938330Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:05:02.4941006Z   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/17108043951/attempts/1"}}}
2025-08-20T21:05:02.4943599Z   push-to-registry: false
2025-08-20T21:05:02.4943828Z   show-summary: true
2025-08-20T21:05:02.4944258Z   github-token: ***
2025-08-20T21:05:02.4944468Z env:
2025-08-20T21:05:02.4944648Z   CROSS_COMPILING: NO
2025-08-20T21:05:02.4944864Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:02.4945101Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:02.4945326Z   ON_QEMU: NO
2025-08-20T21:05:02.4945509Z   DEBUG: 0
2025-08-20T21:05:02.4945700Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:02.4945934Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:02.4946241Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:05:02.4946715Z   KEEP_LOGS: YES
2025-08-20T21:05:02.4946915Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:02.4947145Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T21:05:02.4947383Z   SBUILD_REBUILD: false
2025-08-20T21:05:02.4947938Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:05:02.4948532Z   BUILD_SYS: host://nix
2025-08-20T21:05:02.4948751Z   BUILD_ON_HOST: TRUE
2025-08-20T21:05:02.4948954Z   BUILD_SYSTEM: HOST
2025-08-20T21:05:02.4949164Z   SYSTMP: /tmp
2025-08-20T21:05:02.4949354Z   GHA_MODE: MATRIX
2025-08-20T21:05:02.4949796Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:05:02.4950313Z   INPUT_SBUILD: /tmp/pkgforge/WoUg3Y9VG_build.yaml
2025-08-20T21:05:02.4950643Z   BUILD_DIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml
2025-08-20T21:05:02.4951046Z   SBUILD_OUTDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:02.4951534Z   SBUILD_TMPDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:02.4951926Z   PKG_TYPE: static
2025-08-20T21:05:02.4952128Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:02.4952347Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:05:02.4952788Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:05:02.4953188Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-
2025-08-20T21:05:02.4953618Z   UTC_TIME: 2025_08_20T09_05_00_PM
2025-08-20T21:05:02.4953856Z ##[endgroup]
2025-08-20T21:05:03.8997078Z Attestation created for 10 subjects
2025-08-20T21:05:03.9001389Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:05:03.9002152Z -----BEGIN CERTIFICATE-----
2025-08-20T21:05:03.9002813Z MIIG7jCCBnWgAwIBAgIUT4GvyDSOABC1kiCU91yhAFBqo3owCgYIKoZIzj0EAwMw
2025-08-20T21:05:03.9003706Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:05:03.9004589Z cm1lZGlhdGUwHhcNMjUwODIwMjEwNTAyWhcNMjUwODIwMjExNTAyWjAAMFkwEwYH
2025-08-20T21:05:03.9005433Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEgPjYm0qVcWLf/ZJ3Nxw76wzxTlHkaxvs8VUM
2025-08-20T21:05:03.9006212Z YTBv2UGxCwhyGtmkKzb+/hEuGC+yuBxqR9RS7/r3MUWzQ3X8RaOCBZQwggWQMA4G
2025-08-20T21:05:03.9007234Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUNxZX
2025-08-20T21:05:03.9008390Z NQWFLQj3rvb8ZDGCLw42FVAwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:05:03.9009237Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:05:03.9010070Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:05:03.9010918Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:05:03.9011744Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:05:03.9012550Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:05:03.9013389Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:05:03.9014241Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:05:03.9015113Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:05:03.9015966Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:05:03.9016996Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:05:03.9017841Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:05:03.9018699Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:05:03.9019585Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:05:03.9020449Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:05:03.9021329Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:05:03.9022222Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:05:03.9023103Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:05:03.9023950Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:05:03.9024793Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:05:03.9025626Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:05:03.9026618Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:05:03.9027480Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:05:03.9028338Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:05:03.9029182Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MDQzOTUxL2F0
2025-08-20T21:05:03.9030031Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:05:03.9030896Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJTLAZ
2025-08-20T21:05:03.9031714Z AAAEAwBHMEUCID6j6xt1skMSpzwT+Q/IA1/8nyvL0B2c67UsxKS73q0JAiEAvokj
2025-08-20T21:05:03.9032522Z mAx8TNjrDIEsdZBfElLRInx4bUV+swl7s2kPVkYwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T21:05:03.9033373Z UWC/wgjH7z30la+6xYjpW5+n2+FtV5ZBmabPZxXQEbp166A1TaYkSAj539jLRwAc
2025-08-20T21:05:03.9034217Z AjAI0wBS3bXEzkOX8zK0d0W5lhzabqge5KtFWjEOy3dq4PkXdpUxFtTWjjxEiOb8
2025-08-20T21:05:03.9034842Z drc=
2025-08-20T21:05:03.9035143Z -----END CERTIFICATE-----
2025-08-20T21:05:03.9035602Z 
2025-08-20T21:05:03.9036150Z ##[endgroup]
2025-08-20T21:05:03.9036994Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:05:03.9037681Z https://search.sigstore.dev?logIndex=414355302
2025-08-20T21:05:03.9038306Z [36mAttestation uploaded to repository[39m
2025-08-20T21:05:03.9038919Z https://github.com/pkgforge/bincache/attestations/9873500
2025-08-20T21:05:03.9800676Z ##[group]Run ##Presets
2025-08-20T21:05:03.9801001Z [36;1m##Presets[0m
2025-08-20T21:05:03.9801215Z [36;1mset +x ; set +e[0m
2025-08-20T21:05:03.9801433Z [36;1m#-------------#[0m
2025-08-20T21:05:03.9801642Z [36;1m##Debug?[0m
2025-08-20T21:05:03.9801892Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:05:03.9802188Z [36;1m  set -x[0m
2025-08-20T21:05:03.9802380Z [36;1mfi[0m
2025-08-20T21:05:03.9802560Z [36;1m#-------------#[0m
2025-08-20T21:05:03.9802870Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:05:03.9803593Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs"[0m
2025-08-20T21:05:03.9804021Z [36;1m exit 1[0m
2025-08-20T21:05:03.9804211Z [36;1mfi[0m
2025-08-20T21:05:03.9853803Z shell: /usr/bin/bash -e {0}
2025-08-20T21:05:03.9854048Z env:
2025-08-20T21:05:03.9854232Z   CROSS_COMPILING: NO
2025-08-20T21:05:03.9854490Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:03.9854726Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:03.9854946Z   ON_QEMU: NO
2025-08-20T21:05:03.9855120Z   DEBUG: 0
2025-08-20T21:05:03.9855303Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:03.9855537Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:03.9855842Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:05:03.9856167Z   KEEP_LOGS: YES
2025-08-20T21:05:03.9856648Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:03.9856883Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T21:05:03.9857117Z   SBUILD_REBUILD: false
2025-08-20T21:05:03.9857684Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:05:03.9858294Z   BUILD_SYS: host://nix
2025-08-20T21:05:03.9858502Z   BUILD_ON_HOST: TRUE
2025-08-20T21:05:03.9858701Z   BUILD_SYSTEM: HOST
2025-08-20T21:05:03.9858900Z   SYSTMP: /tmp
2025-08-20T21:05:03.9859082Z   GHA_MODE: MATRIX
2025-08-20T21:05:03.9859521Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:05:03.9860037Z   INPUT_SBUILD: /tmp/pkgforge/WoUg3Y9VG_build.yaml
2025-08-20T21:05:03.9860367Z   BUILD_DIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml
2025-08-20T21:05:03.9860761Z   SBUILD_OUTDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:03.9861252Z   SBUILD_TMPDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:03.9861638Z   PKG_TYPE: static
2025-08-20T21:05:03.9861834Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:03.9862054Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:05:03.9862264Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:05:03.9862649Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-
2025-08-20T21:05:03.9863073Z   UTC_TIME: 2025_08_20T09_05_00_PM
2025-08-20T21:05:03.9863310Z ##[endgroup]
2025-08-20T21:05:03.9951224Z ##[group]Run ##Presets
2025-08-20T21:05:03.9951486Z [36;1m##Presets[0m
2025-08-20T21:05:03.9951693Z [36;1mset +x ; set +e[0m
2025-08-20T21:05:03.9951918Z [36;1m#-------------#[0m
2025-08-20T21:05:03.9952133Z [36;1m##Debug?[0m
2025-08-20T21:05:03.9952385Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:05:03.9952686Z [36;1m  set -x[0m
2025-08-20T21:05:03.9952875Z [36;1mfi[0m
2025-08-20T21:05:03.9953062Z [36;1m#-------------#[0m
2025-08-20T21:05:03.9953312Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:05:03.9953788Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs"[0m
2025-08-20T21:05:03.9954231Z [36;1m exit 1[0m
2025-08-20T21:05:03.9954425Z [36;1mfi[0m
2025-08-20T21:05:03.9999108Z shell: /usr/bin/bash -e {0}
2025-08-20T21:05:03.9999350Z env:
2025-08-20T21:05:03.9999534Z   CROSS_COMPILING: NO
2025-08-20T21:05:03.9999785Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:04.0000017Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:04.0000238Z   ON_QEMU: NO
2025-08-20T21:05:04.0000417Z   DEBUG: 0
2025-08-20T21:05:04.0000608Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:04.0000847Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:04.0001158Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:05:04.0001496Z   KEEP_LOGS: YES
2025-08-20T21:05:04.0001698Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:04.0001928Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T21:05:04.0002164Z   SBUILD_REBUILD: false
2025-08-20T21:05:04.0002725Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:05:04.0003485Z   BUILD_SYS: host://nix
2025-08-20T21:05:04.0003696Z   BUILD_ON_HOST: TRUE
2025-08-20T21:05:04.0003911Z   BUILD_SYSTEM: HOST
2025-08-20T21:05:04.0004115Z   SYSTMP: /tmp
2025-08-20T21:05:04.0004304Z   GHA_MODE: MATRIX
2025-08-20T21:05:04.0004754Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:05:04.0005273Z   INPUT_SBUILD: /tmp/pkgforge/WoUg3Y9VG_build.yaml
2025-08-20T21:05:04.0005607Z   BUILD_DIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml
2025-08-20T21:05:04.0006026Z   SBUILD_OUTDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:04.0006727Z   SBUILD_TMPDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:04.0007196Z   PKG_TYPE: static
2025-08-20T21:05:04.0007399Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:04.0007826Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:05:04.0008132Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:05:04.0008735Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-
2025-08-20T21:05:04.0009280Z   UTC_TIME: 2025_08_20T09_05_00_PM
2025-08-20T21:05:04.0009607Z ##[endgroup]
2025-08-20T21:05:04.0084490Z 
2025-08-20T21:05:04.0084905Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:05:04.0095895Z ##[error]Process completed with exit code 1.
2025-08-20T21:05:04.0135599Z ##[group]Run ##Presets
2025-08-20T21:05:04.0135859Z [36;1m##Presets[0m
2025-08-20T21:05:04.0136068Z [36;1mset +x ; set +e[0m
2025-08-20T21:05:04.0136525Z [36;1m#-------------#[0m
2025-08-20T21:05:04.0136744Z [36;1m##Debug?[0m
2025-08-20T21:05:04.0136995Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:05:04.0137301Z [36;1m  set -x[0m
2025-08-20T21:05:04.0137490Z [36;1mfi[0m
2025-08-20T21:05:04.0137676Z [36;1m#-------------#[0m
2025-08-20T21:05:04.0138021Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:05:04.0138432Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:05:04.0138737Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:05:04.0139013Z [36;1mfi[0m
2025-08-20T21:05:04.0183687Z shell: /usr/bin/bash -e {0}
2025-08-20T21:05:04.0183928Z env:
2025-08-20T21:05:04.0184113Z   CROSS_COMPILING: NO
2025-08-20T21:05:04.0184380Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:04.0184620Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:04.0184842Z   ON_QEMU: NO
2025-08-20T21:05:04.0185021Z   DEBUG: 0
2025-08-20T21:05:04.0185204Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:04.0185437Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:04.0185747Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs
2025-08-20T21:05:04.0186069Z   KEEP_LOGS: YES
2025-08-20T21:05:04.0186432Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:04.0186728Z   PKG_FAMILY_LOCAL: hcxdumptool
2025-08-20T21:05:04.0186968Z   SBUILD_REBUILD: false
2025-08-20T21:05:04.0187545Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hcxdumptool/static.nixpkgs.stable.yaml
2025-08-20T21:05:04.0188147Z   BUILD_SYS: host://nix
2025-08-20T21:05:04.0188370Z   BUILD_ON_HOST: TRUE
2025-08-20T21:05:04.0188577Z   BUILD_SYSTEM: HOST
2025-08-20T21:05:04.0188780Z   SYSTMP: /tmp
2025-08-20T21:05:04.0188972Z   GHA_MODE: MATRIX
2025-08-20T21:05:04.0189415Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:05:04.0189943Z   INPUT_SBUILD: /tmp/pkgforge/WoUg3Y9VG_build.yaml
2025-08-20T21:05:04.0190281Z   BUILD_DIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml
2025-08-20T21:05:04.0190685Z   SBUILD_OUTDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:04.0191174Z   SBUILD_TMPDIR: /tmp/pkgforge/BGSkbxJ_WoUg3Y9VG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:04.0191562Z   PKG_TYPE: static
2025-08-20T21:05:04.0191934Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:04.0192157Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:05:04.0192369Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:05:04.0192764Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hcxdumptool/nixpkgs/hcxdumptool-srcbuild-
2025-08-20T21:05:04.0193194Z   UTC_TIME: 2025_08_20T09_05_00_PM
2025-08-20T21:05:04.0193429Z ##[endgroup]
2025-08-20T21:05:04.0269409Z EXITED
2025-08-20T21:05:04.0310565Z Cleaning up orphan processes
