﻿2025-08-20T21:45:15.0837072Z Current runner version: '2.328.0'
2025-08-20T21:45:15.0859653Z ##[group]Runner Image Provisioner
2025-08-20T21:45:15.0860820Z Hosted Compute Agent
2025-08-20T21:45:15.0861427Z Version: 20250818.377
2025-08-20T21:45:15.0862046Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:45:15.0862814Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:45:15.0863413Z ##[endgroup]
2025-08-20T21:45:15.0863964Z ##[group]Operating System
2025-08-20T21:45:15.0864604Z Ubuntu
2025-08-20T21:45:15.0865087Z 24.04.2
2025-08-20T21:45:15.0865591Z LTS
2025-08-20T21:45:15.0866669Z ##[endgroup]
2025-08-20T21:45:15.0867191Z ##[group]Runner Image
2025-08-20T21:45:15.0867787Z Image: ubuntu-24.04
2025-08-20T21:45:15.0868603Z Version: 20250818.1.0
2025-08-20T21:45:15.0869681Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:45:15.0871362Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:45:15.0872507Z ##[endgroup]
2025-08-20T21:45:15.0873782Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:45:15.0875966Z Attestations: write
2025-08-20T21:45:15.0876559Z Contents: write
2025-08-20T21:45:15.0877094Z Metadata: read
2025-08-20T21:45:15.0877660Z Packages: write
2025-08-20T21:45:15.0878365Z ##[endgroup]
2025-08-20T21:45:15.0880394Z Secret source: Actions
2025-08-20T21:45:15.0881254Z Prepare workflow directory
2025-08-20T21:45:15.1205462Z Prepare all required actions
2025-08-20T21:45:15.1242175Z Getting action download info
2025-08-20T21:45:15.4594953Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:45:16.1274916Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:45:16.6069016Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:45:16.7887795Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:45:17.3107496Z Getting action download info
2025-08-20T21:45:17.4744521Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:45:17.7954162Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:45:18.1868198Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/nmap/nixpkgs)
2025-08-20T21:45:18.2416083Z ##[group]Run ##Presets
2025-08-20T21:45:18.2416426Z [36;1m##Presets[0m
2025-08-20T21:45:18.2416648Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:18.2416872Z [36;1m#-------------#[0m
2025-08-20T21:45:18.2417172Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:45:18.2417551Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:45:18.2417902Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.2418463Z [36;1m  fi[0m
2025-08-20T21:45:18.2418734Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:45:18.2419107Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:45:18.2419449Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.2419719Z [36;1m  fi[0m
2025-08-20T21:45:18.2419966Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:45:18.2420342Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:45:18.2420673Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.2420949Z [36;1m  fi[0m
2025-08-20T21:45:18.2421205Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:45:18.2421551Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:45:18.2422068Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:45:18.2422358Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:45:18.2422664Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.2422926Z [36;1m     else[0m
2025-08-20T21:45:18.2423168Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.2423451Z [36;1m     fi[0m
2025-08-20T21:45:18.2423628Z [36;1m  fi[0m
2025-08-20T21:45:18.2423796Z [36;1mfi[0m
2025-08-20T21:45:18.2496513Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:18.2497027Z env:
2025-08-20T21:45:18.2497531Z   GH_TOKEN: ***
2025-08-20T21:45:18.2498207Z ##[endgroup]
2025-08-20T21:45:18.2779147Z ##[group]Run ##Presets
2025-08-20T21:45:18.2779666Z [36;1m##Presets[0m
2025-08-20T21:45:18.2780116Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:18.2780428Z [36;1m#-------------#[0m
2025-08-20T21:45:18.2780837Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:45:18.2781432Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:45:18.2782053Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:45:18.2782616Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:45:18.2783101Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:45:18.2783608Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:45:18.2784035Z [36;1m  exit 1[0m
2025-08-20T21:45:18.2784279Z [36;1mfi[0m
2025-08-20T21:45:18.2820901Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:18.2821319Z env:
2025-08-20T21:45:18.2821807Z   RO_GHTOKEN: ***
2025-08-20T21:45:18.2822147Z   RO_GLTOKEN: ***
2025-08-20T21:45:18.2823431Z   MINISIGN_KEY: ***
2025-08-20T21:45:18.2823720Z ##[endgroup]
2025-08-20T21:45:18.3018727Z ##[group]Run ##Presets
2025-08-20T21:45:18.3019101Z [36;1m##Presets[0m
2025-08-20T21:45:18.3019312Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:18.3019528Z [36;1m#-------------#[0m
2025-08-20T21:45:18.3019748Z [36;1m##Host Triplet[0m
2025-08-20T21:45:18.3020037Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:45:18.3020365Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:45:18.3020674Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:45:18.3020981Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:45:18.3021266Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:45:18.3021598Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:45:18.3021919Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:45:18.3022231Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:45:18.3022487Z [36;1m   fi[0m
2025-08-20T21:45:18.3022772Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:45:18.3023099Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:45:18.3023391Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:45:18.3023701Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:45:18.3023980Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:45:18.3024189Z [36;1m fi[0m
2025-08-20T21:45:18.3024445Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3024822Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3025185Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3025524Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3025789Z [36;1m##Debug[0m
2025-08-20T21:45:18.3025992Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:45:18.3026247Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:45:18.3026463Z [36;1m else[0m
2025-08-20T21:45:18.3026650Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:45:18.3027041Z [36;1m fi[0m
2025-08-20T21:45:18.3027257Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3027536Z [36;1m##Docker Platform[0m
2025-08-20T21:45:18.3027818Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:45:18.3028282Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:45:18.3028603Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:45:18.3028935Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:45:18.3029242Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:45:18.3029552Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:45:18.3029853Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:45:18.3030155Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:45:18.3030391Z [36;1m fi[0m
2025-08-20T21:45:18.3030662Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3031085Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3031394Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:45:18.3031839Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/nmap/nixpkgs" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:45:18.3032318Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:45:18.3032612Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3032906Z [36;1m##Logs[0m
2025-08-20T21:45:18.3033164Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:45:18.3033419Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:45:18.3033641Z [36;1m else[0m
2025-08-20T21:45:18.3033833Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:45:18.3034083Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:45:18.3034320Z [36;1m fi[0m
2025-08-20T21:45:18.3034706Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3035074Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3035411Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:45:18.3035744Z [36;1m PKG_FAMILY_LOCAL="$(echo "nmap" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:45:18.3036107Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:45:18.3036417Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3036724Z [36;1m##Rebuild[0m
2025-08-20T21:45:18.3036933Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:45:18.3037195Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:45:18.3037434Z [36;1m else[0m
2025-08-20T21:45:18.3037631Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:45:18.3037870Z [36;1m fi[0m
2025-08-20T21:45:18.3038230Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3038543Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:45:18.3038963Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:45:18.3039500Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:45:18.3040286Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:45:18.3040973Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:45:18.3041326Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:45:18.3041743Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:45:18.3042144Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:45:18.3042503Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3042782Z [36;1m    exit 1[0m
2025-08-20T21:45:18.3042978Z [36;1m   else[0m
2025-08-20T21:45:18.3043174Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:45:18.3043611Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3043933Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:45:18.3044247Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:45:18.3044576Z [36;1m      #check if supported[0m
2025-08-20T21:45:18.3044938Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:45:18.3045447Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:45:18.3045855Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:45:18.3046165Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3046448Z [36;1m         exit 1[0m
2025-08-20T21:45:18.3046646Z [36;1m       fi[0m
2025-08-20T21:45:18.3046848Z [36;1m      #get build system[0m
2025-08-20T21:45:18.3047201Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:45:18.3047564Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:45:18.3047828Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3048392Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:45:18.3048723Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3049025Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3049348Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:45:18.3049665Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3049971Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.3050241Z [36;1m       fi[0m
2025-08-20T21:45:18.3050554Z [36;1m     fi[0m
2025-08-20T21:45:18.3050741Z [36;1m   fi[0m
2025-08-20T21:45:18.3050936Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:45:18.3086655Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:18.3086913Z ##[endgroup]
2025-08-20T21:45:18.5097103Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:45:18.5097638Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:45:18.5097853Z 
2025-08-20T21:45:18.5828204Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:45:18.5829133Z 100  3758  100  3758    0     0  50435      0 --:--:-- --:--:-- --:--:-- 50783
2025-08-20T21:45:18.5841110Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:45:18.6075350Z ##[group]Run ##Presets
2025-08-20T21:45:18.6075648Z [36;1m##Presets[0m
2025-08-20T21:45:18.6075860Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:18.6076074Z [36;1m#-------------#[0m
2025-08-20T21:45:18.6076276Z [36;1m##Debug?[0m
2025-08-20T21:45:18.6076535Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:45:18.6076830Z [36;1m  set -x[0m
2025-08-20T21:45:18.6077020Z [36;1mfi[0m
2025-08-20T21:45:18.6077202Z [36;1m#-------------#[0m
2025-08-20T21:45:18.6077405Z [36;1m##CoreUtils[0m
2025-08-20T21:45:18.6077610Z [36;1msudo apt update -y[0m
2025-08-20T21:45:18.6078190Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:45:18.6079307Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:45:18.6080228Z [36;1m##tmp[0m
2025-08-20T21:45:18.6080512Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:45:18.6080833Z [36;1m#GH ENV[0m
2025-08-20T21:45:18.6081063Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.6081549Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.6081817Z [36;1m#-------------#[0m
2025-08-20T21:45:18.6082041Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:45:18.6082279Z [36;1msudo apt update -y[0m
2025-08-20T21:45:18.6082518Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:45:18.6082768Z [36;1m##Setup Minisign[0m
2025-08-20T21:45:18.6082997Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:45:18.6083427Z [36;1mecho "***[0m
2025-08-20T21:45:18.6084656Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:45:18.6084952Z [36;1m##User-Agent[0m
2025-08-20T21:45:18.6085692Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:45:18.6086494Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:18.6125632Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:18.6125880Z env:
2025-08-20T21:45:18.6126074Z   CROSS_COMPILING: NO
2025-08-20T21:45:18.6126294Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:45:18.6126530Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:45:18.6126752Z   ON_QEMU: NO
2025-08-20T21:45:18.6126935Z   DEBUG: 0
2025-08-20T21:45:18.6127132Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:45:18.6127369Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:45:18.6127657Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:45:18.6128122Z   KEEP_LOGS: YES
2025-08-20T21:45:18.6128352Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:45:18.6128563Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:45:18.6128769Z   SBUILD_REBUILD: false
2025-08-20T21:45:18.6129308Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:45:18.6129879Z   BUILD_SYS: host://nix
2025-08-20T21:45:18.6130093Z   BUILD_ON_HOST: TRUE
2025-08-20T21:45:18.6130289Z   BUILD_SYSTEM: HOST
2025-08-20T21:45:18.6130481Z ##[endgroup]
2025-08-20T21:45:18.6397371Z 
2025-08-20T21:45:18.6397805Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:45:18.6398508Z 
2025-08-20T21:45:18.7670318Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:18.8135799Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:45:18.8137266Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:45:18.8148231Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:45:18.8167845Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:45:18.8292455Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:45:18.8358797Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:45:19.0577178Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:45:19.0700827Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:45:19.0734355Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:45:19.1064373Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:45:19.1170645Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:45:19.1189133Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:45:19.1216333Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:45:19.1290226Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:45:19.1321328Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:45:19.1420841Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:45:19.1517888Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:45:19.1554106Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:45:19.1568657Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:45:19.2213969Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:45:19.2227533Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:45:19.2291375Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:45:19.2292493Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:45:19.2307358Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:45:19.2380428Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:45:19.2402210Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:45:19.2416026Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:45:19.2471622Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:45:19.2496073Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:45:19.2510134Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:45:19.2596236Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:45:19.2644204Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:45:19.2656443Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:45:29.3230796Z Fetched 10.6 MB in 1s (7393 kB/s)
2025-08-20T21:45:29.9982583Z Reading package lists...
2025-08-20T21:45:30.1349435Z Building dependency tree...
2025-08-20T21:45:30.1355804Z Reading state information...
2025-08-20T21:45:30.1484128Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:45:30.1596964Z 
2025-08-20T21:45:30.1597447Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:45:30.1597932Z 
2025-08-20T21:45:30.1724872Z Reading package lists...
2025-08-20T21:45:30.3208285Z Building dependency tree...
2025-08-20T21:45:30.3215976Z Reading state information...
2025-08-20T21:45:30.4686389Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:45:30.4686862Z bc set to manually installed.
2025-08-20T21:45:30.4687822Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:45:30.4688797Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:45:30.4689450Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:45:30.4689906Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:45:30.4690353Z The following additional packages will be installed:
2025-08-20T21:45:30.4690754Z   libtime-duration-perl
2025-08-20T21:45:30.5212722Z The following NEW packages will be installed:
2025-08-20T21:45:30.5218211Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:45:30.5372342Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:45:30.5600165Z Need to get 616 kB of archives.
2025-08-20T21:45:30.5600750Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:45:30.5601185Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:30.6107202Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:45:30.6426685Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:45:30.6733060Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:45:30.7034343Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:45:30.9936586Z Fetched 616 kB in 0s (3326 kB/s)
2025-08-20T21:45:31.0375061Z Selecting previously unselected package fdupes.
2025-08-20T21:45:31.1821120Z (Reading database ... 
2025-08-20T21:45:31.1821841Z (Reading database ... 5%
2025-08-20T21:45:31.1822219Z (Reading database ... 10%
2025-08-20T21:45:31.1822575Z (Reading database ... 15%
2025-08-20T21:45:31.1822966Z (Reading database ... 20%
2025-08-20T21:45:31.1823335Z (Reading database ... 25%
2025-08-20T21:45:31.1823710Z (Reading database ... 30%
2025-08-20T21:45:31.1824079Z (Reading database ... 35%
2025-08-20T21:45:31.1824459Z (Reading database ... 40%
2025-08-20T21:45:31.1824819Z (Reading database ... 45%
2025-08-20T21:45:31.1825185Z (Reading database ... 50%
2025-08-20T21:45:31.3173249Z (Reading database ... 55%
2025-08-20T21:45:32.0061957Z (Reading database ... 60%
2025-08-20T21:45:32.7181290Z (Reading database ... 65%
2025-08-20T21:45:33.4239084Z (Reading database ... 70%
2025-08-20T21:45:34.1276635Z (Reading database ... 75%
2025-08-20T21:45:34.8555349Z (Reading database ... 80%
2025-08-20T21:45:35.6578365Z (Reading database ... 85%
2025-08-20T21:45:36.4884229Z (Reading database ... 90%
2025-08-20T21:45:37.3092457Z (Reading database ... 95%
2025-08-20T21:45:37.3093144Z (Reading database ... 100%
2025-08-20T21:45:37.3093505Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:45:37.3138248Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:45:37.3165567Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:45:37.3915857Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:45:37.4050044Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:45:37.4063005Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:45:37.4636438Z Selecting previously unselected package moreutils.
2025-08-20T21:45:37.4770115Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:45:37.4780070Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:45:37.6665328Z Selecting previously unselected package dos2unix.
2025-08-20T21:45:37.6797832Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:45:37.6810472Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:45:38.0752456Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:45:38.0780016Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:45:38.0805732Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:45:38.0832747Z Setting up moreutils (0.69-1) ...
2025-08-20T21:45:38.0862573Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:35.1687306Z 
2025-08-20T21:47:35.1687807Z Running kernel seems to be up-to-date.
2025-08-20T21:47:35.1688415Z 
2025-08-20T21:47:35.1688549Z Restarting services...
2025-08-20T21:47:35.1756510Z 
2025-08-20T21:47:35.1756744Z Service restarts being deferred:
2025-08-20T21:47:35.1759442Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:47:35.1759843Z 
2025-08-20T21:47:35.1760022Z No containers need to be restarted.
2025-08-20T21:47:35.1760316Z 
2025-08-20T21:47:35.1760477Z No user sessions are running outdated binaries.
2025-08-20T21:47:35.1760833Z 
2025-08-20T21:47:35.1761157Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:47:35.9850448Z Reading package lists...
2025-08-20T21:47:36.1370602Z Building dependency tree...
2025-08-20T21:47:36.1377659Z Reading state information...
2025-08-20T21:47:36.2866669Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:47:36.2867184Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:47:36.2867572Z apt-utils set to manually installed.
2025-08-20T21:47:36.2868255Z ca-certificates is already the newest version (20240203).
2025-08-20T21:47:36.2869228Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:47:36.2869575Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:47:36.2869928Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:47:36.2870295Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:47:36.2870634Z moreutils is already the newest version (0.69-1).
2025-08-20T21:47:36.2871010Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:47:36.2871536Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:47:36.2872083Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:47:36.2872423Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:47:36.2872722Z tmux set to manually installed.
2025-08-20T21:47:36.2873032Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:47:36.2873393Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:47:36.2873741Z The following additional packages will be installed:
2025-08-20T21:47:36.2874067Z   python3-software-properties
2025-08-20T21:47:36.2874326Z Recommended packages:
2025-08-20T21:47:36.2874538Z   unattended-upgrades
2025-08-20T21:47:36.3169608Z The following NEW packages will be installed:
2025-08-20T21:47:36.3170164Z   rename
2025-08-20T21:47:36.3179239Z The following packages will be upgraded:
2025-08-20T21:47:36.3179988Z   python3-software-properties software-properties-common
2025-08-20T21:47:36.3333096Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:47:36.3560557Z Need to get 64.7 kB of archives.
2025-08-20T21:47:36.3561020Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:47:36.3561481Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:36.4342606Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:47:36.4888135Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:47:36.5551346Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:47:36.8099959Z Fetched 64.7 kB in 0s (296 kB/s)
2025-08-20T21:47:36.8348263Z (Reading database ... 
2025-08-20T21:47:36.8348723Z (Reading database ... 5%
2025-08-20T21:47:36.8349124Z (Reading database ... 10%
2025-08-20T21:47:36.8349487Z (Reading database ... 15%
2025-08-20T21:47:36.8349813Z (Reading database ... 20%
2025-08-20T21:47:36.8350030Z (Reading database ... 25%
2025-08-20T21:47:36.8350239Z (Reading database ... 30%
2025-08-20T21:47:36.8350689Z (Reading database ... 35%
2025-08-20T21:47:36.8350909Z (Reading database ... 40%
2025-08-20T21:47:36.8351120Z (Reading database ... 45%
2025-08-20T21:47:36.8351330Z (Reading database ... 50%
2025-08-20T21:47:36.8432886Z (Reading database ... 55%
2025-08-20T21:47:36.8466865Z (Reading database ... 60%
2025-08-20T21:47:36.8488312Z (Reading database ... 65%
2025-08-20T21:47:36.8522395Z (Reading database ... 70%
2025-08-20T21:47:36.8546675Z (Reading database ... 75%
2025-08-20T21:47:36.8575429Z (Reading database ... 80%
2025-08-20T21:47:36.8711670Z (Reading database ... 85%
2025-08-20T21:47:36.8803957Z (Reading database ... 90%
2025-08-20T21:47:36.9070853Z (Reading database ... 95%
2025-08-20T21:47:36.9071261Z (Reading database ... 100%
2025-08-20T21:47:36.9071709Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:47:36.9118257Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:47:37.0234639Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:47:37.1236968Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:47:37.2236552Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:47:37.2489114Z Selecting previously unselected package rename.
2025-08-20T21:47:37.2623467Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:47:37.2637213Z Unpacking rename (2.02-1) ...
2025-08-20T21:47:37.3029218Z Setting up rename (2.02-1) ...
2025-08-20T21:47:37.3093389Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:47:37.3118805Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:47:37.4393515Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:47:37.5364872Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:41.5695729Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:47:43.0558582Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:43.0851026Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:47:43.0891931Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:47:43.0903127Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:47:43.0919469Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:47:43.1001670Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:47:43.1040017Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:47:44.1866687Z Reading package lists...
2025-08-20T21:47:44.3279993Z Building dependency tree...
2025-08-20T21:47:44.3286253Z Reading state information...
2025-08-20T21:47:44.3412713Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:47:44.3558174Z 
2025-08-20T21:47:44.3558663Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:47:44.3559011Z 
2025-08-20T21:47:44.4199510Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:44.4484387Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:47:44.4498504Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:47:44.4510015Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:47:44.4521959Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:47:44.4531799Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:47:44.4569925Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:47:45.5648271Z Reading package lists...
2025-08-20T21:47:45.7010871Z Building dependency tree...
2025-08-20T21:47:45.7017210Z Reading state information...
2025-08-20T21:47:45.7143561Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:47:45.7257440Z 
2025-08-20T21:47:45.7258741Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:47:45.7259213Z 
2025-08-20T21:47:45.7381197Z Reading package lists...
2025-08-20T21:47:45.8808821Z Building dependency tree...
2025-08-20T21:47:45.8816320Z Reading state information...
2025-08-20T21:47:46.0281221Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:47:46.0630931Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:47:46.0923109Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:47:46.1333042Z ##[group]Run ##Presets
2025-08-20T21:47:46.1333477Z [36;1m##Presets[0m
2025-08-20T21:47:46.1333836Z [36;1mset +x ; set +e[0m
2025-08-20T21:47:46.1334273Z [36;1m#-------------#[0m
2025-08-20T21:47:46.1334631Z [36;1m##Debug?[0m
2025-08-20T21:47:46.1335044Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:47:46.1335540Z [36;1m  set -x[0m
2025-08-20T21:47:46.1335863Z [36;1mfi[0m
2025-08-20T21:47:46.1336171Z [36;1m#-------------#[0m
2025-08-20T21:47:46.1336964Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:47:46.1338237Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:47:46.1339199Z [36;1msudo service procps restart[0m
2025-08-20T21:47:46.1339673Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:47:46.1381033Z shell: /usr/bin/bash -e {0}
2025-08-20T21:47:46.1381270Z env:
2025-08-20T21:47:46.1381473Z   CROSS_COMPILING: NO
2025-08-20T21:47:46.1381693Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:47:46.1381919Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:47:46.1382129Z   ON_QEMU: NO
2025-08-20T21:47:46.1382298Z   DEBUG: 0
2025-08-20T21:47:46.1382476Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:47:46.1382694Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:47:46.1382965Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:47:46.1383255Z   KEEP_LOGS: YES
2025-08-20T21:47:46.1383442Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:46.1383647Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:47:46.1383867Z   SBUILD_REBUILD: false
2025-08-20T21:47:46.1384387Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:47:46.1384945Z   BUILD_SYS: host://nix
2025-08-20T21:47:46.1385153Z   BUILD_ON_HOST: TRUE
2025-08-20T21:47:46.1385349Z   BUILD_SYSTEM: HOST
2025-08-20T21:47:46.1385539Z   SYSTMP: /tmp
2025-08-20T21:47:46.1385719Z   GHA_MODE: MATRIX
2025-08-20T21:47:46.1386162Z   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:47:46.1386629Z ##[endgroup]
2025-08-20T21:47:46.1507090Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:47:46.1579237Z 0
2025-08-20T21:47:46.1889818Z vm.max_map_count = 262144
2025-08-20T21:47:46.1890158Z fs.inotify.max_user_watches = 655360
2025-08-20T21:47:46.1890430Z fs.inotify.max_user_instances = 1280
2025-08-20T21:47:46.1890794Z vm.mmap_rnd_bits = 28
2025-08-20T21:47:46.1959467Z ##[group]Run ##Presets
2025-08-20T21:47:46.1959772Z [36;1m##Presets[0m
2025-08-20T21:47:46.1959981Z [36;1mset +x ; set +e[0m
2025-08-20T21:47:46.1960190Z [36;1m#-------------#[0m
2025-08-20T21:47:46.1960402Z [36;1m##Debug?[0m
2025-08-20T21:47:46.1960643Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:47:46.1960928Z [36;1m  set -x[0m
2025-08-20T21:47:46.1961103Z [36;1mfi[0m
2025-08-20T21:47:46.1961278Z [36;1m#-------------#[0m
2025-08-20T21:47:46.1961470Z [36;1m##Main[0m
2025-08-20T21:47:46.1961680Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:47:46.1962323Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:47:46.1963085Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:47:46.1963454Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:47:46.1963729Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:47:46.1963984Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:47:46.1964283Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:47:46.1964602Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:47:46.1964899Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:47:46.1965207Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:47:46.1965490Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:47:46.1965813Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:47:46.1966174Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:47:46.1966447Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:47:46.1966703Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:47:46.1966977Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:47:46.1967252Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:47:46.1967520Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:47:46.1967786Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:47:46.1968289Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:47:46.1968787Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:47:46.1969079Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:47:46.1969382Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:47:46.1969689Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:47:46.1969981Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:47:46.1970273Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:47:46.1970533Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:47:46.1970868Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:47:46.1971311Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:47:46.1971766Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:47:46.1972214Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:47:46.1972553Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:47:46.1972883Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:47:46.1973499Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:47:46.1974274Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:47:46.1974791Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:47:46.1975059Z [36;1m else[0m
2025-08-20T21:47:46.1975514Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:47:46.1975869Z [36;1m fi[0m
2025-08-20T21:47:46.1976104Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:47:46.1976481Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:47:46.1976885Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:46.1977261Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:46.1977635Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:46.1978216Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:46.1978614Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:46.1979003Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:46.1979406Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:46.1979807Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:47:46.1980111Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:47:46.2017053Z shell: /usr/bin/bash -e {0}
2025-08-20T21:47:46.2017277Z env:
2025-08-20T21:47:46.2017453Z   CROSS_COMPILING: NO
2025-08-20T21:47:46.2017665Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:47:46.2017896Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:47:46.2018318Z   ON_QEMU: NO
2025-08-20T21:47:46.2018490Z   DEBUG: 0
2025-08-20T21:47:46.2018684Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:47:46.2018903Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:47:46.2019177Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:47:46.2019478Z   KEEP_LOGS: YES
2025-08-20T21:47:46.2019671Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:46.2019879Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:47:46.2020076Z   SBUILD_REBUILD: false
2025-08-20T21:47:46.2020602Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:47:46.2021157Z   BUILD_SYS: host://nix
2025-08-20T21:47:46.2021353Z   BUILD_ON_HOST: TRUE
2025-08-20T21:47:46.2021704Z   BUILD_SYSTEM: HOST
2025-08-20T21:47:46.2021893Z   SYSTMP: /tmp
2025-08-20T21:47:46.2022070Z   GHA_MODE: MATRIX
2025-08-20T21:47:46.2022501Z   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:47:46.2023144Z   GHCR_TOKEN: ***
2025-08-20T21:47:46.2023422Z   GITHUB_TOKEN: ***
2025-08-20T21:47:46.2023652Z   GITLAB_TOKEN: ***
2025-08-20T21:47:46.2024740Z   MINISIGN_KEY: ***
2025-08-20T21:47:46.2024926Z ##[endgroup]
2025-08-20T21:47:46.2506294Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:47:46.3372744Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:47:46.3373441Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:47:46.3373840Z 
2025-08-20T21:47:46.3779306Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:47:46.3779943Z 100  3758  100  3758    0     0  92114      0 --:--:-- --:--:-- --:--:-- 93950
2025-08-20T21:47:46.3789869Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:47:46.3869919Z 
2025-08-20T21:47:46.3870207Z [+] Building [/tmp/tmp.U8NEfIqepo/SBUILD_INPUT] Locally
2025-08-20T21:47:46.3870597Z 
2025-08-20T21:47:46.3883301Z '/tmp/tmp.U8NEfIqepo/SBUILD_INPUT' -> '/tmp/pkgforge/QpHwb3nUH_build.yaml'
2025-08-20T21:47:46.4727705Z 
2025-08-20T21:47:46.4728276Z [+] Passwordless sudo is Configured
2025-08-20T21:47:46.5344835Z 
2025-08-20T21:47:46.5355427Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:47:46.5830532Z 
2025-08-20T21:47:46.5830544Z 
2025-08-20T21:47:46.5831941Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:47:46.5832755Z 
2025-08-20T21:47:46.5832780Z 
2025-08-20T21:47:46.5833175Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:47:46.5833675Z 
2025-08-20T21:47:46.6039898Z [+] Installing: 7z -> 7z
2025-08-20T21:47:46.7154075Z [+] Installing: actionlint -> actionlint
2025-08-20T21:47:46.8204229Z [+] Installing: anew -> anew
2025-08-20T21:47:46.9849358Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:47:47.3629493Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:47:47.7135395Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:47:48.0697457Z [+] Installing: archey -> archey
2025-08-20T21:47:48.2015163Z [+] Installing: aria2 -> aria2c
2025-08-20T21:47:48.3712035Z [+] Installing: askalono -> askalono
2025-08-20T21:47:48.4833268Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:47:48.9643364Z [+] Installing: b3sum -> b3sum
2025-08-20T21:47:49.3145032Z [+] Installing: bita -> bita
2025-08-20T21:47:49.6952377Z [+] Installing: btop -> btop
2025-08-20T21:47:49.7923163Z [+] Installing: chafa -> chafa
2025-08-20T21:47:50.2069840Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:47:50.9321553Z [+] Installing: croc -> croc
2025-08-20T21:47:51.3590225Z [+] Installing: csvtk -> csvtk
2025-08-20T21:47:51.5153665Z [+] Installing: cutlines -> cutlines
2025-08-20T21:47:51.8755277Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:51.8788492Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:47:51.8789395Z [+] Installing: dbin -> dbin
2025-08-20T21:47:52.2344619Z [+] Installing: dasel -> dasel
2025-08-20T21:47:52.6550078Z [+] Installing: delta -> delta
2025-08-20T21:47:53.3200319Z [+] Installing: ds -> ds
2025-08-20T21:47:53.7269121Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:53.7300203Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:47:53.7301195Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:47:53.8141152Z [+] Installing: duf -> duf
2025-08-20T21:47:54.1672920Z [+] Installing: duplicut -> duplicut
2025-08-20T21:47:54.3285823Z [+] Installing: dust -> dust
2025-08-20T21:47:54.6864336Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:47:54.8032774Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:47:55.1764096Z [+] Installing: dysk -> dysk
2025-08-20T21:47:55.2738126Z [+] Installing: eget -> eget
2025-08-20T21:47:55.4091581Z [+] Installing: epoch -> epoch
2025-08-20T21:47:56.0430969Z [+] Installing: faketty -> faketty
2025-08-20T21:47:56.4001999Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:47:56.7995405Z [+] Installing: freeze -> freeze
2025-08-20T21:47:57.5648479Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:47:57.9069149Z [+] Installing: gdu -> gdu
2025-08-20T21:47:58.3952508Z [+] Installing: gh -> gh
2025-08-20T21:47:59.5846309Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:47:59.7213291Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:47:59.8194386Z [+] Installing: glab -> glab
2025-08-20T21:48:01.0261106Z [+] Installing: glow -> glow
2025-08-20T21:48:01.4261144Z [+] Installing: httpx -> httpx
2025-08-20T21:48:01.6657610Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:48:02.1252066Z [+] Installing: husarnet -> husarnet
2025-08-20T21:48:02.5431656Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:02.5465189Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:48:02.5466228Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:48:02.9266222Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:02.9302385Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:48:02.9303321Z [+] Installing: imgcat -> imgcat
2025-08-20T21:48:03.4423796Z [+] Installing: jc -> jc
2025-08-20T21:48:04.1823519Z [+] Installing: jq -> jq
2025-08-20T21:48:04.5290944Z [+] Installing: logdy -> logdy
2025-08-20T21:48:05.4786029Z [+] Installing: micro -> micro
2025-08-20T21:48:05.6142977Z [+] Installing: miniserve -> miniserve
2025-08-20T21:48:06.1258790Z [+] Installing: minisign -> minisign
2025-08-20T21:48:06.6917613Z [+] Installing: ncdu -> ncdu
2025-08-20T21:48:07.0733491Z [+] Installing: notify -> notify
2025-08-20T21:48:07.7059869Z [+] Installing: ouch -> ouch
2025-08-20T21:48:07.8262207Z [+] Installing: oras -> oras
2025-08-20T21:48:07.9615650Z [+] Installing: pipetty -> pipetty
2025-08-20T21:48:08.3081467Z [+] Installing: pixterm -> pixterm
2025-08-20T21:48:08.6811851Z [+] Installing: qsv -> qsv
2025-08-20T21:48:09.5353318Z [+] Installing: rclone -> rclone
2025-08-20T21:48:10.0802379Z [+] Installing: ripgrep -> rg
2025-08-20T21:48:10.3026138Z [+] Installing: rga -> rga
2025-08-20T21:48:10.8930091Z [+] Installing: rsync -> rsync
2025-08-20T21:48:11.2977442Z [+] Installing: script -> script
2025-08-20T21:48:11.6497110Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:48:12.2965567Z [+] Installing: soar -> soar
2025-08-20T21:48:12.9746296Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:48:13.7132984Z [+] Installing: sstrip -> sstrip
2025-08-20T21:48:13.8034168Z [+] Installing: strace -> strace
2025-08-20T21:48:14.2709131Z [+] Installing: sttr -> sttr
2025-08-20T21:48:14.9556340Z [+] Installing: tailscale -> tailscale
2025-08-20T21:48:15.7910788Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:48:16.2312928Z [+] Installing: taplo -> taplo
2025-08-20T21:48:16.5636304Z [+] Installing: tldr -> tldr
2025-08-20T21:48:16.9788394Z [+] Installing: tldr -> tealdeer
2025-08-20T21:48:17.4014481Z [+] Installing: tmux -> tmux
2025-08-20T21:48:17.8361973Z [+] Installing: tok -> tok
2025-08-20T21:48:18.4493700Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:48:18.8845145Z [+] Installing: trurl -> trurl
2025-08-20T21:48:19.2828547Z [+] Installing: tss -> tss
2025-08-20T21:48:19.6340230Z [+] Installing: ulexec -> ulexec
2025-08-20T21:48:20.2403286Z [+] Installing: unfurl -> unfurl
2025-08-20T21:48:20.8022956Z [+] Installing: upx -> upx
2025-08-20T21:48:21.2379108Z [+] Installing: validtoml -> validtoml
2025-08-20T21:48:21.8562209Z [+] Installing: wget -> wget
2025-08-20T21:48:22.2194208Z [+] Installing: wget2 -> wget2
2025-08-20T21:48:22.6136553Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:48:23.1508740Z [+] Installing: xq -> xq
2025-08-20T21:48:23.2804272Z [+] Installing: xz -> xz
2025-08-20T21:48:23.3716838Z [+] Installing: unxz -> unxz
2025-08-20T21:48:23.8578698Z [+] Installing: yq -> yq
2025-08-20T21:48:24.2697382Z [+] Installing: yj -> yj
2025-08-20T21:48:24.9186161Z [+] Installing: zapper -> zapper
2025-08-20T21:48:25.0082138Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:48:25.5630582Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:48:25.9605348Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:25.9641342Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:48:25.9642867Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:48:26.3413171Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:26.3452445Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:48:26.3453526Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:48:26.7556483Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:26.7589774Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:48:26.7590875Z [+] Installing: zstd -> zstd
2025-08-20T21:48:27.1086075Z [+] Creating symlinks...
2025-08-20T21:48:27.1176116Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:48:27.1273976Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:48:27.1369774Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:48:27.1464853Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:48:27.1559601Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:48:27.1654354Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:48:27.1749215Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:48:27.1845083Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:48:27.1942749Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:48:27.2037023Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:48:27.2131708Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:48:27.2227323Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:48:27.2322193Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:48:27.2417939Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:48:27.2513764Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:48:27.2607479Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:48:27.2701586Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:48:27.2739145Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:48:27.2824923Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:48:27.2919208Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:48:27.3012618Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:48:27.3049540Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:48:27.3137330Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:48:27.3233477Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:48:27.3330072Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:48:27.3424304Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:48:27.3520147Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:48:27.3615722Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:48:27.3710339Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:48:27.3805048Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:48:27.3900068Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:48:27.3994187Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:48:27.4093802Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:48:27.4188551Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:48:27.4283734Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:48:27.4377488Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:48:27.4473509Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:48:27.4568381Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:48:27.4663359Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:48:27.4759050Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:48:27.4854867Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:48:27.4951985Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:48:27.5047068Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:48:27.5141889Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:48:27.5178705Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:48:27.5206634Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:48:27.5291876Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:48:27.5386429Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:48:27.5482214Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:48:27.5576484Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:48:27.5670693Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:48:27.5767351Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:48:27.5862275Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:48:27.5956736Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:48:27.6052465Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:48:27.6146427Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:48:27.6242121Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:48:27.6337718Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:48:27.6433306Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:48:27.6527648Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:48:27.6622642Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:48:27.6716018Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:48:27.6813167Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:48:27.6909806Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:48:27.7004550Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:48:27.7101096Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:48:27.7195294Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:48:27.7290455Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:48:27.7383491Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:48:27.7478286Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:48:27.7573415Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:48:27.7667435Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:48:27.7763044Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:48:27.7856601Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:48:27.7953023Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:48:27.8046352Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:48:27.8141590Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:48:27.8235475Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:48:27.8331817Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:48:27.8426505Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:48:27.8521517Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:48:27.8615937Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:48:27.8710578Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:48:27.8805503Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:48:27.8900214Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:48:27.8996085Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:48:27.9090062Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:48:27.9184986Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:48:27.9277938Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:48:27.9374284Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:48:27.9468231Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:48:27.9562835Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:48:27.9655556Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:48:27.9749486Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:48:27.9843542Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:48:27.9880017Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:48:27.9907856Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:48:27.9935760Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:48:28.0021566Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:48:28.0047428Z 
2025-08-20T21:48:28.0048088Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:48:28.0048734Z 
2025-08-20T21:48:28.0063717Z 
2025-08-20T21:48:28.0153947Z 
2025-08-20T21:48:28.0154307Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:48:28.0154537Z 
2025-08-20T21:48:28.0154704Z [+] Installation completed!
2025-08-20T21:48:28.0224395Z 
2025-08-20T21:48:28.0224603Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:48:28.2698974Z github.com
2025-08-20T21:48:28.2699912Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:48:28.2700623Z   - Active account: true
2025-08-20T21:48:28.2701139Z   - Git operations protocol: https
2025-08-20T21:48:28.2701739Z   - Token: ghp_************************************
2025-08-20T21:48:28.2703267Z   - 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:48:28.2704827Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:48:28.2705631Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:48:28.4272975Z Limit: 5000, Remaining: 4963, Reset: 2025-08-20 22:27:57 +0000 UTC (39m29s)
2025-08-20T21:48:28.4282604Z 
2025-08-20T21:48:28.4282859Z [+] GHCR_TOKEN is Exported
2025-08-20T21:48:28.4318405Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:48:28.5941574Z Login Succeeded
2025-08-20T21:48:28.5950185Z 
2025-08-20T21:48:28.5950325Z [+] GITLAB is Exported
2025-08-20T21:48:28.6275279Z [git remote -v]
2025-08-20T21:48:28.8223074Z gitlab.com
2025-08-20T21:48:28.8224003Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:48:28.8225132Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:48:28.8226170Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:48:28.8227096Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:48:28.8227732Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:48:28.8228445Z   ✓ Token found: **************************
2025-08-20T21:48:28.8228712Z 
2025-08-20T21:48:28.8229310Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:48:28.8230202Z [git remote -v]
2025-08-20T21:48:28.8243356Z 2025/08/20 21:48:28 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:48:28.8244260Z git: exit status 128]
2025-08-20T21:48:29.0072814Z 
2025-08-20T21:48:29.0072824Z 
2025-08-20T21:48:29.0073617Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:48:29 PM)
2025-08-20T21:48:29.0074039Z 
2025-08-20T21:48:29.0074043Z 
2025-08-20T21:48:29.0074124Z [+] USER = runner
2025-08-20T21:48:29.0074333Z [+] HOME = /home/runner
2025-08-20T21:48:29.0076577Z [+] 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:48:29.0080633Z 
2025-08-20T21:48:29.0774663Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:29.1075567Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:48:29.1101596Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:48:29.1111826Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:48:29.1123857Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:48:29.1698819Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:48:29.1825095Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:48:30.1963025Z Reading package lists...
2025-08-20T21:48:30.2276505Z Reading package lists...
2025-08-20T21:48:30.3792648Z Building dependency tree...
2025-08-20T21:48:30.3800622Z Reading state information...
2025-08-20T21:48:30.5434061Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:48:30.5434697Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:48:30.5435285Z ca-certificates is already the newest version (20240203).
2025-08-20T21:48:30.5435874Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:48:30.5436459Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:48:30.5437016Z moreutils is already the newest version (0.69-1).
2025-08-20T21:48:30.5437657Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:48:30.5438630Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:48:30.5439586Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:48:30.6039782Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:30.6324768Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:48:30.6341304Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:48:30.6352635Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:48:30.6364146Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:48:30.6471923Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:48:30.6506603Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:48:31.7451630Z Reading package lists...
2025-08-20T21:48:31.7758504Z Reading package lists...
2025-08-20T21:48:31.9227827Z Building dependency tree...
2025-08-20T21:48:31.9235034Z Reading state information...
2025-08-20T21:48:32.0729659Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:48:32.0730546Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:48:32.0731297Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:48:32.0732011Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:48:32.0732805Z ca-certificates is already the newest version (20240203).
2025-08-20T21:48:32.0733566Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:48:32.0734266Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:48:32.0734943Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:48:32.0735559Z gawk set to manually installed.
2025-08-20T21:48:32.0736107Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:48:32.0747315Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:48:32.0747888Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:48:32.0748598Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:48:32.0749164Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:48:32.0749736Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:48:32.0750254Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:48:32.0751102Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:48:32.0751626Z The following additional packages will be installed:
2025-08-20T21:48:32.0752260Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:48:32.0753017Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:48:32.0753510Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:48:32.0753965Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:48:32.0754426Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:48:32.0754836Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:48:32.0755132Z Suggested packages:
2025-08-20T21:48:32.0755419Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:48:32.0755861Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:48:32.0756337Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:48:32.0756808Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:48:32.0757268Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:48:32.0757694Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:48:32.0758259Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:48:32.1375181Z The following NEW packages will be installed:
2025-08-20T21:48:32.1375910Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:48:32.1376828Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:48:32.1378247Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:48:32.1379129Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:48:32.1379970Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:48:32.1382500Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:48:32.1383437Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:48:32.1558489Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:48:32.1558868Z Need to get 27.5 MB of archives.
2025-08-20T21:48:32.1559197Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:48:32.1559612Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:32.2019452Z 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:48:32.2905472Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:48:32.3779595Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:48:32.4101531Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:48:32.4394032Z 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:48:32.4684930Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:48:32.5252510Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:48:32.5809665Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:48:32.6378740Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:48:32.6678811Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:48:32.8835773Z 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:48:32.9137375Z 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:48:32.9701002Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:48:32.9996271Z 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:48:33.0284369Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:48:33.0626173Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:48:33.0920611Z 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:48:33.2141105Z 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:48:33.2869228Z 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:48:33.3223334Z 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:48:33.3511003Z 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:48:33.3804356Z 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:48:33.4398572Z 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:48:33.4689636Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:48:33.5007319Z 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:48:33.5312936Z 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:48:33.5923483Z 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:48:33.6222738Z 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:48:33.6518926Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:48:33.6820218Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:48:33.7111795Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:48:33.7414267Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:48:33.7719989Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:48:33.8694693Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:48:33.9042052Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:48:33.9615864Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:48:34.2053863Z Preconfiguring packages ...
2025-08-20T21:48:34.2637549Z Fetched 27.5 MB in 2s (15.1 MB/s)
2025-08-20T21:48:34.2851517Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:48:34.2904636Z (Reading database ... 
2025-08-20T21:48:34.2905361Z (Reading database ... 5%
2025-08-20T21:48:34.2905789Z (Reading database ... 10%
2025-08-20T21:48:34.2906170Z (Reading database ... 15%
2025-08-20T21:48:34.2906554Z (Reading database ... 20%
2025-08-20T21:48:34.2907092Z (Reading database ... 25%
2025-08-20T21:48:34.2907326Z (Reading database ... 30%
2025-08-20T21:48:34.2907555Z (Reading database ... 35%
2025-08-20T21:48:34.2907783Z (Reading database ... 40%
2025-08-20T21:48:34.2908150Z (Reading database ... 45%
2025-08-20T21:48:34.2908380Z (Reading database ... 50%
2025-08-20T21:48:34.2929534Z (Reading database ... 55%
2025-08-20T21:48:34.3020678Z (Reading database ... 60%
2025-08-20T21:48:34.3041136Z (Reading database ... 65%
2025-08-20T21:48:34.3073567Z (Reading database ... 70%
2025-08-20T21:48:34.3097061Z (Reading database ... 75%
2025-08-20T21:48:34.3124627Z (Reading database ... 80%
2025-08-20T21:48:34.3253569Z (Reading database ... 85%
2025-08-20T21:48:34.3338245Z (Reading database ... 90%
2025-08-20T21:48:34.3581102Z (Reading database ... 95%
2025-08-20T21:48:34.3581587Z (Reading database ... 100%
2025-08-20T21:48:34.3582214Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:48:34.3621043Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:48:34.3917463Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:48:34.5396292Z Selecting previously unselected package poppler-data.
2025-08-20T21:48:34.5529975Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:48:34.5544923Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:48:34.6776451Z Selecting previously unselected package b3sum.
2025-08-20T21:48:34.6911141Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:48:34.6926742Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:48:34.7247856Z Selecting previously unselected package build-essential.
2025-08-20T21:48:34.7382010Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:48:34.7413871Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:48:34.7644594Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:48:34.7777208Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:48:34.7804240Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:48:34.8039539Z Selecting previously unselected package ccache.
2025-08-20T21:48:34.8171228Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:48:34.8182914Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:48:34.8827213Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:48:34.8960627Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:48:34.8974186Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:48:34.9293769Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:48:34.9425872Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:48:34.9443678Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:48:34.9762816Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:48:34.9895239Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:48:34.9907034Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:48:35.0500786Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:48:35.0635266Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:48:35.1291053Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:48:35.2322283Z Selecting previously unselected package libgs-common.
2025-08-20T21:48:35.2455363Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:48:35.2464440Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:35.2710378Z Selecting previously unselected package libgs10-common.
2025-08-20T21:48:35.2843505Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:48:35.2854045Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:35.3504036Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:48:35.3640424Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:48:35.3651699Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:48:35.3880647Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:48:35.4013929Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:48:35.4025250Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:48:35.4267101Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:48:35.4399719Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:48:35.4410573Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:48:35.4657291Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:48:35.4789078Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:48:35.4802108Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:48:35.5227893Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:48:35.5358976Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:48:35.5371137Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:35.6426030Z Selecting previously unselected package ghostscript.
2025-08-20T21:48:35.6560026Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:48:35.6570183Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:35.6867796Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:48:35.7000952Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:48:35.7012180Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:35.8420294Z Selecting previously unselected package imagemagick.
2025-08-20T21:48:35.8553176Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:48:35.8560840Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:35.8750166Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:48:35.8881796Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:48:35.8892594Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:35.9126819Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:48:35.9258862Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:48:35.9267845Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:35.9576383Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:48:35.9709373Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:48:35.9718746Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:48:35.9963626Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:48:36.0095995Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:48:36.0109305Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:36.0337365Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:48:36.0470965Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:48:36.0479280Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:36.0708394Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:48:36.0843093Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:48:36.0853030Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:48:36.1255500Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:48:36.1389001Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:48:36.1396705Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:48:36.1602132Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:48:36.1733866Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:48:36.1742037Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:36.2404474Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:48:36.2536881Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:48:36.2546677Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:48:36.2772965Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:48:36.2905122Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:48:36.2928909Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:48:36.3222886Z Selecting previously unselected package libtool-bin.
2025-08-20T21:48:36.3356099Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:48:36.3365959Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:48:36.3590850Z Selecting previously unselected package lzip.
2025-08-20T21:48:36.3725666Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:48:36.3737504Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:48:36.4012978Z Selecting previously unselected package netpbm.
2025-08-20T21:48:36.4146182Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:48:36.4154179Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:48:36.5942282Z Selecting previously unselected package musl:amd64.
2025-08-20T21:48:36.6077437Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:48:36.6086063Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:48:36.6419491Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:48:36.6553450Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:48:36.6561467Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:48:36.7394479Z Selecting previously unselected package musl-tools.
2025-08-20T21:48:36.7528269Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:48:36.7538952Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:48:36.7961339Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:48:36.9448655Z 
2025-08-20T21:48:36.9449168Z Creating config file /etc/papersize with new version
2025-08-20T21:48:37.0450328Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:48:37.0474421Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:48:37.0508351Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:48:37.0533439Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:48:37.0559340Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:37.0583185Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:48:37.0607916Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:48:37.0640606Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:48:37.0762577Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:37.0793061Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:48:37.0820311Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:48:37.0882272Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:48:37.0927261Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:48:37.0973596Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:48:37.0994885Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:48:37.1018554Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:48:37.1042056Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:48:37.1068368Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:48:37.1093136Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:37.1165042Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:48:37.1213766Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:48:37.1271479Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:48:37.1317355Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:48:37.1373008Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:48:37.1416911Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:48:37.1474625Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:48:37.1520693Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:48:37.1575768Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:48:37.1624160Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:48:37.1681386Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:48:37.1727307Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:48:37.1797698Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:48:37.1845917Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:48:37.1904024Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:48:37.1951606Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:48:37.2009483Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:48:37.2057016Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:48:37.2118893Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:48:37.2167183Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:48:37.2225803Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:48:37.2273445Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:48:37.2299297Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:48:37.2323232Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:48:37.2367618Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:48:37.2394362Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:48:37.2594459Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:37.2619354Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:48:37.2642803Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:37.2668942Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:48:37.2695721Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:48:37.2977777Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:37.3003956Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:48:37.3052122Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:48:37.3086752Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:48:37.3109888Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:37.3138555Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:37.3164625Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:48:37.5164450Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:48:37.5194489Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:37.5216949Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:37.5240285Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:37.5307296Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:48:37.9151789Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:48:38.4590210Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:48:40.2767316Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:48:44.7821957Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:48:58.5406603Z Reading package lists...
2025-08-20T21:48:58.6853484Z Building dependency tree...
2025-08-20T21:48:58.6861217Z Reading state information...
2025-08-20T21:48:58.8251302Z autoconf is already the newest version (2.71-3).
2025-08-20T21:48:58.8251890Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:48:58.8252442Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:48:58.8253021Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:48:58.8253637Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:48:58.8254209Z ca-certificates is already the newest version (20240203).
2025-08-20T21:48:58.8254778Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:48:58.8255309Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:48:58.8256083Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:48:58.8256442Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:48:58.8256796Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:48:58.8257159Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:48:58.8257465Z patch set to manually installed.
2025-08-20T21:48:58.8257777Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:48:58.8258454Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:48:58.8258812Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:48:58.8259151Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:48:58.8259450Z Suggested packages:
2025-08-20T21:48:58.8259648Z   scons-doc
2025-08-20T21:48:58.8382907Z The following NEW packages will be installed:
2025-08-20T21:48:58.8388973Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:48:58.8549266Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:48:58.8549667Z Need to get 15.8 MB of archives.
2025-08-20T21:48:58.8550003Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:48:58.8550552Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:58.9038865Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:48:58.9391766Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:48:58.9687813Z 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:48:59.3504840Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:48:59.3859882Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:48:59.6380420Z Fetched 15.8 MB in 1s (29.0 MB/s)
2025-08-20T21:48:59.6561710Z Selecting previously unselected package autopoint.
2025-08-20T21:48:59.6623551Z (Reading database ... 
2025-08-20T21:48:59.6623957Z (Reading database ... 5%
2025-08-20T21:48:59.6624335Z (Reading database ... 10%
2025-08-20T21:48:59.6625173Z (Reading database ... 15%
2025-08-20T21:48:59.6626131Z (Reading database ... 20%
2025-08-20T21:48:59.6626531Z (Reading database ... 25%
2025-08-20T21:48:59.6626904Z (Reading database ... 30%
2025-08-20T21:48:59.6627262Z (Reading database ... 35%
2025-08-20T21:48:59.6627628Z (Reading database ... 40%
2025-08-20T21:48:59.6628168Z (Reading database ... 45%
2025-08-20T21:48:59.6628535Z (Reading database ... 50%
2025-08-20T21:48:59.6647944Z (Reading database ... 55%
2025-08-20T21:48:59.6738333Z (Reading database ... 60%
2025-08-20T21:48:59.6759684Z (Reading database ... 65%
2025-08-20T21:48:59.6792982Z (Reading database ... 70%
2025-08-20T21:48:59.6816722Z (Reading database ... 75%
2025-08-20T21:48:59.6845301Z (Reading database ... 80%
2025-08-20T21:48:59.6982198Z (Reading database ... 85%
2025-08-20T21:48:59.7067778Z (Reading database ... 90%
2025-08-20T21:48:59.7313753Z (Reading database ... 95%
2025-08-20T21:48:59.7314164Z (Reading database ... 100%
2025-08-20T21:48:59.7314730Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:48:59.7352859Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:48:59.7362395Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:48:59.7653741Z Selecting previously unselected package clang.
2025-08-20T21:48:59.7782021Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:48:59.7790257Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:48:59.7999615Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:48:59.8128383Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:48:59.8138443Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:49:00.2384656Z Selecting previously unselected package scons.
2025-08-20T21:49:00.2520990Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:49:00.2529559Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:49:00.3228984Z Selecting previously unselected package byacc.
2025-08-20T21:49:00.3364066Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:49:00.3371859Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:49:00.3763534Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:49:00.3808518Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:49:00.3885998Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:49:00.4102555Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:49:00.8025542Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:49:00.8052413Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:04.8031333Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:49:06.1883990Z Reading package lists...
2025-08-20T21:49:06.3396997Z Building dependency tree...
2025-08-20T21:49:06.3404607Z Reading state information...
2025-08-20T21:49:06.4874514Z The following additional packages will be installed:
2025-08-20T21:49:06.4875339Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:49:06.4876156Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:49:06.4877079Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:49:06.4878391Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:49:06.4879068Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:49:06.4880061Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:49:06.4881023Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:49:06.4881624Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:49:06.4882172Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:49:06.4887219Z Suggested packages:
2025-08-20T21:49:06.4887717Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:49:06.4888600Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:49:06.4889670Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:49:06.4890404Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:49:06.4890899Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:49:06.4891371Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:49:06.4891841Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:49:06.4892377Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:49:06.4892762Z   wdiff-doc
2025-08-20T21:49:06.4892951Z Recommended packages:
2025-08-20T21:49:06.4893266Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:49:06.4893742Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:49:06.4894227Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:49:06.4894733Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:49:06.5067612Z The following NEW packages will be installed:
2025-08-20T21:49:06.5068574Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:49:06.5069269Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:49:06.5069997Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:49:06.5070840Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:49:06.5071365Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:49:06.5072031Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:49:06.5072877Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:49:06.5073349Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:49:06.5074978Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:49:06.5248145Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:06.5248694Z Need to get 2417 kB of archives.
2025-08-20T21:49:06.5249146Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:49:06.5249670Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:06.6618322Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:49:06.6910509Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:49:06.7229770Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:49:06.7565278Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:49:06.7885029Z 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:49:06.8182156Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:49:06.8492239Z 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:49:06.8791518Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:49:06.9086772Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:49:06.9379210Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:49:06.9704803Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:49:06.9993395Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:49:07.0281206Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:49:07.0575230Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:49:07.0871962Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:49:07.1165826Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:49:07.1451894Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:49:07.2251213Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:49:07.2537422Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:49:07.2828316Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:49:07.3138652Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:49:07.3501599Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:49:07.3821498Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:49:07.4129830Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:49:07.4439191Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:49:07.4727413Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:49:07.5020506Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:49:07.5337472Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:49:07.5647443Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:49:07.5941192Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:49:07.8758755Z Fetched 2417 kB in 1s (2180 kB/s)
2025-08-20T21:49:07.8941628Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:49:07.8995436Z (Reading database ... 
2025-08-20T21:49:07.8996003Z (Reading database ... 5%
2025-08-20T21:49:07.8996969Z (Reading database ... 10%
2025-08-20T21:49:07.8997386Z (Reading database ... 15%
2025-08-20T21:49:07.8997761Z (Reading database ... 20%
2025-08-20T21:49:07.8998329Z (Reading database ... 25%
2025-08-20T21:49:07.8998725Z (Reading database ... 30%
2025-08-20T21:49:07.8999086Z (Reading database ... 35%
2025-08-20T21:49:07.8999446Z (Reading database ... 40%
2025-08-20T21:49:07.8999802Z (Reading database ... 45%
2025-08-20T21:49:07.9000170Z (Reading database ... 50%
2025-08-20T21:49:07.9020938Z (Reading database ... 55%
2025-08-20T21:49:07.9111262Z (Reading database ... 60%
2025-08-20T21:49:07.9132300Z (Reading database ... 65%
2025-08-20T21:49:07.9166082Z (Reading database ... 70%
2025-08-20T21:49:07.9189637Z (Reading database ... 75%
2025-08-20T21:49:07.9218611Z (Reading database ... 80%
2025-08-20T21:49:07.9359083Z (Reading database ... 85%
2025-08-20T21:49:07.9441384Z (Reading database ... 90%
2025-08-20T21:49:07.9687269Z (Reading database ... 95%
2025-08-20T21:49:07.9687733Z (Reading database ... 100%
2025-08-20T21:49:07.9688615Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:49:07.9726093Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:49:07.9735808Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:49:07.9980656Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:49:08.0108185Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:49:08.0116336Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:49:08.0313972Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:49:08.0442806Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:49:08.0450931Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:49:08.0689872Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:49:08.0819437Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:49:08.0826865Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:49:08.1030602Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:49:08.1160303Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:49:08.1169718Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:49:08.1370598Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:49:08.1499523Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:49:08.1508737Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:49:08.1716826Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:49:08.1847361Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:49:08.1857171Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:49:08.2063937Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:49:08.2194565Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:49:08.2203079Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:49:08.2398311Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:49:08.2528781Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:49:08.2536890Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:49:08.2736200Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:49:08.2866230Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:49:08.2879724Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:49:08.3086997Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:49:08.3219749Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:49:08.3228276Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:49:08.3423160Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:49:08.3554284Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:49:08.3563027Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:49:08.3755355Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:49:08.3887819Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:49:08.3900666Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:49:08.4119228Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:49:08.4251259Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:49:08.4276793Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:49:08.4481484Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:49:08.4612474Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:49:08.4622556Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:49:08.4848518Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:49:08.4979109Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:49:08.4986118Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:49:08.5180121Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:49:08.5311530Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:49:08.5319566Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:49:08.5817790Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:49:08.5950303Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:49:08.5958106Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:49:08.6208503Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:49:08.6340894Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:49:08.6351056Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:49:08.6546723Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:49:08.6677696Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:49:08.6685867Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:49:08.6896487Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:49:08.7028340Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:49:08.7036771Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:49:08.7430434Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:49:08.7562228Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:49:08.7570863Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:49:08.7818099Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:49:08.7950980Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:49:08.7959987Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:49:08.8169464Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:49:08.8301063Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:49:08.8308480Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:49:08.8551314Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:49:08.8678955Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:49:08.8686198Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:49:08.8910817Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:49:08.9037273Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:49:08.9045207Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:49:08.9250596Z Selecting previously unselected package libwww-perl.
2025-08-20T21:49:08.9379254Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:49:08.9387393Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:49:08.9675444Z Selecting previously unselected package patchutils.
2025-08-20T21:49:08.9805894Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:49:08.9814209Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:49:09.0118305Z Selecting previously unselected package wdiff.
2025-08-20T21:49:09.0248607Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:49:09.0257187Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:49:09.0492404Z Selecting previously unselected package devscripts.
2025-08-20T21:49:09.0622330Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:49:09.0813052Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:49:09.2102484Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:49:09.2148789Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:49:09.2171202Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:49:09.2192232Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:49:09.2214100Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:49:09.2235466Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:49:09.2257919Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:49:09.2280452Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:49:09.2312368Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:49:09.2340545Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:49:09.2365413Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:49:09.2394163Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:49:09.2418796Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:49:09.2445280Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:49:09.2466993Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:49:09.2488556Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:49:09.2510787Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:49:09.2533138Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:49:09.2554830Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:49:09.2576251Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:49:09.2596633Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:49:09.2619871Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:49:09.2642570Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:49:09.2664696Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:49:09.2689275Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:49:09.2712779Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:49:09.2733905Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:49:09.2762400Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:49:09.2792345Z Setting up devscripts (2.23.7) ...
2025-08-20T21:49:09.3970539Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:49:09.3996310Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:14.2922090Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:49:15.7336139Z Reading package lists...
2025-08-20T21:49:15.8751167Z Building dependency tree...
2025-08-20T21:49:15.8759223Z Reading state information...
2025-08-20T21:49:16.0270215Z The following additional packages will be installed:
2025-08-20T21:49:16.0276496Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:49:16.0282088Z Suggested packages:
2025-08-20T21:49:16.0282480Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:49:16.0407090Z The following NEW packages will be installed:
2025-08-20T21:49:16.0413038Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:49:16.0575729Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:16.0577901Z Need to get 13.6 MB of archives.
2025-08-20T21:49:16.0578662Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:49:16.0579338Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:16.1170618Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:49:16.1482697Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:49:16.1878605Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:49:16.3041760Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:49:16.7383498Z Fetched 13.6 MB in 0s (30.7 MB/s)
2025-08-20T21:49:16.7567562Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:49:16.7623161Z (Reading database ... 
2025-08-20T21:49:16.7623594Z (Reading database ... 5%
2025-08-20T21:49:16.7624020Z (Reading database ... 10%
2025-08-20T21:49:16.7624390Z (Reading database ... 15%
2025-08-20T21:49:16.7624746Z (Reading database ... 20%
2025-08-20T21:49:16.7625094Z (Reading database ... 25%
2025-08-20T21:49:16.7625443Z (Reading database ... 30%
2025-08-20T21:49:16.7625787Z (Reading database ... 35%
2025-08-20T21:49:16.7626142Z (Reading database ... 40%
2025-08-20T21:49:16.7626517Z (Reading database ... 45%
2025-08-20T21:49:16.7626864Z (Reading database ... 50%
2025-08-20T21:49:16.7648273Z (Reading database ... 55%
2025-08-20T21:49:16.7738272Z (Reading database ... 60%
2025-08-20T21:49:16.7758637Z (Reading database ... 65%
2025-08-20T21:49:16.7792872Z (Reading database ... 70%
2025-08-20T21:49:16.7815463Z (Reading database ... 75%
2025-08-20T21:49:16.7845806Z (Reading database ... 80%
2025-08-20T21:49:16.7998681Z (Reading database ... 85%
2025-08-20T21:49:16.8066807Z (Reading database ... 90%
2025-08-20T21:49:16.8316768Z (Reading database ... 95%
2025-08-20T21:49:16.8317233Z (Reading database ... 100%
2025-08-20T21:49:16.8317861Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:49:16.8357419Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:49:16.8373769Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:49:16.8620153Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:49:16.8752990Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:49:16.8763823Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:49:16.8993229Z Selecting previously unselected package cmake-data.
2025-08-20T21:49:16.9126328Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:49:16.9189441Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:49:17.4643577Z Selecting previously unselected package cmake.
2025-08-20T21:49:17.4792107Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:49:17.4799914Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:49:17.6808314Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:49:17.6838465Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:49:17.6862009Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:49:17.6932504Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:49:17.6962623Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:21.8934895Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:49:22.4483604Z 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:49:22.4485256Z Running kernel seems to be up-to-date.
2025-08-20T21:49:22.4485627Z 
2025-08-20T21:49:22.4485780Z Restarting services...
2025-08-20T21:49:22.4542141Z 
2025-08-20T21:49:22.4542712Z Service restarts being deferred:
2025-08-20T21:49:22.4543462Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:49:22.4552174Z 
2025-08-20T21:49:22.4552385Z No containers need to be restarted.
2025-08-20T21:49:22.4552714Z 
2025-08-20T21:49:22.4552857Z No user sessions are running outdated binaries.
2025-08-20T21:49:22.4553072Z 
2025-08-20T21:49:22.4553257Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:49:23.2911254Z Reading package lists...
2025-08-20T21:49:23.4413362Z Building dependency tree...
2025-08-20T21:49:23.4421157Z Reading state information...
2025-08-20T21:49:23.6074657Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:49:23.6075148Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:49:23.6075509Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:49:23.6075845Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:49:23.6076166Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:49:23.6076506Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:49:23.6076891Z ca-certificates is already the newest version (20240203).
2025-08-20T21:49:23.6077243Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:49:23.6077578Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:49:23.6077915Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:49:23.6078593Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:49:23.6078919Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:49:23.6079296Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:49:23.6079951Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:49:23.6080296Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:49:23.6080641Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:49:23.6080989Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:49:23.6081326Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:49:23.6081630Z musl is already the newest version (1.2.4-2).
2025-08-20T21:49:23.6081935Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:49:23.6082246Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:49:23.6082624Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:49:23.6083017Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:49:23.6083355Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:49:23.6083687Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:49:23.6084241Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:23.6311960Z Reading package lists...
2025-08-20T21:49:23.7860825Z Building dependency tree...
2025-08-20T21:49:23.7868497Z Reading state information...
2025-08-20T21:49:23.9546239Z autoconf is already the newest version (2.71-3).
2025-08-20T21:49:23.9546687Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:49:23.9547083Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:49:23.9547455Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:49:23.9547836Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:49:23.9548490Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:49:23.9549146Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:49:23.9549532Z ca-certificates is already the newest version (20240203).
2025-08-20T21:49:23.9549891Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:49:23.9550234Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:49:23.9550563Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:49:23.9550902Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:49:23.9551251Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:49:23.9551598Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:49:23.9551950Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:49:23.9552302Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:49:23.9552667Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:49:23.9553078Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:49:23.9553482Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:49:23.9553880Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:49:23.9554411Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:49:23.9555008Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:23.9778511Z Reading package lists...
2025-08-20T21:49:24.1323967Z Building dependency tree...
2025-08-20T21:49:24.1332155Z Reading state information...
2025-08-20T21:49:24.2971349Z devscripts is already the newest version (2.23.7).
2025-08-20T21:49:24.2971822Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:24.3200945Z Reading package lists...
2025-08-20T21:49:24.4743594Z Building dependency tree...
2025-08-20T21:49:24.4751534Z Reading state information...
2025-08-20T21:49:24.6382298Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:49:24.6382741Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:24.6613308Z Reading package lists...
2025-08-20T21:49:24.8083934Z Building dependency tree...
2025-08-20T21:49:24.8091727Z Reading state information...
2025-08-20T21:49:24.9513241Z Suggested packages:
2025-08-20T21:49:24.9513924Z   binutils-doc
2025-08-20T21:49:24.9768389Z The following NEW packages will be installed:
2025-08-20T21:49:24.9774026Z   binutils-aarch64-linux-gnu
2025-08-20T21:49:24.9938734Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:25.0165246Z Need to get 3711 kB of archives.
2025-08-20T21:49:25.0165809Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:49:25.0166225Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:25.0621342Z 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:49:25.4143558Z Fetched 3711 kB in 0s (23.0 MB/s)
2025-08-20T21:49:25.4335788Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:49:25.4391692Z (Reading database ... 
2025-08-20T21:49:25.4392372Z (Reading database ... 5%
2025-08-20T21:49:25.4392784Z (Reading database ... 10%
2025-08-20T21:49:25.4393268Z (Reading database ... 15%
2025-08-20T21:49:25.4393650Z (Reading database ... 20%
2025-08-20T21:49:25.4394019Z (Reading database ... 25%
2025-08-20T21:49:25.4394384Z (Reading database ... 30%
2025-08-20T21:49:25.4394743Z (Reading database ... 35%
2025-08-20T21:49:25.4395103Z (Reading database ... 40%
2025-08-20T21:49:25.4395458Z (Reading database ... 45%
2025-08-20T21:49:25.4395818Z (Reading database ... 50%
2025-08-20T21:49:25.4416841Z (Reading database ... 55%
2025-08-20T21:49:25.4509229Z (Reading database ... 60%
2025-08-20T21:49:25.4531372Z (Reading database ... 65%
2025-08-20T21:49:25.4567403Z (Reading database ... 70%
2025-08-20T21:49:25.4591641Z (Reading database ... 75%
2025-08-20T21:49:25.4623971Z (Reading database ... 80%
2025-08-20T21:49:25.4787651Z (Reading database ... 85%
2025-08-20T21:49:25.4857942Z (Reading database ... 90%
2025-08-20T21:49:25.5108981Z (Reading database ... 95%
2025-08-20T21:49:25.5109377Z (Reading database ... 100%
2025-08-20T21:49:25.5109786Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:49:25.5148931Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:49:25.5170499Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:49:25.6699298Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:49:25.6727119Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:49:25.6871661Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:31.0861414Z Reading package lists...
2025-08-20T21:49:31.2405663Z Building dependency tree...
2025-08-20T21:49:31.2413715Z Reading state information...
2025-08-20T21:49:31.3975457Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:49:31.3976506Z The following additional packages will be installed:
2025-08-20T21:49:31.3977171Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:49:31.3977794Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:49:31.3978815Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:49:31.3979588Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:49:31.3980549Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:49:31.3981098Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:49:31.3981679Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:49:31.3982355Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:49:31.3983301Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:49:31.3984079Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:49:31.3984563Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:49:31.3985048Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:49:31.3985544Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:49:31.3986363Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:49:31.3986835Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:49:31.3987286Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:49:31.3987738Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:49:31.3988502Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:49:31.3989193Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:49:31.3989812Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:49:31.3990296Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:49:31.3990697Z   linux-libc-dev-armhf-cross
2025-08-20T21:49:31.3990941Z Suggested packages:
2025-08-20T21:49:31.3991251Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:49:31.3991736Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:49:31.4512413Z The following NEW packages will be installed:
2025-08-20T21:49:31.4513211Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:49:31.4514176Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:49:31.4515154Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:49:31.4515924Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:49:31.4516657Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:49:31.4517628Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:49:31.4518433Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:49:31.4519184Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:49:31.4519976Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:49:31.4520722Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:49:31.4521437Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:49:31.4522160Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:49:31.4522946Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:49:31.4523434Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:49:31.4523951Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:49:31.4524426Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:49:31.4524883Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:49:31.4525332Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:49:31.4525744Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:49:31.4526164Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:49:31.4526591Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:49:31.4527042Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:49:31.4527424Z   linux-libc-dev-armhf-cross
2025-08-20T21:49:31.4705597Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:31.4706189Z Need to get 171 MB of archives.
2025-08-20T21:49:31.4706720Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:49:31.4707332Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:31.5181480Z 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:49:31.5498818Z 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:49:32.6954673Z 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:49:32.7282715Z 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:49:32.9117209Z 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:49:32.9415006Z 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:49:33.1848200Z 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:49:33.2144520Z 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:49:33.2433232Z 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:49:33.2728500Z 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:49:33.3036707Z 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:49:33.3335961Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:49:33.3997404Z 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:49:33.4300096Z 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:49:33.4617318Z 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:49:33.4924434Z 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:49:33.5712516Z 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:49:33.6452141Z 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:49:33.7079954Z 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:49:33.7935685Z 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:49:33.8772461Z 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:49:33.9163521Z 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:49:33.9754124Z 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:49:34.1451529Z 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:49:34.8840758Z 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:49:34.9761444Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:49:35.0719456Z 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:49:35.1980460Z 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:49:35.5138696Z 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:49:35.6546904Z 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:49:35.6844790Z 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:49:35.7146196Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:49:35.7880107Z 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:49:35.8687290Z 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:49:35.9038998Z 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:49:35.9342378Z 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:49:36.0665398Z 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:49:36.1203601Z 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:49:36.1831548Z 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:49:36.2482582Z 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:49:37.0278313Z 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:49:37.1334434Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:49:37.2269389Z 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:49:37.3413202Z 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:49:37.7131337Z 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:49:37.8286206Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:49:37.9179249Z 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:49:37.9480897Z 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:49:37.9783317Z 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:49:38.0074414Z 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:49:38.1690443Z 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:49:38.2263455Z 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:49:38.3084916Z 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:49:38.3681627Z 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:49:38.7291151Z 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:49:38.8161703Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:49:38.9028617Z 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:49:39.0166012Z 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:49:39.2502238Z 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:49:39.2869872Z 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:49:39.3157470Z 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:49:39.3449060Z 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:49:39.3737546Z 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:49:39.4032989Z 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:49:39.7094605Z Fetched 171 MB in 8s (21.5 MB/s)
2025-08-20T21:49:39.7284498Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:49:39.7342291Z (Reading database ... 
2025-08-20T21:49:39.7342916Z (Reading database ... 5%
2025-08-20T21:49:39.7343852Z (Reading database ... 10%
2025-08-20T21:49:39.7344265Z (Reading database ... 15%
2025-08-20T21:49:39.7344633Z (Reading database ... 20%
2025-08-20T21:49:39.7344988Z (Reading database ... 25%
2025-08-20T21:49:39.7345343Z (Reading database ... 30%
2025-08-20T21:49:39.7345703Z (Reading database ... 35%
2025-08-20T21:49:39.7346050Z (Reading database ... 40%
2025-08-20T21:49:39.7346407Z (Reading database ... 45%
2025-08-20T21:49:39.7346768Z (Reading database ... 50%
2025-08-20T21:49:39.7366283Z (Reading database ... 55%
2025-08-20T21:49:39.7456532Z (Reading database ... 60%
2025-08-20T21:49:39.7477063Z (Reading database ... 65%
2025-08-20T21:49:39.7510905Z (Reading database ... 70%
2025-08-20T21:49:39.7533478Z (Reading database ... 75%
2025-08-20T21:49:39.7563651Z (Reading database ... 80%
2025-08-20T21:49:39.7723679Z (Reading database ... 85%
2025-08-20T21:49:39.7790911Z (Reading database ... 90%
2025-08-20T21:49:39.8042075Z (Reading database ... 95%
2025-08-20T21:49:39.8042459Z (Reading database ... 100%
2025-08-20T21:49:39.8042928Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:49:39.8086228Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:39.8096507Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:39.8318511Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:49:39.8457722Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:39.8490672Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:39.9903443Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:49:40.0041823Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.0062251Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.0268425Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:49:40.0406666Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.0438155Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.1788167Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:49:40.1925965Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.1933059Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.2134945Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:49:40.2272962Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.2327621Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.3628670Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:49:40.3765803Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:40.3774192Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:40.3968167Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:49:40.4104207Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:49:40.4111606Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:40.4312435Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:49:40.4448283Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:40.4458838Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:40.4662305Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:49:40.4797919Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.4806002Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.5011090Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:49:40.5145720Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.5156403Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.5363830Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:49:40.5497583Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:40.5507422Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:40.5890246Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:49:40.6029478Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.6040486Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.6245352Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:49:40.6382470Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.6390991Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.6610993Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:49:40.6747144Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.6757648Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.6965923Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:49:40.7095722Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.7106411Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.7305188Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:49:40.7435036Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.7448253Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.7760584Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:49:40.7894058Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.7929420Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.8173581Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:49:40.8307902Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.8316677Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.8615077Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:49:40.8750350Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.8758642Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.9088545Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:49:40.9225569Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.9234337Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.9475252Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:49:40.9610125Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:40.9617440Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.9875815Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:49:41.0008432Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.0015801Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.1006518Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:49:41.1146292Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:41.1177488Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.3789481Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:49:41.3929076Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:49:41.3941044Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:41.5782165Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:49:41.5923690Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:41.5932403Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:41.7132784Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:49:41.7273133Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.7280409Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.9551225Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:49:41.9693290Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:41.9725162Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.1228694Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:49:42.1369057Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:49:42.1385113Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:49:42.2296810Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:49:42.2437488Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.2447818Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.2655061Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:49:42.2794186Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.2806107Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.3015227Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:49:42.3153253Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:42.3161911Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:42.3500812Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:49:42.3642320Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.3649910Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.3869531Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:49:42.4007583Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.4017627Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.4236599Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:49:42.4374016Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.4382556Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.4595833Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:49:42.4730005Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.4738828Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.5356571Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:49:42.5496313Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.5505717Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.5798676Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:49:42.5938264Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.5946687Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.6307526Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:49:42.6445021Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.6453197Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.6976989Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:49:42.7115582Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:42.7144961Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.9499825Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:49:42.9639862Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:49:42.9648192Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:43.1580241Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:49:43.1723835Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:43.1733298Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:43.2922900Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:49:43.3063387Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:43.3071124Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.5127421Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:49:43.5272952Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:43.5306286Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.6688388Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:49:43.6829722Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:49:43.6838914Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:49:43.7699928Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:49:43.7839637Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:43.7848458Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:43.8219864Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:49:43.8360631Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:43.8370948Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.8584630Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:49:43.8726611Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:43.8734977Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.8969049Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:49:43.9111366Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:43.9120245Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.9344862Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:49:43.9484781Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:43.9493126Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.0106369Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:49:44.0247097Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.0260044Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.0546767Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:49:44.0689332Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.0699176Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.1052529Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:49:44.1193456Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.1202682Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.1735040Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:49:44.1875913Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:44.1906237Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.4293423Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:49:44.4435624Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:49:44.4444546Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:44.6324313Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:49:44.6469552Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:44.6478257Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:44.7660527Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:49:44.7803039Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.7812117Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.9944770Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:49:45.0089602Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:45.0121193Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.1544846Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:49:45.1686216Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:45.1694669Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.1905539Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:49:45.2048472Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:45.2060266Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.2258737Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:49:45.2401976Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:49:45.2412250Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.2629502Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:49:45.2771565Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:49:45.2780774Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.2984565Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:49:45.3126638Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:45.3138191Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.3347041Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:49:45.3487924Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:45.3496920Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.3929418Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:49:45.3964909Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.3999458Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4032102Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4070677Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4101751Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:45.4132254Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4165635Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.4197579Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:45.4227322Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4267891Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:45.4291069Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.4314588Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4344867Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4369427Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4398466Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.4428734Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:49:45.4461380Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4490174Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4514253Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4536642Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4564578Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4585881Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4608498Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4685878Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4710301Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4732535Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4756794Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4778358Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4800381Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.4822785Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4846842Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.4870243Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4935391Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4961578Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4981685Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.5008941Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.5032813Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5070334Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5100187Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5134301Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5160435Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5188187Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.5211264Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5231897Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5255146Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5277511Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5298199Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5320638Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5342383Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5372963Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5397858Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.5419110Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5442441Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5468470Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5490695Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5512300Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5535684Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.5561701Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.5586003Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5612901Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5638718Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.5665894Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.5695764Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.5722132Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:49:45.5743351Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:49:45.5832278Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:49.8667799Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:49:51.2833772Z Reading package lists...
2025-08-20T21:49:51.4443393Z Building dependency tree...
2025-08-20T21:49:51.4451819Z Reading state information...
2025-08-20T21:49:51.5984266Z The following additional packages will be installed:
2025-08-20T21:49:51.5985139Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:49:51.5990036Z   libpcap0.8-dev
2025-08-20T21:49:51.6261164Z The following NEW packages will be installed:
2025-08-20T21:49:51.6262015Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:49:51.6266678Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:49:51.6436878Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:51.6664838Z Need to get 1613 kB of archives.
2025-08-20T21:49:51.6665328Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:49:51.6666041Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:51.7153569Z 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:49:51.7482819Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:49:51.7787420Z 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:49:51.8095065Z 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:49:51.8407838Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:49:51.8994301Z 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:49:51.9316666Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:49:51.9617500Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:49:52.2210811Z Fetched 1613 kB in 0s (5271 kB/s)
2025-08-20T21:49:52.2413943Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:49:52.2472254Z (Reading database ... 
2025-08-20T21:49:52.2472679Z (Reading database ... 5%
2025-08-20T21:49:52.2473079Z (Reading database ... 10%
2025-08-20T21:49:52.2473449Z (Reading database ... 15%
2025-08-20T21:49:52.2473778Z (Reading database ... 20%
2025-08-20T21:49:52.2474016Z (Reading database ... 25%
2025-08-20T21:49:52.2474260Z (Reading database ... 30%
2025-08-20T21:49:52.2474486Z (Reading database ... 35%
2025-08-20T21:49:52.2474718Z (Reading database ... 40%
2025-08-20T21:49:52.2474944Z (Reading database ... 45%
2025-08-20T21:49:52.2475169Z (Reading database ... 50%
2025-08-20T21:49:52.2568074Z (Reading database ... 55%
2025-08-20T21:49:52.2588175Z (Reading database ... 60%
2025-08-20T21:49:52.2609934Z (Reading database ... 65%
2025-08-20T21:49:52.2648838Z (Reading database ... 70%
2025-08-20T21:49:52.2672358Z (Reading database ... 75%
2025-08-20T21:49:52.2712689Z (Reading database ... 80%
2025-08-20T21:49:52.2877449Z (Reading database ... 85%
2025-08-20T21:49:52.2947143Z (Reading database ... 90%
2025-08-20T21:49:52.3210050Z (Reading database ... 95%
2025-08-20T21:49:52.3210460Z (Reading database ... 100%
2025-08-20T21:49:52.3210877Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:49:52.3252995Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:49:52.3267181Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:49:52.3722167Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:49:52.3862482Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:49:52.3878317Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:49:52.4104162Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:49:52.4247086Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:49:52.4256872Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:52.4673257Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:49:52.4815478Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:49:52.4824102Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:52.5084196Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:49:52.5225869Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:49:52.5233968Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:49:52.5931964Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:49:52.6074131Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:49:52.6106357Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:52.6461132Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:49:52.6605751Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:49:52.6613645Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:52.6824835Z Selecting previously unselected package pcaputils.
2025-08-20T21:49:52.6967149Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:49:52.6999397Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:49:52.7414839Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:49:52.7436201Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:49:52.9516220Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:52.9537806Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:49:52.9636387Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:49:53.2469078Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:53.2490037Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:49:53.2538578Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:49:53.2693891Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:57.8936018Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:49:57.9382392Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:57.9410833Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:59.3180732Z Reading package lists...
2025-08-20T21:49:59.4700351Z Building dependency tree...
2025-08-20T21:49:59.4708997Z Reading state information...
2025-08-20T21:49:59.5102051Z Reading package lists...
2025-08-20T21:49:59.6638852Z Building dependency tree...
2025-08-20T21:49:59.6646718Z Reading state information...
2025-08-20T21:49:59.8131960Z The following additional packages will be installed:
2025-08-20T21:49:59.8136164Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:49:59.8141728Z Suggested packages:
2025-08-20T21:49:59.8142342Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:49:59.8142916Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:49:59.8291248Z The following NEW packages will be installed:
2025-08-20T21:49:59.8291921Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:49:59.8295701Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:49:59.8459986Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:59.8460761Z Need to get 800 kB of archives.
2025-08-20T21:49:59.8461100Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:49:59.8461491Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:59.8978340Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:49:59.9280111Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:49:59.9583809Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:49:59.9961885Z 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:50:00.0265073Z 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:50:00.0560665Z 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:50:00.0904966Z 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:50:00.1212216Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:50:00.1504528Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:50:00.4091471Z Fetched 800 kB in 0s (2541 kB/s)
2025-08-20T21:50:00.4293556Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:50:00.4353200Z (Reading database ... 
2025-08-20T21:50:00.4353634Z (Reading database ... 5%
2025-08-20T21:50:00.4364526Z (Reading database ... 10%
2025-08-20T21:50:00.4364975Z (Reading database ... 15%
2025-08-20T21:50:00.4365612Z (Reading database ... 20%
2025-08-20T21:50:00.4365987Z (Reading database ... 25%
2025-08-20T21:50:00.4366339Z (Reading database ... 30%
2025-08-20T21:50:00.4366690Z (Reading database ... 35%
2025-08-20T21:50:00.4367056Z (Reading database ... 40%
2025-08-20T21:50:00.4367398Z (Reading database ... 45%
2025-08-20T21:50:00.4367749Z (Reading database ... 50%
2025-08-20T21:50:00.4454803Z (Reading database ... 55%
2025-08-20T21:50:00.4475366Z (Reading database ... 60%
2025-08-20T21:50:00.4496578Z (Reading database ... 65%
2025-08-20T21:50:00.4535832Z (Reading database ... 70%
2025-08-20T21:50:00.4561841Z (Reading database ... 75%
2025-08-20T21:50:00.4600827Z (Reading database ... 80%
2025-08-20T21:50:00.4765916Z (Reading database ... 85%
2025-08-20T21:50:00.4834935Z (Reading database ... 90%
2025-08-20T21:50:00.5092864Z (Reading database ... 95%
2025-08-20T21:50:00.5093346Z (Reading database ... 100%
2025-08-20T21:50:00.5093985Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:50:00.5133546Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:50:00.5151506Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:50:00.5361443Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:50:00.5496548Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:50:00.5505508Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:50:00.5730296Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:50:00.5867713Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:50:00.5877410Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:50:00.6620255Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:50:00.6762171Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:50:00.6773136Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:50:00.7021490Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:50:00.7161518Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:50:00.7170338Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:50:00.7403528Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:50:00.7544913Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:50:00.7555665Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:50:00.7819406Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:50:00.7959304Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:50:00.7970953Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:50:00.8187641Z Selecting previously unselected package lzma.
2025-08-20T21:50:00.8327396Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:50:00.8336153Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:50:00.8581702Z Selecting previously unselected package lzma-dev.
2025-08-20T21:50:00.8720810Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:50:00.8729452Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:50:00.9168956Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:50:00.9196266Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:50:00.9239275Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:50:00.9263420Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:50:00.9287515Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:50:00.9350378Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:50:00.9377594Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:50:00.9399924Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:50:00.9425625Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:50:00.9450420Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:50:00.9477217Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:50:00.9620072Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:05.2421202Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:50:05.8673121Z 
2025-08-20T21:50:05.8673616Z Running kernel seems to be up-to-date.
2025-08-20T21:50:05.8674078Z 
2025-08-20T21:50:05.8674246Z Restarting services...
2025-08-20T21:50:05.8735163Z 
2025-08-20T21:50:05.8735478Z Service restarts being deferred:
2025-08-20T21:50:05.8736009Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:50:05.8736378Z 
2025-08-20T21:50:05.8736552Z No containers need to be restarted.
2025-08-20T21:50:05.8736833Z 
2025-08-20T21:50:05.8737027Z No user sessions are running outdated binaries.
2025-08-20T21:50:05.8737355Z 
2025-08-20T21:50:05.8737670Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:50:06.6985534Z Reading package lists...
2025-08-20T21:50:06.8462374Z Building dependency tree...
2025-08-20T21:50:06.8470878Z Reading state information...
2025-08-20T21:50:07.0399969Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:50:07.0400629Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:50:07.0401123Z inetutils-telnet set to manually installed.
2025-08-20T21:50:07.0401588Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:50:07.0402086Z The following additional packages will be installed:
2025-08-20T21:50:07.0402495Z   tcpd update-inetd
2025-08-20T21:50:07.0544546Z The following packages will be REMOVED:
2025-08-20T21:50:07.0551491Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:50:07.0552311Z The following NEW packages will be installed:
2025-08-20T21:50:07.0552995Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:50:07.0553793Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:50:07.0559198Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:50:07.0726465Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:50:07.0726848Z Need to get 698 kB of archives.
2025-08-20T21:50:07.0727173Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:50:07.0728276Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:07.1246822Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:50:07.1561086Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:50:07.1855343Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:50:07.2150098Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:50:07.2445563Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:50:07.2744056Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:50:07.3043338Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:50:07.3345002Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:50:07.3642116Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:50:07.3942861Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:50:07.4236015Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:50:07.4543247Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:50:07.4863723Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:50:07.7116598Z Preconfiguring packages ...
2025-08-20T21:50:07.8192241Z Fetched 698 kB in 0s (1644 kB/s)
2025-08-20T21:50:07.8376290Z (Reading database ... 
2025-08-20T21:50:07.8377507Z (Reading database ... 5%
2025-08-20T21:50:07.8377889Z (Reading database ... 10%
2025-08-20T21:50:07.8378470Z (Reading database ... 15%
2025-08-20T21:50:07.8378845Z (Reading database ... 20%
2025-08-20T21:50:07.8379213Z (Reading database ... 25%
2025-08-20T21:50:07.8379568Z (Reading database ... 30%
2025-08-20T21:50:07.8379919Z (Reading database ... 35%
2025-08-20T21:50:07.8380272Z (Reading database ... 40%
2025-08-20T21:50:07.8380628Z (Reading database ... 45%
2025-08-20T21:50:07.8380982Z (Reading database ... 50%
2025-08-20T21:50:07.8403391Z (Reading database ... 55%
2025-08-20T21:50:07.8495962Z (Reading database ... 60%
2025-08-20T21:50:07.8517552Z (Reading database ... 65%
2025-08-20T21:50:07.8557839Z (Reading database ... 70%
2025-08-20T21:50:07.8583902Z (Reading database ... 75%
2025-08-20T21:50:07.8624592Z (Reading database ... 80%
2025-08-20T21:50:07.8793775Z (Reading database ... 85%
2025-08-20T21:50:07.9046580Z (Reading database ... 90%
2025-08-20T21:50:07.9129656Z (Reading database ... 95%
2025-08-20T21:50:07.9130144Z (Reading database ... 100%
2025-08-20T21:50:07.9130785Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:50:07.9170725Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:50:07.9365583Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:07.9517671Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:50:08.3922993Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:50:08.3997004Z (Reading database ... 
2025-08-20T21:50:08.3997430Z (Reading database ... 5%
2025-08-20T21:50:08.3997812Z (Reading database ... 10%
2025-08-20T21:50:08.3998406Z (Reading database ... 15%
2025-08-20T21:50:08.3998785Z (Reading database ... 20%
2025-08-20T21:50:08.3999242Z (Reading database ... 25%
2025-08-20T21:50:08.4000108Z (Reading database ... 30%
2025-08-20T21:50:08.4000473Z (Reading database ... 35%
2025-08-20T21:50:08.4000853Z (Reading database ... 40%
2025-08-20T21:50:08.4001229Z (Reading database ... 45%
2025-08-20T21:50:08.4001902Z (Reading database ... 50%
2025-08-20T21:50:08.4047240Z (Reading database ... 55%
2025-08-20T21:50:08.4135434Z (Reading database ... 60%
2025-08-20T21:50:08.4158298Z (Reading database ... 65%
2025-08-20T21:50:08.4200249Z (Reading database ... 70%
2025-08-20T21:50:08.4226432Z (Reading database ... 75%
2025-08-20T21:50:08.4266540Z (Reading database ... 80%
2025-08-20T21:50:08.4435222Z (Reading database ... 85%
2025-08-20T21:50:08.4686474Z (Reading database ... 90%
2025-08-20T21:50:08.4767147Z (Reading database ... 95%
2025-08-20T21:50:08.4767537Z (Reading database ... 100%
2025-08-20T21:50:08.4768268Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:50:08.4809514Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.4846201Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.5081563Z Selecting previously unselected package tcpd.
2025-08-20T21:50:08.5217824Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:50:08.5229833Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:50:08.5452536Z Selecting previously unselected package update-inetd.
2025-08-20T21:50:08.5589147Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:50:08.5596626Z Unpacking update-inetd (4.53) ...
2025-08-20T21:50:08.5828625Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:50:08.5964278Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.6013193Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.6238349Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:50:08.6375125Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.6385035Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.6615689Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:50:08.6750176Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.6758339Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.6979039Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:50:08.7113533Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.7121555Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.7342901Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:50:08.7477705Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.7486623Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.7701129Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:50:08.7835221Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.7844383Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.8057890Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:50:08.8192161Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.8199465Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.8408357Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:50:08.8542374Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.8550554Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.8790400Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:50:08.8926702Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:50:08.8934673Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:50:08.9183213Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:50:08.9320703Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.9332795Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.9752027Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:50:08.9837315Z Setting up update-inetd (4.53) ...
2025-08-20T21:50:09.0704215Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.0766893Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:50:09.0784311Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.5162349Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:50:09.5162801Z 
2025-08-20T21:50:09.5162930Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:50:09.5163138Z 
2025-08-20T21:50:09.5163513Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:50:09.5164017Z 
2025-08-20T21:50:09.5164973Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:50:09.5165894Z 
2025-08-20T21:50:09.8366685Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.8454655Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.8517477Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:50:09.8539710Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.8574648Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.8604182Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:50:09.8628898Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:10.2625062Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:50:10.2625563Z 
2025-08-20T21:50:10.2626300Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:50:10.2627153Z 
2025-08-20T21:50:10.5831134Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:10.6922129Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:10.7596519Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:10.8219491Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:16.9418511Z Reading package lists...
2025-08-20T21:50:17.0930186Z Building dependency tree...
2025-08-20T21:50:17.0938604Z Reading state information...
2025-08-20T21:50:17.2990869Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:50:17.2991687Z iputils-tracepath set to manually installed.
2025-08-20T21:50:17.2992258Z The following packages will be REMOVED:
2025-08-20T21:50:17.2996925Z   inetutils-ping
2025-08-20T21:50:17.2998159Z The following NEW packages will be installed:
2025-08-20T21:50:17.3004170Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:50:17.3165722Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:50:17.3167794Z Need to get 71.5 kB of archives.
2025-08-20T21:50:17.3168348Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:50:17.3168748Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:17.3664131Z 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:50:17.3970516Z 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:50:17.4263714Z 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:50:17.7021445Z Fetched 71.5 kB in 0s (597 kB/s)
2025-08-20T21:50:17.7204945Z (Reading database ... 
2025-08-20T21:50:17.7205388Z (Reading database ... 5%
2025-08-20T21:50:17.7205767Z (Reading database ... 10%
2025-08-20T21:50:17.7206167Z (Reading database ... 15%
2025-08-20T21:50:17.7206529Z (Reading database ... 20%
2025-08-20T21:50:17.7207434Z (Reading database ... 25%
2025-08-20T21:50:17.7207826Z (Reading database ... 30%
2025-08-20T21:50:17.7208641Z (Reading database ... 35%
2025-08-20T21:50:17.7209000Z (Reading database ... 40%
2025-08-20T21:50:17.7209353Z (Reading database ... 45%
2025-08-20T21:50:17.7209714Z (Reading database ... 50%
2025-08-20T21:50:17.7289372Z (Reading database ... 55%
2025-08-20T21:50:17.7324281Z (Reading database ... 60%
2025-08-20T21:50:17.7346545Z (Reading database ... 65%
2025-08-20T21:50:17.7386604Z (Reading database ... 70%
2025-08-20T21:50:17.7416597Z (Reading database ... 75%
2025-08-20T21:50:17.7451039Z (Reading database ... 80%
2025-08-20T21:50:17.7617782Z (Reading database ... 85%
2025-08-20T21:50:17.7867619Z (Reading database ... 90%
2025-08-20T21:50:17.7946758Z (Reading database ... 95%
2025-08-20T21:50:17.7947185Z (Reading database ... 100%
2025-08-20T21:50:17.7947630Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:50:17.7987508Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:50:17.8430494Z Selecting previously unselected package iputils-ping.
2025-08-20T21:50:17.8490214Z (Reading database ... 
2025-08-20T21:50:17.8490615Z (Reading database ... 5%
2025-08-20T21:50:17.8491013Z (Reading database ... 10%
2025-08-20T21:50:17.8491336Z (Reading database ... 15%
2025-08-20T21:50:17.8491577Z (Reading database ... 20%
2025-08-20T21:50:17.8491818Z (Reading database ... 25%
2025-08-20T21:50:17.8492049Z (Reading database ... 30%
2025-08-20T21:50:17.8492278Z (Reading database ... 35%
2025-08-20T21:50:17.8492504Z (Reading database ... 40%
2025-08-20T21:50:17.8492729Z (Reading database ... 45%
2025-08-20T21:50:17.8492955Z (Reading database ... 50%
2025-08-20T21:50:17.8571320Z (Reading database ... 55%
2025-08-20T21:50:17.8606425Z (Reading database ... 60%
2025-08-20T21:50:17.8629621Z (Reading database ... 65%
2025-08-20T21:50:17.8669574Z (Reading database ... 70%
2025-08-20T21:50:17.8699664Z (Reading database ... 75%
2025-08-20T21:50:17.8734157Z (Reading database ... 80%
2025-08-20T21:50:17.8904199Z (Reading database ... 85%
2025-08-20T21:50:17.9155659Z (Reading database ... 90%
2025-08-20T21:50:17.9234450Z (Reading database ... 95%
2025-08-20T21:50:17.9234969Z (Reading database ... 100%
2025-08-20T21:50:17.9235667Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:50:17.9275973Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:50:17.9287358Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:17.9509834Z Selecting previously unselected package iputils-arping.
2025-08-20T21:50:17.9649218Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:50:17.9661374Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:17.9874182Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:50:18.0014547Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:50:18.0023601Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:18.0419581Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:18.0581764Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:18.0735027Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:18.0891462Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:23.9533293Z Reading package lists...
2025-08-20T21:50:24.1004391Z Building dependency tree...
2025-08-20T21:50:24.1012570Z Reading state information...
2025-08-20T21:50:24.2469384Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:50:24.2470038Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:50:24.2820129Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:26.7547712Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:50:27.7593939Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:29.0434165Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:50:29.1490612Z Collecting pip
2025-08-20T21:50:29.2285780Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:50:29.2513470Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:50:29.3509343Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 18.6 MB/s eta 0:00:00
2025-08-20T21:50:29.6729370Z Installing collected packages: pip
2025-08-20T21:50:30.3904105Z Successfully installed pip-25.2
2025-08-20T21:50:30.6152786Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:50:30.6567738Z Reading package lists...
2025-08-20T21:50:30.8024790Z Building dependency tree...
2025-08-20T21:50:30.8033425Z Reading state information...
2025-08-20T21:50:30.9500146Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:50:30.9500815Z pciutils set to manually installed.
2025-08-20T21:50:30.9501343Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:50:30.9501986Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:50:30.9502555Z python3-distro set to manually installed.
2025-08-20T21:50:30.9503166Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:50:30.9503859Z python3-netifaces set to manually installed.
2025-08-20T21:50:30.9504454Z The following additional packages will be installed:
2025-08-20T21:50:30.9504979Z   libsysfs2
2025-08-20T21:50:30.9508621Z Suggested packages:
2025-08-20T21:50:30.9508990Z   fancontrol read-edid i2c-tools
2025-08-20T21:50:30.9757543Z The following NEW packages will be installed:
2025-08-20T21:50:30.9759469Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:50:30.9911457Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:31.0136687Z Need to get 142 kB of archives.
2025-08-20T21:50:31.0137471Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:50:31.0138506Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:31.0616848Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:50:31.0921013Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:50:31.1213526Z 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:50:31.1512573Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:50:31.4091254Z Fetched 142 kB in 0s (956 kB/s)
2025-08-20T21:50:31.4288579Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:50:31.4349073Z (Reading database ... 
2025-08-20T21:50:31.4349633Z (Reading database ... 5%
2025-08-20T21:50:31.4349994Z (Reading database ... 10%
2025-08-20T21:50:31.4350397Z (Reading database ... 15%
2025-08-20T21:50:31.4350757Z (Reading database ... 20%
2025-08-20T21:50:31.4351125Z (Reading database ... 25%
2025-08-20T21:50:31.4351409Z (Reading database ... 30%
2025-08-20T21:50:31.4351663Z (Reading database ... 35%
2025-08-20T21:50:31.4351901Z (Reading database ... 40%
2025-08-20T21:50:31.4352121Z (Reading database ... 45%
2025-08-20T21:50:31.4352346Z (Reading database ... 50%
2025-08-20T21:50:31.4428569Z (Reading database ... 55%
2025-08-20T21:50:31.4462499Z (Reading database ... 60%
2025-08-20T21:50:31.4483985Z (Reading database ... 65%
2025-08-20T21:50:31.4524733Z (Reading database ... 70%
2025-08-20T21:50:31.4553455Z (Reading database ... 75%
2025-08-20T21:50:31.4587204Z (Reading database ... 80%
2025-08-20T21:50:31.4764544Z (Reading database ... 85%
2025-08-20T21:50:31.4999768Z (Reading database ... 90%
2025-08-20T21:50:31.5074996Z (Reading database ... 95%
2025-08-20T21:50:31.5075495Z (Reading database ... 100%
2025-08-20T21:50:31.5076159Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:50:31.5116131Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:50:31.5131538Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:50:31.5352285Z Selecting previously unselected package sysfsutils.
2025-08-20T21:50:31.5487779Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:50:31.5518843Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:50:31.5752940Z Selecting previously unselected package lm-sensors.
2025-08-20T21:50:31.5896564Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:50:31.6093062Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:50:31.6351145Z Selecting previously unselected package virt-what.
2025-08-20T21:50:31.6494399Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:50:31.6502933Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:50:31.6897297Z Setting up virt-what (1.25-2) ...
2025-08-20T21:50:31.6920538Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:50:31.6939946Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:50:32.0919992Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:50:32.0920447Z 
2025-08-20T21:50:32.0920924Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:50:32.0921405Z 
2025-08-20T21:50:32.4211292Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:50:32.8073099Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:50:32.8073954Z 
2025-08-20T21:50:32.8105991Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:37.4037511Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:50:38.7904226Z Reading package lists...
2025-08-20T21:50:38.9342138Z Building dependency tree...
2025-08-20T21:50:38.9350443Z Reading state information...
2025-08-20T21:50:39.0842362Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:50:39.0842926Z The following additional packages will be installed:
2025-08-20T21:50:39.0846190Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:50:39.0846863Z   xorg-sgml-doctools
2025-08-20T21:50:39.0851214Z Suggested packages:
2025-08-20T21:50:39.0851554Z   libxcb-doc
2025-08-20T21:50:39.0990429Z The following NEW packages will be installed:
2025-08-20T21:50:39.0992200Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:50:39.0994501Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:50:39.0995095Z   xcb xorg-sgml-doctools
2025-08-20T21:50:39.1162358Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:39.1162921Z Need to get 807 kB of archives.
2025-08-20T21:50:39.1163253Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:50:39.1163664Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:39.1620539Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:50:39.1932655Z 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:50:39.2220266Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:50:39.2675762Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:50:39.2974161Z 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:50:39.3270745Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:50:39.3569105Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:50:39.3862982Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:50:39.4149446Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:50:39.4447780Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:50:39.4742131Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:50:39.7400729Z Fetched 807 kB in 0s (2189 kB/s)
2025-08-20T21:50:39.7592471Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:50:39.7653834Z (Reading database ... 
2025-08-20T21:50:39.7654243Z (Reading database ... 5%
2025-08-20T21:50:39.7654627Z (Reading database ... 10%
2025-08-20T21:50:39.7655012Z (Reading database ... 15%
2025-08-20T21:50:39.7655387Z (Reading database ... 20%
2025-08-20T21:50:39.7655738Z (Reading database ... 25%
2025-08-20T21:50:39.7656033Z (Reading database ... 30%
2025-08-20T21:50:39.7656260Z (Reading database ... 35%
2025-08-20T21:50:39.7656485Z (Reading database ... 40%
2025-08-20T21:50:39.7656707Z (Reading database ... 45%
2025-08-20T21:50:39.7656940Z (Reading database ... 50%
2025-08-20T21:50:39.7753967Z (Reading database ... 55%
2025-08-20T21:50:39.7775157Z (Reading database ... 60%
2025-08-20T21:50:39.7797819Z (Reading database ... 65%
2025-08-20T21:50:39.7839447Z (Reading database ... 70%
2025-08-20T21:50:39.7869472Z (Reading database ... 75%
2025-08-20T21:50:39.7905145Z (Reading database ... 80%
2025-08-20T21:50:39.8093700Z (Reading database ... 85%
2025-08-20T21:50:39.8343780Z (Reading database ... 90%
2025-08-20T21:50:39.8422177Z (Reading database ... 95%
2025-08-20T21:50:39.8422578Z (Reading database ... 100%
2025-08-20T21:50:39.8423096Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:50:39.8465223Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:50:39.8478956Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:50:39.8690344Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:50:39.8827409Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:50:39.8837072Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:50:39.9092019Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:50:39.9231610Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:50:39.9240287Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:50:39.9811086Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:50:39.9954600Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:50:39.9962794Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:50:40.0179949Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:50:40.0323684Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:50:40.0333832Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:50:40.0542678Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:50:40.0684522Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:40.0694291Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:40.0932858Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:50:40.1075853Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:40.1084110Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:40.1315426Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:50:40.1457151Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:40.1476321Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:40.1679729Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:50:40.1821310Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:40.1830902Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:40.2030382Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:50:40.2171657Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:40.2183085Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:40.2402460Z Selecting previously unselected package xcb.
2025-08-20T21:50:40.2544067Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:50:40.2555026Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:50:40.3013940Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:40.3041693Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:50:40.3065807Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:50:40.3109972Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:50:40.3158439Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:50:40.3307786Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:44.7871771Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:50:44.7960981Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:50:44.7986003Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:50:44.8008459Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:50:44.8033980Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:44.8071491Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:44.8094220Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:44.8120998Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:46.5068940Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:46.6743680Z Collecting build
2025-08-20T21:50:46.7534049Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:50:46.8524693Z Collecting cffi
2025-08-20T21:50:46.8715701Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:50:46.8875111Z Collecting scons
2025-08-20T21:50:46.9063942Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:46.9216932Z Collecting scuba
2025-08-20T21:50:46.9433089Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:50:46.9862083Z Collecting pytest
2025-08-20T21:50:47.0052991Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:50:47.0246308Z Collecting packaging>=19.1 (from build)
2025-08-20T21:50:47.0444541Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:47.0550962Z Collecting pyproject_hooks (from build)
2025-08-20T21:50:47.0741333Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:50:47.0856631Z Collecting pycparser (from cffi)
2025-08-20T21:50:47.1044333Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:50:47.1361788Z Collecting PyYAML (from scuba)
2025-08-20T21:50:47.1553814Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:50:47.1670565Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:50:47.1860649Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:50:47.2022707Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:50:47.2210269Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:50:47.2401346Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:50:47.2590538Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:47.2841258Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:50:47.3100555Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:50:47.3866885Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:47.4488267Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 67.9 MB/s  0:00:00
2025-08-20T21:50:47.4684891Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:50:47.4906228Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:50:47.5129163Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:50:47.5336384Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:50:47.5542306Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:47.5756482Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:47.5843699Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 160.2 MB/s  0:00:00
2025-08-20T21:50:47.6038663Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:50:47.6254184Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:50:47.6464218Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:50:47.6529806Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 129.4 MB/s  0:00:00
2025-08-20T21:50:47.7648909Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:50:49.4662375Z 
2025-08-20T21:50:49.4679252Z 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:50:49.7791176Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:49.9438499Z Collecting ansi2txt
2025-08-20T21:50:50.0071691Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:50:50.0283973Z Collecting pipx
2025-08-20T21:50:50.0422829Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:50.0630304Z Collecting scons
2025-08-20T21:50:50.0646579Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:50.0729001Z Collecting py2static
2025-08-20T21:50:50.0866241Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:50:50.1049248Z Collecting typer
2025-08-20T21:50:50.1187556Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:50:50.1481444Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:50:50.1620946Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:50.1802750Z Collecting packaging>=20 (from pipx)
2025-08-20T21:50:50.1813313Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:50.1974986Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:50:50.2117485Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:50:50.2255828Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:50:50.2393704Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:50.2790938Z Collecting pyinstaller (from py2static)
2025-08-20T21:50:50.2930572Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:50:50.3084193Z Collecting staticx (from py2static)
2025-08-20T21:50:50.3222410Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:50:50.3392809Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:50:50.3531125Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:50.3822823Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:50:50.3963711Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:50.4113830Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:50:50.4250574Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:50:50.4719886Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:50:50.4862926Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:50.5099163Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:50.5238377Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:50.5455924Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:50.5466489Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:50.5568699Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:50:50.5759268Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:50:50.6857006Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:50:50.6997456Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:50:50.7186647Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:50:50.7326308Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:50.7527541Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:50:50.7666103Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:50.7839742Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:50:50.7979416Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:50:50.8154178Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:50:50.8318660Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:50:50.8494360Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:50.8672497Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:50:50.8826088Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:50:50.8988415Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:50:50.9181911Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:50:50.9224125Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:50.9361587Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:50:50.9515445Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:50:50.9667166Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:50.9831527Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:50:50.9994015Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:50:51.0159691Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:50:51.0316058Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:50:51.0490901Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:50:51.0665434Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:50:51.0872932Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 29.6 MB/s  0:00:00
2025-08-20T21:50:51.1014573Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:50:51.1192717Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:51.1296702Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 117.4 MB/s  0:00:00
2025-08-20T21:50:51.1435743Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:50:51.1634347Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:50:51.1795252Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:50:51.3320747Z 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:50:52.1527877Z   Attempting uninstall: scons
2025-08-20T21:50:52.1612409Z     Found existing installation: SCons 4.9.1
2025-08-20T21:50:52.1994520Z     Uninstalling SCons-4.9.1:
2025-08-20T21:50:52.2066778Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:50:52.8115514Z   Attempting uninstall: pygments
2025-08-20T21:50:52.8196578Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:50:52.8421768Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:50:52.8448579Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:50:53.4545360Z   Attempting uninstall: packaging
2025-08-20T21:50:53.4624813Z     Found existing installation: packaging 25.0
2025-08-20T21:50:53.4648754Z     Uninstalling packaging-25.0:
2025-08-20T21:50:53.4656083Z       Successfully uninstalled packaging-25.0
2025-08-20T21:50:54.4534559Z 
2025-08-20T21:50:54.4564876Z 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:50:54.7660918Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:54.9361928Z Collecting build
2025-08-20T21:50:54.9372834Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:50:55.0229869Z Collecting cffi
2025-08-20T21:50:55.0240995Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:50:55.0365391Z Collecting scons
2025-08-20T21:50:55.0375499Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:55.0505710Z Collecting scuba
2025-08-20T21:50:55.0515765Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:50:55.0909972Z Collecting pytest
2025-08-20T21:50:55.0920302Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:50:55.1071783Z Collecting packaging>=19.1 (from build)
2025-08-20T21:50:55.1081950Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:55.1151903Z Collecting pyproject_hooks (from build)
2025-08-20T21:50:55.1161958Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:50:55.1240527Z Collecting pycparser (from cffi)
2025-08-20T21:50:55.1250850Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:50:55.1527391Z Collecting PyYAML (from scuba)
2025-08-20T21:50:55.1539161Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:50:55.1625546Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:50:55.1635666Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:50:55.1771682Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:50:55.1781688Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:50:55.1938729Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:50:55.1948703Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:55.2004952Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:50:55.2015011Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:50:55.2027744Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:55.2067605Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:50:55.2079591Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:50:55.2091569Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:50:55.2101142Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:50:55.2110390Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:55.2120089Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:55.2138614Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:50:55.2148781Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:50:55.2158583Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:50:55.3390891Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:50:55.3395766Z   Attempting uninstall: scons
2025-08-20T21:50:55.3480573Z     Found existing installation: SCons 4.9.1
2025-08-20T21:50:55.3858872Z     Uninstalling SCons-4.9.1:
2025-08-20T21:50:55.3931297Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:50:56.0010400Z   Attempting uninstall: PyYAML
2025-08-20T21:50:56.0107328Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:50:56.0132621Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:50:56.0141665Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:50:56.0661791Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:50:56.0745366Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:50:56.0761629Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:50:56.0767902Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:50:56.0855848Z   Attempting uninstall: pygments
2025-08-20T21:50:56.0934635Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:50:56.1162046Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:50:56.1188797Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:50:56.7167396Z   Attempting uninstall: pycparser
2025-08-20T21:50:56.7252489Z     Found existing installation: pycparser 2.22
2025-08-20T21:50:56.7276603Z     Uninstalling pycparser-2.22:
2025-08-20T21:50:56.7289066Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:50:56.8432723Z   Attempting uninstall: pluggy
2025-08-20T21:50:56.8520032Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:50:56.8539387Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:50:56.8546076Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:50:56.8728535Z   Attempting uninstall: packaging
2025-08-20T21:50:56.8811476Z     Found existing installation: packaging 25.0
2025-08-20T21:50:56.8836068Z     Uninstalling packaging-25.0:
2025-08-20T21:50:56.8843966Z       Successfully uninstalled packaging-25.0
2025-08-20T21:50:56.9217769Z   Attempting uninstall: iniconfig
2025-08-20T21:50:56.9302358Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:50:56.9318713Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:50:56.9325372Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:50:56.9393897Z   Attempting uninstall: scuba
2025-08-20T21:50:56.9473153Z     Found existing installation: scuba 2.14.1
2025-08-20T21:50:56.9494492Z     Uninstalling scuba-2.14.1:
2025-08-20T21:50:56.9503779Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:50:56.9707229Z   Attempting uninstall: pytest
2025-08-20T21:50:56.9789532Z     Found existing installation: pytest 8.4.1
2025-08-20T21:50:56.9854149Z     Uninstalling pytest-8.4.1:
2025-08-20T21:50:57.0108545Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:50:57.2177661Z   Attempting uninstall: cffi
2025-08-20T21:50:57.2257197Z     Found existing installation: cffi 1.17.1
2025-08-20T21:50:57.2286518Z     Uninstalling cffi-1.17.1:
2025-08-20T21:50:57.2518948Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:50:57.3173819Z   Attempting uninstall: build
2025-08-20T21:50:57.3252082Z     Found existing installation: build 1.3.0
2025-08-20T21:50:57.3276346Z     Uninstalling build-1.3.0:
2025-08-20T21:50:57.3285604Z       Successfully uninstalled build-1.3.0
2025-08-20T21:50:57.3459704Z 
2025-08-20T21:50:57.3487617Z 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:50:57.6551152Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:57.8191757Z Collecting ansi2txt
2025-08-20T21:50:57.8203309Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:50:57.8364742Z Collecting pipx
2025-08-20T21:50:57.8375438Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:57.8514472Z Collecting scons
2025-08-20T21:50:57.8530256Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:57.8620623Z Collecting py2static
2025-08-20T21:50:57.8630823Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:50:57.8769804Z Collecting typer
2025-08-20T21:50:57.8780117Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:50:57.8998713Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:50:57.9008738Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:57.9158484Z Collecting packaging>=20 (from pipx)
2025-08-20T21:50:57.9168632Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:57.9321350Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:50:57.9331814Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:50:57.9465549Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:50:57.9475697Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:57.9848357Z Collecting pyinstaller (from py2static)
2025-08-20T21:50:57.9858990Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:50:57.9983795Z Collecting staticx (from py2static)
2025-08-20T21:50:57.9993737Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:50:58.0139437Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:50:58.0149549Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:58.0433749Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:50:58.0444007Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:58.0550844Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:50:58.0560953Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:50:58.0913966Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:50:58.0924394Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:58.1096663Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:58.1107187Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:58.1332871Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:58.1343214Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:58.1429623Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:50:58.1439996Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:50:58.2523926Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:50:58.2535347Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:50:58.2699438Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:50:58.2710434Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:58.2874764Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:50:58.2885484Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:58.3021941Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:50:58.3032541Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:50:58.3069870Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:50:58.3080042Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:50:58.3090549Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:58.3130393Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:50:58.3140201Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:50:58.3150295Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:50:58.3160370Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:50:58.3170978Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:58.3181170Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:50:58.3191138Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:50:58.3202431Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:58.3222394Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:50:58.3232819Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:50:58.3242791Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:50:58.3252855Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:50:58.3263066Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:50:58.3273111Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:50:58.3288366Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:50:58.3301460Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:58.3319690Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:50:58.3329754Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:50:58.3340562Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:50:58.4808782Z 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:50:58.4813512Z   Attempting uninstall: pyelftools
2025-08-20T21:50:58.4890589Z     Found existing installation: pyelftools 0.32
2025-08-20T21:50:58.4941411Z     Uninstalling pyelftools-0.32:
2025-08-20T21:50:58.4957056Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:50:58.6034945Z   Attempting uninstall: altgraph
2025-08-20T21:50:58.6120445Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:50:58.6139397Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:50:58.6145930Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:50:58.6277462Z   Attempting uninstall: typing-extensions
2025-08-20T21:50:58.6362758Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:50:58.6377037Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:50:58.6615051Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:50:58.6844113Z   Attempting uninstall: staticx
2025-08-20T21:50:58.6927572Z     Found existing installation: staticx 0.14.1
2025-08-20T21:50:58.6953454Z     Uninstalling staticx-0.14.1:
2025-08-20T21:50:58.6964229Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:50:58.7161445Z   Attempting uninstall: shellingham
2025-08-20T21:50:58.7242384Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:50:58.7261063Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:50:58.7267747Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:50:58.7356905Z   Attempting uninstall: setuptools
2025-08-20T21:50:58.7442358Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:50:58.7723935Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:50:58.7995541Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:50:59.4425102Z   Attempting uninstall: scons
2025-08-20T21:50:59.4513531Z     Found existing installation: SCons 4.9.1
2025-08-20T21:50:59.4900235Z     Uninstalling SCons-4.9.1:
2025-08-20T21:50:59.4969180Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:51:00.0999532Z   Attempting uninstall: pygments
2025-08-20T21:51:00.1082175Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:51:00.1311825Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:51:00.1338248Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:51:00.7307266Z   Attempting uninstall: platformdirs
2025-08-20T21:51:00.7393648Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:51:00.7414164Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:51:00.7425398Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:51:00.7569397Z   Attempting uninstall: packaging
2025-08-20T21:51:00.7649515Z     Found existing installation: packaging 25.0
2025-08-20T21:51:00.7673991Z     Uninstalling packaging-25.0:
2025-08-20T21:51:00.7682046Z       Successfully uninstalled packaging-25.0
2025-08-20T21:51:00.8065696Z   Attempting uninstall: mdurl
2025-08-20T21:51:00.8146036Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:51:00.8163224Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:51:00.8169685Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:51:00.8442758Z   Attempting uninstall: click
2025-08-20T21:51:00.8522154Z     Found existing installation: click 8.2.1
2025-08-20T21:51:00.8545119Z     Uninstalling click-8.2.1:
2025-08-20T21:51:00.8552420Z       Successfully uninstalled click-8.2.1
2025-08-20T21:51:00.9113719Z   Attempting uninstall: argcomplete
2025-08-20T21:51:00.9198494Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:51:00.9227192Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:51:00.9239554Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:51:00.9458680Z   Attempting uninstall: ansi2txt
2025-08-20T21:51:00.9538343Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:51:00.9553588Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:51:00.9792298Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:51:00.9841889Z   Attempting uninstall: userpath
2025-08-20T21:51:00.9923345Z     Found existing installation: userpath 1.9.2
2025-08-20T21:51:00.9942099Z     Uninstalling userpath-1.9.2:
2025-08-20T21:51:00.9950521Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:51:01.0051697Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:51:01.0132325Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:51:01.0554271Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:51:01.0595899Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:51:01.3339892Z   Attempting uninstall: markdown-it-py
2025-08-20T21:51:01.3423659Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:51:01.3494546Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:51:01.3508648Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:51:01.4110988Z   Attempting uninstall: rich
2025-08-20T21:51:01.4197023Z     Found existing installation: rich 14.1.0
2025-08-20T21:51:01.4257202Z     Uninstalling rich-14.1.0:
2025-08-20T21:51:01.4266864Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:51:01.5848437Z   Attempting uninstall: pyinstaller
2025-08-20T21:51:01.5929848Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:51:01.6284671Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:51:01.6327692Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:51:01.9603734Z   Attempting uninstall: pipx
2025-08-20T21:51:01.9694664Z     Found existing installation: pipx 1.7.1
2025-08-20T21:51:01.9731608Z     Uninstalling pipx-1.7.1:
2025-08-20T21:51:01.9741968Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:51:02.0249969Z   Attempting uninstall: typer
2025-08-20T21:51:02.0338644Z     Found existing installation: typer 0.16.1
2025-08-20T21:51:02.0364913Z     Uninstalling typer-0.16.1:
2025-08-20T21:51:02.0373954Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:51:02.0715752Z   Attempting uninstall: py2static
2025-08-20T21:51:02.0794106Z     Found existing installation: py2static 0.0.1
2025-08-20T21:51:02.0813209Z     Uninstalling py2static-0.0.1:
2025-08-20T21:51:02.0823858Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:51:02.0900779Z 
2025-08-20T21:51:02.0930351Z 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:51:02.4028938Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:51:02.5217696Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:51:02.5222399Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-7n6spwvb
2025-08-20T21:51:02.5243363Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-7n6spwvb
2025-08-20T21:51:03.8061736Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:51:03.8101773Z   Installing build dependencies: started
2025-08-20T21:51:04.5156551Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:51:04.5164830Z   Getting requirements to build wheel: started
2025-08-20T21:51:04.7973428Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:51:04.7985686Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:51:04.9840188Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:51:05.1367635Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:51:05.1380130Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:51:05.1549106Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:51:05.1558785Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:51:05.1734983Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:51:05.1745186Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:51:05.1881162Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:51:05.1891325Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:51:05.1935471Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:51:05.1946078Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:51:05.1959860Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:51:05.1978804Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:51:05.2098853Z Building wheels for collected packages: pyinstaller
2025-08-20T21:51:05.2106822Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:51:05.9053835Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:51:05.9078903Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=67749a43ec8b7c973b2fce93af3cf6c483f252d7d5900d40c553e68088f13cbc
2025-08-20T21:51:05.9080532Z   Stored in directory: /tmp/pip-ephem-wheel-cache-mv89rlk4/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:51:05.9120377Z Successfully built pyinstaller
2025-08-20T21:51:06.0036077Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:51:06.0041159Z   Attempting uninstall: altgraph
2025-08-20T21:51:06.0125090Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:51:06.0145381Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:51:06.0152688Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:51:06.0310792Z   Attempting uninstall: setuptools
2025-08-20T21:51:06.0398983Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:51:06.0686795Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:51:06.0969829Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:51:06.7503424Z   Attempting uninstall: packaging
2025-08-20T21:51:06.7583969Z     Found existing installation: packaging 25.0
2025-08-20T21:51:06.7621574Z     Uninstalling packaging-25.0:
2025-08-20T21:51:06.7628628Z       Successfully uninstalled packaging-25.0
2025-08-20T21:51:06.8030413Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:51:06.8111830Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:51:06.8532330Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:51:06.8574125Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:51:07.1333320Z   Attempting uninstall: pyinstaller
2025-08-20T21:51:07.1414810Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:51:07.1762614Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:51:07.1805753Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:51:07.5164624Z 
2025-08-20T21:51:07.5193847Z 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:51:07.8132465Z 6.15.0
2025-08-20T21:51:07.8715380Z [+] Installing Go for linux-amd64...
2025-08-20T21:51:07.9308514Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:51:07.9309126Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:51:07.9309768Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:51:16.8208865Z [+] Downloading Go go1.25.0...
2025-08-20T21:51:16.8256456Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:51:16.8257149Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:51:16.8257514Z 
2025-08-20T21:51:16.9090191Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:51:16.9090990Z 100    80  100    80    0     0    958      0 --:--:-- --:--:-- --:--:--   963
2025-08-20T21:51:16.9644490Z 
2025-08-20T21:51:16.9645018Z 100    75  100    75    0     0    540      0 --:--:-- --:--:-- --:--:--   540
2025-08-20T21:51:17.3213126Z 
2025-08-20T21:51:17.5651312Z  48 56.8M   48 27.3M    0     0  55.2M      0  0:00:01 --:--:--  0:00:01 55.2M
2025-08-20T21:51:17.5684861Z 100 56.8M  100 56.8M    0     0  76.9M      0 --:--:-- --:--:-- --:--:--  121M
2025-08-20T21:51:17.5685449Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:51:18.9565184Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:51:18.9565750Z [+] GOROOT: /home/runner/.go
2025-08-20T21:51:18.9566004Z [+] GOPATH: /home/runner/go
2025-08-20T21:51:18.9566340Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:51:18.9715539Z go version go1.25.0 linux/amd64
2025-08-20T21:51:19.0099653Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:19.0100339Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:51:19.0100974Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:51:19.0101643Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:51:19.0102328Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:51:19.0102980Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:51:19.0103645Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:51:19.0104284Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:51:19.0104893Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:51:19.0105465Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:51:19.0106085Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:19.0106765Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:51:19.0107451Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:19.0108345Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:51:19.0109051Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:51:19.0109741Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:19.0110445Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:51:19.0110964Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:51:19.0111404Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:19.0111926Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:19.0112709Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:19.0113398Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:19.0114143Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:19.0114841Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:51:19.0115544Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:51:19.0116027Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:19.0116539Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:19.0117054Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:19.0117465Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:19.0118149Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:19.0118667Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:19.0119103Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:19.0119632Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:51:19.0120130Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:19.0120661Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:19.0121116Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:19.0121588Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:19.0121988Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:51:19.0122396Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:19.0122894Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:19.0123308Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:19.0123842Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:51:19.0124239Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:19.0124783Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:19.0125274Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:19.0125776Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:19.0126320Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:19.0126765Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:19.0127183Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:19.0127598Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:19.0128804Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:19.0129344Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:19.0129834Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:19.0130218Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:51:19.0130576Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:51:19.0131011Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:51:19.0131349Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:51:19.0131769Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:51:19.0132198Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:19.0132666Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:51:19.0133073Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:19.0133513Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:19.0133926Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:19.0134325Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:19.0135011Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:19.0135441Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:19.0135925Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:19.0136319Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:51:19.0136735Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:51:19.0137198Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:19.0137778Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:19.0138581Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:51:19.0139083Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:19.0139478Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:51:19.0139866Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:19.0140349Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:51:19.0140862Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:19.0141427Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:19.0142000Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:19.0142490Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:19.0143179Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:19.0143667Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:19.0144139Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:19.0144620Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:19.0145020Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:51:19.0145392Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:19.0145885Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:19.0146306Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:51:19.0146686Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:51:19.0147087Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:19.0147552Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:19.0148250Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:19.0148898Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:51:19.0149445Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:51:19.0149851Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:19.0150304Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:51:19.0150674Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:51:19.0151133Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:19.0151506Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:51:19.0151867Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:51:19.0152251Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:51:19.0152614Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:51:19.0153055Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:19.0153426Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:19.0154039Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:19.0154518Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:19.0154918Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:19.0155291Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:19.0155659Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:51:19.0156046Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:19.0156445Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:19.0156786Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:51:19.0157109Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:51:19.0157464Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:51:19.0157819Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:51:19.0158390Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:51:19.0158749Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:51:19.0159095Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:51:19.0159470Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:19.0159869Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:51:19.0160309Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:19.0160758Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:19.0161281Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:51:19.0161680Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:19.0162151Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:19.0162581Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:51:19.0162986Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:19.0163431Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:51:19.0163806Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:51:19.0164193Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:19.0164602Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:19.0165038Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:19.0165472Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:51:19.0165850Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:51:19.0166239Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:51:19.0166653Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:19.0167058Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:51:19.0167457Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:19.0167849Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:19.0170256Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:19.0170933Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:19.0171558Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:51:19.0172189Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:51:19.0172708Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:51:19.0173245Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:19.0173989Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:51:19.0174417Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:19.0174832Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:51:19.0175225Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:51:19.0175615Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:51:19.0175994Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:51:19.0176341Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:51:19.0176676Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:51:19.0177102Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:19.0177551Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:51:19.0178123Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:19.0178575Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:51:19.0178970Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:19.0179390Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:51:19.0179806Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:19.0180216Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:19.0180572Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:51:19.0180927Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:19.0181484Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:19.0181919Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:51:19.0182322Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:51:19.0182685Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:51:19.0183023Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:51:19.0183409Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:51:19.0183788Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:51:19.0184212Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:19.0184678Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:19.0185087Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:51:19.0185452Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:51:19.0185796Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:51:19.0186145Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:51:19.0186587Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:19.0187085Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:19.0187522Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:51:19.0187890Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:51:19.0188571Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:19.0189114Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:19.0189604Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:19.0190045Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:51:19.0190409Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:51:19.0190818Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:19.0191362Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:19.0191769Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:19.0192162Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:19.0192530Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:51:19.0192894Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:19.0193279Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:19.0193673Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:19.0194063Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:19.0194455Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:19.0194842Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:19.0195230Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:19.0195653Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:19.0196106Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:19.0196529Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:51:19.0196895Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:51:19.0197264Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:51:19.0197658Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:51:19.0198398Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:19.0198804Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:51:19.0199181Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:51:19.0199567Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:51:19.0199978Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:19.0200506Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:19.0200944Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:19.0201341Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:19.0201720Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:51:19.0202088Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:51:19.0202459Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:51:19.0202820Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:51:19.0203197Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:19.0203577Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:51:19.0204022Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:19.0204497Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:19.0204952Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:19.0205456Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:19.0205957Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:51:19.0206443Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:19.0206929Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:19.0207359Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:51:19.0207833Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:51:19.0208439Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:51:19.0208810Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:19.0209180Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:51:19.0209534Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:51:19.0209901Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:19.0210271Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:51:19.0210643Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:19.0211015Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:51:19.0211386Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:51:19.0211771Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:19.0212150Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:51:19.0212552Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:19.0212981Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:19.0213363Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:51:19.0213727Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:19.0214131Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:19.0214495Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:51:19.0214969Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:19.0215322Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:51:19.0215675Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:19.0216056Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:51:19.0216423Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:51:19.0216807Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:51:19.0217161Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:51:19.0217469Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:51:19.0217922Z 	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:51:19.0218764Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:51:19.0219129Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:51:19.0219505Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:19.0219871Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:51:19.0220267Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:19.0220704Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:19.0221131Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:19.0221553Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:19.0221954Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:19.0222345Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:51:19.0222756Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:19.0223162Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:19.0223548Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:51:19.0223968Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:19.0224580Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:19.0225069Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:19.0225505Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:19.0225905Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:19.0226299Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:19.0226761Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:19.0227234Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:19.0227634Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:51:19.0228188Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:19.0228634Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:19.0229035Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:51:19.0229392Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:51:19.0229746Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:51:19.0230120Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:51:19.0230494Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:19.0230853Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:51:19.0231209Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:51:19.0231588Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:19.0232110Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:19.0232474Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:51:19.0232837Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:51:19.0233186Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:51:19.0233553Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:19.0233935Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:19.0234288Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:51:19.0234637Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:19.0234977Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:51:19.0235334Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:19.0235699Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:51:19.0236050Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:51:19.0236397Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:51:19.0236768Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:51:19.0237117Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:51:19.0237479Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:19.0237906Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:19.0238417Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:51:19.0238783Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:51:19.0239162Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:19.0239572Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:19.0239960Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:51:19.0240331Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:51:19.0240695Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:51:19.0241172Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:51:19.0241470Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:51:19.0241762Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:51:19.0242108Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:51:19.0242456Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:19.0242811Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:51:19.0243158Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:51:19.0243497Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:51:19.0243828Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:51:19.0244205Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:19.0244608Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:19.0245002Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:19.0245388Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:19.0245771Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:19.0246173Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:19.0246670Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:19.0247285Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:19.0248217Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:19.0248815Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:19.0249287Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:19.0249739Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:19.0250252Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:19.0250864Z 	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:51:19.0251421Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:19.0251898Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:19.0252333Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:51:19.0252696Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:51:19.0253059Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:19.0253418Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:19.0253792Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:19.0254176Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:51:19.0254550Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:19.0254921Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:51:19.0255296Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:19.0255667Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:51:19.0256042Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:51:19.0256418Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:19.0256778Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:51:19.0257164Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:19.0257661Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:51:19.0258297Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:19.0258709Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:19.0259063Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:51:19.0259442Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:19.0259834Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:19.0260235Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:19.0260665Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:19.0261085Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:19.0261446Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:51:19.0261818Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:19.0262196Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:19.0262548Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:51:19.0262926Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:19.0263337Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:51:19.0263714Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:51:19.0264091Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:51:19.0264463Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:51:19.0264952Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:51:19.0274728Z 	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:51:19.0275484Z 	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:51:19.0276165Z 	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:51:19.0276817Z 	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:51:19.0277346Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:19.0277759Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:19.0278275Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:51:19.0278665Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:19.0279045Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:51:19.0279405Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:51:19.0279779Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:19.0280164Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:51:19.0280539Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:51:19.0280914Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:51:19.0281322Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:51:19.0281691Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:51:19.0282079Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:51:19.0282489Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:51:19.0282885Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:51:19.0283273Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:19.0283857Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:51:19.0284247Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:51:19.0284628Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:51:19.0285006Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:51:19.0285369Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:51:19.0285747Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:51:19.0286150Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:51:19.0286543Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:51:19.0286933Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:19.0287321Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:51:19.0287701Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:19.0288396Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:19.0288832Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:19.0289232Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:51:19.0289667Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:19.0290124Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:19.0290529Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:19.0291016Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:51:19.0291399Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:51:19.0291788Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:19.0292193Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:19.0292589Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:51:19.0292961Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:51:19.0293340Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:19.0293796Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:19.0294265Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:19.0294656Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:19.0295059Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:19.0295506Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:19.0296120Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:19.0296600Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:19.0297082Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:19.0297518Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:19.0298101Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:19.0298642Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:51:19.0299039Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:19.0299455Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:19.0299845Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:51:19.0300221Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:19.0300622Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:19.0301166Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:51:19.0301569Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:19.0301982Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:19.0302369Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:19.0302741Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:51:19.0303100Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:51:19.0303462Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:51:19.0303852Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:19.0304264Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:19.0304711Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:19.0305162Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:19.0305559Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:19.0305987Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:19.0306405Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:19.0306821Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:19.0307229Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:19.0307594Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:51:19.0308287Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:51:19.0308699Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:19.0309088Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:19.0309459Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:19.0309786Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:51:19.0310099Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:51:19.0310445Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:51:19.0310938Z 	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:51:19.0311440Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:19.0311810Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:19.0312178Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:19.0312569Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:19.0312974Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:19.0313380Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:19.0313771Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:51:19.0314174Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:19.0314575Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:51:19.0314940Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:51:19.0315300Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:51:19.0315656Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:51:19.0316030Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:19.0316452Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:19.0316871Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:19.0317370Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:51:19.0317780Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:19.0318486Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:19.0318875Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:19.0319236Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:51:19.0319577Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:51:19.0319933Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:19.0320301Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:19.0320675Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:19.0321067Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:19.0321483Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:19.0321933Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:19.0322361Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:51:19.0322728Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:19.0323102Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:51:19.0323477Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:19.0323853Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:51:19.0324220Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:51:19.0324709Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:51:19.0325148Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:19.0325632Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:19.0326042Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:51:19.0326404Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:51:19.0326768Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:19.0327160Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:19.0327540Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:51:19.0327906Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:51:19.0328536Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:19.0328916Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:51:19.0329278Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:51:19.0329641Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:51:19.0330048Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:19.0330470Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:51:19.0330851Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:51:19.0331239Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:51:19.0331678Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:19.0332106Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:51:19.0332517Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:19.0332910Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:51:19.0333424Z 	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:51:19.0334053Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:51:19.0334360Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:51:19.0334701Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:19.0335110Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:51:19.0335530Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:19.0336051Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:19.0336629Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:19.0337234Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:19.0337869Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:19.0338770Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:19.0339402Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:19.0340016Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:19.0340590Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:19.0341070Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:19.0341510Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:19.0342063Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:51:19.0342495Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:19.0342959Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:19.0343389Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:19.0343766Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:51:19.0344129Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:19.0344496Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:19.0344868Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:51:19.0345271Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:19.0345679Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:51:19.0346041Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:51:19.0346431Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:19.0346886Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:51:19.0347370Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:51:19.0347839Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:19.0348557Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:19.0349035Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:19.0349504Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:19.0349943Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:51:19.0350355Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:51:19.0350759Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:19.0351159Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:19.0351690Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:19.0352090Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:51:19.0352516Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:19.0352939Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:19.0353323Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:51:19.0353702Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:19.0354071Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:51:19.0354446Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:19.0354874Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:19.0355304Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:51:19.0355703Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:19.0356103Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:19.0356520Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:19.0356956Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:19.0357393Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:19.0357837Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:19.0358350Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:51:19.0358839Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:19.0359231Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:51:19.0359601Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:51:19.0359978Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:19.0360372Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:19.0360770Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:51:19.0361192Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:19.0361658Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:19.0362072Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:51:19.0362472Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:19.0362868Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:51:19.0363166Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:51:19.0363517Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:51:19.0363902Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:19.0364290Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:19.0364674Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:51:19.0365064Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:19.0365488Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:19.0365925Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:19.0366336Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:51:19.0366719Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:19.0367113Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:51:19.0367653Z 	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:51:19.0368612Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:19.0369072Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:51:19.0369509Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:19.0369936Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:19.0370355Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:19.0370751Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:19.0371135Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:19.0371516Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:19.0371907Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:19.0372303Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:19.0372671Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:19.0373057Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:19.0373452Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:19.0373824Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:51:19.0374228Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:19.0374680Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:19.0375258Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:51:19.0375640Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:51:19.0376009Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:51:19.0376393Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:51:19.0376767Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:51:19.0377133Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:19.0377556Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:19.0378109Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:19.0378509Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:51:19.0378901Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:51:19.0379289Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:51:19.0379665Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:51:19.0380034Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:51:19.0380406Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:51:19.0380799Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:51:19.0381243Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:19.0381713Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:19.0382136Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:19.0382531Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:19.0382929Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:51:19.0383344Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:19.0383729Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:51:19.0384086Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:51:19.0384515Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:51:19.0384813Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:51:19.0385177Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:19.0385542Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:51:19.0385890Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:51:19.0386255Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:19.0386648Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:19.0387039Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:51:19.0387402Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:51:19.0387754Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:51:19.0388400Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:51:19.0388817Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:19.0389194Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:51:19.0389559Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:19.0389914Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:51:19.0390298Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:19.0390680Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:51:19.0391024Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:51:19.0391393Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:19.0391893Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:19.0392278Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:51:19.0392652Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:19.0393026Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:51:19.0393406Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:19.0393802Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:19.0394222Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:19.0394619Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:51:19.0394986Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:51:19.0395330Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:51:19.0395671Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:51:19.0396094Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:19.0396592Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:19.0397084Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:19.0397571Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:19.0398186Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:19.0398616Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:51:19.0398992Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:19.0399376Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:19.0399762Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:19.0400145Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:19.0400518Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:19.0400898Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:19.0401383Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:51:19.0401771Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:19.0402205Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:19.0402636Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:19.0403008Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:51:19.0403405Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:19.0403821Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:19.0404201Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:51:19.0404552Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:51:19.0404937Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:19.0405387Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:19.0405816Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:51:19.0406214Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:19.0406609Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:51:19.0406926Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:51:19.0407200Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:51:19.0407549Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:51:19.0408337Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:51:19.2565525Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:51:19.4234403Z Collecting meson
2025-08-20T21:51:19.5041051Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:51:19.5351981Z Collecting ninja
2025-08-20T21:51:19.5545393Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:51:19.5776841Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:51:19.6618946Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 21.2 MB/s  0:00:00
2025-08-20T21:51:19.6807901Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:51:19.7728490Z Installing collected packages: ninja, meson
2025-08-20T21:51:20.4795249Z 
2025-08-20T21:51:20.4823932Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:51:20.7669673Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:51:20.8719615Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:51:20.9292687Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:51:21.3926608Z 1.8.4
2025-08-20T21:51:21.4173171Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:51:21.4427012Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:21.4427645Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:51:21.4429840Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:51:21.4430511Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:51:21.4431168Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:51:21.4431810Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:51:21.4432439Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:51:21.4433095Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:51:21.4433696Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:51:21.4434258Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:51:21.4435134Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:21.4435797Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:51:21.4436458Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:21.4437158Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:51:21.4437828Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:51:21.4438760Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:21.4439206Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:51:21.4439589Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:51:21.4439983Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:21.4440443Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:21.4440888Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:21.4441266Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:21.4441677Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:21.4442077Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:51:21.4442428Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:51:21.4442811Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:21.4443241Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:21.4443643Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:21.4444300Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:21.4444712Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:21.4445124Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:21.4445533Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:21.4445947Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:51:21.4446351Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:21.4446789Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:21.4447224Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:21.4447615Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:21.4448194Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:51:21.4448625Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:21.4449042Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:21.4449481Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:21.4449874Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:51:21.4450251Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:21.4450692Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:21.4451154Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:21.4451611Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:21.4452104Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:21.4452547Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:21.4452972Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:21.4453383Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:21.4453908Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:21.4454313Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:21.4454704Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:21.4455069Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:51:21.4455425Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:51:21.4455789Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:51:21.4456105Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:51:21.4456449Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:51:21.4456852Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:21.4457219Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:51:21.4457624Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:21.4458229Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:21.4458648Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:21.4459049Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:21.4459465Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:21.4459887Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:21.4460279Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:21.4460783Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:51:21.4461203Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:51:21.4461659Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:21.4462150Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:21.4462612Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:51:21.4463020Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:21.4463397Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:51:21.4463777Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:21.4464167Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:51:21.4464594Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:21.4465079Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:21.4465566Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:21.4466052Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:21.4466482Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:21.4466868Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:21.4467247Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:21.4467643Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:21.4468227Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:51:21.4468605Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:21.4469024Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:21.4469435Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:51:21.4469808Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:51:21.4470302Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:21.4470697Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:21.4471088Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:21.4471450Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:51:21.4471809Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:51:21.4472188Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:21.4472561Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:51:21.4472910Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:51:21.4473283Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:21.4473653Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:51:21.4474007Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:51:21.4474381Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:51:21.4474739Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:51:21.4475091Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:21.4475451Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:21.4475831Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:21.4476219Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:21.4476599Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:21.4477080Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:21.4477449Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:51:21.4477832Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:21.4478601Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:21.4479090Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:51:21.4479412Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:51:21.4479764Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:51:21.4480106Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:51:21.4480455Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:51:21.4480807Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:51:21.4481152Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:51:21.4481515Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:21.4481897Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:51:21.4482321Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:21.4482758Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:21.4483149Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:51:21.4483527Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:21.4483904Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:21.4484284Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:51:21.4484680Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:21.4485077Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:51:21.4485449Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:51:21.4485833Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:21.4486232Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:21.4486787Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:21.4487205Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:51:21.4487584Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:51:21.4488117Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:51:21.4488545Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:21.4488942Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:51:21.4489330Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:21.4489706Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:21.4490090Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:21.4490498Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:21.4490877Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:51:21.4491227Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:51:21.4491526Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:51:21.4491842Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:21.4492224Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:51:21.4492614Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:21.4493004Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:51:21.4493364Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:51:21.4493848Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:51:21.4494223Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:51:21.4494563Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:51:21.4494897Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:51:21.4495308Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:21.4495745Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:51:21.4496134Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:21.4496498Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:51:21.4496890Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:21.4497305Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:51:21.4497721Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:21.4498288Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:21.4498644Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:51:21.4499001Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:21.4499419Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:21.4499845Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:51:21.4500250Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:51:21.4500606Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:51:21.4500943Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:51:21.4501324Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:51:21.4501696Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:51:21.4502122Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:21.4502584Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:21.4503118Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:51:21.4503484Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:51:21.4503822Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:51:21.4504165Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:51:21.4504605Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:21.4505107Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:21.4505542Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:51:21.4505911Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:51:21.4506374Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:21.4506911Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:21.4507405Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:21.4507833Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:51:21.4508397Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:51:21.4508777Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:21.4509182Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:21.4509592Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:21.4509987Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:21.4510472Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:51:21.4510845Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:21.4511232Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:21.4511630Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:21.4512018Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:21.4512404Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:21.4512787Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:21.4513165Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:21.4513582Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:21.4514029Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:21.4514453Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:51:21.4514817Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:51:21.4515183Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:51:21.4515577Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:51:21.4515947Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:21.4516317Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:51:21.4516688Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:51:21.4517069Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:51:21.4517480Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:21.4518107Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:21.4518820Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:21.4519217Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:21.4519599Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:51:21.4520099Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:51:21.4520463Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:51:21.4520824Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:51:21.4521197Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:21.4521573Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:51:21.4522014Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:21.4522484Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:21.4522937Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:21.4523457Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:21.4523957Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:51:21.4524446Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:21.4524931Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:21.4525355Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:51:21.4525710Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:51:21.4526063Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:51:21.4526433Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:21.4526801Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:51:21.4527259Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:51:21.4527630Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:21.4528168Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:51:21.4528552Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:21.4528926Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:51:21.4529295Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:51:21.4529683Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:21.4530054Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:51:21.4530460Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:21.4530890Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:21.4531275Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:51:21.4531639Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:21.4532042Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:21.4532410Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:51:21.4532757Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:21.4533096Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:51:21.4533452Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:21.4533838Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:51:21.4534204Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:51:21.4534589Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:51:21.4534949Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:51:21.4535265Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:51:21.4535719Z 	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:51:21.4536236Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:51:21.4536726Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:51:21.4537093Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:21.4537450Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:51:21.4537847Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:21.4538446Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:21.4538864Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:21.4539294Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:21.4539695Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:21.4540088Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:51:21.4540496Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:21.4540904Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:21.4541287Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:51:21.4541710Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:21.4542196Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:21.4542678Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:21.4543116Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:21.4543631Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:21.4544030Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:21.4544491Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:21.4544971Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:21.4545369Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:51:21.4545793Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:21.4546234Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:21.4546631Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:51:21.4546983Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:51:21.4547338Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:51:21.4547719Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:51:21.4548265Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:21.4548627Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:51:21.4548987Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:51:21.4549394Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:21.4549766Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:21.4550125Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:51:21.4550487Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:51:21.4550832Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:51:21.4551199Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:21.4551581Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:21.4551944Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:51:21.4552293Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:21.4552639Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:51:21.4553120Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:21.4553495Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:51:21.4553845Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:51:21.4554193Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:51:21.4554562Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:51:21.4554906Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:51:21.4555272Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:21.4555696Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:21.4556100Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:51:21.4556456Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:51:21.4556830Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:21.4557255Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:21.4557643Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:51:21.4558169Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:51:21.4558537Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:51:21.4558886Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:51:21.4559180Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:51:21.4559476Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:51:21.4559817Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:51:21.4560326Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:21.4560692Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:51:21.4561051Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:51:21.4561399Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:51:21.4561736Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:51:21.4562112Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:21.4562520Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:21.4562910Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:21.4563297Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:21.4563688Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:21.4564151Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:21.4564740Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:21.4565566Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:21.4566291Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:21.4566907Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:21.4567538Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:21.4577100Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:21.4577725Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:21.4578590Z 	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:51:21.4579165Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:21.4579658Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:21.4580287Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:51:21.4580652Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:51:21.4581023Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:21.4581387Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:21.4581764Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:21.4582148Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:51:21.4582542Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:21.4582933Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:51:21.4583310Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:21.4583695Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:51:21.4584066Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:51:21.4584440Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:21.4584817Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:51:21.4585211Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:21.4585601Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:51:21.4586010Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:21.4586421Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:21.4586781Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:51:21.4587280Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:21.4587696Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:21.4588277Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:21.4588714Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:21.4589145Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:21.4589509Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:51:21.4589876Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:21.4590253Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:21.4590611Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:51:21.4590990Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:21.4591374Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:51:21.4591749Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:51:21.4592129Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:51:21.4592489Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:51:21.4592843Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:51:21.4593378Z 	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:51:21.4594087Z 	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:51:21.4594756Z 	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:51:21.4595418Z 	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:51:21.4595935Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:21.4596311Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:21.4596798Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:51:21.4597169Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:21.4597536Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:51:21.4597887Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:51:21.4598483Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:21.4598865Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:51:21.4599231Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:51:21.4599609Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:51:21.4599982Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:51:21.4600348Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:51:21.4600732Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:51:21.4601133Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:51:21.4601524Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:51:21.4601909Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:21.4602293Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:51:21.4602674Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:51:21.4603044Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:51:21.4603421Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:51:21.4603918Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:51:21.4604301Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:51:21.4604697Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:51:21.4605082Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:51:21.4605471Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:21.4605856Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:51:21.4606231Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:21.4606647Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:21.4607069Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:21.4607462Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:51:21.4607896Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:21.4608502Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:21.4608908Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:21.4609274Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:51:21.4609639Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:51:21.4610026Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:21.4610425Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:21.4610816Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:51:21.4611185Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:51:21.4611563Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:21.4612025Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:21.4612491Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:21.4613003Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:21.4613399Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:21.4613844Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:21.4614280Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:21.4614744Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:21.4615224Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:21.4615654Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:21.4616093Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:21.4616485Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:51:21.4616872Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:21.4617288Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:21.4617668Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:51:21.4618138Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:21.4618540Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:21.4618933Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:51:21.4619328Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:21.4619736Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:21.4620232Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:21.4620610Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:51:21.4620968Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:51:21.4621321Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:51:21.4621706Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:21.4622112Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:21.4622554Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:21.4622996Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:21.4623384Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:21.4623815Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:21.4624235Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:21.4624631Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:21.4625026Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:21.4625396Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:51:21.4625751Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:51:21.4626135Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:21.4626517Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:21.4626885Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:21.4627210Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:51:21.4627519Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:51:21.4627869Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:51:21.4628516Z 	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:51:21.4629028Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:21.4629517Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:21.4629877Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:21.4630266Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:21.4630667Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:21.4631065Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:21.4631456Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:51:21.4631858Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:21.4632255Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:51:21.4632617Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:51:21.4632978Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:51:21.4633338Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:51:21.4633709Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:21.4634132Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:21.4634555Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:21.4634940Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:51:21.4635350Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:21.4635781Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:21.4636272Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:21.4636637Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:51:21.4636985Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:51:21.4637341Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:21.4637705Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:21.4638200Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:21.4638591Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:21.4638994Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:21.4639441Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:21.4639862Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:51:21.4640265Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:21.4640642Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:51:21.4641018Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:21.4641397Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:51:21.4641760Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:51:21.4642123Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:51:21.4642557Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:21.4643038Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:21.4643446Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:51:21.4643820Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:51:21.4644186Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:21.4644589Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:21.4644977Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:51:21.4645466Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:51:21.4645858Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:21.4646230Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:51:21.4646578Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:51:21.4646929Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:51:21.4647318Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:21.4647727Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:51:21.4648197Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:51:21.4648580Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:51:21.4649015Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:21.4649467Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:51:21.4649879Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:21.4650262Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:51:21.4650770Z 	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:51:21.4651274Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:51:21.4651579Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:51:21.4651917Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:21.4652322Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:51:21.4652887Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:21.4653436Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:21.4654024Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:21.4654624Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:21.4655269Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:21.4655904Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:21.4656524Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:21.4657145Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:21.4657724Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:21.4658301Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:21.4658741Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:21.4659169Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:51:21.4659586Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:21.4660045Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:21.4660470Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:21.4660847Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:51:21.4661204Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:21.4661577Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:21.4661947Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:51:21.4662347Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:21.4662901Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:51:21.4663269Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:51:21.4663655Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:21.4664126Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:51:21.4664608Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:51:21.4665083Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:21.4665558Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:21.4666036Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:21.4666507Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:21.4666953Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:51:21.4667367Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:51:21.4667773Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:21.4668280Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:21.4668684Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:21.4669081Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:51:21.4669506Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:21.4670040Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:21.4670427Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:51:21.4670803Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:21.4671176Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:51:21.4671548Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:21.4671977Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:21.4672413Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:51:21.4672807Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:21.4673207Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:21.4673620Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:21.4674065Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:21.4674502Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:21.4674923Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:21.4675312Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:51:21.4675682Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:21.4676063Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:51:21.4676422Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:51:21.4676787Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:21.4677175Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:21.4677569Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:51:21.4678087Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:21.4678556Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:21.4678967Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:51:21.4679483Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:21.4679875Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:51:21.4680173Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:51:21.4680489Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:51:21.4680865Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:21.4681250Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:21.4681630Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:51:21.4682014Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:21.4682436Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:21.4682876Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:21.4683292Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:51:21.4683672Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:21.4684062Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:51:21.4684596Z 	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:51:21.4685168Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:21.4685602Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:51:21.4686034Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:21.4686569Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:21.4686986Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:21.4687374Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:21.4687760Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:21.4688228Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:21.4688618Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:21.4689009Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:21.4689375Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:21.4689753Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:21.4690147Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:21.4690515Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:51:21.4690916Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:21.4691365Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:21.4691786Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:51:21.4692154Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:51:21.4692520Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:51:21.4692897Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:51:21.4693261Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:51:21.4693623Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:21.4694042Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:21.4694486Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:21.4694882Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:51:21.4695266Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:51:21.4695770Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:51:21.4696141Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:51:21.4696509Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:51:21.4696878Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:51:21.4697271Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:51:21.4697706Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:21.4698244Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:21.4698666Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:21.4699056Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:21.4699448Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:51:21.4699863Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:21.4700240Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:51:21.4700586Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:51:21.4700895Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:51:21.4701190Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:51:21.4701551Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:21.4701915Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:51:21.4702369Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:51:21.4702739Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:21.4703129Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:21.4703511Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:51:21.4703866Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:51:21.4704203Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:51:21.4704569Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:51:21.4704957Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:21.4705323Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:51:21.4705679Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:21.4706027Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:51:21.4706406Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:21.4706784Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:51:21.4707127Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:51:21.4707495Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:21.4707873Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:21.4708338Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:51:21.4708700Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:21.4709086Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:51:21.4709476Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:21.4709879Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:21.4710299Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:21.4710701Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:51:21.4711048Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:51:21.4711512Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:51:21.4711855Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:51:21.4712272Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:21.4712762Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:21.4713222Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:21.4713687Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:21.4714175Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:21.4714614Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:51:21.4714993Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:21.4715373Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:21.4715756Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:21.4716134Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:21.4716510Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:21.4716881Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:21.4717244Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:51:21.4717629Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:21.4718161Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:21.4718696Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:21.4719070Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:51:21.4719464Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:21.4719879Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:21.4720250Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:51:21.4720593Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:51:21.4720981Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:21.4721428Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:21.4721845Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:51:21.4722248Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:21.4722648Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:51:21.4722969Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:51:21.4723241Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:51:21.4723590Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:51:21.4724069Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:51:22.0678536Z info: downloading installer (https://install.determinate.systems/nix/tag/v3.8.5/nix-installer-x86_64-linux)
2025-08-20T21:51:22.9276907Z  INFO nix-installer v3.8.5
2025-08-20T21:51:23.3016286Z [2m[33m`nix-installer` needs to run as `root`, attempting to escalate now via `sudo`...[39m[0m
2025-08-20T21:51:23.3126958Z  INFO nix-installer v3.8.5
2025-08-20T21:51:23.8291567Z  INFO Step: Create directory `/nix`
2025-08-20T21:51:23.8292986Z  INFO Step: Provision Nix
2025-08-20T21:51:25.9075075Z  INFO Step: Create build users (UID 30001-30032) and group (GID 30000)
2025-08-20T21:51:26.5895881Z  INFO Step: Configure Nix
2025-08-20T21:51:26.8392821Z  INFO Step: Create directory `/etc/tmpfiles.d`
2025-08-20T21:51:26.8393288Z  INFO Step: Configure upstream Nix daemon service
2025-08-20T21:51:26.8393886Z  INFO Step: Remove directory `/nix/temp-install-dir`
2025-08-20T21:51:26.9988203Z  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-1755726686841\\\"; 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-1755726686841'\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-1755726686960\\\"; 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-1755726686960'\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:51:27.0455876Z [1m[32mNix was installed successfully![39m[0m
2025-08-20T21:51:27.0456561Z 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:51:27.0456966Z 
2025-08-20T21:51:27.1383900Z root    ALL=(ALL:ALL) ALL
2025-08-20T21:51:27.1626140Z nix (Nix) 2.30.2
2025-08-20T21:51:27.2075132Z nixedge https://nixos.org/channels/nixos-unstable
2025-08-20T21:51:28.0215397Z unpacking 1 channels...
2025-08-20T21:51:44.6913506Z user   flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
2025-08-20T21:51:44.6914121Z global flake:agda github:agda/agda
2025-08-20T21:51:44.6914559Z global flake:arion github:hercules-ci/arion
2025-08-20T21:51:44.6915084Z global flake:blender-bin github:edolstra/nix-warez?dir=blender
2025-08-20T21:51:44.6915451Z global flake:bundlers github:NixOS/bundlers
2025-08-20T21:51:44.6915954Z global flake:cachix github:cachix/cachix
2025-08-20T21:51:44.6916408Z global flake:composable github:ComposableFi/composable
2025-08-20T21:51:44.6916743Z global flake:disko github:nix-community/disko
2025-08-20T21:51:44.6917061Z global flake:dreampkgs github:nix-community/dreampkgs
2025-08-20T21:51:44.6917387Z global flake:dwarffs github:edolstra/dwarffs
2025-08-20T21:51:44.6917715Z global flake:emacs-overlay github:nix-community/emacs-overlay
2025-08-20T21:51:44.6918470Z global flake:fenix github:nix-community/fenix
2025-08-20T21:51:44.6918806Z global flake:flake-parts github:hercules-ci/flake-parts
2025-08-20T21:51:44.6919233Z global flake:flake-utils github:numtide/flake-utils
2025-08-20T21:51:44.6919626Z global flake:helix github:helix-editor/helix
2025-08-20T21:51:44.6919984Z global flake:hercules-ci-agent github:hercules-ci/hercules-ci-agent
2025-08-20T21:51:44.6920430Z global flake:hercules-ci-effects github:hercules-ci/hercules-ci-effects
2025-08-20T21:51:44.6920855Z global flake:home-manager github:nix-community/home-manager
2025-08-20T21:51:44.6921182Z global flake:hydra github:NixOS/hydra
2025-08-20T21:51:44.6921461Z global flake:mach-nix github:DavHau/mach-nix
2025-08-20T21:51:44.6921889Z global flake:ngipkgs github:ngi-nix/ngipkgs
2025-08-20T21:51:44.6922163Z global flake:nickel github:tweag/nickel
2025-08-20T21:51:44.6922645Z global flake:nix github:NixOS/nix
2025-08-20T21:51:44.6922927Z global flake:nix-darwin github:nix-darwin/nix-darwin
2025-08-20T21:51:44.6923243Z global flake:nix-serve github:edolstra/nix-serve
2025-08-20T21:51:44.6923710Z global flake:nixops github:NixOS/nixops
2025-08-20T21:51:44.6924261Z global flake:nixos-anywhere github:nix-community/nixos-anywhere
2025-08-20T21:51:44.6924641Z global flake:nixos-hardware github:NixOS/nixos-hardware
2025-08-20T21:51:44.6924978Z global flake:nixos-homepage github:NixOS/nixos-homepage
2025-08-20T21:51:44.6925301Z global flake:nixos-search github:NixOS/nixos-search
2025-08-20T21:51:44.6925640Z global flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
2025-08-20T21:51:44.6925961Z global flake:nur github:nix-community/NUR
2025-08-20T21:51:44.6926241Z global flake:patchelf github:NixOS/patchelf
2025-08-20T21:51:44.6926549Z global flake:poetry2nix github:nix-community/poetry2nix
2025-08-20T21:51:44.6926882Z global flake:pridefetch github:SpyHoodle/pridefetch
2025-08-20T21:51:44.6927190Z global flake:sops-nix github:Mic92/sops-nix
2025-08-20T21:51:44.6927479Z global flake:systems github:nix-systems/default
2025-08-20T21:51:44.6927774Z global flake:templates github:NixOS/templates
2025-08-20T21:52:15.5789512Z {"/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:52:16.1878939Z these 2 paths will be fetched (1.35 MiB download, 7.15 MiB unpacked):
2025-08-20T21:52:16.1879740Z   /nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T21:52:16.1880474Z   /nix/store/q1qsj9zr3r5hxpp2nb1ks2zblp8ixckc-ncurses-static-x86_64-unknown-linux-musl-6.5
2025-08-20T21:52:16.1887236Z copying path '/nix/store/q1qsj9zr3r5hxpp2nb1ks2zblp8ixckc-ncurses-static-x86_64-unknown-linux-musl-6.5' from 'https://cache.nixos.org'...
2025-08-20T21:52:16.4635153Z copying path '/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:52:16.5107559Z /nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T21:52:16.6575564Z nix (Nix) 2.30.2
2025-08-20T21:52:16.6806523Z nixedge https://nixos.org/channels/nixos-unstable
2025-08-20T21:52:16.7049224Z unpacking 1 channels...
2025-08-20T21:52:17.2655420Z info: downloading installer
2025-08-20T21:52:17.6510099Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:52:17.6510523Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:52:17.6510943Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:52:17.6511417Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:52:17.6678613Z info: profile set to 'default'
2025-08-20T21:52:17.6678969Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:52:17.6679584Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:52:17.7356364Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:52:17.7560813Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:52:17.7561331Z 
2025-08-20T21:52:17.7652391Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:52:17.7652948Z 
2025-08-20T21:52:17.7652952Z 
2025-08-20T21:52:17.7653084Z Rust is installed now. Great!
2025-08-20T21:52:17.7653324Z 
2025-08-20T21:52:17.7653631Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:52:17.7654374Z environment variable. This has not been done automatically.
2025-08-20T21:52:17.7654693Z 
2025-08-20T21:52:17.7654910Z To configure your current shell, you need to source
2025-08-20T21:52:17.7655454Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:52:17.7655788Z 
2025-08-20T21:52:17.7656101Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:52:17.7657092Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:52:17.7657660Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:52:17.7658196Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:52:17.7805587Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:52:17.8135061Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:52:17.8135622Z 
2025-08-20T21:52:17.8227593Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:52:17.8228289Z 
2025-08-20T21:52:17.8720703Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:52:17.9486907Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:52:17.9747798Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:52:17.9748684Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:52:17.9749286Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:52:17.9749938Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:52:17.9750608Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:52:17.9751264Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:52:17.9751952Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:52:17.9752601Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:52:17.9753229Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:52:17.9753815Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:52:17.9754446Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:52:17.9755129Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:52:17.9755806Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:52:17.9756515Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:52:17.9757214Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:52:17.9758144Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:52:17.9759150Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:52:17.9759794Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:52:17.9760479Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:52:17.9761270Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:52:17.9762069Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:52:17.9762760Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:52:17.9763509Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:52:17.9764229Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:52:17.9764611Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:52:17.9765025Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:52:17.9765483Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:52:17.9765916Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:52:17.9766316Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:52:17.9766730Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:52:17.9767163Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:52:17.9767583Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:52:17.9768230Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:52:17.9768678Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:52:17.9769328Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:52:17.9769777Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:52:17.9770187Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:52:17.9770585Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:52:17.9770990Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:52:17.9771410Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:52:17.9771825Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:52:17.9772223Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:52:17.9772610Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:52:17.9773074Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:52:17.9773539Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:52:17.9774034Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:52:17.9774890Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:52:17.9775686Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:52:17.9776430Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:52:17.9777184Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:52:17.9777609Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:52:17.9778727Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:52:17.9779161Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:52:17.9779542Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:52:17.9779901Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:52:17.9780263Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:52:17.9780751Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:52:17.9781092Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:52:17.9781489Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:52:17.9781862Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:52:17.9782264Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:52:17.9782697Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:52:17.9783108Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:52:17.9783509Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:52:17.9783926Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:52:17.9784353Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:52:17.9784750Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:52:17.9785141Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:52:17.9785555Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:52:17.9786012Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:52:17.9786500Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:52:17.9786967Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:52:17.9787377Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:52:17.9787867Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:52:17.9789261Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:52:17.9789672Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:52:17.9790118Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:52:17.9790606Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:52:17.9791266Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:52:17.9791762Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:52:17.9792390Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:52:17.9793117Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:52:17.9793820Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:52:17.9794561Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:52:17.9795092Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:52:17.9795482Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:52:17.9795901Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:52:17.9796317Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:52:17.9796696Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:52:17.9797071Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:52:17.9797470Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:52:17.9797868Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:52:17.9798436Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:52:17.9798806Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:52:17.9799197Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:52:17.9799578Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:52:17.9800085Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:52:17.9800461Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:52:17.9800830Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:52:17.9801181Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:52:17.9801560Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:52:17.9801919Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:52:17.9802272Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:52:17.9802643Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:52:17.9803025Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:52:17.9803419Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:52:17.9803804Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:52:17.9804171Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:52:17.9804532Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:52:17.9804918Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:52:17.9805312Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:52:17.9805649Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:52:17.9805974Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:52:17.9806327Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:52:17.9806783Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:52:17.9807137Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:52:17.9807493Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:52:17.9807839Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:52:17.9808492Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:52:17.9809051Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:52:17.9809565Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:52:17.9810310Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:52:17.9811009Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:52:17.9811663Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:52:17.9812331Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:52:17.9813035Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:52:17.9813752Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:52:17.9814501Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:52:17.9814958Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:52:17.9815341Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:52:17.9815749Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:52:17.9816183Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:52:17.9816605Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:52:17.9816985Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:52:17.9817369Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:52:17.9817769Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:52:17.9818373Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:52:17.9818930Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:52:17.9819308Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:52:17.9819699Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:52:17.9820097Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:52:17.9820471Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:52:17.9820831Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:52:17.9821135Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:52:17.9821452Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:52:17.9821844Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:52:17.9822235Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:52:17.9822626Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:52:17.9822994Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:52:17.9823358Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:52:17.9823727Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:52:17.9824069Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:52:17.9824400Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:52:17.9824815Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:52:17.9825253Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:52:17.9825757Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:52:17.9826148Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:52:17.9826524Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:52:17.9826930Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:52:17.9827340Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:52:17.9827746Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:52:17.9828306Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:52:17.9828660Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:52:17.9829077Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:52:17.9829499Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:52:17.9830067Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:52:17.9830435Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:52:17.9830797Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:52:17.9831488Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:52:17.9832179Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:52:17.9832934Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:52:17.9833689Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:52:17.9834116Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:52:17.9834486Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:52:17.9834830Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:52:17.9835183Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:52:17.9835631Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:52:17.9836127Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:52:17.9836564Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:52:17.9837095Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:52:17.9837561Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:52:17.9838307Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:52:17.9838813Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:52:17.9839243Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:52:17.9839597Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:52:17.9839979Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:52:17.9840383Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:52:17.9840877Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:52:17.9852777Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:52:17.9853553Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:52:17.9854254Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:52:17.9854709Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:52:17.9855124Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:52:17.9855546Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:52:17.9856105Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:52:17.9856522Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:52:17.9857087Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:52:17.9857568Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:52:17.9858263Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:52:17.9859004Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:52:17.9859679Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:52:17.9860339Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:52:17.9861066Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:52:17.9861473Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:52:17.9861853Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:52:17.9862233Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:52:17.9862635Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:52:17.9863052Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:52:17.9863515Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:52:17.9863959Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:52:17.9864360Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:52:17.9864747Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:52:17.9865123Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:52:17.9865492Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:52:17.9865857Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:52:17.9866233Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:52:17.9866615Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:52:17.9867056Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:52:17.9867529Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:52:17.9868386Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:52:17.9868904Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:52:17.9869404Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:52:17.9869889Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:52:17.9870371Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:52:17.9870803Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:52:17.9871166Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:52:17.9871526Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:52:17.9871897Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:52:17.9872275Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:52:17.9872628Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:52:17.9872993Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:52:17.9873365Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:52:17.9873741Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:52:17.9874116Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:52:17.9874488Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:52:17.9874879Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:52:17.9875378Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:52:17.9875795Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:52:17.9876375Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:52:17.9876850Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:52:17.9877219Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:52:17.9877869Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:52:17.9878700Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:52:17.9879338Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:52:17.9879949Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:52:17.9880571Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:52:17.9880973Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:52:17.9881348Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:52:17.9881738Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:52:17.9882138Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:52:17.9882533Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:52:17.9882991Z 	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:52:17.9883502Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:52:17.9883867Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:52:17.9884242Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:52:17.9884786Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:52:17.9885505Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:52:17.9886271Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:52:17.9887051Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:52:17.9888313Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:52:17.9889054Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:52:17.9889772Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:52:17.9890514Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:52:17.9891232Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:52:17.9891912Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:52:17.9892525Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:52:17.9893035Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:52:17.9893528Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:52:17.9893971Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:52:17.9894373Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:52:17.9894781Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:52:17.9895259Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:52:17.9895738Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:52:17.9896137Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:52:17.9896561Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:52:17.9897140Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:52:17.9897553Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:52:17.9897914Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:52:17.9898503Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:52:17.9898882Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:52:17.9899265Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:52:17.9899635Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:52:17.9899991Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:52:17.9900370Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:52:17.9900742Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:52:17.9901103Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:52:17.9901477Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:52:17.9901824Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:52:17.9902188Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:52:17.9902576Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:52:17.9902939Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:52:17.9903292Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:52:17.9903641Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:52:17.9904000Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:52:17.9904361Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:52:17.9904713Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:52:17.9905061Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:52:17.9905435Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:52:17.9905786Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:52:17.9906151Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:52:17.9906705Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:52:17.9907110Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:52:17.9907469Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:52:17.9907839Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:52:17.9908430Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:52:17.9908819Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:52:17.9909169Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:52:17.9909526Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:52:17.9909875Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:52:17.9910171Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:52:17.9910469Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:52:17.9910820Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:52:17.9911168Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:52:17.9911527Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:52:17.9911877Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:52:17.9912219Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:52:17.9912558Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:52:17.9912934Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:52:17.9913343Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:52:17.9913846Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:52:17.9914238Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:52:17.9914621Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:52:17.9915026Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:52:17.9915518Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:52:17.9916125Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:52:17.9916738Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:52:17.9917272Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:52:17.9917741Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:52:17.9918416Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:52:17.9918931Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:52:17.9919547Z 	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:52:17.9920104Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:52:17.9920587Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:52:17.9921026Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:52:17.9921384Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:52:17.9921747Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:52:17.9922108Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:52:17.9922489Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:52:17.9922869Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:52:17.9923374Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:52:17.9923751Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:52:17.9924123Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:52:17.9924495Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:52:17.9924858Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:52:17.9925221Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:52:17.9925584Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:52:17.9925967Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:52:17.9926352Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:52:17.9926757Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:52:17.9927153Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:52:17.9927511Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:52:17.9927895Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:52:17.9928503Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:52:17.9928911Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:52:17.9929342Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:52:17.9929758Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:52:17.9930121Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:52:17.9930612Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:52:17.9930990Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:52:17.9931346Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:52:17.9931726Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:52:17.9932108Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:52:17.9932478Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:52:17.9932852Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:52:17.9933216Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:52:17.9933564Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:52:17.9934097Z 	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:52:17.9934801Z 	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:52:17.9935467Z 	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:52:17.9936117Z 	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:52:17.9936627Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:52:17.9936995Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:52:17.9937355Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:52:17.9937720Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:52:17.9938277Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:52:17.9938636Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:52:17.9939002Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:52:17.9939378Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:52:17.9939870Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:52:17.9940237Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:52:17.9940607Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:52:17.9940971Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:52:17.9941349Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:52:17.9941753Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:52:17.9942141Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:52:17.9942525Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:52:17.9942920Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:52:17.9943312Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:52:17.9943685Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:52:17.9944064Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:52:17.9944425Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:52:17.9944799Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:52:17.9945194Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:52:17.9945580Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:52:17.9945970Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:52:17.9946353Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:52:17.9946838Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:52:17.9947258Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:52:17.9947681Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:52:17.9948361Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:52:17.9948795Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:52:17.9949246Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:52:17.9949642Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:52:17.9949998Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:52:17.9950366Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:52:17.9950752Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:52:17.9951158Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:52:17.9951549Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:52:17.9951916Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:52:17.9952297Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:52:17.9952756Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:52:17.9953213Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:52:17.9953601Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:52:17.9953997Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:52:17.9954439Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:52:17.9954877Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:52:17.9955342Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:52:17.9955818Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:52:17.9956372Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:52:17.9956796Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:52:17.9957188Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:52:17.9957611Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:52:17.9958209Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:52:17.9958598Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:52:17.9958970Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:52:17.9959374Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:52:17.9959773Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:52:17.9960171Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:52:17.9960589Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:52:17.9960975Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:52:17.9961342Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:52:17.9961695Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:52:17.9962045Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:52:17.9962426Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:52:17.9962837Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:52:17.9963409Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:52:17.9963858Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:52:17.9964249Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:52:17.9964680Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:52:17.9965094Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:52:17.9965494Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:52:17.9965891Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:52:17.9966245Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:52:17.9966602Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:52:17.9966983Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:52:17.9967370Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:52:17.9967734Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:52:17.9968251Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:52:17.9968571Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:52:17.9968917Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:52:17.9969409Z 	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:52:17.9969910Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:52:17.9970293Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:52:17.9970667Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:52:17.9971066Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:52:17.9971478Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:52:17.9971880Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:52:17.9972273Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:52:17.9972799Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:52:17.9973201Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:52:17.9973565Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:52:17.9973923Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:52:17.9974279Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:52:17.9974649Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:52:17.9975062Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:52:17.9975480Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:52:17.9975865Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:52:17.9976275Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:52:17.9976708Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:52:17.9977091Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:52:17.9977454Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:52:17.9977797Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:52:17.9978351Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:52:17.9978720Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:52:17.9979090Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:52:17.9979480Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:52:17.9980040Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:52:17.9980498Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:52:17.9980988Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:52:17.9981361Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:52:17.9981736Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:52:17.9982120Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:52:17.9982496Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:52:17.9982865Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:52:17.9983229Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:52:17.9983668Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:52:17.9984153Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:52:17.9984563Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:52:17.9984924Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:52:17.9985292Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:52:17.9985684Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:52:17.9986064Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:52:17.9986426Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:52:17.9986810Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:52:17.9987182Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:52:17.9987522Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:52:17.9987872Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:52:17.9988561Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:52:17.9988976Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:52:17.9989485Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:52:17.9989861Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:52:17.9990295Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:52:17.9990719Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:52:17.9991131Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:52:17.9991518Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:52:17.9992027Z 	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:52:17.9992539Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:52:17.9992844Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:52:17.9993191Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:52:17.9993597Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:52:17.9994017Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:52:17.9994532Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:52:17.9995109Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:52:17.9995714Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:52:17.9996406Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:52:17.9997147Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:52:17.9997782Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:52:17.9998603Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:52:17.9999173Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:52:17.9999651Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:52:18.0000088Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:52:18.0000512Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:52:18.0000925Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:52:18.0001386Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:52:18.0001809Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:52:18.0002176Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:52:18.0002541Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:52:18.0002910Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:52:18.0003280Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:52:18.0003690Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:52:18.0004095Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:52:18.0004447Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:52:18.0004830Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:52:18.0005287Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:52:18.0005764Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:52:18.0006234Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:52:18.0006831Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:52:18.0007300Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:52:18.0007765Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:52:18.0008477Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:52:18.0008890Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:52:18.0009295Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:52:18.0009697Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:52:18.0010104Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:52:18.0010502Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:52:18.0010931Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:52:18.0011347Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:52:18.0011727Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:52:18.0012101Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:52:18.0012471Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:52:18.0012838Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:52:18.0013271Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:52:18.0013697Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:52:18.0014208Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:52:18.0014612Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:52:18.0015033Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:52:18.0015474Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:52:18.0015909Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:52:18.0016328Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:52:18.0016714Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:52:18.0017079Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:52:18.0017474Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:52:18.0017834Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:52:18.0018436Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:52:18.0018832Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:52:18.0019223Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:52:18.0019632Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:52:18.0020087Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:52:18.0020494Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:52:18.0020895Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:52:18.0021284Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:52:18.0021583Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:52:18.0021895Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:52:18.0022272Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:52:18.0022658Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:52:18.0023037Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:52:18.0023544Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:52:18.0023960Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:52:18.0024393Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:52:18.0024797Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:52:18.0025174Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:52:18.0025560Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:52:18.0026099Z 	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:52:18.0026667Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:52:18.0027106Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:52:18.0027536Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:52:18.0028121Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:52:18.0028660Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:52:18.0029053Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:52:18.0029433Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:52:18.0029804Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:52:18.0030191Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:52:18.0030708Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:52:18.0031086Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:52:18.0031514Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:52:18.0031910Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:52:18.0032271Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:52:18.0032668Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:52:18.0033119Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:52:18.0033532Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:52:18.0033898Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:52:18.0034263Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:52:18.0034641Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:52:18.0035009Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:52:18.0035368Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:52:18.0035789Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:52:18.0036225Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:52:18.0036614Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:52:18.0036997Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:52:18.0037384Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:52:18.0037753Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:52:18.0038227Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:52:18.0038603Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:52:18.0038990Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:52:18.0039424Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:52:18.0039983Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:52:18.0040391Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:52:18.0040781Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:52:18.0041174Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:52:18.0041588Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:52:18.0041963Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:52:18.0042309Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:52:18.0042621Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:52:18.0042915Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:52:18.0043274Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:52:18.0043638Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:52:18.0043973Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:52:18.0044335Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:52:18.0044721Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:52:18.0045100Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:52:18.0045452Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:52:18.0045793Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:52:18.0046160Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:52:18.0046698Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:52:18.0047071Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:52:18.0047428Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:52:18.0047779Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:52:18.0048293Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:52:18.0048667Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:52:18.0049008Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:52:18.0049371Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:52:18.0049753Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:52:18.0050123Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:52:18.0050490Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:52:18.0050857Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:52:18.0051227Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:52:18.0051623Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:52:18.0052040Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:52:18.0052435Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:52:18.0052778Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:52:18.0053120Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:52:18.0053466Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:52:18.0053886Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:52:18.0054377Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:52:18.0054840Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:52:18.0055308Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:52:18.0055915Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:52:18.0056342Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:52:18.0056714Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:52:18.0057096Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:52:18.0057473Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:52:18.0057879Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:52:18.0058397Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:52:18.0058789Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:52:18.0059154Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:52:18.0059535Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:52:18.0059972Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:52:18.0060391Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:52:18.0060762Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:52:18.0061160Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:52:18.0061577Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:52:18.0061950Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:52:18.0062296Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:52:18.0062793Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:52:18.0063261Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:52:18.0063676Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:52:18.0064080Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:52:18.0064480Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:52:18.0064800Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:52:18.0065073Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:52:18.0065415Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:52:18.0065885Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:52:18.0066204Z 
2025-08-20T21:52:18.0066208Z 
2025-08-20T21:52:18.0066574Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:52:17 PM)
2025-08-20T21:52:18.0066952Z 
2025-08-20T21:52:18.0066956Z 
2025-08-20T21:52:18.0066959Z 
2025-08-20T21:52:18.0067039Z [+] Continue : YES
2025-08-20T21:52:18.0067153Z 
2025-08-20T21:52:18.0067395Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:52:18.0868948Z 
2025-08-20T21:52:18.0869519Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:52:18 PM) UTC
2025-08-20T21:52:18.0869803Z 
2025-08-20T21:52:18.0887538Z 
2025-08-20T21:52:18.0887684Z [+] Total RECIPES :: 1
2025-08-20T21:52:18.0887923Z 
2025-08-20T21:52:18.0974076Z 
2025-08-20T21:52:18.0974708Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml (1/1)
2025-08-20T21:52:18.0975239Z 
2025-08-20T21:52:18.1874141Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:18.1885622Z mode of '/tmp/pkgforge/QpHwb3nUH_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:52:18.1937813Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/nmap/nixpkgs [Provided]
2025-08-20T21:52:18.1938805Z [+] Setting '.pkg_family' --> nmap [Provided]
2025-08-20T21:52:18.1952708Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:52:18.1959049Z [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:52:18.2057573Z [00:00:00.010]➜  
2025-08-20T21:52:18.2059053Z [00:00:00.010]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/nmap/static.nixpkgs.stable.yaml) --> /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:52:18 PM) UTC]
2025-08-20T21:52:18.2059933Z [00:00:00.010]➜  
2025-08-20T21:52:18.2060146Z [00:00:00.010]➜  
2025-08-20T21:52:18.2060338Z [00:00:00.010]➜  
2025-08-20T21:52:18.2060620Z [00:00:00.010]➜  ###################################################################
2025-08-20T21:52:18.2069106Z [00:00:00.011]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:52:18.2070413Z [00:00:00.011]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:18.2071490Z [00:00:00.011]➜  _disabled: false
2025-08-20T21:52:18.2071952Z [00:00:00.011]➜  
2025-08-20T21:52:18.2072365Z [00:00:00.011]➜  pkg: "nmap"
2025-08-20T21:52:18.2072847Z [00:00:00.011]➜  pkg_id: "nixpkgs.nmap"
2025-08-20T21:52:18.2073363Z [00:00:00.011]➜  pkg_type: "static"
2025-08-20T21:52:18.2073837Z [00:00:00.011]➜  category:
2025-08-20T21:52:18.2074613Z [00:00:00.011]➜    - "ConsoleOnly"
2025-08-20T21:52:18.2075080Z [00:00:00.011]➜    - "Utility"
2025-08-20T21:52:18.2075522Z [00:00:00.011]➜  description: 
2025-08-20T21:52:18.2075934Z [00:00:00.011]➜    _default: "Utilities for Network Discovery and Security Auditing"
2025-08-20T21:52:18.2076408Z [00:00:00.011]➜    ncat: "Concatenate and redirect sockets [nmap]"
2025-08-20T21:52:18.2077065Z [00:00:00.011]➜    nmap: "Network exploration tool and security/port scanner [nmap]"
2025-08-20T21:52:18.2077590Z [00:00:00.011]➜    nping: "Network packet generation tool/ping utility [nmap]"
2025-08-20T21:52:18.2078130Z [00:00:00.011]➜  distro_pkg:
2025-08-20T21:52:18.2078458Z [00:00:00.011]➜    alpine:
2025-08-20T21:52:18.2078705Z [00:00:00.011]➜      - "nmap"
2025-08-20T21:52:18.2078958Z [00:00:00.011]➜    archlinux:
2025-08-20T21:52:18.2079200Z [00:00:00.011]➜      extra:
2025-08-20T21:52:18.2079440Z [00:00:00.011]➜        - "nmap"
2025-08-20T21:52:18.2079683Z [00:00:00.011]➜    debian:
2025-08-20T21:52:18.2079914Z [00:00:00.011]➜      - "nmap"
2025-08-20T21:52:18.2080145Z [00:00:00.011]➜    gnuguix:
2025-08-20T21:52:18.2080374Z [00:00:00.011]➜      - "nmap"
2025-08-20T21:52:18.2080609Z [00:00:00.011]➜    homebrew:
2025-08-20T21:52:18.2080842Z [00:00:00.011]➜      - "nmap"
2025-08-20T21:52:18.2081074Z [00:00:00.011]➜    nixpkgs:
2025-08-20T21:52:18.2081317Z [00:00:00.011]➜      - "nmap"
2025-08-20T21:52:18.2081561Z [00:00:00.011]➜  homepage:
2025-08-20T21:52:18.2081823Z [00:00:00.011]➜    - "https://nmap.org"
2025-08-20T21:52:18.2082163Z [00:00:00.011]➜    - "https://github.com/nmap/nmap"
2025-08-20T21:52:18.2082463Z [00:00:00.011]➜  license:
2025-08-20T21:52:18.2082714Z [00:00:00.011]➜    - id: "custom"
2025-08-20T21:52:18.2083228Z [00:00:00.011]➜      url: "https://github.com/nmap/nmap/raw/c932f08f42c7fcafd8e7f3c2c75b98d8c583b759/LICENSE"  
2025-08-20T21:52:18.2083697Z [00:00:00.011]➜  maintainer:
2025-08-20T21:52:18.2084019Z [00:00:00.011]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:52:18.2084328Z [00:00:00.011]➜  note:
2025-08-20T21:52:18.2084619Z [00:00:00.011]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:52:18.2085076Z [00:00:00.011]➜    - "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T21:52:18.2085457Z [00:00:00.011]➜  provides:
2025-08-20T21:52:18.2085689Z [00:00:00.011]➜    - "ncat"
2025-08-20T21:52:18.2085939Z [00:00:00.011]➜    - "nmap"
2025-08-20T21:52:18.2086407Z [00:00:00.011]➜    - "nping"  
2025-08-20T21:52:18.2086837Z [00:00:00.011]➜  repology:
2025-08-20T21:52:18.2087134Z [00:00:00.011]➜    - "nmap"
2025-08-20T21:52:18.2087374Z [00:00:00.011]➜  src_url:
2025-08-20T21:52:18.2087853Z [00:00:00.011]➜    - "https://github.com/nmap/nmap"
2025-08-20T21:52:18.2088396Z [00:00:00.011]➜  tag:
2025-08-20T21:52:18.2088651Z [00:00:00.011]➜    - "network-discovery"
2025-08-20T21:52:18.2088942Z [00:00:00.012]➜    - "port-scanner"
2025-08-20T21:52:18.2089196Z [00:00:00.012]➜  x_exec:
2025-08-20T21:52:18.2089438Z [00:00:00.012]➜    bsys: "host://nix"
2025-08-20T21:52:18.2089697Z [00:00:00.012]➜    host:
2025-08-20T21:52:18.2089939Z [00:00:00.012]➜      - "aarch64-Linux"
2025-08-20T21:52:18.2090212Z [00:00:00.012]➜      - "riscv64-Linux"
2025-08-20T21:52:18.2090482Z [00:00:00.012]➜      - "x86_64-Linux"
2025-08-20T21:52:18.2090742Z [00:00:00.012]➜    shell: "bash"
2025-08-20T21:52:18.2090988Z [00:00:00.012]➜    pkgver: |
2025-08-20T21:52:18.2092108Z [00:00:00.012]➜      nix derivation show "nixpkgs#nmap" --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:52:18.2093178Z [00:00:00.012]➜    run: |
2025-08-20T21:52:18.2093406Z [00:00:00.012]➜      #Build
2025-08-20T21:52:18.2094084Z [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:52:18.2095157Z [00:00:00.012]➜       nix-build '<nixpkgs>' --impure --attr "pkgsStatic.nmap" --cores "$(($(nproc)+1))" --max-jobs "$(($(nproc)+1))" --log-format bar-with-logs --out-link "${SBUILD_TMPDIR}/nixbuild"
2025-08-20T21:52:18.2096473Z [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:52:18.2097519Z [00:00:00.012]➜      #Fix Perms
2025-08-20T21:52:18.2098555Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type d -o -type l -exec realpath "{}" \; | grep -Ev '^\.$' |\
2025-08-20T21:52:18.2099539Z [00:00:00.012]➜       xargs -I{} find -L "{}" -type d -iregex ".*\(bin\|exec\).*" | \
2025-08-20T21:52:18.2100462Z [00:00:00.012]➜       xargs -I{} sudo rsync -achLv --no-relative "{}/." "${SBUILD_TMPDIR}/."
2025-08-20T21:52:18.2101491Z [00:00:00.012]➜       sudo chown -R "$(whoami):$(whoami)" "${SBUILD_TMPDIR}" && chmod -R 755 "${SBUILD_TMPDIR}"
2025-08-20T21:52:18.2102233Z [00:00:00.012]➜      #Fix Shell Scripts
2025-08-20T21:52:18.2103116Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -type f -iregex '.*\.\(bin\|pl\)$' -exec bash -c 'mv -fv "$1" "${1%.*}"' _ "{}" \;
2025-08-20T21:52:18.2104619Z [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:52:18.2105830Z [00:00:00.012]➜             sed "s|^#!/nix/store/.*/bin/sh|#!/bin/sh|" -i "{}" 2>/dev/null
2025-08-20T21:52:18.2106723Z [00:00:00.012]➜             sed "s|/nix/store[^ ]*/bin/\([^ ]*\)|/usr/local/bin/\1|g" -i "{}" 2>/dev/null
2025-08-20T21:52:18.2107647Z [00:00:00.012]➜             sed "s|/nix/store/[^/]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:52:18.2108735Z [00:00:00.012]➜             sed "s|/nix/store[^/ ]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:52:18.2109533Z [00:00:00.012]➜             sed "s|/nix/store[^ \"'\'']*|/|g" -i "{}" 2>/dev/null
2025-08-20T21:52:18.2110118Z [00:00:00.012]➜         '
2025-08-20T21:52:18.2110545Z [00:00:00.012]➜      #Copy
2025-08-20T21:52:18.2112113Z [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:52:18.2114263Z [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:52:18.2115558Z [00:00:00.012]➜  
2025-08-20T21:52:18.2116087Z [00:00:00.012]➜  ###################################################################
2025-08-20T21:52:18.2116629Z [00:00:00.012]➜  
2025-08-20T21:52:18.2116990Z [00:00:00.012]➜  
2025-08-20T21:52:18.2117334Z [00:00:00.012]➜  
2025-08-20T21:52:18.2118416Z [00:00:00.013]➜  '/tmp/pkgforge/QpHwb3nUH_build.yaml' -> '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:52:20.5315208Z [00:00:02.336]➜  '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/nmap.static.version' -> '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/nmap.version'
2025-08-20T21:52:20.5374449Z [00:00:02.342]➜  [+] Version: 7.98 ('.x_exec.pkgver') [/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/nmap.static.version]
2025-08-20T21:52:20.5626667Z [00:00:02.367]➜  [+] Progs: ncat nmap nping
2025-08-20T21:52:21.0529515Z [00:00:02.857]➜  
2025-08-20T21:52:21.0529868Z [00:00:02.857]➜  [-] Missing packages. Found: 
2025-08-20T21:52:21.0530221Z [00:00:02.857]➜  [+] Expected: ncat nmap nping
2025-08-20T21:52:21.0530543Z [00:00:02.857]➜  [+] Continuing with build...
2025-08-20T21:52:21.0530816Z [00:00:02.857]➜  
2025-08-20T21:52:22.8542800Z [00:00:04.658]➜  
2025-08-20T21:52:22.8543095Z [00:00:04.659]➜  
2025-08-20T21:52:22.8633271Z [00:00:04.668]➜  + echo -e '\n'
2025-08-20T21:52:22.8633582Z [00:00:04.668]➜  
2025-08-20T21:52:22.8633802Z [00:00:04.668]➜  
2025-08-20T21:52:22.8637532Z [00:00:04.668]➜  + nix-instantiate --eval --expr 'builtins.toJSON (with import <nixpkgs> {}; nmap.meta)' --quiet
2025-08-20T21:52:22.8638653Z [00:00:04.668]➜  + jq -r fromjson
2025-08-20T21:52:23.0509465Z [00:00:04.855]➜  {
2025-08-20T21:52:23.0510048Z [00:00:04.855]➜    "available": true,
2025-08-20T21:52:23.0510586Z [00:00:04.855]➜    "broken": false,
2025-08-20T21:52:23.0511299Z [00:00:04.855]➜    "changelog": "https://nmap.org/changelog.html#7.98",
2025-08-20T21:52:23.0512407Z [00:00:04.855]➜    "description": "Free and open source utility for network discovery and security auditing",
2025-08-20T21:52:23.0513355Z [00:00:04.855]➜    "homepage": "http://www.nmap.org",
2025-08-20T21:52:23.0513952Z [00:00:04.855]➜    "insecure": false,
2025-08-20T21:52:23.0514454Z [00:00:04.855]➜    "license": {
2025-08-20T21:52:23.0514923Z [00:00:04.855]➜      "deprecated": false,
2025-08-20T21:52:23.0515413Z [00:00:04.855]➜      "free": true,
2025-08-20T21:52:23.0516022Z [00:00:04.855]➜      "fullName": "GNU General Public License v2.0 only",
2025-08-20T21:52:23.0516659Z [00:00:04.855]➜      "redistributable": true,
2025-08-20T21:52:23.0517197Z [00:00:04.855]➜      "shortName": "gpl2Only",
2025-08-20T21:52:23.0517752Z [00:00:04.855]➜      "spdxId": "GPL-2.0-only",
2025-08-20T21:52:23.0518592Z [00:00:04.855]➜      "url": "https://spdx.org/licenses/GPL-2.0-only.html"
2025-08-20T21:52:23.0519169Z [00:00:04.855]➜    },
2025-08-20T21:52:23.0519467Z [00:00:04.855]➜    "maintainers": [
2025-08-20T21:52:23.0519729Z [00:00:04.855]➜      {
2025-08-20T21:52:23.0520009Z [00:00:04.855]➜        "email": "aseipp@pobox.com",
2025-08-20T21:52:23.0520357Z [00:00:04.855]➜        "github": "thoughtpolice",
2025-08-20T21:52:23.0520684Z [00:00:04.855]➜        "githubId": 3416,
2025-08-20T21:52:23.0520988Z [00:00:04.855]➜        "name": "Austin Seipp"
2025-08-20T21:52:23.0521261Z [00:00:04.855]➜      },
2025-08-20T21:52:23.0521479Z [00:00:04.855]➜      {
2025-08-20T21:52:23.0521764Z [00:00:04.855]➜        "email": "fpletz@fnordicwalking.de",
2025-08-20T21:52:23.0522094Z [00:00:04.855]➜        "github": "fpletz",
2025-08-20T21:52:23.0522378Z [00:00:04.855]➜        "githubId": 114159,
2025-08-20T21:52:23.0522645Z [00:00:04.855]➜        "keys": [
2025-08-20T21:52:23.0522895Z [00:00:04.855]➜          {
2025-08-20T21:52:23.0523284Z [00:00:04.855]➜            "fingerprint": "8A39 615D CE78 AF08 2E23  F303 846F DED7 7926 17B4"
2025-08-20T21:52:23.0523643Z [00:00:04.855]➜          }
2025-08-20T21:52:23.0524284Z [00:00:04.855]➜        ],
2025-08-20T21:52:23.0524703Z [00:00:04.855]➜        "name": "Franz Pletz"
2025-08-20T21:52:23.0525140Z [00:00:04.855]➜      }
2025-08-20T21:52:23.0525470Z [00:00:04.855]➜    ],
2025-08-20T21:52:23.0525871Z [00:00:04.855]➜    "maintainersPosition": {
2025-08-20T21:52:23.0526325Z [00:00:04.855]➜      "column": 5,
2025-08-20T21:52:23.0527151Z [00:00:04.855]➜      "file": "/nix/store/0nhqsm3lzxj71a9asqy05l1v9y7pqfc1-source/pkgs/by-name/nm/nmap/package.nix",
2025-08-20T21:52:23.0527908Z [00:00:04.855]➜      "line": 79
2025-08-20T21:52:23.0528453Z [00:00:04.855]➜    },
2025-08-20T21:52:23.0528833Z [00:00:04.855]➜    "name": "nmap-7.98",
2025-08-20T21:52:23.0529280Z [00:00:04.855]➜    "outputsToInstall": [
2025-08-20T21:52:23.0529718Z [00:00:04.855]➜      "out"
2025-08-20T21:52:23.0530066Z [00:00:04.855]➜    ],
2025-08-20T21:52:23.0530416Z [00:00:04.856]➜    "platforms": [
2025-08-20T21:52:23.0530821Z [00:00:04.856]➜      "i686-cygwin",
2025-08-20T21:52:23.0531250Z [00:00:04.856]➜      "x86_64-cygwin",
2025-08-20T21:52:23.0531711Z [00:00:04.856]➜      "x86_64-darwin",
2025-08-20T21:52:23.0543251Z [00:00:04.856]➜      "aarch64-darwin",
2025-08-20T21:52:23.0543841Z [00:00:04.856]➜      "i686-freebsd",
2025-08-20T21:52:23.0544298Z [00:00:04.856]➜      "x86_64-freebsd",
2025-08-20T21:52:23.0544754Z [00:00:04.856]➜      "aarch64-freebsd",
2025-08-20T21:52:23.0545208Z [00:00:04.856]➜      "aarch64-genode",
2025-08-20T21:52:23.0545624Z [00:00:04.856]➜      "i686-genode",
2025-08-20T21:52:23.0546060Z [00:00:04.856]➜      "x86_64-genode",
2025-08-20T21:52:23.0546513Z [00:00:04.856]➜      "x86_64-solaris",
2025-08-20T21:52:23.0546984Z [00:00:04.856]➜      "javascript-ghcjs",
2025-08-20T21:52:23.0547478Z [00:00:04.856]➜      "aarch64-linux",
2025-08-20T21:52:23.0548320Z [00:00:04.856]➜      "armv5tel-linux",
2025-08-20T21:52:23.0548800Z [00:00:04.856]➜      "armv6l-linux",
2025-08-20T21:52:23.0549224Z [00:00:04.856]➜      "armv7a-linux",
2025-08-20T21:52:23.0549637Z [00:00:04.856]➜      "armv7l-linux",
2025-08-20T21:52:23.0550047Z [00:00:04.856]➜      "i686-linux",
2025-08-20T21:52:23.0550513Z [00:00:04.856]➜      "loongarch64-linux",
2025-08-20T21:52:23.0550984Z [00:00:04.856]➜      "m68k-linux",
2025-08-20T21:52:23.0551435Z [00:00:04.856]➜      "microblaze-linux",
2025-08-20T21:52:23.0551927Z [00:00:04.856]➜      "microblazeel-linux",
2025-08-20T21:52:23.0552406Z [00:00:04.856]➜      "mips-linux",
2025-08-20T21:52:23.0552827Z [00:00:04.856]➜      "mips64-linux",
2025-08-20T21:52:23.0553225Z [00:00:04.856]➜      "mips64el-linux",
2025-08-20T21:52:23.0553627Z [00:00:04.856]➜      "mipsel-linux",
2025-08-20T21:52:23.0554041Z [00:00:04.856]➜      "powerpc64-linux",
2025-08-20T21:52:23.0554483Z [00:00:04.856]➜      "powerpc64le-linux",
2025-08-20T21:52:23.0554951Z [00:00:04.856]➜      "riscv32-linux",
2025-08-20T21:52:23.0555406Z [00:00:04.856]➜      "riscv64-linux",
2025-08-20T21:52:23.0555848Z [00:00:04.856]➜      "s390-linux",
2025-08-20T21:52:23.0556276Z [00:00:04.856]➜      "s390x-linux",
2025-08-20T21:52:23.0556737Z [00:00:04.856]➜      "x86_64-linux",
2025-08-20T21:52:23.0557184Z [00:00:04.856]➜      "mmix-mmixware",
2025-08-20T21:52:23.0557638Z [00:00:04.856]➜      "aarch64-netbsd",
2025-08-20T21:52:23.0558327Z [00:00:04.856]➜      "armv6l-netbsd",
2025-08-20T21:52:23.0558784Z [00:00:04.856]➜      "armv7a-netbsd",
2025-08-20T21:52:23.0559224Z [00:00:04.856]➜      "armv7l-netbsd",
2025-08-20T21:52:23.0559623Z [00:00:04.856]➜      "i686-netbsd",
2025-08-20T21:52:23.0560013Z [00:00:04.856]➜      "m68k-netbsd",
2025-08-20T21:52:23.0560408Z [00:00:04.856]➜      "mipsel-netbsd",
2025-08-20T21:52:23.0576569Z [00:00:04.862]➜      "powerpc-netbsd",
2025-08-20T21:52:23.0577359Z [00:00:04.862]➜      "riscv32-netbsd",
2025-08-20T21:52:23.0578376Z [00:00:04.862]➜      "riscv64-netbsd",
2025-08-20T21:52:23.0578956Z [00:00:04.862]➜      "x86_64-netbsd",
2025-08-20T21:52:23.0579475Z [00:00:04.862]➜      "aarch64_be-none",
2025-08-20T21:52:23.0579969Z [00:00:04.862]➜      "aarch64-none",
2025-08-20T21:52:23.0580493Z [00:00:04.862]➜      "arm-none",
2025-08-20T21:52:23.0580765Z [00:00:04.862]➜      "armv6l-none",
2025-08-20T21:52:23.0581025Z [00:00:04.862]➜      "avr-none",
2025-08-20T21:52:23.0581275Z [00:00:04.862]➜      "i686-none",
2025-08-20T21:52:23.0581534Z [00:00:04.862]➜      "microblaze-none",
2025-08-20T21:52:23.0581822Z [00:00:04.862]➜      "microblazeel-none",
2025-08-20T21:52:23.0582101Z [00:00:04.862]➜      "mips-none",
2025-08-20T21:52:23.0582412Z [00:00:04.862]➜      "mips64-none",
2025-08-20T21:52:23.0582921Z [00:00:04.862]➜      "msp430-none",
2025-08-20T21:52:23.0583373Z [00:00:04.862]➜      "or1k-none",
2025-08-20T21:52:23.0583805Z [00:00:04.862]➜      "m68k-none",
2025-08-20T21:52:23.0584248Z [00:00:04.862]➜      "powerpc-none",
2025-08-20T21:52:23.0584925Z [00:00:04.862]➜      "powerpcle-none",
2025-08-20T21:52:23.0585413Z [00:00:04.862]➜      "riscv32-none",
2025-08-20T21:52:23.0585862Z [00:00:04.862]➜      "riscv64-none",
2025-08-20T21:52:23.0586228Z [00:00:04.862]➜      "rx-none",
2025-08-20T21:52:23.0586490Z [00:00:04.862]➜      "s390-none",
2025-08-20T21:52:23.0586732Z [00:00:04.862]➜      "s390x-none",
2025-08-20T21:52:23.0586981Z [00:00:04.862]➜      "vc4-none",
2025-08-20T21:52:23.0587226Z [00:00:04.862]➜      "x86_64-none",
2025-08-20T21:52:23.0587479Z [00:00:04.862]➜      "i686-openbsd",
2025-08-20T21:52:23.0587740Z [00:00:04.862]➜      "x86_64-openbsd",
2025-08-20T21:52:23.0588268Z [00:00:04.862]➜      "x86_64-redox",
2025-08-20T21:52:23.0588549Z [00:00:04.862]➜      "wasm64-wasi",
2025-08-20T21:52:23.0588806Z [00:00:04.862]➜      "wasm32-wasi",
2025-08-20T21:52:23.0589077Z [00:00:04.862]➜      "aarch64-windows",
2025-08-20T21:52:23.0589352Z [00:00:04.862]➜      "x86_64-windows",
2025-08-20T21:52:23.0589604Z [00:00:04.862]➜      "i686-windows"
2025-08-20T21:52:23.0589850Z [00:00:04.862]➜    ],
2025-08-20T21:52:23.0590387Z [00:00:04.862]➜    "position": "/nix/store/0nhqsm3lzxj71a9asqy05l1v9y7pqfc1-source/pkgs/by-name/nm/nmap/package.nix:74",
2025-08-20T21:52:23.0590930Z [00:00:04.862]➜    "unfree": false,
2025-08-20T21:52:23.0591194Z [00:00:04.862]➜    "unsupported": false
2025-08-20T21:52:23.0591451Z [00:00:04.862]➜  }
2025-08-20T21:52:23.0591680Z [00:00:04.862]➜  + echo -e '\n'
2025-08-20T21:52:23.0591913Z [00:00:04.862]➜  
2025-08-20T21:52:23.0592110Z [00:00:04.862]➜  
2025-08-20T21:52:23.0592319Z [00:00:04.863]➜  ++ nproc
2025-08-20T21:52:23.0600469Z [00:00:04.864]➜  ++ nproc
2025-08-20T21:52:23.0614780Z [00:00:04.866]➜  + nix-build '<nixpkgs>' --impure --attr pkgsStatic.nmap --cores 5 --max-jobs 5 --log-format bar-with-logs --out-link /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nixbuild
2025-08-20T21:52:24.1848952Z [00:00:05.989]➜  these 6 derivations will be built:
2025-08-20T21:52:24.1850193Z [00:00:05.989]➜    /nix/store/yrl52kans75s8x1snqvj91nhb0lkcz4d-libnl-static-x86_64-unknown-linux-musl-3.11.0.drv
2025-08-20T21:52:24.1851692Z [00:00:05.989]➜    /nix/store/0dzg2awrhspgjd2yshng6vkpyynmj8a8-libpcap-static-x86_64-unknown-linux-musl-1.10.5.drv
2025-08-20T21:52:24.1853446Z [00:00:05.989]➜    /nix/store/919jy3jkp2p1r3dgh0an0ylr9c3731ij-liblinear-static-x86_64-unknown-linux-musl-2.47.drv
2025-08-20T21:52:24.1854671Z [00:00:05.989]➜    /nix/store/xf7nnl4cvnylbsxkcrvd67iq8bpn3apk-utils.sh.drv
2025-08-20T21:52:24.1855869Z [00:00:05.989]➜    /nix/store/backfvqj67hm1fidw03zagw5baawmcqm-lua-static-x86_64-unknown-linux-musl-5.4.7.drv
2025-08-20T21:52:24.1857247Z [00:00:05.989]➜    /nix/store/r02qw7v58qqim5bg4r3jdh8n7x76448f-nmap-static-x86_64-unknown-linux-musl-7.98.drv
2025-08-20T21:52:24.1858716Z [00:00:05.989]➜  these 169 paths will be fetched (257.09 MiB download, 1097.12 MiB unpacked):
2025-08-20T21:52:24.1859668Z [00:00:05.989]➜    /nix/store/7fini49zkfwf439iqxvm7nzz2v6aclrn-acl-2.3.2
2025-08-20T21:52:24.1860627Z [00:00:05.989]➜    /nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1
2025-08-20T21:52:24.1861557Z [00:00:05.989]➜    /nix/store/y8fm34v0jphjgp5h21w068h6p3f8hc05-attr-2.5.2
2025-08-20T21:52:24.1862437Z [00:00:05.989]➜    /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72
2025-08-20T21:52:24.1863361Z [00:00:05.989]➜    /nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5
2025-08-20T21:52:24.1864254Z [00:00:05.989]➜    /nix/store/klasp2p2vdjnxsmfvda4da80lphr22px-autoreconf-hook
2025-08-20T21:52:24.1865189Z [00:00:05.989]➜    /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0
2025-08-20T21:52:24.1866202Z [00:00:05.989]➜    /nix/store/lb33m49aslmvkx5l4xrkiy7m6nbh2kqf-bash-interactive-5.3p0
2025-08-20T21:52:24.1867218Z [00:00:05.989]➜    /nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2
2025-08-20T21:52:24.1868293Z [00:00:05.989]➜    /nix/store/ik9a1dn4229hirklndxb5cz1fp4z8md0-boost-1.87.0
2025-08-20T21:52:24.1869266Z [00:00:05.989]➜    /nix/store/csa88p9sbvp9hidfq0dpl23sshalmx2c-brotli-1.1.0-lib
2025-08-20T21:52:24.1870503Z [00:00:05.989]➜    /nix/store/d30jzadpdsxdk7jwp7h3znrfr5gpf816-bzip2-1.0.8
2025-08-20T21:52:24.1871816Z [00:00:05.989]➜    /nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin
2025-08-20T21:52:24.1874092Z [00:00:05.989]➜    /nix/store/29qc4slnbpvgzgjq04bprj5qmjf1v63x-cairo-1.18.4
2025-08-20T21:52:24.1874952Z [00:00:05.989]➜    /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7
2025-08-20T21:52:24.1875878Z [00:00:05.989]➜    /nix/store/889cb1d1hvly3ccdjhsii6f4m5f884ph-dav1d-1.5.1
2025-08-20T21:52:24.1876813Z [00:00:05.989]➜    /nix/store/hipp0nymgps2lmj84hx5dn6z9ribshb2-dejavu-fonts-minimal-2.37
2025-08-20T21:52:24.1877595Z [00:00:05.989]➜    /nix/store/9bf7r23ss62z1sx1g1pvhr7wdxh344xw-die-hook
2025-08-20T21:52:24.1878781Z [00:00:05.989]➜    /nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12
2025-08-20T21:52:24.1879742Z [00:00:05.989]➜    /nix/store/2agjllrh838v502xspfmmq8hckbqi6cm-docbook-xml-4.5
2025-08-20T21:52:24.1880645Z [00:00:05.989]➜    /nix/store/qrr9wzfwjdp410f0ifkalvap9pjirzak-docbook-xsl-nons-1.79.2
2025-08-20T21:52:24.1881711Z [00:00:05.989]➜    /nix/store/k5r892fqb2pb7ma7y2912aw6bmvcib7w-docbook-xsl-ns-1.79.2
2025-08-20T21:52:24.1882676Z [00:00:05.989]➜    /nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0
2025-08-20T21:52:24.1883574Z [00:00:05.989]➜    /nix/store/mly9f128r573m1i9q5a40ajc339ivmqp-ed-1.21.1
2025-08-20T21:52:24.1884484Z [00:00:05.989]➜    /nix/store/7safzfp9b25vfac2gsqiy60c8b6n43qa-expand-response-params
2025-08-20T21:52:24.1885484Z [00:00:05.989]➜    /nix/store/p23www756j3bjy9l1bf5bkwmr2vvd6h1-expat-2.7.1
2025-08-20T21:52:24.1886357Z [00:00:05.989]➜    /nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45
2025-08-20T21:52:24.1887099Z [00:00:05.989]➜    /nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45
2025-08-20T21:52:24.1887582Z [00:00:05.989]➜    /nix/store/wdds5a9jax6zwj7wxqwqqp9dr28apr4q-file-5.45-dev
2025-08-20T21:52:24.1889040Z [00:00:05.989]➜    /nix/store/yxprkg7zxf0wvncg8a8khk6290x0hpmh-find-xml-catalogs-hook
2025-08-20T21:52:24.1890097Z [00:00:05.989]➜    /nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0
2025-08-20T21:52:24.1890949Z [00:00:05.989]➜    /nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4
2025-08-20T21:52:24.1892029Z [00:00:05.989]➜    /nix/store/37pdc5hc0glsysfa301irli7fjngvn2v-fmt-10.2.1
2025-08-20T21:52:24.1892949Z [00:00:05.989]➜    /nix/store/5brcrrgap6n1yn3cgvgx6jswbvb9y7ja-fontconfig-2.16.2
2025-08-20T21:52:24.1893898Z [00:00:05.989]➜    /nix/store/lgcmyi7kylyx7d2kf8bszfr5vwpfnvfh-fontconfig-2.16.2-lib
2025-08-20T21:52:24.1895008Z [00:00:05.989]➜    /nix/store/yzkqzy5bjl433k0n63b7g2ji0rr9pf72-fortify-headers-1.1alpine3
2025-08-20T21:52:24.1895867Z [00:00:05.989]➜    /nix/store/vy0mz3qcqdycf9dxp7s06a1dizg7xwqi-freetype-2.13.3
2025-08-20T21:52:24.1896839Z [00:00:05.989]➜    /nix/store/yjmpym3ksdbrkdcipjhm8gayhlv0jp4r-fribidi-1.0.16
2025-08-20T21:52:24.1897772Z [00:00:05.989]➜    /nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2
2025-08-20T21:52:24.1898864Z [00:00:05.989]➜    /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0
2025-08-20T21:52:24.1899715Z [00:00:05.989]➜    /nix/store/fkw48vh7ivlvlmhp4j30hy2gvg00jgin-gcc-14.3.0-lib
2025-08-20T21:52:24.1900614Z [00:00:05.989]➜    /nix/store/cg41x0ldk43qlsndsbladyl0k4dxanvh-gcc-14.3.0-libgcc
2025-08-20T21:52:24.1901521Z [00:00:05.989]➜    /nix/store/40si62vx2pcnkxlnwysz1jdkybr4g6hg-gd-2.3.3
2025-08-20T21:52:24.1902403Z [00:00:05.989]➜    /nix/store/l3pzyjc5zmzp4bcbg40s6f5zjq87c77i-gdbm-1.25-lib
2025-08-20T21:52:24.1903342Z [00:00:05.989]➜    /nix/store/084l9gcppiyqwglglzvwbvxgk3k6cw1j-gdk-pixbuf-2.42.12
2025-08-20T21:52:24.1904320Z [00:00:05.989]➜    /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1
2025-08-20T21:52:24.1905218Z [00:00:05.989]➜    /nix/store/3qzrn1zp5nrh41c5bkx7q5cnjx6l7qm8-giflib-5.2.2
2025-08-20T21:52:24.1906073Z [00:00:05.989]➜    /nix/store/kww24b3s330m61gy3n7fdl6517vpayv6-glib-2.84.3
2025-08-20T21:52:24.1906973Z [00:00:05.990]➜    /nix/store/lmn7lwydprqibdkghw7wgcn21yhllz13-glibc-2.40-66
2025-08-20T21:52:24.1908282Z [00:00:05.990]➜    /nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin
2025-08-20T21:52:24.1909178Z [00:00:05.990]➜    /nix/store/74qjr01q87nwfl0dbsr1s45p8crw3q1f-glibc-2.40-66-dev
2025-08-20T21:52:24.1910095Z [00:00:05.990]➜    /nix/store/ahrvr02jq29g2fads1g6vl7qf2npy77y-gmp-6.3.0
2025-08-20T21:52:24.1911036Z [00:00:05.990]➜    /nix/store/f6yc9mbdp17kh3p70lhlix1w21jlj5kp-gmp-with-cxx-6.3.0
2025-08-20T21:52:24.1911809Z [00:00:05.990]➜    /nix/store/j9sc6w3yxdz5nli6sq7da7zdq149faj5-gmp-with-cxx-6.3.0
2025-08-20T21:52:24.1912826Z [00:00:05.990]➜    /nix/store/i2ipfxxnmqk1cs50ddg2v5vaap8zpd02-gnu-config-2024-01-01
2025-08-20T21:52:24.1913850Z [00:00:05.990]➜    /nix/store/xygrvqwrqmypkkmczjsi2f1jyqgd701m-gnu-config-2024-01-01
2025-08-20T21:52:24.1914778Z [00:00:05.990]➜    /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12
2025-08-20T21:52:24.1915661Z [00:00:05.990]➜    /nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20
2025-08-20T21:52:24.1916598Z [00:00:05.990]➜    /nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1
2025-08-20T21:52:24.1917496Z [00:00:05.990]➜    /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9
2025-08-20T21:52:24.1918241Z [00:00:05.990]➜    /nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35
2025-08-20T21:52:24.1919180Z [00:00:05.990]➜    /nix/store/fz27xn16j1j3svm431vxbgxrl744s4q8-graphite2-1.3.14
2025-08-20T21:52:24.1920119Z [00:00:05.990]➜    /nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1
2025-08-20T21:52:24.1920949Z [00:00:05.990]➜    /nix/store/0vzx9sw0apfqsx7qswwf27hj5rmy4r6b-gts-0.7.6
2025-08-20T21:52:24.1921800Z [00:00:05.990]➜    /nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14
2025-08-20T21:52:24.1922718Z [00:00:05.990]➜    /nix/store/w46nrr5gly3vvsv2vmn5nfclznqngvc0-harfbuzz-11.2.1
2025-08-20T21:52:24.1923624Z [00:00:05.990]➜    /nix/store/wpjmnya1ygh2i1z247idby154rjsbyyx-icu4c-76.1
2025-08-20T21:52:24.1924477Z [00:00:05.990]➜    /nix/store/1lcnn3dk28b16b7iwwc43fxkp0nz7fx4-isl-0.20
2025-08-20T21:52:24.1925294Z [00:00:05.990]➜    /nix/store/55bh0lhx6c6k2crm56ifc2qwz5fmwgyx-isl-0.20
2025-08-20T21:52:24.1926130Z [00:00:05.990]➜    /nix/store/6qzjybdiqrwi2hhn1ffz0m8fv87jzf4d-lerc-4.0.0
2025-08-20T21:52:24.1927022Z [00:00:05.990]➜    /nix/store/cc238fjs80avjnhfqi4l8gwflqa8lb10-libX11-1.8.12
2025-08-20T21:52:24.1928389Z [00:00:05.990]➜    /nix/store/q18ggx06ds7shnb7rw0m2p2j2aznda24-libXau-1.0.12
2025-08-20T21:52:24.1929326Z [00:00:05.990]➜    /nix/store/24kf4iz4g7gkh6mccjr4g616nalf67bk-libXdmcp-1.1.5
2025-08-20T21:52:24.1930245Z [00:00:05.990]➜    /nix/store/fhidyiaqww37gzc6fh0ph5qk3vpv8vv6-libXext-1.3.6
2025-08-20T21:52:24.1931140Z [00:00:05.990]➜    /nix/store/65i489wxp352nbqk13xj0hiskchzp6a1-libXft-2.3.9
2025-08-20T21:52:24.1932056Z [00:00:05.990]➜    /nix/store/9l9q6b0di8iy4n0vqzvfqja3kgk74kgf-libXpm-3.5.17
2025-08-20T21:52:24.1932979Z [00:00:05.990]➜    /nix/store/ib95pg7blpx74an2q1435mf3chzfqvz9-libXrender-0.9.12
2025-08-20T21:52:24.1933925Z [00:00:05.990]➜    /nix/store/kz3vmjbl164swlfw9n5gmzla5y9x4jhk-libaom-3.12.1
2025-08-20T21:52:24.1934857Z [00:00:05.990]➜    /nix/store/zll6vav2b2kzc7h6353byw7s47qsghk1-libavif-1.3.0
2025-08-20T21:52:24.1935864Z [00:00:05.990]➜    /nix/store/jwcnc1a3pv207fggv58qqyzn6npyaw1b-libdatrie-2019-12-20-lib
2025-08-20T21:52:24.1936862Z [00:00:05.990]➜    /nix/store/q1aig345yg8qkzb5y618xc14jr5rcs0x-libdeflate-1.24
2025-08-20T21:52:24.1937774Z [00:00:05.990]➜    /nix/store/qfz8slc34jinyfkvmskaplijj8a79w25-libffi-3.5.1
2025-08-20T21:52:24.1938889Z [00:00:05.990]➜    /nix/store/v9rj8vr6q5j3kr9nmdwhc3mi7cg55xcs-libidn2-2.3.8
2025-08-20T21:52:24.1939845Z [00:00:05.990]➜    /nix/store/qcy4z04nv25sbiw9l2kixvahh4xlcbcs-libjpeg-turbo-3.1.1
2025-08-20T21:52:24.1940810Z [00:00:05.990]➜    /nix/store/46b5xxdmd617xcxr9c9p95dlny0zm8h5-libmpc-1.3.1
2025-08-20T21:52:24.1941689Z [00:00:05.990]➜    /nix/store/p1n9z8p8dzfb12gmz8qcn3nzcmhgg14r-libmpc-1.3.1
2025-08-20T21:52:24.1942616Z [00:00:05.990]➜    /nix/store/5v0jlq9rn8xns73rah5s7f687y74s68k-libpcap-1.10.5.tar.gz
2025-08-20T21:52:24.1943850Z [00:00:05.990]➜    /nix/store/fvjkayjwp5ysfkmbvr4g5g4l8ba36wmy-libpng-apng-1.6.47
2025-08-20T21:52:24.1944894Z [00:00:05.990]➜    /nix/store/34lr4lwh8wxk86zrbhw3c91cjcxfwd80-libselinux-3.8.1
2025-08-20T21:52:24.1946092Z [00:00:05.990]➜    /nix/store/mvdkgbwcac1k0p1zqqaq6v3apm4sp2bq-libssh2-static-x86_64-unknown-linux-musl-1.11.1
2025-08-20T21:52:24.1947575Z [00:00:05.990]➜    /nix/store/rr598iz9x2p5ll8l97mm7pkgdbqmcsl9-libssh2-static-x86_64-unknown-linux-musl-1.11.1-dev
2025-08-20T21:52:24.1949010Z [00:00:05.990]➜    /nix/store/2dmar7pdi52ydrpfrxpz4zn2p33isqaa-libthai-0.1.29
2025-08-20T21:52:24.1949869Z [00:00:05.990]➜    /nix/store/3p8970kqbbrjvn7a6l875vkp3sga3345-libtiff-4.7.0
2025-08-20T21:52:24.1950776Z [00:00:05.990]➜    /nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4
2025-08-20T21:52:24.1951696Z [00:00:05.990]➜    /nix/store/bk2lnyr4lrlgwbxaf1jdwfdkn4f2n9h4-libtool-2.5.4-lib
2025-08-20T21:52:24.1952635Z [00:00:05.990]➜    /nix/store/562jc9ym7vd1zsw6sbq7i6j1vg8k1x32-libunistring-1.3
2025-08-20T21:52:24.1953535Z [00:00:05.990]➜    /nix/store/137bc7m0vjdcc22wkdw655l67nm6wsng-libvmaf-3.0.0
2025-08-20T21:52:24.1954393Z [00:00:05.990]➜    /nix/store/8kgj4vk3201i2nl8dryg0554nzxcazfx-libwebp-1.6.0
2025-08-20T21:52:24.1955227Z [00:00:05.990]➜    /nix/store/9yam7xvh7shxyljlqxgas6g1d334m040-libwebp-1.6.0
2025-08-20T21:52:24.1956113Z [00:00:05.990]➜    /nix/store/gk2g52fcbwlh0qvczci2clc5zxjnb28m-libxcb-1.17.0
2025-08-20T21:52:24.1956971Z [00:00:05.990]➜    /nix/store/sdyl0b9k0ijgdfwba9cgp76m81nhm387-libxcrypt-4.4.38
2025-08-20T21:52:24.1958283Z [00:00:05.990]➜    /nix/store/ayksccfcmihbjz9075yd285fhdzdzlfl-libxml2-2.14.4-unstable-2025-06-20
2025-08-20T21:52:24.1959147Z [00:00:05.990]➜    /nix/store/iwjar74587v78zbc7kcj9l0chd573yar-libxml2-2.14.4-unstable-2025-06-20-bin
2025-08-20T21:52:24.1959769Z [00:00:05.990]➜    /nix/store/gpwcsm32n7i4pj11vi8c4frspa0nli9m-libxslt-1.1.43
2025-08-20T21:52:24.1960299Z [00:00:05.990]➜    /nix/store/g3d1y59v2xi5g237yynb3l8a0iimsbna-libxslt-1.1.43-bin
2025-08-20T21:52:24.1960808Z [00:00:05.990]➜    /nix/store/2m55mixr4fb8k7m50cagg3k3r3k7j34h-libyuv-1908
2025-08-20T21:52:24.1961324Z [00:00:05.990]➜    /nix/store/v0sk2zdlpakiz0xqf6fn9vm2lfl7wg8r-linux-headers-6.14.7
2025-08-20T21:52:24.1961908Z [00:00:05.990]➜    /nix/store/3wi61527nhv09mw8c16gibvgj6pf3cg2-linux-headers-static-6.14.7
2025-08-20T21:52:24.1962649Z [00:00:05.990]➜    /nix/store/67ryw5cplvlid98a7lvp5wwvnc4xjp43-lua-5.4.7.tar.gz
2025-08-20T21:52:24.1963125Z [00:00:05.990]➜    /nix/store/zmf3f2ikkgr7vnn5qsc1x8sr6wk8z71n-lzo-2.10
2025-08-20T21:52:24.1963601Z [00:00:05.990]➜    /nix/store/sldk7q9f60pm7s9sr2ir9qmk5242ig6j-mailcap-2.1.54
2025-08-20T21:52:24.1964142Z [00:00:05.990]➜    /nix/store/9scf80510scqpk7yd3kn6c8hmx9mgpkv-make-binary-wrapper-hook
2025-08-20T21:52:24.1964688Z [00:00:05.990]➜    /nix/store/lsbw8y9k2sg13c7z1nrqgzmg42ln1ji2-mpdecimal-4.0.1
2025-08-20T21:52:24.1965170Z [00:00:05.990]➜    /nix/store/s0bw3ahvpbl9zznakz7lb67rsa8ccvv3-mpfr-4.2.2
2025-08-20T21:52:24.1965637Z [00:00:05.990]➜    /nix/store/vcb1zshk30mw57lib3wsqf1cxp8y4gk2-mpfr-4.2.2
2025-08-20T21:52:24.1966091Z [00:00:05.990]➜    /nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20
2025-08-20T21:52:24.1966678Z [00:00:05.990]➜    /nix/store/yhf3iwrxa47s5rh92hh3zpyicjp7krnl-musl-static-x86_64-unknown-linux-musl-1.2.5
2025-08-20T21:52:24.1967446Z [00:00:05.990]➜    /nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin
2025-08-20T21:52:24.1968433Z [00:00:05.990]➜    /nix/store/6lxk8zmw91zp75ipnlhq9xdrdqrwbjdx-musl-static-x86_64-unknown-linux-musl-1.2.5-dev
2025-08-20T21:52:24.1969059Z [00:00:05.990]➜    /nix/store/ikshldlpw00r98sa5slf75f1flnxg52c-ncompress-5.0
2025-08-20T21:52:24.1969531Z [00:00:05.990]➜    /nix/store/4kark163478mlnx42k2gakrji1z43z9m-ncurses-6.5
2025-08-20T21:52:24.1970149Z [00:00:05.990]➜    /nix/store/9hvr7ik8cqdpkv6i7b44adizmwvqqf0z-ncurses-static-x86_64-unknown-linux-musl-6.5-dev
2025-08-20T21:52:24.1970907Z [00:00:05.990]➜    /nix/store/vhdiqxr65xzlf2lj12qsi80405kh4kpw-ncurses-static-x86_64-unknown-linux-musl-6.5-man
2025-08-20T21:52:24.1971664Z [00:00:05.990]➜    /nix/store/20da7dl00n8yn80lb7gpbq2i9yq77s5v-nmap-7.98.tar.bz2
2025-08-20T21:52:24.1972165Z [00:00:05.990]➜    /nix/store/lyl9yxxz8a3mlaxvm0jln6mglpbf2fha-openssl-3.5.1
2025-08-20T21:52:24.1972798Z [00:00:05.990]➜    /nix/store/sp6d6xjc541vd0dvyi7h4wy1fx1yy2q1-openssl-static-x86_64-unknown-linux-musl-3.5.1
2025-08-20T21:52:24.1973558Z [00:00:05.990]➜    /nix/store/8ywq1pmijwsgihdrbl4zhp0nmb8d80k5-openssl-static-x86_64-unknown-linux-musl-3.5.1-bin
2025-08-20T21:52:24.1974327Z [00:00:05.990]➜    /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev
2025-08-20T21:52:24.1975606Z [00:00:05.990]➜    /nix/store/vxd8m97i6n2lfj01wwm7b3p6p5xz51lz-openssl-static-x86_64-unknown-linux-musl-3.5.1-etc
2025-08-20T21:52:24.1976605Z [00:00:05.990]➜    /nix/store/jmjzwbsx3i3ahid7in49429116rv2b2w-pango-1.56.3
2025-08-20T21:52:24.1977389Z [00:00:05.990]➜    /nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8
2025-08-20T21:52:24.1977906Z [00:00:05.990]➜    /nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0
2025-08-20T21:52:24.1978692Z [00:00:05.990]➜    /nix/store/7bgq9cg5ak81wf8ci849649z4qxkqlf7-pcre2-10.44
2025-08-20T21:52:24.1979304Z [00:00:05.990]➜    /nix/store/j3293mhb3c63kyc8p6cpqrl8pkb0xdk2-pcre2-static-x86_64-unknown-linux-musl-10.44
2025-08-20T21:52:24.1980077Z [00:00:05.990]➜    /nix/store/fsyswv3ljrc5ikxd3bpirygijsm8v74m-pcre2-static-x86_64-unknown-linux-musl-10.44-bin
2025-08-20T21:52:24.1980838Z [00:00:05.990]➜    /nix/store/6gv17ia82afyx1cpiv4vxzrspmik8p0v-pcre2-static-x86_64-unknown-linux-musl-10.44-dev
2025-08-20T21:52:24.1981438Z [00:00:05.990]➜    /nix/store/49rng2j1jbdr3jvgci5x6pv15lam6ysx-perl-5.40.0
2025-08-20T21:52:24.1981922Z [00:00:05.990]➜    /nix/store/c2dv7ggdgyhqzb2qkqxfa1a7jgm5vi2y-pixman-0.46.2
2025-08-20T21:52:24.1982428Z [00:00:05.990]➜    /nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2
2025-08-20T21:52:24.1982928Z [00:00:05.990]➜    /nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5
2025-08-20T21:52:24.1983421Z [00:00:05.990]➜    /nix/store/wqg50ip92b4626ryk097yszg6lyi32bf-readline-8.3p1
2025-08-20T21:52:24.1984048Z [00:00:05.990]➜    /nix/store/46lp3f87x2zzpd9vyyk82pw27d63jj1g-readline-static-x86_64-unknown-linux-musl-8.3p1
2025-08-20T21:52:24.1985006Z [00:00:05.990]➜    /nix/store/wi07kfjcnflgkp69wrgxhdwzhryy8r26-readline-static-x86_64-unknown-linux-musl-8.3p1-dev
2025-08-20T21:52:24.1985894Z [00:00:05.990]➜    /nix/store/2d9m88nzhfwnj5wicxwmnw60havflk93-source
2025-08-20T21:52:24.1986669Z [00:00:05.990]➜    /nix/store/z2pq2x92kpj09d0j3qwb4a10cfki01g1-source
2025-08-20T21:52:24.1987547Z [00:00:05.990]➜    /nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9
2025-08-20T21:52:24.1988763Z [00:00:05.990]➜    /nix/store/fy99wg3raisidhz0yz6iwbr4fn5j6zlx-source-highlight-3.1.9-dev
2025-08-20T21:52:24.1989505Z [00:00:05.990]➜    /nix/store/sn0ygj0hlhlfm68sqjyb643v1mdpfavd-spdlog-1.15.2
2025-08-20T21:52:24.1990014Z [00:00:05.990]➜    /nix/store/yd47pmkv6iv58gs5v5jgyblvkw87pqx3-sqlite-3.50.2
2025-08-20T21:52:24.1990491Z [00:00:05.990]➜    /nix/store/0mz00gbdlqpdivijfbs2r7k590kk6vwn-stdenv-linux
2025-08-20T21:52:24.1990963Z [00:00:05.990]➜    /nix/store/l5r2hk5p1a1h4lvp1ba7wgx380a5rfdy-stdenv-linux
2025-08-20T21:52:24.1991433Z [00:00:05.990]➜    /nix/store/ms10flhvgnd1nsfwnb355aw414ijlq8j-tzdata-2025b
2025-08-20T21:52:24.1992032Z [00:00:05.990]➜    /nix/store/bfp36pm2rwiayb1fh05ysal07zwkwyd3-update-autotools-gnu-config-scripts-hook
2025-08-20T21:52:24.1992763Z [00:00:05.990]➜    /nix/store/rkamggyz8rbsb61qal5xvi97yks1g3ma-update-autotools-gnu-config-scripts-hook
2025-08-20T21:52:24.1993428Z [00:00:05.990]➜    /nix/store/29f7lcljr566rb1cqf14a3rcjpajbg7i-util-linux-minimal-2.41-lib
2025-08-20T21:52:24.1993994Z [00:00:05.990]➜    /nix/store/p4myq48s5r4ragsys74a9pklgis9rdhj-version-check-hook
2025-08-20T21:52:24.1994611Z [00:00:05.990]➜    /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44
2025-08-20T21:52:24.1995487Z [00:00:05.990]➜    /nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44
2025-08-20T21:52:24.1996211Z [00:00:05.990]➜    /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0
2025-08-20T21:52:24.1996900Z [00:00:05.990]➜    /nix/store/h432c964cimsg5w7z8bygpycsa9pwaq9-x86_64-unknown-linux-musl-gcc-14.3.0-lib
2025-08-20T21:52:24.1997599Z [00:00:05.990]➜    /nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0
2025-08-20T21:52:24.1998586Z [00:00:05.990]➜    /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2
2025-08-20T21:52:24.1999238Z [00:00:05.990]➜    /nix/store/n9mggs3wskqv3vqd4xn8hbq2yzcf2z1d-xgcc-14.3.0-libgcc
2025-08-20T21:52:24.1999720Z [00:00:05.990]➜    /nix/store/lrzs7l92j20n81rv4hs5js5qigg686s3-xz-5.8.1
2025-08-20T21:52:24.2000172Z [00:00:05.990]➜    /nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin
2025-08-20T21:52:24.2000680Z [00:00:05.990]➜    /nix/store/97jdzvwjgwy2g4xcijimadl0vpj6laqh-zlib-1.3.1
2025-08-20T21:52:24.2001794Z [00:00:05.990]➜    /nix/store/8r4xf3v70mqdl8f3jy1y5zjgwrd4x4ym-zlib-static-x86_64-unknown-linux-musl-1.3.1
2025-08-20T21:52:24.2002749Z [00:00:05.990]➜    /nix/store/9gpc73p52vyxipi0qjascz5q9qv9g9mg-zlib-static-x86_64-unknown-linux-musl-1.3.1-dev
2025-08-20T21:52:24.2003440Z [00:00:05.990]➜    /nix/store/s77wpgad8w4yydm9qzb6prm7g8fg23z3-zstd-1.5.7
2025-08-20T21:52:24.2004737Z [00:00:06.002]➜  copying path '/nix/store/20da7dl00n8yn80lb7gpbq2i9yq77s5v-nmap-7.98.tar.bz2' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2006196Z [00:00:06.003]➜  copying path '/nix/store/p4myq48s5r4ragsys74a9pklgis9rdhj-version-check-hook' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2008170Z [00:00:06.004]➜  copying path '/nix/store/mvdkgbwcac1k0p1zqqaq6v3apm4sp2bq-libssh2-static-x86_64-unknown-linux-musl-1.11.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2010296Z [00:00:06.005]➜  copying path '/nix/store/vxd8m97i6n2lfj01wwm7b3p6p5xz51lz-openssl-static-x86_64-unknown-linux-musl-3.5.1-etc' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2012603Z [00:00:06.005]➜  copying path '/nix/store/j3293mhb3c63kyc8p6cpqrl8pkb0xdk2-pcre2-static-x86_64-unknown-linux-musl-10.44' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2015744Z [00:00:06.005]➜  copying path '/nix/store/fsyswv3ljrc5ikxd3bpirygijsm8v74m-pcre2-static-x86_64-unknown-linux-musl-10.44-bin' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2018996Z [00:00:06.006]➜  copying path '/nix/store/8r4xf3v70mqdl8f3jy1y5zjgwrd4x4ym-zlib-static-x86_64-unknown-linux-musl-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2021899Z [00:00:06.006]➜  copying path '/nix/store/yzkqzy5bjl433k0n63b7g2ji0rr9pf72-fortify-headers-1.1alpine3' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2026163Z [00:00:06.007]➜  copying path '/nix/store/xygrvqwrqmypkkmczjsi2f1jyqgd701m-gnu-config-2024-01-01' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2031975Z [00:00:06.007]➜  copying path '/nix/store/yhf3iwrxa47s5rh92hh3zpyicjp7krnl-musl-static-x86_64-unknown-linux-musl-1.2.5' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2034116Z [00:00:06.008]➜  copying path '/nix/store/h432c964cimsg5w7z8bygpycsa9pwaq9-x86_64-unknown-linux-musl-gcc-14.3.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2038582Z [00:00:06.008]➜  copying path '/nix/store/n9mggs3wskqv3vqd4xn8hbq2yzcf2z1d-xgcc-14.3.0-libgcc' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2054265Z [00:00:06.009]➜  copying path '/nix/store/cg41x0ldk43qlsndsbladyl0k4dxanvh-gcc-14.3.0-libgcc' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2057453Z [00:00:06.010]➜  copying path '/nix/store/3wi61527nhv09mw8c16gibvgj6pf3cg2-linux-headers-static-6.14.7' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2063302Z [00:00:06.010]➜  copying path '/nix/store/562jc9ym7vd1zsw6sbq7i6j1vg8k1x32-libunistring-1.3' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2068976Z [00:00:06.011]➜  copying path '/nix/store/5v0jlq9rn8xns73rah5s7f687y74s68k-libpcap-1.10.5.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2270177Z [00:00:06.031]➜  copying path '/nix/store/hipp0nymgps2lmj84hx5dn6z9ribshb2-dejavu-fonts-minimal-2.37' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2272226Z [00:00:06.031]➜  copying path '/nix/store/9bf7r23ss62z1sx1g1pvhr7wdxh344xw-die-hook' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2275675Z [00:00:06.031]➜  copying path '/nix/store/yxprkg7zxf0wvncg8a8khk6290x0hpmh-find-xml-catalogs-hook' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2277485Z [00:00:06.031]➜  copying path '/nix/store/v0sk2zdlpakiz0xqf6fn9vm2lfl7wg8r-linux-headers-6.14.7' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2309240Z [00:00:06.033]➜  copying path '/nix/store/67ryw5cplvlid98a7lvp5wwvnc4xjp43-lua-5.4.7.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2382596Z [00:00:06.042]➜  copying path '/nix/store/sldk7q9f60pm7s9sr2ir9qmk5242ig6j-mailcap-2.1.54' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2391755Z [00:00:06.043]➜  copying path '/nix/store/vhdiqxr65xzlf2lj12qsi80405kh4kpw-ncurses-static-x86_64-unknown-linux-musl-6.5-man' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2439706Z [00:00:06.047]➜  copying path '/nix/store/46lp3f87x2zzpd9vyyk82pw27d63jj1g-readline-static-x86_64-unknown-linux-musl-8.3p1' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2502422Z [00:00:06.054]➜  copying path '/nix/store/2agjllrh838v502xspfmmq8hckbqi6cm-docbook-xml-4.5' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2589048Z [00:00:06.063]➜  copying path '/nix/store/qrr9wzfwjdp410f0ifkalvap9pjirzak-docbook-xsl-nons-1.79.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2681568Z [00:00:06.072]➜  copying path '/nix/store/k5r892fqb2pb7ma7y2912aw6bmvcib7w-docbook-xsl-ns-1.79.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2800668Z [00:00:06.084]➜  copying path '/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2814221Z [00:00:06.086]➜  copying path '/nix/store/sp6d6xjc541vd0dvyi7h4wy1fx1yy2q1-openssl-static-x86_64-unknown-linux-musl-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2851419Z [00:00:06.089]➜  copying path '/nix/store/2d9m88nzhfwnj5wicxwmnw60havflk93-source' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.2888826Z [00:00:06.093]➜  copying path '/nix/store/z2pq2x92kpj09d0j3qwb4a10cfki01g1-source' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.3130357Z [00:00:06.117]➜  copying path '/nix/store/5brcrrgap6n1yn3cgvgx6jswbvb9y7ja-fontconfig-2.16.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.3404045Z [00:00:06.145]➜  copying path '/nix/store/ms10flhvgnd1nsfwnb355aw414ijlq8j-tzdata-2025b' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.3446029Z [00:00:06.149]➜  copying path '/nix/store/bfp36pm2rwiayb1fh05ysal07zwkwyd3-update-autotools-gnu-config-scripts-hook' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.3448806Z [00:00:06.149]➜  copying path '/nix/store/9gpc73p52vyxipi0qjascz5q9qv9g9mg-zlib-static-x86_64-unknown-linux-musl-1.3.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.3453233Z [00:00:06.149]➜  copying path '/nix/store/v9rj8vr6q5j3kr9nmdwhc3mi7cg55xcs-libidn2-2.3.8' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.3545924Z [00:00:06.159]➜  copying path '/nix/store/6gv17ia82afyx1cpiv4vxzrspmik8p0v-pcre2-static-x86_64-unknown-linux-musl-10.44-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.4896813Z [00:00:06.294]➜  copying path '/nix/store/lmn7lwydprqibdkghw7wgcn21yhllz13-glibc-2.40-66' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.4949600Z [00:00:06.299]➜  copying path '/nix/store/8ywq1pmijwsgihdrbl4zhp0nmb8d80k5-openssl-static-x86_64-unknown-linux-musl-3.5.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.7073765Z [00:00:06.511]➜  copying path '/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:24.8786348Z [00:00:06.683]➜  copying path '/nix/store/rr598iz9x2p5ll8l97mm7pkgdbqmcsl9-libssh2-static-x86_64-unknown-linux-musl-1.11.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2731591Z [00:00:07.077]➜  copying path '/nix/store/y8fm34v0jphjgp5h21w068h6p3f8hc05-attr-2.5.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2734882Z [00:00:07.078]➜  copying path '/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2737050Z [00:00:07.078]➜  copying path '/nix/store/mly9f128r573m1i9q5a40ajc339ivmqp-ed-1.21.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2739228Z [00:00:07.078]➜  copying path '/nix/store/csa88p9sbvp9hidfq0dpl23sshalmx2c-brotli-1.1.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2741272Z [00:00:07.078]➜  copying path '/nix/store/7safzfp9b25vfac2gsqiy60c8b6n43qa-expand-response-params' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2742979Z [00:00:07.078]➜  copying path '/nix/store/889cb1d1hvly3ccdjhsii6f4m5f884ph-dav1d-1.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2744570Z [00:00:07.078]➜  copying path '/nix/store/p23www756j3bjy9l1bf5bkwmr2vvd6h1-expat-2.7.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2746151Z [00:00:07.078]➜  copying path '/nix/store/d30jzadpdsxdk7jwp7h3znrfr5gpf816-bzip2-1.0.8' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2747729Z [00:00:07.079]➜  copying path '/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2749827Z [00:00:07.079]➜  copying path '/nix/store/fkw48vh7ivlvlmhp4j30hy2gvg00jgin-gcc-14.3.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2751051Z [00:00:07.079]➜  copying path '/nix/store/yjmpym3ksdbrkdcipjhm8gayhlv0jp4r-fribidi-1.0.16' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2752434Z [00:00:07.079]➜  copying path '/nix/store/3qzrn1zp5nrh41c5bkx7q5cnjx6l7qm8-giflib-5.2.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2754409Z [00:00:07.079]➜  copying path '/nix/store/ahrvr02jq29g2fads1g6vl7qf2npy77y-gmp-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2756638Z [00:00:07.079]➜  copying path '/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2759061Z [00:00:07.079]➜  copying path '/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2760660Z [00:00:07.079]➜  copying path '/nix/store/l3pzyjc5zmzp4bcbg40s6f5zjq87c77i-gdbm-1.25-lib' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2821541Z [00:00:07.086]➜  copying path '/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2852271Z [00:00:07.089]➜  copying path '/nix/store/q18ggx06ds7shnb7rw0m2p2j2aznda24-libXau-1.0.12' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2860060Z [00:00:07.090]➜  copying path '/nix/store/24kf4iz4g7gkh6mccjr4g616nalf67bk-libXdmcp-1.1.5' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.2862329Z [00:00:07.090]➜  copying path '/nix/store/jwcnc1a3pv207fggv58qqyzn6npyaw1b-libdatrie-2019-12-20-lib' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3100159Z [00:00:07.112]➜  copying path '/nix/store/7fini49zkfwf439iqxvm7nzz2v6aclrn-acl-2.3.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3102378Z [00:00:07.112]➜  copying path '/nix/store/qfz8slc34jinyfkvmskaplijj8a79w25-libffi-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3104045Z [00:00:07.112]➜  copying path '/nix/store/q1aig345yg8qkzb5y618xc14jr5rcs0x-libdeflate-1.24' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3262624Z [00:00:07.130]➜  copying path '/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3267790Z [00:00:07.131]➜  copying path '/nix/store/qcy4z04nv25sbiw9l2kixvahh4xlcbcs-libjpeg-turbo-3.1.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3332576Z [00:00:07.137]➜  copying path '/nix/store/bk2lnyr4lrlgwbxaf1jdwfdkn4f2n9h4-libtool-2.5.4-lib' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3419449Z [00:00:07.143]➜  copying path '/nix/store/1lcnn3dk28b16b7iwwc43fxkp0nz7fx4-isl-0.20' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3436756Z [00:00:07.146]➜  copying path '/nix/store/2dmar7pdi52ydrpfrxpz4zn2p33isqaa-libthai-0.1.29' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3565450Z [00:00:07.161]➜  copying path '/nix/store/gk2g52fcbwlh0qvczci2clc5zxjnb28m-libxcb-1.17.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3604062Z [00:00:07.165]➜  copying path '/nix/store/sdyl0b9k0ijgdfwba9cgp76m81nhm387-libxcrypt-4.4.38' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3717858Z [00:00:07.172]➜  copying path '/nix/store/ayksccfcmihbjz9075yd285fhdzdzlfl-libxml2-2.14.4-unstable-2025-06-20' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3749255Z [00:00:07.176]➜  copying path '/nix/store/zmf3f2ikkgr7vnn5qsc1x8sr6wk8z71n-lzo-2.10' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3824689Z [00:00:07.186]➜  copying path '/nix/store/lsbw8y9k2sg13c7z1nrqgzmg42ln1ji2-mpdecimal-4.0.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3922561Z [00:00:07.196]➜  copying path '/nix/store/ikshldlpw00r98sa5slf75f1flnxg52c-ncompress-5.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3932828Z [00:00:07.198]➜  copying path '/nix/store/vcb1zshk30mw57lib3wsqf1cxp8y4gk2-mpfr-4.2.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.3956235Z [00:00:07.200]➜  copying path '/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4076094Z [00:00:07.212]➜  copying path '/nix/store/4kark163478mlnx42k2gakrji1z43z9m-ncurses-6.5' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4166671Z [00:00:07.221]➜  copying path '/nix/store/lyl9yxxz8a3mlaxvm0jln6mglpbf2fha-openssl-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4176270Z [00:00:07.222]➜  copying path '/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4232678Z [00:00:07.227]➜  copying path '/nix/store/7bgq9cg5ak81wf8ci849649z4qxkqlf7-pcre2-10.44' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4272770Z [00:00:07.231]➜  copying path '/nix/store/i2ipfxxnmqk1cs50ddg2v5vaap8zpd02-gnu-config-2024-01-01' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4276203Z [00:00:07.231]➜  copying path '/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4284423Z [00:00:07.233]➜  copying path '/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4366765Z [00:00:07.241]➜  copying path '/nix/store/46b5xxdmd617xcxr9c9p95dlny0zm8h5-libmpc-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4466097Z [00:00:07.251]➜  copying path '/nix/store/6lxk8zmw91zp75ipnlhq9xdrdqrwbjdx-musl-static-x86_64-unknown-linux-musl-1.2.5-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4507304Z [00:00:07.255]➜  copying path '/nix/store/c2dv7ggdgyhqzb2qkqxfa1a7jgm5vi2y-pixman-0.46.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4529849Z [00:00:07.257]➜  copying path '/nix/store/74qjr01q87nwfl0dbsr1s45p8crw3q1f-glibc-2.40-66-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4535793Z [00:00:07.258]➜  copying path '/nix/store/9hvr7ik8cqdpkv6i7b44adizmwvqqf0z-ncurses-static-x86_64-unknown-linux-musl-6.5-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4599721Z [00:00:07.264]➜  copying path '/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4766461Z [00:00:07.281]➜  copying path '/nix/store/lrzs7l92j20n81rv4hs5js5qigg686s3-xz-5.8.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4768604Z [00:00:07.281]➜  copying path '/nix/store/97jdzvwjgwy2g4xcijimadl0vpj6laqh-zlib-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4829754Z [00:00:07.281]➜  copying path '/nix/store/cc238fjs80avjnhfqi4l8gwflqa8lb10-libX11-1.8.12' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4831850Z [00:00:07.281]➜  copying path '/nix/store/rkamggyz8rbsb61qal5xvi97yks1g3ma-update-autotools-gnu-config-scripts-hook' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4834107Z [00:00:07.284]➜  copying path '/nix/store/iwjar74587v78zbc7kcj9l0chd573yar-libxml2-2.14.4-unstable-2025-06-20-bin' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.4993514Z [00:00:07.304]➜  copying path '/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5023619Z [00:00:07.305]➜  copying path '/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5026661Z [00:00:07.306]➜  copying path '/nix/store/gpwcsm32n7i4pj11vi8c4frspa0nli9m-libxslt-1.1.43' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5083077Z [00:00:07.312]➜  copying path '/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5086029Z [00:00:07.312]➜  copying path '/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5209330Z [00:00:07.323]➜  copying path '/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5281370Z [00:00:07.332]➜  copying path '/nix/store/fvjkayjwp5ysfkmbvr4g5g4l8ba36wmy-libpng-apng-1.6.47' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5368550Z [00:00:07.341]➜  copying path '/nix/store/yd47pmkv6iv58gs5v5jgyblvkw87pqx3-sqlite-3.50.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5442392Z [00:00:07.348]➜  copying path '/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5498757Z [00:00:07.354]➜  copying path '/nix/store/wi07kfjcnflgkp69wrgxhdwzhryy8r26-readline-static-x86_64-unknown-linux-musl-8.3p1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5595278Z [00:00:07.364]➜  copying path '/nix/store/g3d1y59v2xi5g237yynb3l8a0iimsbna-libxslt-1.1.43-bin' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5641864Z [00:00:07.367]➜  copying path '/nix/store/34lr4lwh8wxk86zrbhw3c91cjcxfwd80-libselinux-3.8.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5703447Z [00:00:07.374]➜  copying path '/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.5789802Z [00:00:07.383]➜  copying path '/nix/store/vy0mz3qcqdycf9dxp7s06a1dizg7xwqi-freetype-2.13.3' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6054660Z [00:00:07.410]➜  copying path '/nix/store/9yam7xvh7shxyljlqxgas6g1d334m040-libwebp-1.6.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6424579Z [00:00:07.446]➜  copying path '/nix/store/wdds5a9jax6zwj7wxqwqqp9dr28apr4q-file-5.45-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6599441Z [00:00:07.464]➜  copying path '/nix/store/j9sc6w3yxdz5nli6sq7da7zdq149faj5-gmp-with-cxx-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6601639Z [00:00:07.464]➜  copying path '/nix/store/37pdc5hc0glsysfa301irli7fjngvn2v-fmt-10.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6605623Z [00:00:07.465]➜  copying path '/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6607582Z [00:00:07.465]➜  copying path '/nix/store/f6yc9mbdp17kh3p70lhlix1w21jlj5kp-gmp-with-cxx-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6610652Z [00:00:07.465]➜  copying path '/nix/store/6qzjybdiqrwi2hhn1ffz0m8fv87jzf4d-lerc-4.0.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6612158Z [00:00:07.465]➜  copying path '/nix/store/137bc7m0vjdcc22wkdw655l67nm6wsng-libvmaf-3.0.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6631870Z [00:00:07.467]➜  copying path '/nix/store/fz27xn16j1j3svm431vxbgxrl744s4q8-graphite2-1.3.14' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6633835Z [00:00:07.467]➜  copying path '/nix/store/wpjmnya1ygh2i1z247idby154rjsbyyx-icu4c-76.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.6891922Z [00:00:07.493]➜  copying path '/nix/store/2m55mixr4fb8k7m50cagg3k3r3k7j34h-libyuv-1908' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7110060Z [00:00:07.515]➜  copying path '/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7152757Z [00:00:07.519]➜  copying path '/nix/store/lgcmyi7kylyx7d2kf8bszfr5vwpfnvfh-fontconfig-2.16.2-lib' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7193479Z [00:00:07.524]➜  copying path '/nix/store/sn0ygj0hlhlfm68sqjyb643v1mdpfavd-spdlog-1.15.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7268744Z [00:00:07.531]➜  copying path '/nix/store/29f7lcljr566rb1cqf14a3rcjpajbg7i-util-linux-minimal-2.41-lib' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7509947Z [00:00:07.550]➜  copying path '/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7511977Z [00:00:07.550]➜  copying path '/nix/store/kz3vmjbl164swlfw9n5gmzla5y9x4jhk-libaom-3.12.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7513752Z [00:00:07.554]➜  copying path '/nix/store/55bh0lhx6c6k2crm56ifc2qwz5fmwgyx-isl-0.20' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7618574Z [00:00:07.566]➜  copying path '/nix/store/s0bw3ahvpbl9zznakz7lb67rsa8ccvv3-mpfr-4.2.2' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7675366Z [00:00:07.572]➜  copying path '/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7820231Z [00:00:07.586]➜  copying path '/nix/store/fhidyiaqww37gzc6fh0ph5qk3vpv8vv6-libXext-1.3.6' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7829428Z [00:00:07.586]➜  copying path '/nix/store/s77wpgad8w4yydm9qzb6prm7g8fg23z3-zstd-1.5.7' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.7975189Z [00:00:07.602]➜  copying path '/nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8205214Z [00:00:07.625]➜  copying path '/nix/store/9l9q6b0di8iy4n0vqzvfqja3kgk74kgf-libXpm-3.5.17' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8279639Z [00:00:07.628]➜  copying path '/nix/store/ib95pg7blpx74an2q1435mf3chzfqvz9-libXrender-0.9.12' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8321150Z [00:00:07.633]➜  copying path '/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8322893Z [00:00:07.635]➜  copying path '/nix/store/p1n9z8p8dzfb12gmz8qcn3nzcmhgg14r-libmpc-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8495063Z [00:00:07.654]➜  copying path '/nix/store/65i489wxp352nbqk13xj0hiskchzp6a1-libXft-2.3.9' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8854177Z [00:00:07.690]➜  copying path '/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8856606Z [00:00:07.690]➜  copying path '/nix/store/49rng2j1jbdr3jvgci5x6pv15lam6ysx-perl-5.40.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8864822Z [00:00:07.691]➜  copying path '/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8919441Z [00:00:07.695]➜  copying path '/nix/store/3p8970kqbbrjvn7a6l875vkp3sga3345-libtiff-4.7.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.8952000Z [00:00:07.699]➜  copying path '/nix/store/kww24b3s330m61gy3n7fdl6517vpayv6-glib-2.84.3' from 'https://cache.nixos.org'...
2025-08-20T21:52:25.9669837Z [00:00:07.769]➜  copying path '/nix/store/8kgj4vk3201i2nl8dryg0554nzxcazfx-libwebp-1.6.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.0480747Z [00:00:07.848]➜  copying path '/nix/store/0mz00gbdlqpdivijfbs2r7k590kk6vwn-stdenv-linux' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.2471318Z [00:00:08.051]➜  building '/nix/store/xf7nnl4cvnylbsxkcrvd67iq8bpn3apk-utils.sh.drv'...
2025-08-20T21:52:26.4766251Z [00:00:08.280]➜  utils.sh> Running phase: patchPhase
2025-08-20T21:52:26.4859141Z [00:00:08.285]➜  utils.sh> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:52:26.4962175Z [00:00:08.300]➜  utils.sh> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:52:26.4963241Z [00:00:08.300]➜  utils.sh> Running phase: configurePhase
2025-08-20T21:52:26.5410045Z [00:00:08.345]➜  utils.sh> no configure script, doing nothing
2025-08-20T21:52:26.5498818Z [00:00:08.352]➜  utils.sh> Running phase: buildPhase
2025-08-20T21:52:26.5618871Z [00:00:08.365]➜  utils.sh> Running phase: checkPhase
2025-08-20T21:52:26.5764649Z [00:00:08.381]➜  utils.sh> Running phase: installPhase
2025-08-20T21:52:26.5839707Z [00:00:08.388]➜  utils.sh> no Makefile or custom installPhase, doing nothing
2025-08-20T21:52:26.5852446Z [00:00:08.390]➜  utils.sh> Running phase: fixupPhase
2025-08-20T21:52:26.5999775Z [00:00:08.404]➜  copying path '/nix/store/29qc4slnbpvgzgjq04bprj5qmjf1v63x-cairo-1.18.4' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.6008708Z [00:00:08.405]➜  copying path '/nix/store/084l9gcppiyqwglglzvwbvxgk3k6cw1j-gdk-pixbuf-2.42.12' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.6022321Z [00:00:08.406]➜  copying path '/nix/store/0vzx9sw0apfqsx7qswwf27hj5rmy4r6b-gts-0.7.6' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.6041620Z [00:00:08.408]➜  copying path '/nix/store/w46nrr5gly3vvsv2vmn5nfclznqngvc0-harfbuzz-11.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.6189324Z [00:00:08.420]➜  utils.sh> shrinking RPATHs of ELF executables and libraries in /nix/store/6qd807imka19bpsfbp3zdabifa14afih-utils.sh
2025-08-20T21:52:26.6241528Z [00:00:08.428]➜  utils.sh> checking for references to /build/ in /nix/store/6qd807imka19bpsfbp3zdabifa14afih-utils.sh...
2025-08-20T21:52:26.6423841Z [00:00:08.447]➜  utils.sh> patching script interpreter paths in /nix/store/6qd807imka19bpsfbp3zdabifa14afih-utils.sh
2025-08-20T21:52:26.7657586Z [00:00:08.570]➜  copying path '/nix/store/jmjzwbsx3i3ahid7in49429116rv2b2w-pango-1.56.3' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.8062198Z [00:00:08.610]➜  copying path '/nix/store/zll6vav2b2kzc7h6353byw7s47qsghk1-libavif-1.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.8605164Z [00:00:08.665]➜  copying path '/nix/store/40si62vx2pcnkxlnwysz1jdkybr4g6hg-gd-2.3.3' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.8896068Z [00:00:08.694]➜  copying path '/nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20' from 'https://cache.nixos.org'...
2025-08-20T21:52:26.9994831Z [00:00:08.804]➜  copying path '/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.0124257Z [00:00:08.816]➜  copying path '/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.0314387Z [00:00:08.835]➜  copying path '/nix/store/wqg50ip92b4626ryk097yszg6lyi32bf-readline-8.3p1' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.0595921Z [00:00:08.864]➜  copying path '/nix/store/lb33m49aslmvkx5l4xrkiy7m6nbh2kqf-bash-interactive-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.0600258Z [00:00:08.864]➜  copying path '/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.1784911Z [00:00:08.982]➜  copying path '/nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.1999606Z [00:00:09.001]➜  copying path '/nix/store/ik9a1dn4229hirklndxb5cz1fp4z8md0-boost-1.87.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.4601847Z [00:00:09.264]➜  copying path '/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.4607539Z [00:00:09.264]➜  copying path '/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.5194156Z [00:00:09.323]➜  copying path '/nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9' from 'https://cache.nixos.org'...
2025-08-20T21:52:27.6232471Z [00:00:09.427]➜  copying path '/nix/store/fy99wg3raisidhz0yz6iwbr4fn5j6zlx-source-highlight-3.1.9-dev' from 'https://cache.nixos.org'...
2025-08-20T21:52:29.1509871Z [00:00:10.955]➜  copying path '/nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:52:29.9825633Z [00:00:11.787]➜  copying path '/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:52:29.9938630Z [00:00:11.798]➜  copying path '/nix/store/9scf80510scqpk7yd3kn6c8hmx9mgpkv-make-binary-wrapper-hook' from 'https://cache.nixos.org'...
2025-08-20T21:52:29.9941984Z [00:00:11.798]➜  copying path '/nix/store/l5r2hk5p1a1h4lvp1ba7wgx380a5rfdy-stdenv-linux' from 'https://cache.nixos.org'...
2025-08-20T21:52:30.0592071Z [00:00:11.863]➜  building '/nix/store/919jy3jkp2p1r3dgh0an0ylr9c3731ij-liblinear-static-x86_64-unknown-linux-musl-2.47.drv'...
2025-08-20T21:52:30.0809146Z [00:00:11.885]➜  building '/nix/store/backfvqj67hm1fidw03zagw5baawmcqm-lua-static-x86_64-unknown-linux-musl-5.4.7.drv'...
2025-08-20T21:52:30.0898190Z [00:00:11.894]➜  liblinear-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:52:30.0933445Z [00:00:11.898]➜  liblinear-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/z2pq2x92kpj09d0j3qwb4a10cfki01g1-source
2025-08-20T21:52:30.1003297Z [00:00:11.905]➜  liblinear-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:52:30.1096263Z [00:00:11.914]➜  liblinear-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:52:30.1167762Z [00:00:11.921]➜  liblinear-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:52:30.1253251Z [00:00:11.930]➜  liblinear-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:52:30.1328281Z [00:00:11.937]➜  lua-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:52:30.1338835Z [00:00:11.938]➜  liblinear-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:52:30.1372883Z [00:00:11.941]➜  lua-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/67ryw5cplvlid98a7lvp5wwvnc4xjp43-lua-5.4.7.tar.gz
2025-08-20T21:52:30.1483392Z [00:00:11.953]➜  lua-static-x86_64-unknown-linux-musl> source root is lua-5.4.7
2025-08-20T21:52:30.1504744Z [00:00:11.955]➜  liblinear-static-x86_64-unknown-linux-musl> no configure script, doing nothing
2025-08-20T21:52:30.1531116Z [00:00:11.957]➜  liblinear-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:52:30.1554463Z [00:00:11.960]➜  lua-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1718316991 of file "lua-5.4.7/README"
2025-08-20T21:52:30.1593758Z [00:00:11.963]➜  liblinear-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash AR=x86_64-unknown-linux-musl-ar RANLIB=x86_64-unknown-linux-musl-ranlib lib predict train
2025-08-20T21:52:30.1615085Z [00:00:11.966]➜  lua-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:52:30.1633688Z [00:00:11.967]➜  liblinear-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-g++ -Wall -Wconversion -O3 -fPIC -c -o linear.o linear.cpp
2025-08-20T21:52:30.1698713Z [00:00:11.974]➜  lua-static-x86_64-unknown-linux-musl> #define LUA_ROOT  "/nix/store/7jk3rmzap0qhxyilfxmfmi2ywcw7adkx-lua-static-x86_64-unknown-linux-musl-5.4.7/"
2025-08-20T21:52:30.1720523Z [00:00:11.976]➜  lua-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:52:30.1805708Z [00:00:11.985]➜  lua-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:52:30.1890104Z [00:00:11.993]➜  lua-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:52:30.1987770Z [00:00:12.003]➜  copying path '/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4' from 'https://cache.nixos.org'...
2025-08-20T21:52:30.1992013Z [00:00:12.003]➜  lua-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:52:30.2049721Z [00:00:12.009]➜  lua-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash INSTALL_TOP=/nix/store/7jk3rmzap0qhxyilfxmfmi2ywcw7adkx-lua-static-x86_64-unknown-linux-musl-5.4.7 INSTALL_MAN=/nix/store/7jk3rmzap0qhxyilfxmfmi2ywcw7adkx-lua-static-x86_64-unknown-linux-musl-5.4.7/share/man/man1 R=5.4.7 LDFLAGS=-fPIC V=5.4 PLAT=linux-readline CC=x86_64-unknown-linux-musl-cc RANLIB=x86_64-unknown-linux-musl-ranlib MYLIBS=-lncurses CFLAGS=-O2\ -fPIC\ \$\(SYSCFLAGS\) AR=x86_64-unknown-linux-musl-ar\ rcu
2025-08-20T21:52:30.2087434Z [00:00:12.013]➜  lua-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/lua-5.4.7/src'
2025-08-20T21:52:30.2089584Z [00:00:12.013]➜  lua-static-x86_64-unknown-linux-musl> make all SYSCFLAGS="-DLUA_USE_LINUX -DLUA_USE_READLINE" SYSLIBS="-Wl,-E -ldl -lreadline"
2025-08-20T21:52:30.2116997Z [00:00:12.016]➜  lua-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/lua-5.4.7/src'
2025-08-20T21:52:30.2118594Z [00:00:12.016]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o lapi.o lapi.c
2025-08-20T21:52:30.2391439Z [00:00:12.043]➜  copying path '/nix/store/klasp2p2vdjnxsmfvda4da80lphr22px-autoreconf-hook' from 'https://cache.nixos.org'...
2025-08-20T21:52:30.2803776Z [00:00:12.084]➜  building '/nix/store/yrl52kans75s8x1snqvj91nhb0lkcz4d-libnl-static-x86_64-unknown-linux-musl-3.11.0.drv'...
2025-08-20T21:52:30.3822476Z [00:00:12.186]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:52:30.3875904Z [00:00:12.192]➜  libnl-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/2d9m88nzhfwnj5wicxwmnw60havflk93-source
2025-08-20T21:52:30.4371991Z [00:00:12.241]➜  libnl-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:52:30.4580894Z [00:00:12.262]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:52:30.4661264Z [00:00:12.270]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:52:30.5522907Z [00:00:12.356]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T21:52:30.5547561Z [00:00:12.359]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T21:52:30.5551702Z [00:00:12.359]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:52:30.7427481Z [00:00:12.547]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE  -c lcode.c
2025-08-20T21:52:31.1357211Z [00:00:12.940]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o lctype.o lctype.c
2025-08-20T21:52:31.1531251Z [00:00:12.957]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o ldebug.o ldebug.c
2025-08-20T21:52:31.3822292Z [00:00:13.186]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o ldo.o ldo.c
2025-08-20T21:52:31.5556378Z [00:00:13.360]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:52:31.6914363Z [00:00:13.496]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o ldump.o ldump.c
2025-08-20T21:52:31.8331442Z [00:00:13.637]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o lfunc.o lfunc.c
2025-08-20T21:52:31.9703981Z [00:00:13.774]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o lgc.o lgc.c
2025-08-20T21:52:32.4530873Z [00:00:14.257]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE  -c llex.c
2025-08-20T21:52:32.5254768Z [00:00:14.330]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:52:32.5443342Z [00:00:14.348]➜  liblinear-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-g++ -Wall -Wconversion -O3 -fPIC -c -o newton.o newton.cpp
2025-08-20T21:52:32.7608662Z [00:00:14.565]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o lmem.o lmem.c
2025-08-20T21:52:32.8138965Z [00:00:14.618]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o lobject.o lobject.c
2025-08-20T21:52:32.8863397Z [00:00:14.690]➜  liblinear-static-x86_64-unknown-linux-musl> make -C blas OPTFLAGS='-Wall -Wconversion -O3 -fPIC' CC='x86_64-unknown-linux-musl-gcc';
2025-08-20T21:52:32.8886528Z [00:00:14.693]➜  liblinear-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/blas'
2025-08-20T21:52:32.8890891Z [00:00:14.693]➜  liblinear-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wconversion -O3 -fPIC -c dnrm2.c
2025-08-20T21:52:32.9413713Z [00:00:14.745]➜  liblinear-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wconversion -O3 -fPIC -c daxpy.c
2025-08-20T21:52:32.9822307Z [00:00:14.786]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: adding subdirectory doc to autoreconf
2025-08-20T21:52:32.9840269Z [00:00:14.788]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Entering directory 'doc'
2025-08-20T21:52:32.9844232Z [00:00:14.789]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:52:33.0131581Z [00:00:14.817]➜  liblinear-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wconversion -O3 -fPIC -c ddot.c
2025-08-20T21:52:33.0519736Z [00:00:14.856]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE   -c -o lopcodes.o lopcodes.c
2025-08-20T21:52:33.0651996Z [00:00:14.869]➜  liblinear-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wconversion -O3 -fPIC -c dscal.c
2025-08-20T21:52:33.0697622Z [00:00:14.874]➜  lua-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-cc -O2 -fPIC -DLUA_USE_LINUX -DLUA_USE_READLINE  -c lparser.c
2025-08-20T21:52:33.1147383Z [00:00:14.919]➜  liblinear-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rcv blas.a dnrm2.o daxpy.o ddot.o dscal.o
2025-08-20T21:52:33.1164000Z [00:00:14.921]➜  liblinear-static-x86_64-unknown-linux-musl> a - dnrm2.o
2025-08-20T21:52:33.1165291Z [00:00:14.921]➜  liblinear-static-x86_64-unknown-linux-musl> a - daxpy.o
2025-08-20T21:52:33.1167375Z [00:00:14.921]➜  liblinear-static-x86_64-unknown-linux-musl> a - ddot.o
2025-08-20T21:52:33.1168452Z [00:00:14.921]➜  liblinear-static-x86_64-unknown-linux-musl> a - dscal.o
2025-08-20T21:52:33.1174606Z [00:00:14.922]➜  liblinear-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib blas.a
2025-08-20T21:52:33.1202843Z [00:00:14.925]➜  liblinear-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/blas'
2025-08-20T21:52:33.1205595Z [00:00:14.925]➜  liblinear-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-g++ -shared -Wl,-soname,liblinear.so.5 linear.o newton.o blas/blas.a -o liblinear.so.5
2025-08-20T21:52:33.1456475Z [00:00:14.950]➜  liblinear-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/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
2025-08-20T21:52:33.1461190Z [00:00:14.950]➜  liblinear-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: failed to set dynamic section sizes: bad value
2025-08-20T21:52:33.1464199Z [00:00:14.951]➜  liblinear-static-x86_64-unknown-linux-musl> collect2: error: ld returned 1 exit status
2025-08-20T21:52:33.1467681Z [00:00:14.951]➜  liblinear-static-x86_64-unknown-linux-musl> make: *** [Makefile:17: lib] Error 1
2025-08-20T21:52:33.1532718Z [00:00:14.957]➜  error: Cannot build '/nix/store/919jy3jkp2p1r3dgh0an0ylr9c3731ij-liblinear-static-x86_64-unknown-linux-musl-2.47.drv'.
2025-08-20T21:52:33.1535088Z [00:00:14.957]➜         Reason: builder failed with exit code 2.
2025-08-20T21:52:33.1535980Z [00:00:14.957]➜         Output paths:
2025-08-20T21:52:33.1537271Z [00:00:14.957]➜           /nix/store/2w49ccfid3i72vqkmpybpv638m4sdcyb-liblinear-static-x86_64-unknown-linux-musl-2.47-bin
2025-08-20T21:52:33.1538918Z [00:00:14.957]➜           /nix/store/6301cfkj3qq13pgn4w4xcpirir5i125n-liblinear-static-x86_64-unknown-linux-musl-2.47
2025-08-20T21:52:33.1540340Z [00:00:14.957]➜           /nix/store/7ym540w0c1xp6nnzbigb2xbxc7immm8m-liblinear-static-x86_64-unknown-linux-musl-2.47-dev
2025-08-20T21:52:33.2236355Z [00:00:15.028]➜  error: Cannot build '/nix/store/r02qw7v58qqim5bg4r3jdh8n7x76448f-nmap-static-x86_64-unknown-linux-musl-7.98.drv'.
2025-08-20T21:52:33.2237164Z [00:00:15.028]➜         Reason: 1 dependency failed.
2025-08-20T21:52:33.2237530Z [00:00:15.028]➜         Output paths:
2025-08-20T21:52:33.2238446Z [00:00:15.028]➜           /nix/store/h6p3bg7yjsqna33ymk2ywsmg9r3911ig-nmap-static-x86_64-unknown-linux-musl-7.98
2025-08-20T21:52:33.2464269Z [00:00:15.051]➜  + sort
2025-08-20T21:52:33.2483355Z [00:00:15.053]➜  + awk -F/ '{indent=""; for (i=2; i<NF; i++) indent=indent " "; print (NF>1 ? indent "--> " $NF : $NF)}'
2025-08-20T21:52:33.2485340Z [00:00:15.053]➜  ++ find /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type d -o -type l -exec realpath '{}' ';'
2025-08-20T21:52:33.2486858Z [00:00:15.053]➜  ++ grep -Ev '^\.$'
2025-08-20T21:52:33.2487862Z [00:00:15.053]➜  ++ head -n 1
2025-08-20T21:52:33.2500718Z [00:00:15.054]➜  + find -L ''
2025-08-20T21:52:33.2512032Z [00:00:15.055]➜  find: ‘’: No such file or directory
2025-08-20T21:52:33.2519419Z [00:00:15.056]➜  + find /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type d -o -type l -exec realpath '{}' ';'
2025-08-20T21:52:33.2520921Z [00:00:15.056]➜  + grep -Ev '^\.$'
2025-08-20T21:52:33.2536373Z [00:00:15.058]➜  + xargs '-I{}' find -L '{}' -type d -iregex '.*\(bin\|exec\).*'
2025-08-20T21:52:33.2538566Z [00:00:15.058]➜  + xargs '-I{}' sudo rsync -achLv --no-relative '{}/.' /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/.
2025-08-20T21:52:33.2543602Z [00:00:15.059]➜  ++ whoami
2025-08-20T21:52:33.2559688Z [00:00:15.060]➜  ++ whoami
2025-08-20T21:52:33.2573097Z [00:00:15.062]➜  + sudo chown -R runner:runner /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:33.2646626Z [00:00:15.069]➜  + chmod -R 755 /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:33.2660141Z [00:00:15.070]➜  + find /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f -iregex '.*\.\(bin\|pl\)$' -exec bash -c 'mv -fv "$1" "${1%.*}"' _ '{}' ';'
2025-08-20T21:52:33.2678904Z [00:00:15.072]➜  + find /tmp/pkgforge/OLYxsep_QpHwb3nUH_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:52:33.2680297Z [00:00:15.072]➜  + xargs -0 -I '{}' sh -c '
2025-08-20T21:52:33.2680973Z [00:00:15.072]➜         sed "s|^#!/nix/store/.*/bin/sh|#!/bin/sh|" -i "{}" 2>/dev/null
2025-08-20T21:52:33.2681842Z [00:00:15.072]➜         sed "s|/nix/store[^ ]*/bin/\([^ ]*\)|/usr/local/bin/\1|g" -i "{}" 2>/dev/null
2025-08-20T21:52:33.2682700Z [00:00:15.072]➜         sed "s|/nix/store/[^/]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:52:33.2683800Z [00:00:15.072]➜         sed "s|/nix/store[^/ ]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:52:33.2684742Z [00:00:15.072]➜         sed "s|/nix/store[^ \"'\'']*|/|g" -i "{}" 2>/dev/null
2025-08-20T21:52:33.2685348Z [00:00:15.072]➜     '
2025-08-20T21:52:33.2785155Z [00:00:15.083]➜  + find /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:52:33.2802056Z [00:00:15.084]➜  + grep -Ei 'application/.*executable|text/x-perl|text/.*script'
2025-08-20T21:52:33.2803100Z [00:00:15.084]➜  + cut -d: -f1
2025-08-20T21:52:33.2803931Z [00:00:15.084]➜  + xargs realpath
2025-08-20T21:52:33.2811376Z [00:00:15.085]➜  + sort -u
2025-08-20T21:52:33.2814582Z [00:00:15.086]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:33.2829292Z [00:00:15.087]➜  realpath: missing operand
2025-08-20T21:52:33.2830064Z [00:00:15.087]➜  Try 'realpath --help' for more information.
2025-08-20T21:52:33.4224687Z [00:00:15.227]➜  
2025-08-20T21:52:33.7777598Z [00:00:15.582]➜  
2025-08-20T21:52:33.7873237Z [00:00:15.592]➜  changed ownership of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/nmap.version' from runner:docker to runner:runner
2025-08-20T21:52:33.7874794Z [00:00:15.592]➜  ownership of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T21:52:33.7875899Z [00:00:15.592]➜  changed ownership of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:52:33.7876944Z [00:00:15.592]➜  ownership of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T21:52:33.7877922Z [00:00:15.592]➜  changed ownership of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:52:33.7879155Z [00:00:15.592]➜  changed ownership of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/nmap.static.version' from runner:docker to runner:runner
2025-08-20T21:52:33.7880224Z [00:00:15.592]➜  changed ownership of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:52:33.7956450Z [00:00:15.600]➜  mode of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/nmap.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:52:33.8025061Z [00:00:15.607]➜  mode of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as 0755 (rwxr-xr-x)
2025-08-20T21:52:33.8094490Z [00:00:15.614]➜  mode of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T21:52:33.8162343Z [00:00:15.620]➜  mode of '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/nmap.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:52:33.9525532Z [00:00:15.757]➜  realpath: missing operand
2025-08-20T21:52:33.9526563Z [00:00:15.757]➜  Try 'realpath --help' for more information.
2025-08-20T21:52:33.9606689Z [00:00:15.765]➜  
2025-08-20T21:52:33.9607241Z [00:00:15.765]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:52:34.2471199Z [00:00:16.051]➜  (License) <== https://github.com/nmap/nmap/raw/c932f08f42c7fcafd8e7f3c2c75b98d8c583b759/LICENSE
2025-08-20T21:52:34.2514734Z [00:00:16.056]➜  renamed '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:52:34.2548466Z [00:00:16.059]➜  
2025-08-20T21:52:34.2548852Z [00:00:16.059]➜  
2025-08-20T21:52:34.2559828Z [00:00:16.060]➜  Nmap Public Source License Version 0.95
2025-08-20T21:52:34.2560682Z [00:00:16.060]➜  For more information on this license, see https://nmap.org/npsl/
2025-08-20T21:52:34.2561332Z [00:00:16.060]➜  
2025-08-20T21:52:34.2561735Z [00:00:16.060]➜  0. Preamble
2025-08-20T21:52:34.2562140Z [00:00:16.060]➜  
2025-08-20T21:52:34.2563370Z [00:00:16.060]➜  The intent of this license is to establish freedom to share and change
2025-08-20T21:52:34.2564364Z [00:00:16.060]➜  the software regulated by this license under the open source model. It
2025-08-20T21:52:34.2565324Z [00:00:16.060]➜  also includes a Contributor Agreement and disclaims any warranty on
2025-08-20T21:52:34.2566268Z [00:00:16.060]➜  Covered Software. Companies wishing to use or incorporate Covered
2025-08-20T21:52:34.2567216Z [00:00:16.060]➜  Software within their own products may find that our Nmap OEM product
2025-08-20T21:52:34.2568322Z [00:00:16.060]➜  (https://nmap.org/oem/) better suits their needs. Open source
2025-08-20T21:52:34.2569328Z [00:00:16.060]➜  developers who wish to incorporate parts of Covered Software into free
2025-08-20T21:52:34.2570385Z [00:00:16.060]➜  software with conflicting licenses may write Licensor to request a
2025-08-20T21:52:34.2571118Z [00:00:16.060]➜  waiver of terms.
2025-08-20T21:52:34.2571569Z [00:00:16.060]➜  
2025-08-20T21:52:34.2572209Z [00:00:16.060]➜  If the Nmap Project (directly or through one of its commercial
2025-08-20T21:52:34.2573138Z [00:00:16.060]➜  licensing customers) has granted you additional rights to Nmap or Nmap
2025-08-20T21:52:34.2574419Z [00:00:16.060]➜  OEM, those additional rights take precedence where they conflict with
2025-08-20T21:52:34.2575219Z [00:00:16.060]➜  the terms of this license agreement.
2025-08-20T21:52:34.2575750Z [00:00:16.060]➜  
2025-08-20T21:52:34.2576392Z [00:00:16.060]➜  This License represents the complete agreement concerning subject
2025-08-20T21:52:34.2577339Z [00:00:16.060]➜  matter hereof. It contains the license terms themselves, but not the
2025-08-20T21:52:34.2578412Z [00:00:16.060]➜  reasoning behind them or detailed explanations. For further
2025-08-20T21:52:34.2579351Z [00:00:16.060]➜  information about this License, see https://nmap.org/npsl/ . That page
2025-08-20T21:52:34.2580320Z [00:00:16.060]➜  makes a good faith attempt to explain this License, but it does not
2025-08-20T21:52:34.2581138Z [00:00:16.060]➜  and can not modify its governing terms in any way.
2025-08-20T21:52:34.2581690Z [00:00:16.060]➜  
2025-08-20T21:52:34.2582070Z [00:00:16.060]➜  1. Definitions
2025-08-20T21:52:34.2582555Z [00:00:16.060]➜  
2025-08-20T21:52:34.2583183Z [00:00:16.060]➜  * "Contribution" means any work of authorship, including the original
2025-08-20T21:52:34.2584088Z [00:00:16.060]➜    version of the Work and any modifications or additions to that Work
2025-08-20T21:52:34.2584970Z [00:00:16.060]➜    or Derivative Works thereof, that is intentionally submitted to
2025-08-20T21:52:34.2585984Z [00:00:16.060]➜    Licensor by the copyright owner or by an individual or Legal Entity
2025-08-20T21:52:34.2586918Z [00:00:16.060]➜    authorized to submit on behalf of the copyright owner. For the
2025-08-20T21:52:34.2587789Z [00:00:16.060]➜    purposes of this definition, "submitted" means any form of
2025-08-20T21:52:34.2589206Z [00:00:16.060]➜    electronic, verbal, or written communication sent to the Licensor or
2025-08-20T21:52:34.2590193Z [00:00:16.060]➜    its representatives, including but not limited to communication on
2025-08-20T21:52:34.2591147Z [00:00:16.060]➜    electronic mailing lists, source code control systems, web sites,
2025-08-20T21:52:34.2592113Z [00:00:16.060]➜    and issue tracking systems that are managed by, or on behalf of, the
2025-08-20T21:52:34.2593059Z [00:00:16.060]➜    Licensor for the purpose of discussing and improving the Work, but
2025-08-20T21:52:34.2594002Z [00:00:16.060]➜    excluding communication that is conspicuously marked or otherwise
2025-08-20T21:52:34.2594859Z [00:00:16.060]➜    designated in writing by the copyright owner as "Not a
2025-08-20T21:52:34.2595486Z [00:00:16.060]➜    Contribution."
2025-08-20T21:52:34.2595913Z [00:00:16.060]➜  
2025-08-20T21:52:34.2596539Z [00:00:16.061]➜  * "Contributor" means Licensor and any individual or Legal Entity on
2025-08-20T21:52:34.2597440Z [00:00:16.061]➜    behalf of whom a Contribution has been received by Licensor and
2025-08-20T21:52:34.2598408Z [00:00:16.061]➜    subsequently incorporated within the Work.
2025-08-20T21:52:34.2598962Z [00:00:16.061]➜  
2025-08-20T21:52:34.2599586Z [00:00:16.061]➜  * "Covered Software" means the work of authorship, whether in Source
2025-08-20T21:52:34.2600628Z [00:00:16.061]➜    or Object form, made available under the License, as indicated by a
2025-08-20T21:52:34.2601528Z [00:00:16.061]➜    copyright notice that is included in or attached to the work
2025-08-20T21:52:34.2602163Z [00:00:16.061]➜  
2025-08-20T21:52:34.2602782Z [00:00:16.061]➜  * "Derivative Work" or "Collective Work" means any work, whether in
2025-08-20T21:52:34.2603692Z [00:00:16.061]➜    Source or Object form, that is based on (or derived from) the Work
2025-08-20T21:52:34.2604608Z [00:00:16.061]➜    and for which the editorial revisions, annotations, elaborations, or
2025-08-20T21:52:34.2605547Z [00:00:16.061]➜    other modifications represent, as a whole, an original work of
2025-08-20T21:52:34.2606466Z [00:00:16.061]➜    authorship. It includes software as described in Section 3 of this
2025-08-20T21:52:34.2616453Z [00:00:16.061]➜    License.
2025-08-20T21:52:34.2616903Z [00:00:16.061]➜  
2025-08-20T21:52:34.2617510Z [00:00:16.061]➜  * "Executable" means Covered Software in any form other than Source Code.
2025-08-20T21:52:34.2617899Z [00:00:16.061]➜  
2025-08-20T21:52:34.2618493Z [00:00:16.061]➜  * "Externally Deploy" means to Deploy the Covered Software in any way
2025-08-20T21:52:34.2619009Z [00:00:16.061]➜    that may be accessed or used by anyone other than You, used to
2025-08-20T21:52:34.2619524Z [00:00:16.061]➜    provide any services to anyone other than You, or used in any way to
2025-08-20T21:52:34.2620031Z [00:00:16.061]➜    deliver any content to anyone other than You, whether the Covered
2025-08-20T21:52:34.2620519Z [00:00:16.061]➜    Software is distributed to those parties, made available as an
2025-08-20T21:52:34.2621033Z [00:00:16.061]➜    application intended for use over a computer network, or used to
2025-08-20T21:52:34.2621542Z [00:00:16.061]➜    provide services or otherwise deliver content to anyone other than
2025-08-20T21:52:34.2621911Z [00:00:16.061]➜    You.
2025-08-20T21:52:34.2622123Z [00:00:16.061]➜  
2025-08-20T21:52:34.2622479Z [00:00:16.061]➜  * "GPL" means the GNU General Public License Version 2, as published
2025-08-20T21:52:34.2622951Z [00:00:16.061]➜    by the Free Software Foundation and provided in Exhibit A.
2025-08-20T21:52:34.2623276Z [00:00:16.061]➜  
2025-08-20T21:52:34.2623611Z [00:00:16.061]➜  * "Legal Entity" means the union of the acting entity and all other
2025-08-20T21:52:34.2624090Z [00:00:16.061]➜    entities that control, are controlled by, or are under common
2025-08-20T21:52:34.2624565Z [00:00:16.061]➜    control with that entity. For the purposes of this definition,
2025-08-20T21:52:34.2625037Z [00:00:16.061]➜    "control" means (i) the power, direct or indirect, to cause the
2025-08-20T21:52:34.2625632Z [00:00:16.061]➜    direction or management of such entity, whether by contract or
2025-08-20T21:52:34.2626116Z [00:00:16.061]➜    otherwise, or (ii) ownership of fifty percent (50%) or more of the
2025-08-20T21:52:34.2626607Z [00:00:16.061]➜    outstanding shares, or (iii) beneficial ownership of such entity.
2025-08-20T21:52:34.2626976Z [00:00:16.061]➜  
2025-08-20T21:52:34.2627272Z [00:00:16.061]➜  * "License" means this document, including Exhibits.
2025-08-20T21:52:34.2627622Z [00:00:16.061]➜  
2025-08-20T21:52:34.2628125Z [00:00:16.061]➜  * "Licensor" means Nmap Software LLC and its successors and assigns.
2025-08-20T21:52:34.2628513Z [00:00:16.061]➜  
2025-08-20T21:52:34.2628934Z [00:00:16.061]➜  * "Main License Body" means all of the terms of this document,
2025-08-20T21:52:34.2629305Z [00:00:16.061]➜    excluding Exhibits.
2025-08-20T21:52:34.2629556Z [00:00:16.061]➜  
2025-08-20T21:52:34.2629883Z [00:00:16.061]➜  * "You" (or "Your") means an individual or Legal Entity exercising
2025-08-20T21:52:34.2630294Z [00:00:16.061]➜    permissions granted by this License.
2025-08-20T21:52:34.2630592Z [00:00:16.061]➜  
2025-08-20T21:52:34.2630819Z [00:00:16.061]➜  2. General Terms
2025-08-20T21:52:34.2631057Z [00:00:16.061]➜  
2025-08-20T21:52:34.2631387Z [00:00:16.061]➜  Covered Software is licensed to you under the terms of the GPL
2025-08-20T21:52:34.2631891Z [00:00:16.061]➜  (Exhibit A), with all the exceptions, clarifications, and additions
2025-08-20T21:52:34.2632387Z [00:00:16.061]➜  noted in this Main License Body. Where the terms in this Main License
2025-08-20T21:52:34.2632877Z [00:00:16.061]➜  Body conflict in any way with the GPL, the Main License Body terms
2025-08-20T21:52:34.2633373Z [00:00:16.061]➜  shall take precedence. These additional terms mean that You may not
2025-08-20T21:52:34.2633885Z [00:00:16.061]➜  distribute Covered Software or Derivative Works under plain GPL terms
2025-08-20T21:52:34.2634327Z [00:00:16.061]➜  without special permission from Licensor.
2025-08-20T21:52:34.2634619Z [00:00:16.061]➜  
2025-08-20T21:52:34.2634962Z [00:00:16.061]➜  You are not required to accept this License. However, nothing else
2025-08-20T21:52:34.2635453Z [00:00:16.061]➜  grants You permission to use, copy, modify or distribute the software
2025-08-20T21:52:34.2636111Z [00:00:16.061]➜  or its derivative works. These actions are prohibited by law if You do
2025-08-20T21:52:34.2636604Z [00:00:16.061]➜  not accept this License. Therefore, by modifying, copying or
2025-08-20T21:52:34.2637100Z [00:00:16.061]➜  distributing the software (or any work based on the software), You
2025-08-20T21:52:34.2637608Z [00:00:16.061]➜  indicate your acceptance of this License to do so, and all its terms
2025-08-20T21:52:34.2638633Z [00:00:16.061]➜  and conditions. In addition, you agree to the terms of this License by
2025-08-20T21:52:34.2639165Z [00:00:16.061]➜  clicking the Accept button or downloading the software.
2025-08-20T21:52:34.2639494Z [00:00:16.061]➜  
2025-08-20T21:52:34.2639717Z [00:00:16.061]➜  3. Derivative Works
2025-08-20T21:52:34.2639966Z [00:00:16.061]➜  
2025-08-20T21:52:34.2640335Z [00:00:16.061]➜  This License (including the GPL portion) places important restrictions
2025-08-20T21:52:34.2640842Z [00:00:16.061]➜  on derived works. Licensor interprets that term quite broadly. To
2025-08-20T21:52:34.2641351Z [00:00:16.061]➜  avoid any misunderstandings, we consider software to constitute a
2025-08-20T21:52:34.2641869Z [00:00:16.061]➜  "derivative work" of Covered Software for the purposes of this license
2025-08-20T21:52:34.2642427Z [00:00:16.061]➜  if it does any of the following:
2025-08-20T21:52:34.2642932Z [00:00:16.061]➜  
2025-08-20T21:52:34.2643424Z [00:00:16.061]➜  * Integrates source code from Covered Software
2025-08-20T21:52:34.2643947Z [00:00:16.061]➜  
2025-08-20T21:52:34.2644590Z [00:00:16.061]➜  * Reads or includes Covered Software data files, such as nmap-os-db or
2025-08-20T21:52:34.2645303Z [00:00:16.061]➜    nmap-service-probes.
2025-08-20T21:52:34.2645752Z [00:00:16.061]➜  
2025-08-20T21:52:34.2646572Z [00:00:16.061]➜  * Is designed specifically to execute Covered Software and parse the
2025-08-20T21:52:34.2647514Z [00:00:16.061]➜    results (as opposed to typical shell or execution-menu apps, which
2025-08-20T21:52:34.2648533Z [00:00:16.061]➜    will execute anything you tell them to).
2025-08-20T21:52:34.2649077Z [00:00:16.061]➜  
2025-08-20T21:52:34.2649723Z [00:00:16.061]➜  * Includes Covered Software in a proprietary executable installer. The
2025-08-20T21:52:34.2650576Z [00:00:16.061]➜    installers produced by InstallShield are an example of
2025-08-20T21:52:34.2651441Z [00:00:16.061]➜    this. Including Nmap with other software in compressed or archival
2025-08-20T21:52:34.2652335Z [00:00:16.061]➜    form does not trigger this provision, provided appropriate open
2025-08-20T21:52:34.2653229Z [00:00:16.061]➜    source decompression or de-archiving software is widely available
2025-08-20T21:52:34.2654105Z [00:00:16.061]➜    for no charge. For the purposes of this license, an installer is
2025-08-20T21:52:34.2655009Z [00:00:16.061]➜    considered to include Covered Software even if it actually retrieves
2025-08-20T21:52:34.2655912Z [00:00:16.061]➜    a copy of Covered Software from another source during runtime (such
2025-08-20T21:52:34.2656696Z [00:00:16.061]➜    as by downloading it from the Internet).
2025-08-20T21:52:34.2657229Z [00:00:16.061]➜  
2025-08-20T21:52:34.2658134Z [00:00:16.061]➜  * Links (statically or dynamically) to a library which does any of the
2025-08-20T21:52:34.2658866Z [00:00:16.061]➜    above
2025-08-20T21:52:34.2659259Z [00:00:16.061]➜  
2025-08-20T21:52:34.2659903Z [00:00:16.061]➜  * Executes a helper program, module, or script to do any of the above.
2025-08-20T21:52:34.2660562Z [00:00:16.061]➜  
2025-08-20T21:52:34.2660910Z [00:00:16.061]➜  
2025-08-20T21:52:34.2661508Z [00:00:16.061]➜  This list is not exclusive, but is meant to clarify Licensor's
2025-08-20T21:52:34.2662447Z [00:00:16.061]➜  intentions with some common examples. Distribution of any works which
2025-08-20T21:52:34.2663422Z [00:00:16.061]➜  meet these criteria (and that also choose to accept this license to
2025-08-20T21:52:34.2664304Z [00:00:16.061]➜  benefit from the rights granted herein) must be under the terms of
2025-08-20T21:52:34.2664835Z [00:00:16.061]➜  this license (including this Main License Body and GPL), with no
2025-08-20T21:52:34.2665853Z [00:00:16.061]➜  additional conditions or restrictions. They must abide by all
2025-08-20T21:52:34.2666784Z [00:00:16.061]➜  restrictions that the GPL places on derivative or collective works,
2025-08-20T21:52:34.2667412Z [00:00:16.061]➜  including the requirements for distributing their source code and
2025-08-20T21:52:34.2667884Z [00:00:16.061]➜  allowing royalty-free redistribution.
2025-08-20T21:52:34.2668387Z [00:00:16.061]➜  
2025-08-20T21:52:34.2668763Z [00:00:16.061]➜  Licensor does not purport to control through this license any software
2025-08-20T21:52:34.2669273Z [00:00:16.061]➜  which does not require the rights granted herein (such as rights to
2025-08-20T21:52:34.2669787Z [00:00:16.061]➜  redistribute and/or incorporate Covered Software executables and
2025-08-20T21:52:34.2670277Z [00:00:16.061]➜  source code). In particular, many software packages include the
2025-08-20T21:52:34.2670769Z [00:00:16.061]➜  ability to parse Covered Software results provided by an end user or
2025-08-20T21:52:34.2671328Z [00:00:16.061]➜  to execute Covered Software that end user may have already installed
2025-08-20T21:52:34.2672010Z [00:00:16.061]➜  on their system. To the extent that copyright doctrines such as fair
2025-08-20T21:52:34.2672500Z [00:00:16.061]➜  use allow their practices without the need to exercise any rights
2025-08-20T21:52:34.2673007Z [00:00:16.061]➜  granted by this license, vendors and distributors of such software are
2025-08-20T21:52:34.2673501Z [00:00:16.061]➜  not bound by our definition of derivative works or any other clauses
2025-08-20T21:52:34.2673866Z [00:00:16.061]➜  in this license.
2025-08-20T21:52:34.2674113Z [00:00:16.061]➜  
2025-08-20T21:52:34.2674630Z [00:00:16.061]➜  4. Contributor Agreement (Grant of Copyright and Patent Licenses)
2025-08-20T21:52:34.2674995Z [00:00:16.061]➜  
2025-08-20T21:52:34.2675363Z [00:00:16.061]➜  Each Contributor hereby grants to Licensor a perpetual, worldwide,
2025-08-20T21:52:34.2675903Z [00:00:16.061]➜  non-exclusive, no-charge, royalty-free, irrevocable copyright license
2025-08-20T21:52:34.2676422Z [00:00:16.061]➜  to reproduce, prepare Derivative Works of, publicly display, publicly
2025-08-20T21:52:34.2676920Z [00:00:16.061]➜  perform, sublicense, and distribute the Contribution and such
2025-08-20T21:52:34.2677342Z [00:00:16.061]➜  Derivative Works in Source or Object form.
2025-08-20T21:52:34.2677633Z [00:00:16.061]➜  
2025-08-20T21:52:34.2678143Z [00:00:16.061]➜  Each Contributor hereby grants to You and Licensor a perpetual,
2025-08-20T21:52:34.2678773Z [00:00:16.061]➜  worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except
2025-08-20T21:52:34.2679294Z [00:00:16.061]➜  as stated in this section) patent license to make, have made, use,
2025-08-20T21:52:34.2679781Z [00:00:16.061]➜  offer to sell, sell, import, and otherwise transfer the Work, where
2025-08-20T21:52:34.2680273Z [00:00:16.061]➜  such license applies only to those patent claims licensable by such
2025-08-20T21:52:34.2680787Z [00:00:16.061]➜  Contributor that are necessarily infringed by their Contribution(s)
2025-08-20T21:52:34.2681274Z [00:00:16.061]➜  alone or by combination of their Contribution(s) with the Work to
2025-08-20T21:52:34.2681754Z [00:00:16.061]➜  which such Contribution(s) was submitted. If You institute patent
2025-08-20T21:52:34.2682261Z [00:00:16.061]➜  litigation against any entity (including a cross-claim or counterclaim
2025-08-20T21:52:34.2682762Z [00:00:16.061]➜  in a lawsuit) alleging that the Work or a Contribution incorporated
2025-08-20T21:52:34.2683224Z [00:00:16.061]➜  within the Work constitutes direct or contributory patent
2025-08-20T21:52:34.2683703Z [00:00:16.061]➜  infringement, then any patent licenses granted to You under this
2025-08-20T21:52:34.2684194Z [00:00:16.061]➜  License for that Work shall terminate as of the date such litigation
2025-08-20T21:52:34.2684559Z [00:00:16.061]➜  is filed.
2025-08-20T21:52:34.2684782Z [00:00:16.062]➜  
2025-08-20T21:52:34.2685272Z [00:00:16.062]➜  Contributors may impose different terms on their Contributions by
2025-08-20T21:52:34.2685777Z [00:00:16.062]➜  stating those terms in writing at the time the Contribution is
2025-08-20T21:52:34.2686253Z [00:00:16.062]➜  made. Contributors may withhold all authority from Licensor to
2025-08-20T21:52:34.2686729Z [00:00:16.062]➜  incorporate submissions by conspicuously marking or otherwise
2025-08-20T21:52:34.2687224Z [00:00:16.062]➜  designating them in writing as "Not a Contribution" at the time they
2025-08-20T21:52:34.2687618Z [00:00:16.062]➜  make the work available.
2025-08-20T21:52:34.2687878Z [00:00:16.062]➜  
2025-08-20T21:52:34.2688421Z [00:00:16.062]➜  5. Disclaimer of Warranty and Limitation of Liability
2025-08-20T21:52:34.2688749Z [00:00:16.062]➜  
2025-08-20T21:52:34.2689095Z [00:00:16.062]➜  Unless required by applicable law or agreed to in writing, Licensor
2025-08-20T21:52:34.2689592Z [00:00:16.062]➜  provides the Covered Software (and each Contributor provides its
2025-08-20T21:52:34.2690095Z [00:00:16.062]➜  Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
2025-08-20T21:52:34.2690603Z [00:00:16.062]➜  OF ANY KIND, either express or implied, including, without limitation,
2025-08-20T21:52:34.2691078Z [00:00:16.062]➜  any warranties or conditions of TITLE, NON-INFRINGEMENT,
2025-08-20T21:52:34.2691569Z [00:00:16.062]➜  MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely
2025-08-20T21:52:34.2692063Z [00:00:16.062]➜  responsible for determining the appropriateness of using or
2025-08-20T21:52:34.2692554Z [00:00:16.062]➜  redistributing the Covered Software and assume any risks associated
2025-08-20T21:52:34.2693016Z [00:00:16.062]➜  with Your exercise of permissions under this License.
2025-08-20T21:52:34.2693469Z [00:00:16.062]➜  
2025-08-20T21:52:34.2693802Z [00:00:16.062]➜  In no event and under no legal theory, whether in tort (including
2025-08-20T21:52:34.2694299Z [00:00:16.062]➜  negligence), contract, or otherwise, unless required by applicable law
2025-08-20T21:52:34.2694800Z [00:00:16.062]➜  (such as deliberate and grossly negligent acts) or agreed to in
2025-08-20T21:52:34.2695285Z [00:00:16.062]➜  writing, shall any Contributor be liable to You for damages, including
2025-08-20T21:52:34.2695797Z [00:00:16.062]➜  any direct, indirect, special, incidental, or consequential damages of
2025-08-20T21:52:34.2696304Z [00:00:16.062]➜  any character arising as a result of this License or out of the use or
2025-08-20T21:52:34.2696800Z [00:00:16.062]➜  inability to use the Covered Software (including but not limited to
2025-08-20T21:52:34.2697285Z [00:00:16.062]➜  damages for loss of goodwill, work stoppage, computer failure or
2025-08-20T21:52:34.2697793Z [00:00:16.062]➜  malfunction, or any and all other commercial damages or losses), even
2025-08-20T21:52:34.2698474Z [00:00:16.062]➜  if such Contributor has been advised of the possibility of such
2025-08-20T21:52:34.2698828Z [00:00:16.062]➜  damages.
2025-08-20T21:52:34.2699058Z [00:00:16.062]➜  
2025-08-20T21:52:34.2699288Z [00:00:16.062]➜  6. External Deployment
2025-08-20T21:52:34.2699537Z [00:00:16.062]➜  
2025-08-20T21:52:34.2699878Z [00:00:16.062]➜  If You Externally Deploy Covered Software, such as hosting a website
2025-08-20T21:52:34.2700359Z [00:00:16.062]➜  designed to execute Nmap scans for users, the system and its
2025-08-20T21:52:34.2700852Z [00:00:16.062]➜  documentation must, if technically feasible, prominently display a
2025-08-20T21:52:34.2701348Z [00:00:16.062]➜  notice stating that the system uses the Nmap Security Scanner to
2025-08-20T21:52:34.2701841Z [00:00:16.062]➜  perform its tasks. If technically feasible, the notice must contain a
2025-08-20T21:52:34.2702357Z [00:00:16.062]➜  hyperlink to https://nmap.org/ or provide that URL in the text.
2025-08-20T21:52:34.2702708Z [00:00:16.062]➜  
2025-08-20T21:52:34.2702922Z [00:00:16.062]➜  7. Trademarks
2025-08-20T21:52:34.2703154Z [00:00:16.062]➜  
2025-08-20T21:52:34.2703483Z [00:00:16.062]➜  This License does not grant permission to use the trade names,
2025-08-20T21:52:34.2704133Z [00:00:16.062]➜  trademarks, service marks, or product names of the Licensor, except as
2025-08-20T21:52:34.2704650Z [00:00:16.062]➜  required for reasonable and customary use in describing the origin of
2025-08-20T21:52:34.2705041Z [00:00:16.062]➜  the Covered Software.
2025-08-20T21:52:34.2705292Z [00:00:16.062]➜  
2025-08-20T21:52:34.2705537Z [00:00:16.062]➜  8. Termination for Patent Action
2025-08-20T21:52:34.2705808Z [00:00:16.062]➜  
2025-08-20T21:52:34.2706133Z [00:00:16.062]➜  This License shall terminate automatically and You may no longer
2025-08-20T21:52:34.2706623Z [00:00:16.062]➜  exercise any of the rights granted to You by this License as of the
2025-08-20T21:52:34.2707128Z [00:00:16.062]➜  date You commence an action, including a cross-claim or counterclaim,
2025-08-20T21:52:34.2707626Z [00:00:16.062]➜  against Licensor or any licensee alleging that the Covered Software
2025-08-20T21:52:34.2708399Z [00:00:16.062]➜  infringes a patent. This termination provision shall not apply for an
2025-08-20T21:52:34.2708935Z [00:00:16.062]➜  action alleging patent infringement by combinations of the Covered
2025-08-20T21:52:34.2709363Z [00:00:16.062]➜  Software with other software or hardware.
2025-08-20T21:52:34.2709652Z [00:00:16.062]➜  
2025-08-20T21:52:34.2709914Z [00:00:16.062]➜  9. Jurisdiction, Venue and Governing Law
2025-08-20T21:52:34.2710203Z [00:00:16.062]➜  
2025-08-20T21:52:34.2710537Z [00:00:16.062]➜  This License is governed by the laws of the State of Washington and
2025-08-20T21:52:34.2711022Z [00:00:16.062]➜  the intellectual property laws of the United States of America,
2025-08-20T21:52:34.2711502Z [00:00:16.062]➜  excluding the jurisdiction's conflict-of-law provisions. Any
2025-08-20T21:52:34.2712147Z [00:00:16.062]➜  litigation or other dispute resolution between You and Licensor
2025-08-20T21:52:34.2712651Z [00:00:16.062]➜  relating to this License shall take place in the Northern District of
2025-08-20T21:52:34.2713149Z [00:00:16.062]➜  California, and You and Licensor hereby consent to the personal
2025-08-20T21:52:34.2713628Z [00:00:16.062]➜  jurisdiction of, and venue in, the state and federal courts within
2025-08-20T21:52:34.2714120Z [00:00:16.062]➜  that District with respect to this License. The application of the
2025-08-20T21:52:34.2714626Z [00:00:16.062]➜  United Nations Convention on Contracts for the International Sale of
2025-08-20T21:52:34.2715035Z [00:00:16.062]➜  Goods is expressly excluded.
2025-08-20T21:52:34.2715294Z [00:00:16.062]➜  
2025-08-20T21:52:34.2715577Z [00:00:16.062]➜  10. Npcap and the Official Nmap Windows Builds
2025-08-20T21:52:34.2715877Z [00:00:16.062]➜  
2025-08-20T21:52:34.2716239Z [00:00:16.062]➜  The official Windows Nmap builds includes the Npcap driver and library
2025-08-20T21:52:34.2716744Z [00:00:16.062]➜  (https://npcap.com) for packet capture and transmission on
2025-08-20T21:52:34.2717235Z [00:00:16.062]➜  Windows. That software is under its own separate license terms rather
2025-08-20T21:52:34.2717742Z [00:00:16.062]➜  than this license. Therefore anyone wishing to use or redistribute
2025-08-20T21:52:34.2718504Z [00:00:16.062]➜  both pieces of software must comply with both licenses. Since Npcap
2025-08-20T21:52:34.2718998Z [00:00:16.062]➜  does not allow for redistribution without special permission, the
2025-08-20T21:52:34.2719474Z [00:00:16.062]➜  official Nmap Windows builds which include Npcap may not be
2025-08-20T21:52:34.2719956Z [00:00:16.062]➜  redistributed without special permission. Such permission can be
2025-08-20T21:52:34.2720374Z [00:00:16.062]➜  requested by email to sales@nmap.com.
2025-08-20T21:52:34.2720654Z [00:00:16.062]➜  
2025-08-20T21:52:34.2720912Z [00:00:16.062]➜  11. Permission to link with OpenSSL
2025-08-20T21:52:34.2721191Z [00:00:16.062]➜  
2025-08-20T21:52:34.2721540Z [00:00:16.062]➜  Licensor grants permission to link Covered Software with any version
2025-08-20T21:52:34.2722029Z [00:00:16.062]➜  of the OpenSSL library from OpenSSL.Org, and distribute linked
2025-08-20T21:52:34.2722637Z [00:00:16.062]➜  combinations including the two (assuming such distribution is
2025-08-20T21:52:34.2723126Z [00:00:16.062]➜  otherwise allowed by this agreement). You must obey this License in
2025-08-20T21:52:34.2723579Z [00:00:16.062]➜  all respects for all code used other than OpenSSL.
2025-08-20T21:52:34.2723887Z [00:00:16.062]➜  
2025-08-20T21:52:34.2724116Z [00:00:16.062]➜  12. Waiver; Construction
2025-08-20T21:52:34.2724376Z [00:00:16.062]➜  
2025-08-20T21:52:34.2724725Z [00:00:16.062]➜  Failure by Licensor or any Contributor to enforce any provision of
2025-08-20T21:52:34.2725224Z [00:00:16.062]➜  this License will not be deemed a waiver of future enforcement of that
2025-08-20T21:52:34.2725738Z [00:00:16.062]➜  or any other provision. Any law or regulation which provides that the
2025-08-20T21:52:34.2726248Z [00:00:16.062]➜  language of a contract shall be construed against the drafter will not
2025-08-20T21:52:34.2726638Z [00:00:16.062]➜  apply to this License.
2025-08-20T21:52:34.2726900Z [00:00:16.062]➜  
2025-08-20T21:52:34.2727120Z [00:00:16.062]➜  13. Enforceability
2025-08-20T21:52:34.2727361Z [00:00:16.062]➜  
2025-08-20T21:52:34.2727731Z [00:00:16.062]➜  If any provision of this License is invalid or unenforceable under
2025-08-20T21:52:34.2728409Z [00:00:16.062]➜  applicable law, it shall not affect the validity or enforceability of
2025-08-20T21:52:34.2728914Z [00:00:16.062]➜  the remainder of the terms of this License, and without further action
2025-08-20T21:52:34.2729410Z [00:00:16.062]➜  by the parties hereto, such provision shall be reformed to the minimum
2025-08-20T21:52:34.2729897Z [00:00:16.062]➜  extent necessary to make such provision valid and enforceable.
2025-08-20T21:52:34.2730375Z [00:00:16.062]➜  
2025-08-20T21:52:34.2730680Z [00:00:16.062]➜  Exhibit A. The GNU General Public License Version 2
2025-08-20T21:52:34.2731035Z [00:00:16.062]➜  GNU GENERAL PUBLIC LICENSE
2025-08-20T21:52:34.2731325Z [00:00:16.062]➜  Version 2, June 1991
2025-08-20T21:52:34.2731584Z [00:00:16.062]➜  
2025-08-20T21:52:34.2731895Z [00:00:16.062]➜  Copyright (C) 1989, 1991 Free Software Foundation, Inc.  
2025-08-20T21:52:34.2732345Z [00:00:16.062]➜  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
2025-08-20T21:52:34.2732673Z [00:00:16.062]➜  
2025-08-20T21:52:34.2732993Z [00:00:16.062]➜  Everyone is permitted to copy and distribute verbatim copies
2025-08-20T21:52:34.2733437Z [00:00:16.062]➜  of this license document, but changing it is not allowed.
2025-08-20T21:52:34.2733767Z [00:00:16.062]➜  Preamble
2025-08-20T21:52:34.2733985Z [00:00:16.062]➜  
2025-08-20T21:52:34.2734333Z [00:00:16.062]➜  The licenses for most software are designed to take away your freedom
2025-08-20T21:52:34.2734843Z [00:00:16.062]➜  to share and change it. By contrast, the GNU General Public License is
2025-08-20T21:52:34.2735314Z [00:00:16.062]➜  intended to guarantee your freedom to share and change free
2025-08-20T21:52:34.2735787Z [00:00:16.062]➜  software--to make sure the software is free for all its users. This
2025-08-20T21:52:34.2736271Z [00:00:16.062]➜  General Public License applies to most of the Free Software
2025-08-20T21:52:34.2736758Z [00:00:16.062]➜  Foundation's software and to any other program whose authors commit to
2025-08-20T21:52:34.2737262Z [00:00:16.062]➜  using it. (Some other Free Software Foundation software is covered by
2025-08-20T21:52:34.2737751Z [00:00:16.062]➜  the GNU Lesser General Public License instead.) You can apply it to
2025-08-20T21:52:34.2738413Z [00:00:16.062]➜  your programs, too.
2025-08-20T21:52:34.2738667Z [00:00:16.062]➜  
2025-08-20T21:52:34.2738998Z [00:00:16.062]➜  When we speak of free software, we are referring to freedom, not
2025-08-20T21:52:34.2739497Z [00:00:16.062]➜  price. Our General Public Licenses are designed to make sure that you
2025-08-20T21:52:34.2740003Z [00:00:16.062]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T21:52:34.2740497Z [00:00:16.062]➜  this service if you wish), that you receive source code or can get it
2025-08-20T21:52:34.2741125Z [00:00:16.062]➜  if you want it, that you can change the software or use pieces of it
2025-08-20T21:52:34.2741592Z [00:00:16.062]➜  in new free programs; and that you know you can do these things.
2025-08-20T21:52:34.2741928Z [00:00:16.062]➜  
2025-08-20T21:52:34.2742260Z [00:00:16.062]➜  To protect your rights, we need to make restrictions that forbid
2025-08-20T21:52:34.2742730Z [00:00:16.062]➜  anyone to deny you these rights or to ask you to surrender the
2025-08-20T21:52:34.2743217Z [00:00:16.062]➜  rights. These restrictions translate to certain responsibilities for
2025-08-20T21:52:34.2743721Z [00:00:16.062]➜  you if you distribute copies of the software, or if you modify it.
2025-08-20T21:52:34.2744073Z [00:00:16.062]➜  
2025-08-20T21:52:34.2744399Z [00:00:16.062]➜  For example, if you distribute copies of such a program, whether
2025-08-20T21:52:34.2744874Z [00:00:16.062]➜  gratis or for a fee, you must give the recipients all the rights that
2025-08-20T21:52:34.2745361Z [00:00:16.062]➜  you have. You must make sure that they, too, receive or can get the
2025-08-20T21:52:34.2745833Z [00:00:16.062]➜  source code. And you must show them these terms so they know their
2025-08-20T21:52:34.2746182Z [00:00:16.062]➜  rights.
2025-08-20T21:52:34.2746399Z [00:00:16.062]➜  
2025-08-20T21:52:34.2746746Z [00:00:16.062]➜  We protect your rights with two steps: (1) copyright the software, and
2025-08-20T21:52:34.2747240Z [00:00:16.062]➜  (2) offer you this license which gives you legal permission to copy,
2025-08-20T21:52:34.2747656Z [00:00:16.062]➜  distribute and/or modify the software.
2025-08-20T21:52:34.2747932Z [00:00:16.062]➜  
2025-08-20T21:52:34.2748612Z [00:00:16.062]➜  Also, for each author's protection and ours, we want to make certain
2025-08-20T21:52:34.2749113Z [00:00:16.062]➜  that everyone understands that there is no warranty for this free
2025-08-20T21:52:34.2749607Z [00:00:16.062]➜  software. If the software is modified by someone else and passed on,
2025-08-20T21:52:34.2750089Z [00:00:16.062]➜  we want its recipients to know that what they have is not the
2025-08-20T21:52:34.2750555Z [00:00:16.062]➜  original, so that any problems introduced by others will not reflect
2025-08-20T21:52:34.2750971Z [00:00:16.062]➜  on the original authors' reputations.
2025-08-20T21:52:34.2751252Z [00:00:16.062]➜  
2025-08-20T21:52:34.2751583Z [00:00:16.062]➜  Finally, any free program is threatened constantly by software
2025-08-20T21:52:34.2752066Z [00:00:16.062]➜  patents. We wish to avoid the danger that redistributors of a free
2025-08-20T21:52:34.2752576Z [00:00:16.062]➜  program will individually obtain patent licenses, in effect making the
2025-08-20T21:52:34.2753101Z [00:00:16.062]➜  program proprietary. To prevent this, we have made it clear that any
2025-08-20T21:52:34.2753598Z [00:00:16.062]➜  patent must be licensed for everyone's free use or not licensed at
2025-08-20T21:52:34.2753951Z [00:00:16.062]➜  all.
2025-08-20T21:52:34.2754171Z [00:00:16.062]➜  
2025-08-20T21:52:34.2754502Z [00:00:16.062]➜  The precise terms and conditions for copying, distribution and
2025-08-20T21:52:34.2754874Z [00:00:16.062]➜  modification follow.
2025-08-20T21:52:34.2755124Z [00:00:16.062]➜  
2025-08-20T21:52:34.2755454Z [00:00:16.062]➜  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2025-08-20T21:52:34.2755842Z [00:00:16.062]➜  
2025-08-20T21:52:34.2756195Z [00:00:16.062]➜  0. This License applies to any program or other work which contains a
2025-08-20T21:52:34.2756706Z [00:00:16.062]➜  notice placed by the copyright holder saying it may be distributed
2025-08-20T21:52:34.2757212Z [00:00:16.062]➜  under the terms of this General Public License. The "Program", below,
2025-08-20T21:52:34.2757721Z [00:00:16.063]➜  refers to any such program or work, and a "work based on the Program"
2025-08-20T21:52:34.2758516Z [00:00:16.063]➜  means either the Program or any derivative work under copyright law:
2025-08-20T21:52:34.2759179Z [00:00:16.063]➜  that is to say, a work containing the Program or a portion of it,
2025-08-20T21:52:34.2759676Z [00:00:16.063]➜  either verbatim or with modifications and/or translated into another
2025-08-20T21:52:34.2760194Z [00:00:16.063]➜  language. (Hereinafter, translation is included without limitation in
2025-08-20T21:52:34.2760693Z [00:00:16.063]➜  the term "modification".) Each licensee is addressed as "you".
2025-08-20T21:52:34.2761035Z [00:00:16.063]➜  
2025-08-20T21:52:34.2761388Z [00:00:16.063]➜  Activities other than copying, distribution and modification are not
2025-08-20T21:52:34.2761879Z [00:00:16.063]➜  covered by this License; they are outside its scope. The act of
2025-08-20T21:52:34.2762384Z [00:00:16.063]➜  running the Program is not restricted, and the output from the Program
2025-08-20T21:52:34.2762890Z [00:00:16.063]➜  is covered only if its contents constitute a work based on the Program
2025-08-20T21:52:34.2763402Z [00:00:16.063]➜  (independent of having been made by running the Program). Whether that
2025-08-20T21:52:34.2763854Z [00:00:16.063]➜  is true depends on what the Program does.
2025-08-20T21:52:34.2764145Z [00:00:16.063]➜  
2025-08-20T21:52:34.2764497Z [00:00:16.063]➜  1. You may copy and distribute verbatim copies of the Program's source
2025-08-20T21:52:34.2764994Z [00:00:16.063]➜  code as you receive it, in any medium, provided that you conspicuously
2025-08-20T21:52:34.2765507Z [00:00:16.063]➜  and appropriately publish on each copy an appropriate copyright notice
2025-08-20T21:52:34.2766025Z [00:00:16.063]➜  and disclaimer of warranty; keep intact all the notices that refer to
2025-08-20T21:52:34.2766523Z [00:00:16.063]➜  this License and to the absence of any warranty; and give any other
2025-08-20T21:52:34.2767129Z [00:00:16.063]➜  recipients of the Program a copy of this License along with the
2025-08-20T21:52:34.2767499Z [00:00:16.063]➜  Program.
2025-08-20T21:52:34.2767722Z [00:00:16.063]➜  
2025-08-20T21:52:34.2768289Z [00:00:16.063]➜  You may charge a fee for the physical act of transferring a copy, and
2025-08-20T21:52:34.2768806Z [00:00:16.063]➜  you may at your option offer warranty protection in exchange for a
2025-08-20T21:52:34.2769159Z [00:00:16.063]➜  fee.
2025-08-20T21:52:34.2769366Z [00:00:16.063]➜  
2025-08-20T21:52:34.2769708Z [00:00:16.063]➜  2. You may modify your copy or copies of the Program or any portion of
2025-08-20T21:52:34.2770204Z [00:00:16.063]➜  it, thus forming a work based on the Program, and copy and distribute
2025-08-20T21:52:34.2770703Z [00:00:16.063]➜  such modifications or work under the terms of Section 1 above,
2025-08-20T21:52:34.2771150Z [00:00:16.063]➜  provided that you also meet all of these conditions:
2025-08-20T21:52:34.2771468Z [00:00:16.063]➜  
2025-08-20T21:52:34.2771798Z [00:00:16.063]➜  a) You must cause the modified files to carry prominent notices
2025-08-20T21:52:34.2772262Z [00:00:16.063]➜  stating that you changed the files and the date of any change.
2025-08-20T21:52:34.2772599Z [00:00:16.063]➜  
2025-08-20T21:52:34.2772993Z [00:00:16.063]➜  b) You must cause any work that you distribute or publish, that in
2025-08-20T21:52:34.2773890Z [00:00:16.063]➜  whole or in part contains or is derived from the Program or any part
2025-08-20T21:52:34.2774764Z [00:00:16.063]➜  thereof, to be licensed as a whole at no charge to all third parties
2025-08-20T21:52:34.2775488Z [00:00:16.063]➜  under the terms of this License.
2025-08-20T21:52:34.2775995Z [00:00:16.063]➜  
2025-08-20T21:52:34.2776628Z [00:00:16.063]➜  c) If the modified program normally reads commands interactively when
2025-08-20T21:52:34.2777658Z [00:00:16.063]➜  run, you must cause it, when started running for such interactive use
2025-08-20T21:52:34.2778736Z [00:00:16.063]➜  in the most ordinary way, to print or display an announcement
2025-08-20T21:52:34.2779657Z [00:00:16.063]➜  including an appropriate copyright notice and a notice that there is
2025-08-20T21:52:34.2780611Z [00:00:16.063]➜  no warranty (or else, saying that you provide a warranty) and that
2025-08-20T21:52:34.2781825Z [00:00:16.063]➜  users may redistribute the program under these conditions, and telling
2025-08-20T21:52:34.2782755Z [00:00:16.063]➜  the user how to view a copy of this License. (Exception: if the
2025-08-20T21:52:34.2783453Z [00:00:16.063]➜  Program itself is interactive but does not normally print such an
2025-08-20T21:52:34.2784389Z [00:00:16.063]➜  announcement, your work based on the Program is not required to print
2025-08-20T21:52:34.2785048Z [00:00:16.063]➜  an announcement.)
2025-08-20T21:52:34.2785300Z [00:00:16.063]➜  
2025-08-20T21:52:34.2785638Z [00:00:16.063]➜  These requirements apply to the modified work as a whole. If
2025-08-20T21:52:34.2786137Z [00:00:16.063]➜  identifiable sections of that work are not derived from the Program,
2025-08-20T21:52:34.2786657Z [00:00:16.063]➜  and can be reasonably considered independent and separate works in
2025-08-20T21:52:34.2787151Z [00:00:16.063]➜  themselves, then this License, and its terms, do not apply to those
2025-08-20T21:52:34.2787654Z [00:00:16.063]➜  sections when you distribute them as separate works. But when you
2025-08-20T21:52:34.2788386Z [00:00:16.063]➜  distribute the same sections as part of a whole which is a work based
2025-08-20T21:52:34.2788947Z [00:00:16.063]➜  on the Program, the distribution of the whole must be on the terms of
2025-08-20T21:52:34.2789440Z [00:00:16.063]➜  this License, whose permissions for other licensees extend to the
2025-08-20T21:52:34.2789935Z [00:00:16.063]➜  entire whole, and thus to each and every part regardless of who wrote
2025-08-20T21:52:34.2790441Z [00:00:16.063]➜  it.
2025-08-20T21:52:34.2790811Z [00:00:16.063]➜  
2025-08-20T21:52:34.2791416Z [00:00:16.063]➜  Thus, it is not the intent of this section to claim rights or contest
2025-08-20T21:52:34.2792293Z [00:00:16.063]➜  your rights to work written entirely by you; rather, the intent is to
2025-08-20T21:52:34.2792799Z [00:00:16.063]➜  exercise the right to control the distribution of derivative or
2025-08-20T21:52:34.2793221Z [00:00:16.063]➜  collective works based on the Program.
2025-08-20T21:52:34.2793503Z [00:00:16.063]➜  
2025-08-20T21:52:34.2793863Z [00:00:16.063]➜  In addition, mere aggregation of another work not based on the Program
2025-08-20T21:52:34.2794375Z [00:00:16.063]➜  with the Program (or with a work based on the Program) on a volume of
2025-08-20T21:52:34.2794876Z [00:00:16.063]➜  a storage or distribution medium does not bring the other work under
2025-08-20T21:52:34.2795271Z [00:00:16.063]➜  the scope of this License.
2025-08-20T21:52:34.2795532Z [00:00:16.063]➜  
2025-08-20T21:52:34.2795867Z [00:00:16.063]➜  3. You may copy and distribute the Program (or a work based on it,
2025-08-20T21:52:34.2796363Z [00:00:16.063]➜  under Section 2) in object code or executable form under the terms of
2025-08-20T21:52:34.2796869Z [00:00:16.063]➜  Sections 1 and 2 above provided that you also do one of the following:
2025-08-20T21:52:34.2797226Z [00:00:16.063]➜  
2025-08-20T21:52:34.2797566Z [00:00:16.063]➜  a) Accompany it with the complete corresponding machine-readable
2025-08-20T21:52:34.2798268Z [00:00:16.063]➜  source code, which must be distributed under the terms of Sections 1
2025-08-20T21:52:34.2798782Z [00:00:16.063]➜  and 2 above on a medium customarily used for software interchange; or,
2025-08-20T21:52:34.2799135Z [00:00:16.063]➜  
2025-08-20T21:52:34.2799477Z [00:00:16.063]➜  b) Accompany it with a written offer, valid for at least three years,
2025-08-20T21:52:34.2799955Z [00:00:16.063]➜  to give any third party, for a charge no more than your cost of
2025-08-20T21:52:34.2800465Z [00:00:16.063]➜  physically performing source distribution, a complete machine-readable
2025-08-20T21:52:34.2800977Z [00:00:16.063]➜  copy of the corresponding source code, to be distributed under the
2025-08-20T21:52:34.2801473Z [00:00:16.063]➜  terms of Sections 1 and 2 above on a medium customarily used for
2025-08-20T21:52:34.2801853Z [00:00:16.063]➜  software interchange; or,
2025-08-20T21:52:34.2802112Z [00:00:16.063]➜  
2025-08-20T21:52:34.2802585Z [00:00:16.063]➜  c) Accompany it with the information you received as to the offer to
2025-08-20T21:52:34.2803085Z [00:00:16.063]➜  distribute corresponding source code. (This alternative is allowed
2025-08-20T21:52:34.2803580Z [00:00:16.063]➜  only for noncommercial distribution and only if you received the
2025-08-20T21:52:34.2804057Z [00:00:16.063]➜  program in object code or executable form with such an offer, in
2025-08-20T21:52:34.2804449Z [00:00:16.063]➜  accord with Subsection b above.)
2025-08-20T21:52:34.2804720Z [00:00:16.063]➜  
2025-08-20T21:52:34.2805058Z [00:00:16.063]➜  The source code for a work means the preferred form of the work for
2025-08-20T21:52:34.2805567Z [00:00:16.063]➜  making modifications to it. For an executable work, complete source
2025-08-20T21:52:34.2806067Z [00:00:16.063]➜  code means all the source code for all modules it contains, plus any
2025-08-20T21:52:34.2806565Z [00:00:16.063]➜  associated interface definition files, plus the scripts used to
2025-08-20T21:52:34.2807084Z [00:00:16.063]➜  control compilation and installation of the executable. However, as a
2025-08-20T21:52:34.2807585Z [00:00:16.063]➜  special exception, the source code distributed need not include
2025-08-20T21:52:34.2808237Z [00:00:16.063]➜  anything that is normally distributed (in either source or binary
2025-08-20T21:52:34.2808737Z [00:00:16.063]➜  form) with the major components (compiler, kernel, and so on) of the
2025-08-20T21:52:34.2809241Z [00:00:16.063]➜  operating system on which the executable runs, unless that component
2025-08-20T21:52:34.2809658Z [00:00:16.063]➜  itself accompanies the executable.
2025-08-20T21:52:34.2809933Z [00:00:16.063]➜  
2025-08-20T21:52:34.2810393Z [00:00:16.063]➜  If distribution of executable or object code is made by offering
2025-08-20T21:52:34.2810888Z [00:00:16.063]➜  access to copy from a designated place, then offering equivalent
2025-08-20T21:52:34.2811350Z [00:00:16.063]➜  access to copy the source code from the same place counts as
2025-08-20T21:52:34.2811834Z [00:00:16.063]➜  distribution of the source code, even though third parties are not
2025-08-20T21:52:34.2812307Z [00:00:16.063]➜  compelled to copy the source along with the object code.
2025-08-20T21:52:34.2812632Z [00:00:16.063]➜  
2025-08-20T21:52:34.2812958Z [00:00:16.063]➜  4. You may not copy, modify, sublicense, or distribute the Program
2025-08-20T21:52:34.2813464Z [00:00:16.063]➜  except as expressly provided under this License. Any attempt otherwise
2025-08-20T21:52:34.2813965Z [00:00:16.063]➜  to copy, modify, sublicense or distribute the Program is void, and
2025-08-20T21:52:34.2814473Z [00:00:16.063]➜  will automatically terminate your rights under this License. However,
2025-08-20T21:52:34.2814988Z [00:00:16.063]➜  parties who have received copies, or rights, from you under this
2025-08-20T21:52:34.2815466Z [00:00:16.063]➜  License will not have their licenses terminated so long as such
2025-08-20T21:52:34.2815863Z [00:00:16.063]➜  parties remain in full compliance.
2025-08-20T21:52:34.2816146Z [00:00:16.063]➜  
2025-08-20T21:52:34.2816472Z [00:00:16.063]➜  5. You are not required to accept this License, since you have not
2025-08-20T21:52:34.2816953Z [00:00:16.063]➜  signed it. However, nothing else grants you permission to modify or
2025-08-20T21:52:34.2817446Z [00:00:16.063]➜  distribute the Program or its derivative works. These actions are
2025-08-20T21:52:34.2817931Z [00:00:16.063]➜  prohibited by law if you do not accept this License. Therefore, by
2025-08-20T21:52:34.2818590Z [00:00:16.063]➜  modifying or distributing the Program (or any work based on the
2025-08-20T21:52:34.2819079Z [00:00:16.063]➜  Program), you indicate your acceptance of this License to do so, and
2025-08-20T21:52:34.2819582Z [00:00:16.063]➜  all its terms and conditions for copying, distributing or modifying
2025-08-20T21:52:34.2819988Z [00:00:16.063]➜  the Program or works based on it.
2025-08-20T21:52:34.2820258Z [00:00:16.063]➜  
2025-08-20T21:52:34.2820588Z [00:00:16.063]➜  6. Each time you redistribute the Program (or any work based on the
2025-08-20T21:52:34.2821211Z [00:00:16.063]➜  Program), the recipient automatically receives a license from the
2025-08-20T21:52:34.2821718Z [00:00:16.063]➜  original licensor to copy, distribute or modify the Program subject to
2025-08-20T21:52:34.2822200Z [00:00:16.063]➜  these terms and conditions. You may not impose any further
2025-08-20T21:52:34.2822669Z [00:00:16.063]➜  restrictions on the recipients' exercise of the rights granted
2025-08-20T21:52:34.2823154Z [00:00:16.063]➜  herein. You are not responsible for enforcing compliance by third
2025-08-20T21:52:34.2823536Z [00:00:16.064]➜  parties to this License.
2025-08-20T21:52:34.2823793Z [00:00:16.064]➜  
2025-08-20T21:52:34.2824239Z [00:00:16.064]➜  7. If, as a consequence of a court judgment or allegation of patent
2025-08-20T21:52:34.2824735Z [00:00:16.064]➜  infringement or for any other reason (not limited to patent issues),
2025-08-20T21:52:34.2825240Z [00:00:16.064]➜  conditions are imposed on you (whether by court order, agreement or
2025-08-20T21:52:34.2825760Z [00:00:16.064]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T21:52:34.2826253Z [00:00:16.064]➜  excuse you from the conditions of this License. If you cannot
2025-08-20T21:52:34.2826741Z [00:00:16.064]➜  distribute so as to satisfy simultaneously your obligations under this
2025-08-20T21:52:34.2827249Z [00:00:16.064]➜  License and any other pertinent obligations, then as a consequence you
2025-08-20T21:52:34.2827779Z [00:00:16.064]➜  may not distribute the Program at all. For example, if a patent
2025-08-20T21:52:34.2828485Z [00:00:16.064]➜  license would not permit royalty-free redistribution of the Program by
2025-08-20T21:52:34.2829017Z [00:00:16.064]➜  all those who receive copies directly or indirectly through you, then
2025-08-20T21:52:34.2829512Z [00:00:16.064]➜  the only way you could satisfy both it and this License would be to
2025-08-20T21:52:34.2829963Z [00:00:16.064]➜  refrain entirely from distribution of the Program.
2025-08-20T21:52:34.2830276Z [00:00:16.064]➜  
2025-08-20T21:52:34.2830618Z [00:00:16.064]➜  If any portion of this section is held invalid or unenforceable under
2025-08-20T21:52:34.2831131Z [00:00:16.064]➜  any particular circumstance, the balance of the section is intended to
2025-08-20T21:52:34.2831624Z [00:00:16.064]➜  apply and the section as a whole is intended to apply in other
2025-08-20T21:52:34.2831985Z [00:00:16.064]➜  circumstances.
2025-08-20T21:52:34.2832218Z [00:00:16.064]➜  
2025-08-20T21:52:34.2832549Z [00:00:16.064]➜  It is not the purpose of this section to induce you to infringe any
2025-08-20T21:52:34.2833040Z [00:00:16.064]➜  patents or other property right claims or to contest validity of any
2025-08-20T21:52:34.2833543Z [00:00:16.064]➜  such claims; this section has the sole purpose of protecting the
2025-08-20T21:52:34.2834015Z [00:00:16.064]➜  integrity of the free software distribution system, which is
2025-08-20T21:52:34.2834628Z [00:00:16.064]➜  implemented by public license practices. Many people have made
2025-08-20T21:52:34.2835115Z [00:00:16.064]➜  generous contributions to the wide range of software distributed
2025-08-20T21:52:34.2835608Z [00:00:16.064]➜  through that system in reliance on consistent application of that
2025-08-20T21:52:34.2836101Z [00:00:16.064]➜  system; it is up to the author/donor to decide if he or she is willing
2025-08-20T21:52:34.2836601Z [00:00:16.064]➜  to distribute software through any other system and a licensee cannot
2025-08-20T21:52:34.2836987Z [00:00:16.064]➜  impose that choice.
2025-08-20T21:52:34.2837233Z [00:00:16.064]➜  
2025-08-20T21:52:34.2837576Z [00:00:16.064]➜  This section is intended to make thoroughly clear what is believed to
2025-08-20T21:52:34.2838208Z [00:00:16.064]➜  be a consequence of the rest of this License.
2025-08-20T21:52:34.2838601Z [00:00:16.064]➜  
2025-08-20T21:52:34.2838938Z [00:00:16.064]➜  8. If the distribution and/or use of the Program is restricted in
2025-08-20T21:52:34.2839445Z [00:00:16.064]➜  certain countries either by patents or by copyrighted interfaces, the
2025-08-20T21:52:34.2839966Z [00:00:16.064]➜  original copyright holder who places the Program under this License
2025-08-20T21:52:34.2840466Z [00:00:16.064]➜  may add an explicit geographical distribution limitation excluding
2025-08-20T21:52:34.2840961Z [00:00:16.064]➜  those countries, so that distribution is permitted only in or among
2025-08-20T21:52:34.2841466Z [00:00:16.064]➜  countries not thus excluded. In such case, this License incorporates
2025-08-20T21:52:34.2841939Z [00:00:16.064]➜  the limitation as if written in the body of this License.
2025-08-20T21:52:34.2842264Z [00:00:16.064]➜  
2025-08-20T21:52:34.2842722Z [00:00:16.064]➜  9. The Free Software Foundation may publish revised and/or new
2025-08-20T21:52:34.2843219Z [00:00:16.064]➜  versions of the General Public License from time to time. Such new
2025-08-20T21:52:34.2843711Z [00:00:16.064]➜  versions will be similar in spirit to the present version, but may
2025-08-20T21:52:34.2844177Z [00:00:16.064]➜  differ in detail to address new problems or concerns.
2025-08-20T21:52:34.2844495Z [00:00:16.064]➜  
2025-08-20T21:52:34.2844841Z [00:00:16.064]➜  Each version is given a distinguishing version number. If the Program
2025-08-20T21:52:34.2845342Z [00:00:16.064]➜  specifies a version number of this License which applies to it and
2025-08-20T21:52:34.2845831Z [00:00:16.064]➜  "any later version", you have the option of following the terms and
2025-08-20T21:52:34.2846536Z [00:00:16.064]➜  conditions either of that version or of any later version published by
2025-08-20T21:52:34.2847039Z [00:00:16.064]➜  the Free Software Foundation. If the Program does not specify a
2025-08-20T21:52:34.2847524Z [00:00:16.064]➜  version number of this License, you may choose any version ever
2025-08-20T21:52:34.2847939Z [00:00:16.064]➜  published by the Free Software Foundation.
2025-08-20T21:52:34.2848455Z [00:00:16.064]➜  
2025-08-20T21:52:34.2848787Z [00:00:16.064]➜  10. If you wish to incorporate parts of the Program into other free
2025-08-20T21:52:34.2849285Z [00:00:16.064]➜  programs whose distribution conditions are different, write to the
2025-08-20T21:52:34.2849801Z [00:00:16.064]➜  author to ask for permission. For software which is copyrighted by the
2025-08-20T21:52:34.2850306Z [00:00:16.064]➜  Free Software Foundation, write to the Free Software Foundation; we
2025-08-20T21:52:34.2850819Z [00:00:16.064]➜  sometimes make exceptions for this. Our decision will be guided by the
2025-08-20T21:52:34.2851337Z [00:00:16.064]➜  two goals of preserving the free status of all derivatives of our free
2025-08-20T21:52:34.2851841Z [00:00:16.064]➜  software and of promoting the sharing and reuse of software generally.
2025-08-20T21:52:34.2852207Z [00:00:16.064]➜  
2025-08-20T21:52:34.2852422Z [00:00:16.064]➜  NO WARRANTY
2025-08-20T21:52:34.2852650Z [00:00:16.064]➜  
2025-08-20T21:52:34.2852980Z [00:00:16.064]➜  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
2025-08-20T21:52:34.2853604Z [00:00:16.064]➜  WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
2025-08-20T21:52:34.2854088Z [00:00:16.064]➜  LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
2025-08-20T21:52:34.2854583Z [00:00:16.064]➜  AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF
2025-08-20T21:52:34.2855092Z [00:00:16.064]➜  ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T21:52:34.2855615Z [00:00:16.064]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T21:52:34.2856125Z [00:00:16.064]➜  PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
2025-08-20T21:52:34.2856618Z [00:00:16.064]➜  PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
2025-08-20T21:52:34.2857089Z [00:00:16.064]➜  THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T21:52:34.2857417Z [00:00:16.064]➜  
2025-08-20T21:52:34.2857745Z [00:00:16.064]➜  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
2025-08-20T21:52:34.2858352Z [00:00:16.064]➜  WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
2025-08-20T21:52:34.2858860Z [00:00:16.064]➜  AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU
2025-08-20T21:52:34.2859338Z [00:00:16.064]➜  FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
2025-08-20T21:52:34.2859821Z [00:00:16.064]➜  CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
2025-08-20T21:52:34.2860320Z [00:00:16.064]➜  PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
2025-08-20T21:52:34.2860820Z [00:00:16.064]➜  RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
2025-08-20T21:52:34.2861482Z [00:00:16.064]➜  FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
2025-08-20T21:52:34.2861996Z [00:00:16.064]➜  SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
2025-08-20T21:52:34.2862367Z [00:00:16.064]➜  DAMAGES.
2025-08-20T21:52:34.2862594Z [00:00:16.064]➜  
2025-08-20T21:52:34.2862837Z [00:00:16.064]➜  END OF TERMS AND CONDITIONS
2025-08-20T21:52:34.2863097Z [00:00:16.064]➜  
2025-08-20T21:52:34.2863427Z [00:00:16.064]➜  [For brevity, we've cut out the GPL's final section on "How to Apply
2025-08-20T21:52:34.2863885Z [00:00:16.064]➜  These Terms to Your New Program", but you can find that at
2025-08-20T21:52:34.2864326Z [00:00:16.064]➜  https://www.gnu.org/licenses/gpl-2.0.html#SEC4 ]
2025-08-20T21:52:34.2864646Z [00:00:16.064]➜  
2025-08-20T21:52:34.2864844Z [00:00:16.064]➜  
2025-08-20T21:52:34.2865036Z [00:00:16.064]➜  
2025-08-20T21:52:34.2921040Z [00:00:16.096]➜  
2025-08-20T21:52:34.2921487Z [00:00:16.096]➜  File: LICENSE
2025-08-20T21:52:34.2921955Z [00:00:16.096]➜    Type: ASCII text
2025-08-20T21:52:34.2922509Z [00:00:16.096]➜    B3sum: dab932c151679de0a9b16db570e9b5d7b2b70d5b2875d391b827e69bcf1f6fde
2025-08-20T21:52:34.2923108Z [00:00:16.096]➜    SHA256sum: 9d9a9a763c0e6145172cfe7d8483e23b38ce60b6c79a82e4894242917bdae6d3
2025-08-20T21:52:34.2923529Z [00:00:16.096]➜    Size: 32K
2025-08-20T21:52:34.3049104Z [00:00:16.109]➜  
2025-08-20T21:52:34.3049531Z [00:00:16.109]➜  File: SBUILD
2025-08-20T21:52:34.3050216Z [00:00:16.109]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable, with very long lines (318)
2025-08-20T21:52:34.3050847Z [00:00:16.109]➜    B3sum: e7e70c7c2ff138d2034b83b863f26e7f214037251ef71fd4c6ef77a2a0a59810
2025-08-20T21:52:34.3051448Z [00:00:16.109]➜    SHA256sum: a1c2e189df9c3738a4e3f4f477742a52fab81668dd3f53287a3fd360f2b65800
2025-08-20T21:52:34.3051866Z [00:00:16.109]➜    Size: 4.0K
2025-08-20T21:52:34.3153939Z [00:00:16.120]➜  
2025-08-20T21:52:34.3154416Z [00:00:16.120]➜  File: nmap.static.version
2025-08-20T21:52:34.3154982Z [00:00:16.120]➜    Type: ASCII text, with no line terminators
2025-08-20T21:52:34.3155499Z [00:00:16.120]➜    B3sum: 41f0840a759f1b72e20921a8451519aa5bd323a5f018a214e40971bcfef8b466
2025-08-20T21:52:34.3156096Z [00:00:16.120]➜    SHA256sum: 0b37fee9c7990785f722b13ada83a586de440398d069dc82c67cec7d9a85a3e2
2025-08-20T21:52:34.3156726Z [00:00:16.120]➜    Size: 4.0K
2025-08-20T21:52:34.3259053Z [00:00:16.130]➜  
2025-08-20T21:52:34.3259488Z [00:00:16.130]➜  File: nmap.version
2025-08-20T21:52:34.3260024Z [00:00:16.130]➜    Type: ASCII text, with no line terminators
2025-08-20T21:52:34.3260548Z [00:00:16.130]➜    B3sum: 41f0840a759f1b72e20921a8451519aa5bd323a5f018a214e40971bcfef8b466
2025-08-20T21:52:34.3261142Z [00:00:16.130]➜    SHA256sum: 0b37fee9c7990785f722b13ada83a586de440398d069dc82c67cec7d9a85a3e2
2025-08-20T21:52:34.3261556Z [00:00:16.130]➜    Size: 4.0K
2025-08-20T21:52:34.3262396Z [00:00:16.131]➜  
2025-08-20T21:52:34.3262974Z [00:00:16.131]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:52:34.3295204Z [00:00:16.134]➜  nmap.version:41f0840a759f1b72e20921a8451519aa5bd323a5f018a214e40971bcfef8b466
2025-08-20T21:52:34.3296294Z [00:00:16.134]➜  SBUILD:e7e70c7c2ff138d2034b83b863f26e7f214037251ef71fd4c6ef77a2a0a59810
2025-08-20T21:52:34.3297066Z [00:00:16.134]➜  nmap.static.version:41f0840a759f1b72e20921a8451519aa5bd323a5f018a214e40971bcfef8b466
2025-08-20T21:52:34.3297681Z [00:00:16.134]➜  LICENSE:dab932c151679de0a9b16db570e9b5d7b2b70d5b2875d391b827e69bcf1f6fde
2025-08-20T21:52:34.3317274Z [00:00:16.136]➜  
2025-08-20T21:52:34.3318526Z [00:00:16.136]➜  [+] Signing nmap.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:52:34.3413888Z [00:00:16.146]➜  
2025-08-20T21:52:34.3414981Z [00:00:16.146]➜  [✓] SuccessFully Built nmap.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/nmap/static.nixpkgs.stable.yaml [Wednesday, 2025-08-20 (09:52:34 PM) UTC]
2025-08-20T21:52:34.3416282Z [00:00:16.146]➜  
2025-08-20T21:52:34.3445261Z [00:00:16.149]➜  [+] Total Size: 80K (Includes DUPES+TMPFILES)
2025-08-20T21:52:34.3446053Z [00:00:16.149]➜  [+] LOGPATH='/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/nmap.static.log'
2025-08-20T21:52:34.3460209Z [00:00:16.150]➜  [+] ENVPATH=/tmp/pkgforge/IhvJRqkft_SBUILD/ENVPATH
2025-08-20T21:52:34.3568759Z 
2025-08-20T21:52:34.3569606Z [+] Sanitizing /tmp/pkgforge/IhvJRqkft_SBUILD/BUILD.log ==> /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/nmap.static.log
2025-08-20T21:52:37.9686723Z 
2025-08-20T21:52:37.9687884Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/nmap/nixpkgs]
2025-08-20T21:52:37.9689177Z [+] LOGS (Build Dir): /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:37.9689866Z 
2025-08-20T21:52:37.9741999Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:52:37.9756138Z ./BUILD_ARTIFACTS.tar : 19.44%   (   160 KiB =>   31.1 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:52:37.9772923Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:52:37.9815089Z 
2025-08-20T21:52:37.9816181Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml :: 00(Hr):00(Min):19(Sec)
2025-08-20T21:52:37.9816871Z 
2025-08-20T21:52:37.9833685Z 
2025-08-20T21:52:37.9835433Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:52:37 PM) UTC
2025-08-20T21:52:37.9835854Z 
2025-08-20T21:52:38.1070590Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:52:38.1114071Z ##[group]Run ##Presets
2025-08-20T21:52:38.1114399Z [36;1m##Presets[0m
2025-08-20T21:52:38.1114609Z [36;1mset +x ; set +e[0m
2025-08-20T21:52:38.1114819Z [36;1m#-------------#[0m
2025-08-20T21:52:38.1115018Z [36;1m##Debug?[0m
2025-08-20T21:52:38.1115262Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:52:38.1115551Z [36;1m  set -x[0m
2025-08-20T21:52:38.1115730Z [36;1mfi[0m
2025-08-20T21:52:38.1115902Z [36;1m#-------------#[0m
2025-08-20T21:52:38.1116096Z [36;1m##Set ENV[0m
2025-08-20T21:52:38.1116328Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:52:38.1116755Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:52:38.1117353Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:52:38.1117756Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-"[0m
2025-08-20T21:52:38.1118558Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:52:38.1118964Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:52:38.1119420Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:52:38.1119747Z [36;1m fi[0m
2025-08-20T21:52:38.1119923Z [36;1m##Push[0m
2025-08-20T21:52:38.1120151Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:52:38.1120423Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:52:38.1120800Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:52:38.1121291Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:52:38.1121749Z [36;1m     ls -sh "/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:52:38.1122093Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:52:38.1122307Z [36;1m       {[0m
2025-08-20T21:52:38.1122503Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:52:38.1122843Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:52:38.1123287Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:52:38.1123717Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:52:38.1124138Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:52:38.1124547Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:52:38.1124933Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:52:38.1125305Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:52:38.1125682Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:52:38.1126055Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:52:38.1126452Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:52:38.1126921Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:52:38.1136656Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:52:38.1137482Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:52:38.1138181Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:52:38.1138667Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:52:38.1139135Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-nmap")[0m
2025-08-20T21:52:38.1139623Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:52:38.1140271Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:52:38.1140726Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:52:38.1141135Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:52:38.1141636Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:52:38.1142069Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:52:38.1142329Z [36;1m         #Check[0m
2025-08-20T21:52:38.1142889Z [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:52:38.1143707Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:52:38.1144058Z [36;1m            break[0m
2025-08-20T21:52:38.1144267Z [36;1m          else[0m
2025-08-20T21:52:38.1144669Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:52:38.1145100Z [36;1m          fi[0m
2025-08-20T21:52:38.1145325Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:52:38.1145580Z [36;1m        done[0m
2025-08-20T21:52:38.1145768Z [36;1m       }[0m
2025-08-20T21:52:38.1145971Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:52:38.1146221Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:52:38.1146787Z [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:52:38.1147534Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:52:38.1148151Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:52:38.1148451Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:52:38.1149037Z [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:52:38.1149733Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:52:38.1150241Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:52:38.1150639Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:52:38.1150875Z [36;1m           fi[0m
2025-08-20T21:52:38.1151065Z [36;1m       fi[0m
2025-08-20T21:52:38.1151247Z [36;1m   fi[0m
2025-08-20T21:52:38.1151431Z [36;1m fi[0m
2025-08-20T21:52:38.1151618Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:52:38.1206648Z shell: /usr/bin/bash -e {0}
2025-08-20T21:52:38.1206885Z env:
2025-08-20T21:52:38.1207064Z   CROSS_COMPILING: NO
2025-08-20T21:52:38.1207280Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:52:38.1207520Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:52:38.1207732Z   ON_QEMU: NO
2025-08-20T21:52:38.1208190Z   DEBUG: 0
2025-08-20T21:52:38.1208382Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:52:38.1208605Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:52:38.1208876Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:38.1209173Z   KEEP_LOGS: YES
2025-08-20T21:52:38.1209361Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:52:38.1209604Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:52:38.1209807Z   SBUILD_REBUILD: false
2025-08-20T21:52:38.1210332Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:38.1210885Z   BUILD_SYS: host://nix
2025-08-20T21:52:38.1211086Z   BUILD_ON_HOST: TRUE
2025-08-20T21:52:38.1211281Z   BUILD_SYSTEM: HOST
2025-08-20T21:52:38.1211467Z   SYSTMP: /tmp
2025-08-20T21:52:38.1211641Z   GHA_MODE: MATRIX
2025-08-20T21:52:38.1212230Z   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:52:38.1212774Z   INPUT_SBUILD: /tmp/pkgforge/QpHwb3nUH_build.yaml
2025-08-20T21:52:38.1213101Z   BUILD_DIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml
2025-08-20T21:52:38.1213498Z   SBUILD_OUTDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:38.1213979Z   SBUILD_TMPDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:38.1214355Z   PKG_TYPE: static
2025-08-20T21:52:38.1214544Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:52:38.1214754Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:52:38.1215284Z   GHCR_TOKEN: ***
2025-08-20T21:52:38.1215595Z   GITHUB_TOKEN: ***
2025-08-20T21:52:38.1215971Z   GITLAB_TOKEN: ***
2025-08-20T21:52:38.1217064Z   MINISIGN_KEY: ***
2025-08-20T21:52:38.1217250Z ##[endgroup]
2025-08-20T21:52:38.1308397Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:52:38.1318914Z 32K	./BUILD_ARTIFACTS.zstd
2025-08-20T21:52:38.1331492Z total 180K
2025-08-20T21:52:38.1331797Z 4.0K CHECKSUM
2025-08-20T21:52:38.1331985Z 4.0K CHECKSUM.sig
2025-08-20T21:52:38.1332181Z  32K LICENSE
2025-08-20T21:52:38.1332354Z 4.0K LICENSE.sig
2025-08-20T21:52:38.1332529Z 4.0K SBUILD
2025-08-20T21:52:38.1332727Z 4.0K SBUILD.sig
2025-08-20T21:52:38.1333037Z 4.0K SBUILD_TEMP
2025-08-20T21:52:38.1333355Z 108K nmap.static.log
2025-08-20T21:52:38.1333705Z 4.0K nmap.static.version
2025-08-20T21:52:38.1334087Z 4.0K nmap.static.version.sig
2025-08-20T21:52:38.1334469Z 4.0K nmap.version
2025-08-20T21:52:38.1334795Z 4.0K nmap.version.sig
2025-08-20T21:52:38.1371615Z Error: "ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-"
2025-08-20T21:52:38.1372445Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:52:43.1437835Z Error: "ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-"
2025-08-20T21:52:43.1439770Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:52:43.1449688Z 
2025-08-20T21:52:43.1450115Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-
2025-08-20T21:52:43.1450470Z 
2025-08-20T21:52:43.1487115Z Error: "ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-"
2025-08-20T21:52:43.1489487Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:52:43.1535649Z ##[group]Run ##Presets
2025-08-20T21:52:43.1535907Z [36;1m##Presets[0m
2025-08-20T21:52:43.1536135Z [36;1mset +x ; set +e[0m
2025-08-20T21:52:43.1536347Z [36;1m#-------------#[0m
2025-08-20T21:52:43.1536551Z [36;1m##Debug?[0m
2025-08-20T21:52:43.1536785Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:52:43.1537076Z [36;1m  set -x[0m
2025-08-20T21:52:43.1537253Z [36;1mfi[0m
2025-08-20T21:52:43.1537426Z [36;1m#-------------#[0m
2025-08-20T21:52:43.1537683Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:52:43.1538256Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:52:43.1588159Z shell: /usr/bin/bash -e {0}
2025-08-20T21:52:43.1588442Z env:
2025-08-20T21:52:43.1588622Z   CROSS_COMPILING: NO
2025-08-20T21:52:43.1588833Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:52:43.1589057Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:52:43.1589272Z   ON_QEMU: NO
2025-08-20T21:52:43.1589477Z   DEBUG: 0
2025-08-20T21:52:43.1589657Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:52:43.1589874Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:52:43.1590151Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:43.1590441Z   KEEP_LOGS: YES
2025-08-20T21:52:43.1590632Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:52:43.1590842Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:52:43.1591045Z   SBUILD_REBUILD: false
2025-08-20T21:52:43.1591569Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:43.1592120Z   BUILD_SYS: host://nix
2025-08-20T21:52:43.1592322Z   BUILD_ON_HOST: TRUE
2025-08-20T21:52:43.1592513Z   BUILD_SYSTEM: HOST
2025-08-20T21:52:43.1592704Z   SYSTMP: /tmp
2025-08-20T21:52:43.1592878Z   GHA_MODE: MATRIX
2025-08-20T21:52:43.1593306Z   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:52:43.1593815Z   INPUT_SBUILD: /tmp/pkgforge/QpHwb3nUH_build.yaml
2025-08-20T21:52:43.1594137Z   BUILD_DIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml
2025-08-20T21:52:43.1594710Z   SBUILD_OUTDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:43.1595187Z   SBUILD_TMPDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:43.1595565Z   PKG_TYPE: static
2025-08-20T21:52:43.1595759Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:52:43.1595958Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:52:43.1596159Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:52:43.1596492Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-
2025-08-20T21:52:43.1596853Z ##[endgroup]
2025-08-20T21:52:43.1737430Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:52:43.1737728Z with:
2025-08-20T21:52:43.1737927Z   name: Bincache_nmap_x86_64-Linux
2025-08-20T21:52:43.1738506Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:52:43.1738800Z   compression-level: 0
2025-08-20T21:52:43.1739010Z   retention-days: 30
2025-08-20T21:52:43.1739204Z   overwrite: true
2025-08-20T21:52:43.1739395Z   if-no-files-found: warn
2025-08-20T21:52:43.1739623Z   include-hidden-files: false
2025-08-20T21:52:43.1739854Z env:
2025-08-20T21:52:43.1740021Z   CROSS_COMPILING: NO
2025-08-20T21:52:43.1740226Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:52:43.1740445Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:52:43.1740652Z   ON_QEMU: NO
2025-08-20T21:52:43.1740822Z   DEBUG: 0
2025-08-20T21:52:43.1741001Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:52:43.1741216Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:52:43.1741489Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:43.1741818Z   KEEP_LOGS: YES
2025-08-20T21:52:43.1742005Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:52:43.1742213Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:52:43.1742423Z   SBUILD_REBUILD: false
2025-08-20T21:52:43.1742948Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:43.1743496Z   BUILD_SYS: host://nix
2025-08-20T21:52:43.1743695Z   BUILD_ON_HOST: TRUE
2025-08-20T21:52:43.1743893Z   BUILD_SYSTEM: HOST
2025-08-20T21:52:43.1744081Z   SYSTMP: /tmp
2025-08-20T21:52:43.1744272Z   GHA_MODE: MATRIX
2025-08-20T21:52:43.1744713Z   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:52:43.1745239Z   INPUT_SBUILD: /tmp/pkgforge/QpHwb3nUH_build.yaml
2025-08-20T21:52:43.1745568Z   BUILD_DIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml
2025-08-20T21:52:43.1745956Z   SBUILD_OUTDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:43.1746441Z   SBUILD_TMPDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:43.1746821Z   PKG_TYPE: static
2025-08-20T21:52:43.1747010Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:52:43.1747216Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:52:43.1747412Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:52:43.1747744Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-
2025-08-20T21:52:43.1748380Z   UTC_TIME: 2025_08_20T09_52_43_PM
2025-08-20T21:52:43.1748618Z ##[endgroup]
2025-08-20T21:52:43.3863380Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:52:43.3866734Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:52:43.3867563Z With the provided path, there will be 2 files uploaded
2025-08-20T21:52:43.5223344Z Artifact name is valid!
2025-08-20T21:52:43.5224206Z Root directory input is valid!
2025-08-20T21:52:43.5655716Z Beginning upload of artifact content to blob storage
2025-08-20T21:52:43.8453677Z Uploaded bytes 437720
2025-08-20T21:52:43.8859098Z Finished uploading artifact content to blob storage!
2025-08-20T21:52:43.8862501Z SHA256 digest of uploaded artifact zip is b2722cbee97b304fdb5a441b43e99783d9cb42caf7c1df86d40766e0d656e3bb
2025-08-20T21:52:43.8863160Z Finalizing artifact upload
2025-08-20T21:52:43.9899461Z Artifact Bincache_nmap_x86_64-Linux.zip successfully finalized. Artifact ID 3813571591
2025-08-20T21:52:43.9901039Z Artifact Bincache_nmap_x86_64-Linux has been successfully uploaded! Final size is 437720 bytes. Artifact ID is 3813571591
2025-08-20T21:52:43.9907516Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108595951/artifacts/3813571591
2025-08-20T21:52:44.0051348Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:52:44.0051670Z with:
2025-08-20T21:52:44.0051867Z   subject-name: nmap--
2025-08-20T21:52:44.0052592Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:52:44.0053328Z   show-summary: true
2025-08-20T21:52:44.0053541Z   push-to-registry: false
2025-08-20T21:52:44.0053931Z   github-token: ***
2025-08-20T21:52:44.0054129Z env:
2025-08-20T21:52:44.0054308Z   CROSS_COMPILING: NO
2025-08-20T21:52:44.0054527Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:52:44.0054756Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:52:44.0054988Z   ON_QEMU: NO
2025-08-20T21:52:44.0055167Z   DEBUG: 0
2025-08-20T21:52:44.0055351Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:52:44.0055579Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:52:44.0055895Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:44.0056196Z   KEEP_LOGS: YES
2025-08-20T21:52:44.0056412Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:52:44.0056627Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:52:44.0056837Z   SBUILD_REBUILD: false
2025-08-20T21:52:44.0057362Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:44.0057918Z   BUILD_SYS: host://nix
2025-08-20T21:52:44.0058490Z   BUILD_ON_HOST: TRUE
2025-08-20T21:52:44.0058693Z   BUILD_SYSTEM: HOST
2025-08-20T21:52:44.0058893Z   SYSTMP: /tmp
2025-08-20T21:52:44.0059077Z   GHA_MODE: MATRIX
2025-08-20T21:52:44.0059519Z   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:52:44.0060063Z   INPUT_SBUILD: /tmp/pkgforge/QpHwb3nUH_build.yaml
2025-08-20T21:52:44.0060397Z   BUILD_DIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml
2025-08-20T21:52:44.0060798Z   SBUILD_OUTDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:44.0061286Z   SBUILD_TMPDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:44.0061675Z   PKG_TYPE: static
2025-08-20T21:52:44.0061871Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:52:44.0062081Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:52:44.0062286Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:52:44.0062620Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-
2025-08-20T21:52:44.0062993Z   UTC_TIME: 2025_08_20T09_52_43_PM
2025-08-20T21:52:44.0063228Z ##[endgroup]
2025-08-20T21:52:44.0131837Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:52:44.0132276Z env:
2025-08-20T21:52:44.0132471Z   CROSS_COMPILING: NO
2025-08-20T21:52:44.0132684Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:52:44.0132917Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:52:44.0133136Z   ON_QEMU: NO
2025-08-20T21:52:44.0133312Z   DEBUG: 0
2025-08-20T21:52:44.0133499Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:52:44.0133730Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:52:44.0134010Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:44.0134312Z   KEEP_LOGS: YES
2025-08-20T21:52:44.0134512Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:52:44.0134729Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:52:44.0134941Z   SBUILD_REBUILD: false
2025-08-20T21:52:44.0135488Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:44.0136057Z   BUILD_SYS: host://nix
2025-08-20T21:52:44.0136263Z   BUILD_ON_HOST: TRUE
2025-08-20T21:52:44.0136462Z   BUILD_SYSTEM: HOST
2025-08-20T21:52:44.0136661Z   SYSTMP: /tmp
2025-08-20T21:52:44.0137035Z   GHA_MODE: MATRIX
2025-08-20T21:52:44.0137478Z   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:52:44.0138283Z   INPUT_SBUILD: /tmp/pkgforge/QpHwb3nUH_build.yaml
2025-08-20T21:52:44.0138870Z   BUILD_DIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml
2025-08-20T21:52:44.0139285Z   SBUILD_OUTDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:44.0139789Z   SBUILD_TMPDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:44.0140183Z   PKG_TYPE: static
2025-08-20T21:52:44.0140382Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:52:44.0140600Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:52:44.0140818Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:52:44.0141164Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-
2025-08-20T21:52:44.0141555Z   UTC_TIME: 2025_08_20T09_52_43_PM
2025-08-20T21:52:44.0141791Z ##[endgroup]
2025-08-20T21:52:44.4865468Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:52:44.4865825Z with:
2025-08-20T21:52:44.4866521Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:52:44.4867251Z   subject-name: nmap--
2025-08-20T21:52:44.4867514Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:52:44.4870526Z   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/17108595951/attempts/1"}}}
2025-08-20T21:52:44.4873204Z   push-to-registry: false
2025-08-20T21:52:44.4873436Z   show-summary: true
2025-08-20T21:52:44.4873866Z   github-token: ***
2025-08-20T21:52:44.4874074Z env:
2025-08-20T21:52:44.4874260Z   CROSS_COMPILING: NO
2025-08-20T21:52:44.4874474Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:52:44.4874705Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:52:44.4874928Z   ON_QEMU: NO
2025-08-20T21:52:44.4875108Z   DEBUG: 0
2025-08-20T21:52:44.4875290Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:52:44.4875521Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:52:44.4875801Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:44.4876106Z   KEEP_LOGS: YES
2025-08-20T21:52:44.4876300Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:52:44.4876524Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:52:44.4876737Z   SBUILD_REBUILD: false
2025-08-20T21:52:44.4877262Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:44.4877819Z   BUILD_SYS: host://nix
2025-08-20T21:52:44.4878150Z   BUILD_ON_HOST: TRUE
2025-08-20T21:52:44.4878357Z   BUILD_SYSTEM: HOST
2025-08-20T21:52:44.4878554Z   SYSTMP: /tmp
2025-08-20T21:52:44.4878741Z   GHA_MODE: MATRIX
2025-08-20T21:52:44.4879178Z   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:52:44.4879693Z   INPUT_SBUILD: /tmp/pkgforge/QpHwb3nUH_build.yaml
2025-08-20T21:52:44.4880025Z   BUILD_DIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml
2025-08-20T21:52:44.4880420Z   SBUILD_OUTDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:44.4880914Z   SBUILD_TMPDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:44.4881509Z   PKG_TYPE: static
2025-08-20T21:52:44.4881712Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:52:44.4881928Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:52:44.4882139Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:52:44.4882603Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-
2025-08-20T21:52:44.4882985Z   UTC_TIME: 2025_08_20T09_52_43_PM
2025-08-20T21:52:44.4883222Z ##[endgroup]
2025-08-20T21:52:45.6460924Z Attestation created for 12 subjects
2025-08-20T21:52:45.6464842Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:52:45.6466749Z -----BEGIN CERTIFICATE-----
2025-08-20T21:52:45.6467400Z MIIG7TCCBnSgAwIBAgIUd3v9GR9aIj3Ff4ijUpyI2iVB2wQwCgYIKoZIzj0EAwMw
2025-08-20T21:52:45.6468520Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:52:45.6469425Z cm1lZGlhdGUwHhcNMjUwODIwMjE1MjQ0WhcNMjUwODIwMjIwMjQ0WjAAMFkwEwYH
2025-08-20T21:52:45.6470254Z KoZIzj0CAQYIKoZIzj0DAQcDQgAElih3XUBXu3AM/Xvp/SmK5GEQvM/z2voqSfmI
2025-08-20T21:52:45.6471058Z qgOFc0RHB/jQXD3E/xZeMG7THM4RJAPZS/F61ZiXVnm1qKdNtqOCBZMwggWPMA4G
2025-08-20T21:52:45.6471887Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU843e
2025-08-20T21:52:45.6472765Z umfOWNtAWdY1gVYKraxQgnUwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:52:45.6473608Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:52:45.6474444Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:52:45.6475294Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:52:45.6476132Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:52:45.6476936Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:52:45.6477768Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:52:45.6478801Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:52:45.6479645Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:52:45.6480509Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:52:45.6481342Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:52:45.6482185Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:52:45.6483036Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:52:45.6483881Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:52:45.6484737Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:52:45.6485614Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:52:45.6486485Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:52:45.6487341Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:52:45.6488353Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:52:45.6489199Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:52:45.6490051Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:52:45.6490916Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:52:45.6491896Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:52:45.6492768Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:52:45.6493612Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4NTk1OTUxL2F0
2025-08-20T21:52:45.6494470Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T21:52:45.6495341Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJeFta
2025-08-20T21:52:45.6496183Z AAAEAwBGMEQCIC4yS4r2R9GUNnCFYQVZcd/J1eBWRDXAaAY6Mp/tlDceAiBzekQU
2025-08-20T21:52:45.6497013Z 5nNhE49JmSzy6e8+507kLYA6EOf45BWSENqB4TAKBggqhkjOPQQDAwNnADBkAjBu
2025-08-20T21:52:45.6497856Z y5cEv1bjbgL+ZCh+gaYTg0aJLXhBz243ZY7wnHQISipO0+ujUDMSj1bCMK3EqesC
2025-08-20T21:52:45.6498957Z MARHKaok0r3uyB2AI9eVR6oyJlrb7AsvCBWL8ZDIjindFswSvAQJRZjQZvf2eFrZ
2025-08-20T21:52:45.6499985Z HA==
2025-08-20T21:52:45.6500281Z -----END CERTIFICATE-----
2025-08-20T21:52:45.6500540Z 
2025-08-20T21:52:45.6501093Z ##[endgroup]
2025-08-20T21:52:45.6501943Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:52:45.6502630Z https://search.sigstore.dev?logIndex=414466430
2025-08-20T21:52:45.6503246Z [36mAttestation uploaded to repository[39m
2025-08-20T21:52:45.6503830Z https://github.com/pkgforge/bincache/attestations/9874815
2025-08-20T21:52:45.7267712Z ##[group]Run ##Presets
2025-08-20T21:52:45.7268192Z [36;1m##Presets[0m
2025-08-20T21:52:45.7268422Z [36;1mset +x ; set +e[0m
2025-08-20T21:52:45.7268641Z [36;1m#-------------#[0m
2025-08-20T21:52:45.7268851Z [36;1m##Debug?[0m
2025-08-20T21:52:45.7269103Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:52:45.7269400Z [36;1m  set -x[0m
2025-08-20T21:52:45.7269594Z [36;1mfi[0m
2025-08-20T21:52:45.7269795Z [36;1m#-------------#[0m
2025-08-20T21:52:45.7270109Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:52:45.7270631Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/nmap/nixpkgs"[0m
2025-08-20T21:52:45.7271043Z [36;1m exit 1[0m
2025-08-20T21:52:45.7271229Z [36;1mfi[0m
2025-08-20T21:52:45.7320845Z shell: /usr/bin/bash -e {0}
2025-08-20T21:52:45.7321092Z env:
2025-08-20T21:52:45.7321276Z   CROSS_COMPILING: NO
2025-08-20T21:52:45.7321535Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:52:45.7321769Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:52:45.7321993Z   ON_QEMU: NO
2025-08-20T21:52:45.7322172Z   DEBUG: 0
2025-08-20T21:52:45.7322357Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:52:45.7322590Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:52:45.7322866Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:45.7323162Z   KEEP_LOGS: YES
2025-08-20T21:52:45.7323364Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:52:45.7323585Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:52:45.7323792Z   SBUILD_REBUILD: false
2025-08-20T21:52:45.7324323Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:45.7324888Z   BUILD_SYS: host://nix
2025-08-20T21:52:45.7325095Z   BUILD_ON_HOST: TRUE
2025-08-20T21:52:45.7325309Z   BUILD_SYSTEM: HOST
2025-08-20T21:52:45.7325504Z   SYSTMP: /tmp
2025-08-20T21:52:45.7325686Z   GHA_MODE: MATRIX
2025-08-20T21:52:45.7326130Z   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:52:45.7326647Z   INPUT_SBUILD: /tmp/pkgforge/QpHwb3nUH_build.yaml
2025-08-20T21:52:45.7326986Z   BUILD_DIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml
2025-08-20T21:52:45.7327384Z   SBUILD_OUTDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:45.7327876Z   SBUILD_TMPDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:45.7328436Z   PKG_TYPE: static
2025-08-20T21:52:45.7328638Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:52:45.7328849Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:52:45.7329053Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:52:45.7329387Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-
2025-08-20T21:52:45.7329758Z   UTC_TIME: 2025_08_20T09_52_43_PM
2025-08-20T21:52:45.7329990Z ##[endgroup]
2025-08-20T21:52:45.7418345Z ##[group]Run ##Presets
2025-08-20T21:52:45.7418639Z [36;1m##Presets[0m
2025-08-20T21:52:45.7418854Z [36;1mset +x ; set +e[0m
2025-08-20T21:52:45.7419075Z [36;1m#-------------#[0m
2025-08-20T21:52:45.7419283Z [36;1m##Debug?[0m
2025-08-20T21:52:45.7419537Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:52:45.7419835Z [36;1m  set -x[0m
2025-08-20T21:52:45.7420023Z [36;1mfi[0m
2025-08-20T21:52:45.7420207Z [36;1m#-------------#[0m
2025-08-20T21:52:45.7420454Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:52:45.7421092Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/nmap/nixpkgs"[0m
2025-08-20T21:52:45.7421512Z [36;1m exit 1[0m
2025-08-20T21:52:45.7421702Z [36;1mfi[0m
2025-08-20T21:52:45.7467025Z shell: /usr/bin/bash -e {0}
2025-08-20T21:52:45.7467273Z env:
2025-08-20T21:52:45.7467463Z   CROSS_COMPILING: NO
2025-08-20T21:52:45.7467700Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:52:45.7468215Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:52:45.7468510Z   ON_QEMU: NO
2025-08-20T21:52:45.7468690Z   DEBUG: 0
2025-08-20T21:52:45.7468873Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:52:45.7469101Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:52:45.7469381Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:45.7469675Z   KEEP_LOGS: YES
2025-08-20T21:52:45.7469872Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:52:45.7470086Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:52:45.7470302Z   SBUILD_REBUILD: false
2025-08-20T21:52:45.7470843Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:45.7471402Z   BUILD_SYS: host://nix
2025-08-20T21:52:45.7471609Z   BUILD_ON_HOST: TRUE
2025-08-20T21:52:45.7471805Z   BUILD_SYSTEM: HOST
2025-08-20T21:52:45.7472001Z   SYSTMP: /tmp
2025-08-20T21:52:45.7472183Z   GHA_MODE: MATRIX
2025-08-20T21:52:45.7472624Z   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:52:45.7473138Z   INPUT_SBUILD: /tmp/pkgforge/QpHwb3nUH_build.yaml
2025-08-20T21:52:45.7473471Z   BUILD_DIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml
2025-08-20T21:52:45.7473870Z   SBUILD_OUTDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:45.7474361Z   SBUILD_TMPDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:45.7474744Z   PKG_TYPE: static
2025-08-20T21:52:45.7474950Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:52:45.7475170Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:52:45.7475377Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:52:45.7475713Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-
2025-08-20T21:52:45.7476085Z   UTC_TIME: 2025_08_20T09_52_43_PM
2025-08-20T21:52:45.7476320Z ##[endgroup]
2025-08-20T21:52:45.7540029Z 
2025-08-20T21:52:45.7540446Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:45.7550993Z ##[error]Process completed with exit code 1.
2025-08-20T21:52:45.7590322Z ##[group]Run ##Presets
2025-08-20T21:52:45.7590593Z [36;1m##Presets[0m
2025-08-20T21:52:45.7590806Z [36;1mset +x ; set +e[0m
2025-08-20T21:52:45.7591021Z [36;1m#-------------#[0m
2025-08-20T21:52:45.7591226Z [36;1m##Debug?[0m
2025-08-20T21:52:45.7591480Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:52:45.7591775Z [36;1m  set -x[0m
2025-08-20T21:52:45.7591965Z [36;1mfi[0m
2025-08-20T21:52:45.7592145Z [36;1m#-------------#[0m
2025-08-20T21:52:45.7592497Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:52:45.7592898Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:52:45.7593199Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:52:45.7593468Z [36;1mfi[0m
2025-08-20T21:52:45.7637737Z shell: /usr/bin/bash -e {0}
2025-08-20T21:52:45.7638172Z env:
2025-08-20T21:52:45.7638362Z   CROSS_COMPILING: NO
2025-08-20T21:52:45.7638622Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:52:45.7638854Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:52:45.7639068Z   ON_QEMU: NO
2025-08-20T21:52:45.7639251Z   DEBUG: 0
2025-08-20T21:52:45.7639438Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:52:45.7639675Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:52:45.7639964Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nmap/nixpkgs
2025-08-20T21:52:45.7640270Z   KEEP_LOGS: YES
2025-08-20T21:52:45.7640463Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:52:45.7640857Z   PKG_FAMILY_LOCAL: nmap
2025-08-20T21:52:45.7641065Z   SBUILD_REBUILD: false
2025-08-20T21:52:45.7641629Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nmap/static.nixpkgs.stable.yaml
2025-08-20T21:52:45.7642190Z   BUILD_SYS: host://nix
2025-08-20T21:52:45.7642395Z   BUILD_ON_HOST: TRUE
2025-08-20T21:52:45.7642594Z   BUILD_SYSTEM: HOST
2025-08-20T21:52:45.7642786Z   SYSTMP: /tmp
2025-08-20T21:52:45.7642966Z   GHA_MODE: MATRIX
2025-08-20T21:52:45.7643407Z   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:52:45.7643927Z   INPUT_SBUILD: /tmp/pkgforge/QpHwb3nUH_build.yaml
2025-08-20T21:52:45.7644257Z   BUILD_DIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml
2025-08-20T21:52:45.7644655Z   SBUILD_OUTDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR
2025-08-20T21:52:45.7645154Z   SBUILD_TMPDIR: /tmp/pkgforge/OLYxsep_QpHwb3nUH_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:52:45.7645556Z   PKG_TYPE: static
2025-08-20T21:52:45.7645761Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:52:45.7645978Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:52:45.7646186Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:52:45.7646524Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nmap/nixpkgs/nmap-srcbuild-
2025-08-20T21:52:45.7646898Z   UTC_TIME: 2025_08_20T09_52_43_PM
2025-08-20T21:52:45.7647125Z ##[endgroup]
2025-08-20T21:52:45.7721253Z EXITED
2025-08-20T21:52:45.7762335Z Cleaning up orphan processes
