﻿2025-08-20T20:27:34.3025831Z Current runner version: '2.328.0'
2025-08-20T20:27:34.3050791Z ##[group]Runner Image Provisioner
2025-08-20T20:27:34.3052044Z Hosted Compute Agent
2025-08-20T20:27:34.3052942Z Version: 20250818.377
2025-08-20T20:27:34.3053638Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:27:34.3054410Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:27:34.3055349Z ##[endgroup]
2025-08-20T20:27:34.3056219Z ##[group]Operating System
2025-08-20T20:27:34.3057206Z Ubuntu
2025-08-20T20:27:34.3057956Z 24.04.2
2025-08-20T20:27:34.3058731Z LTS
2025-08-20T20:27:34.3059251Z ##[endgroup]
2025-08-20T20:27:34.3059808Z ##[group]Runner Image
2025-08-20T20:27:34.3060464Z Image: ubuntu-24.04
2025-08-20T20:27:34.3061057Z Version: 20250818.1.0
2025-08-20T20:27:34.3062075Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:27:34.3063926Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:27:34.3065042Z ##[endgroup]
2025-08-20T20:27:34.3066338Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:27:34.3068661Z Attestations: write
2025-08-20T20:27:34.3069277Z Contents: write
2025-08-20T20:27:34.3069813Z Metadata: read
2025-08-20T20:27:34.3070391Z Packages: write
2025-08-20T20:27:34.3070931Z ##[endgroup]
2025-08-20T20:27:34.3073315Z Secret source: Actions
2025-08-20T20:27:34.3074134Z Prepare workflow directory
2025-08-20T20:27:34.3394466Z Prepare all required actions
2025-08-20T20:27:34.3432442Z Getting action download info
2025-08-20T20:27:34.6747802Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:27:35.0693477Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:27:35.4096559Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:27:35.5189666Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:27:35.8914801Z Getting action download info
2025-08-20T20:27:36.0479599Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:27:36.3061982Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:27:36.5943515Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/gettext/nixpkgs)
2025-08-20T20:27:36.6692947Z ##[group]Run ##Presets
2025-08-20T20:27:36.6694019Z [36;1m##Presets[0m
2025-08-20T20:27:36.6694897Z [36;1mset +x ; set +e[0m
2025-08-20T20:27:36.6695827Z [36;1m#-------------#[0m
2025-08-20T20:27:36.6696998Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:27:36.6698447Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:27:36.6699845Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.6701061Z [36;1m  fi[0m
2025-08-20T20:27:36.6702141Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:27:36.6703774Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:27:36.6705177Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.6706348Z [36;1m  fi[0m
2025-08-20T20:27:36.6707392Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:27:36.6708877Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:27:36.6710232Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.6711428Z [36;1m  fi[0m
2025-08-20T20:27:36.6712551Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:27:36.6714137Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:27:36.6715660Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:27:36.6716845Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:27:36.6718124Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.6719286Z [36;1m     else[0m
2025-08-20T20:27:36.6720309Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.6721464Z [36;1m     fi[0m
2025-08-20T20:27:36.6722241Z [36;1m  fi[0m
2025-08-20T20:27:36.6723124Z [36;1mfi[0m
2025-08-20T20:27:36.6794900Z shell: /usr/bin/bash -e {0}
2025-08-20T20:27:36.6796476Z env:
2025-08-20T20:27:36.6797791Z   GH_TOKEN: ***
2025-08-20T20:27:36.6798676Z ##[endgroup]
2025-08-20T20:27:36.7150872Z ##[group]Run ##Presets
2025-08-20T20:27:36.7151959Z [36;1m##Presets[0m
2025-08-20T20:27:36.7153502Z [36;1mset +x ; set +e[0m
2025-08-20T20:27:36.7154560Z [36;1m#-------------#[0m
2025-08-20T20:27:36.7155788Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:27:36.7157776Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:27:36.7159740Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:27:36.7161337Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:27:36.7163263Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:27:36.7165010Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:27:36.7166469Z [36;1m  exit 1[0m
2025-08-20T20:27:36.7167403Z [36;1mfi[0m
2025-08-20T20:27:36.7212948Z shell: /usr/bin/bash -e {0}
2025-08-20T20:27:36.7214034Z env:
2025-08-20T20:27:36.7215352Z   RO_GHTOKEN: ***
2025-08-20T20:27:36.7216388Z   RO_GLTOKEN: ***
2025-08-20T20:27:36.7220690Z   MINISIGN_KEY: ***
2025-08-20T20:27:36.7221696Z ##[endgroup]
2025-08-20T20:27:36.7482273Z ##[group]Run ##Presets
2025-08-20T20:27:36.7483601Z [36;1m##Presets[0m
2025-08-20T20:27:36.7484449Z [36;1mset +x ; set +e[0m
2025-08-20T20:27:36.7485348Z [36;1m#-------------#[0m
2025-08-20T20:27:36.7486244Z [36;1m##Host Triplet[0m
2025-08-20T20:27:36.7487333Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:27:36.7488609Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:27:36.7489839Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:27:36.7491066Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:27:36.7492211Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:27:36.7493738Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:27:36.7495048Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:27:36.7496299Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:27:36.7497375Z [36;1m   fi[0m
2025-08-20T20:27:36.7498434Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:27:36.7499739Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:27:36.7500926Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:27:36.7502199Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:27:36.7503555Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:27:36.7504488Z [36;1m fi[0m
2025-08-20T20:27:36.7505565Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7507085Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7508559Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7509935Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7511026Z [36;1m##Debug[0m
2025-08-20T20:27:36.7511888Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:27:36.7513151Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:27:36.7514084Z [36;1m else[0m
2025-08-20T20:27:36.7514897Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:27:36.7516027Z [36;1m fi[0m
2025-08-20T20:27:36.7516912Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7518029Z [36;1m##Docker Platform[0m
2025-08-20T20:27:36.7519143Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:27:36.7520415Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:27:36.7521700Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:27:36.7523244Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:27:36.7524526Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:27:36.7525818Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:27:36.7527073Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:27:36.7528343Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:27:36.7529363Z [36;1m fi[0m
2025-08-20T20:27:36.7530489Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7532116Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7533594Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:27:36.7535360Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/gettext/nixpkgs" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:27:36.7537277Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:27:36.7538473Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7539689Z [36;1m##Logs[0m
2025-08-20T20:27:36.7540641Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:27:36.7541705Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:27:36.7542821Z [36;1m else[0m
2025-08-20T20:27:36.7543687Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:27:36.7544736Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:27:36.7545758Z [36;1m fi[0m
2025-08-20T20:27:36.7546912Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7548382Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7549723Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:27:36.7551089Z [36;1m PKG_FAMILY_LOCAL="$(echo "gettext" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:27:36.7552580Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:27:36.7554050Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7555330Z [36;1m##Rebuild[0m
2025-08-20T20:27:36.7556221Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:27:36.7557326Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:27:36.7558333Z [36;1m else[0m
2025-08-20T20:27:36.7559185Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:27:36.7560208Z [36;1m fi[0m
2025-08-20T20:27:36.7561307Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7562566Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:27:36.7564328Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:27:36.7566326Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:27:36.7569463Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:27:36.7572123Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:27:36.7573730Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:27:36.7575505Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:27:36.7577082Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:27:36.7578689Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7579832Z [36;1m    exit 1[0m
2025-08-20T20:27:36.7580667Z [36;1m   else[0m
2025-08-20T20:27:36.7581508Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:27:36.7583270Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7584595Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:27:36.7585905Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:27:36.7587248Z [36;1m      #check if supported[0m
2025-08-20T20:27:36.7588682Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:27:36.7590626Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:27:36.7592218Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:27:36.7593682Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7594832Z [36;1m         exit 1[0m
2025-08-20T20:27:36.7595698Z [36;1m       fi[0m
2025-08-20T20:27:36.7596562Z [36;1m      #get build system[0m
2025-08-20T20:27:36.7598000Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:27:36.7599497Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:27:36.7600640Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7601987Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:27:36.7603538Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7604840Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7606195Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:27:36.7607533Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7608807Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:36.7609918Z [36;1m       fi[0m
2025-08-20T20:27:36.7610905Z [36;1m     fi[0m
2025-08-20T20:27:36.7611684Z [36;1m   fi[0m
2025-08-20T20:27:36.7612541Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:27:36.7659895Z shell: /usr/bin/bash -e {0}
2025-08-20T20:27:36.7660825Z ##[endgroup]
2025-08-20T20:27:37.2529519Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:27:37.2530752Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:27:37.2531007Z 
2025-08-20T20:27:37.3278497Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:27:37.3279391Z 100  5466  100  5466    0     0  71453      0 --:--:-- --:--:-- --:--:-- 71921
2025-08-20T20:27:37.3295972Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:27:37.3570880Z ##[group]Run ##Presets
2025-08-20T20:27:37.3571247Z [36;1m##Presets[0m
2025-08-20T20:27:37.3571507Z [36;1mset +x ; set +e[0m
2025-08-20T20:27:37.3571768Z [36;1m#-------------#[0m
2025-08-20T20:27:37.3572011Z [36;1m##Debug?[0m
2025-08-20T20:27:37.3572327Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:27:37.3572979Z [36;1m  set -x[0m
2025-08-20T20:27:37.3573263Z [36;1mfi[0m
2025-08-20T20:27:37.3573515Z [36;1m#-------------#[0m
2025-08-20T20:27:37.3573794Z [36;1m##CoreUtils[0m
2025-08-20T20:27:37.3574053Z [36;1msudo apt update -y[0m
2025-08-20T20:27:37.3574456Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:27:37.3575532Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:27:37.3576511Z [36;1m##tmp[0m
2025-08-20T20:27:37.3576839Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:27:37.3577210Z [36;1m#GH ENV[0m
2025-08-20T20:27:37.3577487Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:37.3578145Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:37.3578461Z [36;1m#-------------#[0m
2025-08-20T20:27:37.3578731Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:27:37.3579024Z [36;1msudo apt update -y[0m
2025-08-20T20:27:37.3579317Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:27:37.3579620Z [36;1m##Setup Minisign[0m
2025-08-20T20:27:37.3579899Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:27:37.3580508Z [36;1mecho "***[0m
2025-08-20T20:27:37.3581828Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:27:37.3582172Z [36;1m##User-Agent[0m
2025-08-20T20:27:37.3583681Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:27:37.3584568Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:27:37.3629874Z shell: /usr/bin/bash -e {0}
2025-08-20T20:27:37.3630365Z env:
2025-08-20T20:27:37.3630699Z   CROSS_COMPILING: NO
2025-08-20T20:27:37.3630974Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:27:37.3631269Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:27:37.3631550Z   ON_QEMU: NO
2025-08-20T20:27:37.3631796Z   DEBUG: 0
2025-08-20T20:27:37.3632039Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:27:37.3632337Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:27:37.3632870Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:27:37.3633236Z   KEEP_LOGS: YES
2025-08-20T20:27:37.3633481Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:27:37.3633746Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:27:37.3634022Z   SBUILD_REBUILD: false
2025-08-20T20:27:37.3634640Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:27:37.3635272Z   BUILD_SYS: host://nix
2025-08-20T20:27:37.3635531Z   BUILD_ON_HOST: TRUE
2025-08-20T20:27:37.3635770Z   BUILD_SYSTEM: HOST
2025-08-20T20:27:37.3636023Z ##[endgroup]
2025-08-20T20:27:37.3831525Z 
2025-08-20T20:27:37.3832473Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:27:37.3833311Z 
2025-08-20T20:27:37.4437838Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:27:37.4760920Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:27:37.4768437Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:27:37.4774831Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:27:37.4784720Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:27:37.4827865Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:27:37.4850988Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:27:37.6673072Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:27:37.6831392Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:27:37.6857123Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:27:37.7151680Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:27:37.7246167Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:27:37.7270234Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:27:37.7294566Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:27:37.7364493Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:27:37.7394216Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:27:37.7427319Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:27:37.7514857Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:27:37.7547984Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:27:37.7558309Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:27:37.8237927Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:27:37.8257672Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:27:37.8263848Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:27:37.8280852Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:27:37.8602213Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:27:37.8680968Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:27:37.8717962Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:27:37.8728559Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:27:37.8783987Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:27:37.8809633Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:27:37.8820941Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:27:37.8915277Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:27:37.8945135Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:27:37.8953308Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:27:42.3659660Z Fetched 10.6 MB in 1s (7719 kB/s)
2025-08-20T20:27:43.1792418Z Reading package lists...
2025-08-20T20:27:43.3900507Z Building dependency tree...
2025-08-20T20:27:43.3908827Z Reading state information...
2025-08-20T20:27:43.4111965Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:27:43.4231298Z 
2025-08-20T20:27:43.4232036Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:27:43.4232837Z 
2025-08-20T20:27:43.4371069Z Reading package lists...
2025-08-20T20:27:43.6511274Z Building dependency tree...
2025-08-20T20:27:43.6520430Z Reading state information...
2025-08-20T20:27:43.8460266Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:27:43.8461039Z bc set to manually installed.
2025-08-20T20:27:43.8461725Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:27:43.8462516Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:27:43.8466617Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:27:43.8468812Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:27:43.8469659Z The following additional packages will be installed:
2025-08-20T20:27:43.8470429Z   libtime-duration-perl
2025-08-20T20:27:43.8796680Z The following NEW packages will be installed:
2025-08-20T20:27:43.8804705Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:27:43.9058773Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T20:27:43.9319121Z Need to get 616 kB of archives.
2025-08-20T20:27:43.9320072Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:27:43.9320898Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:27:43.9661148Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:27:43.9862142Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:27:44.0054383Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:27:44.0251445Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:27:44.3237510Z Fetched 616 kB in 0s (5048 kB/s)
2025-08-20T20:27:44.3477319Z Selecting previously unselected package fdupes.
2025-08-20T20:27:44.3710230Z (Reading database ... 
2025-08-20T20:27:44.3710952Z (Reading database ... 5%
2025-08-20T20:27:44.3711598Z (Reading database ... 10%
2025-08-20T20:27:44.3712183Z (Reading database ... 15%
2025-08-20T20:27:44.3713143Z (Reading database ... 20%
2025-08-20T20:27:44.3714053Z (Reading database ... 25%
2025-08-20T20:27:44.3714731Z (Reading database ... 30%
2025-08-20T20:27:44.3715442Z (Reading database ... 35%
2025-08-20T20:27:44.3716131Z (Reading database ... 40%
2025-08-20T20:27:44.3717023Z (Reading database ... 45%
2025-08-20T20:27:44.3717720Z (Reading database ... 50%
2025-08-20T20:27:44.3868364Z (Reading database ... 55%
2025-08-20T20:27:44.4233157Z (Reading database ... 60%
2025-08-20T20:27:44.4484661Z (Reading database ... 65%
2025-08-20T20:27:44.4730745Z (Reading database ... 70%
2025-08-20T20:27:44.4953581Z (Reading database ... 75%
2025-08-20T20:27:44.5274364Z (Reading database ... 80%
2025-08-20T20:27:44.5908179Z (Reading database ... 85%
2025-08-20T20:27:44.6455772Z (Reading database ... 90%
2025-08-20T20:27:44.7528509Z (Reading database ... 95%
2025-08-20T20:27:44.7529227Z (Reading database ... 100%
2025-08-20T20:27:44.7530124Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T20:27:44.7579444Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:27:44.7605139Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:27:44.7875110Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:27:44.8017139Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:27:44.8030456Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:27:44.8276120Z Selecting previously unselected package moreutils.
2025-08-20T20:27:44.8414334Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:27:44.8427574Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:27:44.8840478Z Selecting previously unselected package dos2unix.
2025-08-20T20:27:44.8982528Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:27:44.8997536Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:27:45.0211040Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:27:45.0242511Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:27:45.0271171Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:27:45.0299430Z Setting up moreutils (0.69-1) ...
2025-08-20T20:27:45.0332039Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:28:41.9534624Z 
2025-08-20T20:28:41.9537090Z Running kernel seems to be up-to-date.
2025-08-20T20:28:41.9537498Z 
2025-08-20T20:28:41.9537636Z Restarting services...
2025-08-20T20:28:41.9609695Z 
2025-08-20T20:28:41.9610149Z Service restarts being deferred:
2025-08-20T20:28:41.9611688Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:28:41.9612073Z 
2025-08-20T20:28:41.9612246Z No containers need to be restarted.
2025-08-20T20:28:41.9612535Z 
2025-08-20T20:28:41.9613969Z No user sessions are running outdated binaries.
2025-08-20T20:28:41.9615200Z 
2025-08-20T20:28:41.9615541Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:28:43.0251473Z Reading package lists...
2025-08-20T20:28:43.2255527Z Building dependency tree...
2025-08-20T20:28:43.2263419Z Reading state information...
2025-08-20T20:28:43.4094822Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:28:43.4095511Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:28:43.4096041Z apt-utils set to manually installed.
2025-08-20T20:28:43.4097264Z ca-certificates is already the newest version (20240203).
2025-08-20T20:28:43.4098062Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:28:43.4098819Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:28:43.4099534Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:28:43.4100304Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:28:43.4100918Z moreutils is already the newest version (0.69-1).
2025-08-20T20:28:43.4101431Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:28:43.4101961Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:28:43.4102431Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:28:43.4103230Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:28:43.4103645Z tmux set to manually installed.
2025-08-20T20:28:43.4104070Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:28:43.4104568Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:28:43.4105118Z The following additional packages will be installed:
2025-08-20T20:28:43.4105596Z   python3-software-properties
2025-08-20T20:28:43.4107557Z Recommended packages:
2025-08-20T20:28:43.4108040Z   unattended-upgrades
2025-08-20T20:28:43.4417535Z The following NEW packages will be installed:
2025-08-20T20:28:43.4418126Z   rename
2025-08-20T20:28:43.4426004Z The following packages will be upgraded:
2025-08-20T20:28:43.4426633Z   python3-software-properties software-properties-common
2025-08-20T20:28:43.4601499Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:28:43.4849726Z Need to get 64.7 kB of archives.
2025-08-20T20:28:43.4850438Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:28:43.4851178Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:28:43.5215751Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:28:43.5427210Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:28:43.5618943Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:28:43.8347773Z Fetched 64.7 kB in 0s (734 kB/s)
2025-08-20T20:28:43.8603914Z (Reading database ... 
2025-08-20T20:28:43.8604500Z (Reading database ... 5%
2025-08-20T20:28:43.8605002Z (Reading database ... 10%
2025-08-20T20:28:43.8605413Z (Reading database ... 15%
2025-08-20T20:28:43.8605780Z (Reading database ... 20%
2025-08-20T20:28:43.8606276Z (Reading database ... 25%
2025-08-20T20:28:43.8606759Z (Reading database ... 30%
2025-08-20T20:28:43.8607472Z (Reading database ... 35%
2025-08-20T20:28:43.8607794Z (Reading database ... 40%
2025-08-20T20:28:43.8608103Z (Reading database ... 45%
2025-08-20T20:28:43.8608399Z (Reading database ... 50%
2025-08-20T20:28:43.8698301Z (Reading database ... 55%
2025-08-20T20:28:43.8736035Z (Reading database ... 60%
2025-08-20T20:28:43.8759413Z (Reading database ... 65%
2025-08-20T20:28:43.8796244Z (Reading database ... 70%
2025-08-20T20:28:43.8822491Z (Reading database ... 75%
2025-08-20T20:28:43.8853419Z (Reading database ... 80%
2025-08-20T20:28:43.9000479Z (Reading database ... 85%
2025-08-20T20:28:43.9099209Z (Reading database ... 90%
2025-08-20T20:28:43.9386293Z (Reading database ... 95%
2025-08-20T20:28:43.9386874Z (Reading database ... 100%
2025-08-20T20:28:43.9387619Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T20:28:43.9433989Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:28:44.0196103Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:28:44.0774894Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:28:44.1695199Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:28:44.1997484Z Selecting previously unselected package rename.
2025-08-20T20:28:44.2148395Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:28:44.2158693Z Unpacking rename (2.02-1) ...
2025-08-20T20:28:44.2594928Z Setting up rename (2.02-1) ...
2025-08-20T20:28:44.2659270Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:28:44.2683887Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:28:44.3906271Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:28:44.4978427Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:28:48.6724294Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:28:50.3576727Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:28:50.3960117Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:28:50.3968928Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:28:50.3974824Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:28:50.3980347Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:28:50.3987282Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:28:50.3990391Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:28:51.6033890Z Reading package lists...
2025-08-20T20:28:51.7984716Z Building dependency tree...
2025-08-20T20:28:51.7992342Z Reading state information...
2025-08-20T20:28:51.8155643Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:28:51.8308103Z 
2025-08-20T20:28:51.8308856Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:28:51.8309466Z 
2025-08-20T20:28:51.8784781Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:28:51.9079943Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:28:51.9098243Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:28:51.9100050Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:28:51.9105928Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:28:51.9186137Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:28:51.9233382Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:28:53.1416859Z Reading package lists...
2025-08-20T20:28:53.3307226Z Building dependency tree...
2025-08-20T20:28:53.3314135Z Reading state information...
2025-08-20T20:28:53.3497490Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:28:53.3615711Z 
2025-08-20T20:28:53.3616964Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:28:53.3617603Z 
2025-08-20T20:28:53.3752816Z Reading package lists...
2025-08-20T20:28:53.5853549Z Building dependency tree...
2025-08-20T20:28:53.5861610Z Reading state information...
2025-08-20T20:28:53.7537890Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:28:53.7988590Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:28:53.8317903Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:28:53.8817051Z ##[group]Run ##Presets
2025-08-20T20:28:53.8817347Z [36;1m##Presets[0m
2025-08-20T20:28:53.8817558Z [36;1mset +x ; set +e[0m
2025-08-20T20:28:53.8817777Z [36;1m#-------------#[0m
2025-08-20T20:28:53.8817989Z [36;1m##Debug?[0m
2025-08-20T20:28:53.8818240Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:28:53.8818552Z [36;1m  set -x[0m
2025-08-20T20:28:53.8818748Z [36;1mfi[0m
2025-08-20T20:28:53.8818935Z [36;1m#-------------#[0m
2025-08-20T20:28:53.8819397Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:28:53.8820034Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:28:53.8820638Z [36;1msudo service procps restart[0m
2025-08-20T20:28:53.8820918Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:28:53.8888933Z shell: /usr/bin/bash -e {0}
2025-08-20T20:28:53.8889194Z env:
2025-08-20T20:28:53.8889427Z   CROSS_COMPILING: NO
2025-08-20T20:28:53.8889651Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:28:53.8889881Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:28:53.8890095Z   ON_QEMU: NO
2025-08-20T20:28:53.8890267Z   DEBUG: 0
2025-08-20T20:28:53.8890447Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:28:53.8890670Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:28:53.8890949Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:28:53.8891246Z   KEEP_LOGS: YES
2025-08-20T20:28:53.8891436Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:28:53.8891646Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:28:53.8891876Z   SBUILD_REBUILD: false
2025-08-20T20:28:53.8892427Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:28:53.8893252Z   BUILD_SYS: host://nix
2025-08-20T20:28:53.8893457Z   BUILD_ON_HOST: TRUE
2025-08-20T20:28:53.8893651Z   BUILD_SYSTEM: HOST
2025-08-20T20:28:53.8893841Z   SYSTMP: /tmp
2025-08-20T20:28:53.8894026Z   GHA_MODE: MATRIX
2025-08-20T20:28:53.8894453Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:28:53.8894925Z ##[endgroup]
2025-08-20T20:28:53.9030719Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:28:53.9107472Z 0
2025-08-20T20:28:53.9478682Z vm.max_map_count = 262144
2025-08-20T20:28:53.9479155Z fs.inotify.max_user_watches = 655360
2025-08-20T20:28:53.9479462Z fs.inotify.max_user_instances = 1280
2025-08-20T20:28:53.9479735Z vm.mmap_rnd_bits = 28
2025-08-20T20:28:53.9558993Z ##[group]Run ##Presets
2025-08-20T20:28:53.9559313Z [36;1m##Presets[0m
2025-08-20T20:28:53.9559516Z [36;1mset +x ; set +e[0m
2025-08-20T20:28:53.9559744Z [36;1m#-------------#[0m
2025-08-20T20:28:53.9559947Z [36;1m##Debug?[0m
2025-08-20T20:28:53.9560185Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:28:53.9560480Z [36;1m  set -x[0m
2025-08-20T20:28:53.9560664Z [36;1mfi[0m
2025-08-20T20:28:53.9560844Z [36;1m#-------------#[0m
2025-08-20T20:28:53.9561045Z [36;1m##Main[0m
2025-08-20T20:28:53.9561257Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:28:53.9561904Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:28:53.9562869Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:28:53.9563261Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:28:53.9563546Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:28:53.9563800Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:28:53.9564098Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:28:53.9564419Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:28:53.9564722Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:28:53.9565039Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:28:53.9565330Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:28:53.9565660Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:28:53.9566031Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:28:53.9566313Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:28:53.9566576Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:28:53.9566858Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:28:53.9567143Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:28:53.9567423Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:28:53.9567702Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:28:53.9568210Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:28:53.9568522Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:28:53.9568819Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:28:53.9569122Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:28:53.9569433Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:28:53.9569736Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:28:53.9570037Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:28:53.9570312Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:28:53.9570657Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:28:53.9571107Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:28:53.9571579Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:28:53.9572054Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:28:53.9572412Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:28:53.9572961Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:28:53.9573595Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:28:53.9574374Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:28:53.9574903Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:28:53.9575174Z [36;1m else[0m
2025-08-20T20:28:53.9575664Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:28:53.9576025Z [36;1m fi[0m
2025-08-20T20:28:53.9576264Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:28:53.9576652Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:28:53.9577066Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:53.9577449Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:53.9577832Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:53.9578221Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:53.9578620Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:53.9579020Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:53.9579434Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:28:53.9579845Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:28:53.9580154Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:28:53.9621054Z shell: /usr/bin/bash -e {0}
2025-08-20T20:28:53.9621305Z env:
2025-08-20T20:28:53.9621493Z   CROSS_COMPILING: NO
2025-08-20T20:28:53.9621721Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:28:53.9621952Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:28:53.9622171Z   ON_QEMU: NO
2025-08-20T20:28:53.9622361Z   DEBUG: 0
2025-08-20T20:28:53.9622547Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:28:53.9623013Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:28:53.9623305Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:28:53.9623612Z   KEEP_LOGS: YES
2025-08-20T20:28:53.9623810Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:28:53.9624028Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:28:53.9624250Z   SBUILD_REBUILD: false
2025-08-20T20:28:53.9624813Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:28:53.9625390Z   BUILD_SYS: host://nix
2025-08-20T20:28:53.9625774Z   BUILD_ON_HOST: TRUE
2025-08-20T20:28:53.9625970Z   BUILD_SYSTEM: HOST
2025-08-20T20:28:53.9626171Z   SYSTMP: /tmp
2025-08-20T20:28:53.9626356Z   GHA_MODE: MATRIX
2025-08-20T20:28:53.9626796Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:28:53.9627817Z   GHCR_TOKEN: ***
2025-08-20T20:28:53.9628117Z   GITHUB_TOKEN: ***
2025-08-20T20:28:53.9628397Z   GITLAB_TOKEN: ***
2025-08-20T20:28:53.9629511Z   MINISIGN_KEY: ***
2025-08-20T20:28:53.9629711Z ##[endgroup]
2025-08-20T20:28:54.0264483Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:28:54.1316135Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:28:54.1318722Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:28:54.1320599Z 
2025-08-20T20:28:54.1704878Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:28:54.1705594Z 100  5466  100  5466    0     0   136k      0 --:--:-- --:--:-- --:--:--  140k
2025-08-20T20:28:54.1724880Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:28:54.1827039Z 
2025-08-20T20:28:54.1827575Z [+] Building [/tmp/tmp.yyKJB14wAQ/SBUILD_INPUT] Locally
2025-08-20T20:28:54.1827859Z 
2025-08-20T20:28:54.1842605Z '/tmp/tmp.yyKJB14wAQ/SBUILD_INPUT' -> '/tmp/pkgforge/woUsUigyj_build.yaml'
2025-08-20T20:28:54.2541045Z 
2025-08-20T20:28:54.2541682Z [+] Passwordless sudo is Configured
2025-08-20T20:28:54.3269050Z 
2025-08-20T20:28:54.3285661Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:28:54.3285995Z 
2025-08-20T20:28:54.3840018Z 
2025-08-20T20:28:54.3841605Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:28:54.3842352Z 
2025-08-20T20:28:54.3842383Z 
2025-08-20T20:28:54.3842953Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:28:54.3843350Z 
2025-08-20T20:28:54.4032064Z [+] Installing: 7z -> 7z
2025-08-20T20:28:54.7757683Z [+] Installing: actionlint -> actionlint
2025-08-20T20:28:55.1908511Z [+] Installing: anew -> anew
2025-08-20T20:28:55.5811031Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:28:55.9386112Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:28:56.2770652Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:28:56.6048891Z [+] Installing: archey -> archey
2025-08-20T20:28:57.0442797Z [+] Installing: aria2 -> aria2c
2025-08-20T20:28:57.4604414Z [+] Installing: askalono -> askalono
2025-08-20T20:28:57.8438874Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:28:58.3870671Z [+] Installing: b3sum -> b3sum
2025-08-20T20:28:58.7463977Z [+] Installing: bita -> bita
2025-08-20T20:28:59.1452045Z [+] Installing: btop -> btop
2025-08-20T20:28:59.5173175Z [+] Installing: chafa -> chafa
2025-08-20T20:28:59.9391951Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:29:00.4433659Z [+] Installing: croc -> croc
2025-08-20T20:29:00.8396401Z [+] Installing: csvtk -> csvtk
2025-08-20T20:29:01.4184426Z [+] Installing: cutlines -> cutlines
2025-08-20T20:29:01.7256027Z curl: (22) The requested URL returned error: 404
2025-08-20T20:29:01.7301339Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:29:01.7302468Z [+] Installing: dbin -> dbin
2025-08-20T20:29:02.1343190Z [+] Installing: dasel -> dasel
2025-08-20T20:29:02.5637351Z [+] Installing: delta -> delta
2025-08-20T20:29:02.9528313Z [+] Installing: ds -> ds
2025-08-20T20:29:03.2704247Z curl: (22) The requested URL returned error: 404
2025-08-20T20:29:03.2750613Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:29:03.2751613Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:29:03.6117133Z [+] Installing: duf -> duf
2025-08-20T20:29:03.9747878Z [+] Installing: duplicut -> duplicut
2025-08-20T20:29:04.3321578Z [+] Installing: dust -> dust
2025-08-20T20:29:04.7084002Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:29:05.0824646Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:29:05.4826337Z [+] Installing: dysk -> dysk
2025-08-20T20:29:05.8610958Z [+] Installing: eget -> eget
2025-08-20T20:29:06.2561998Z [+] Installing: epoch -> epoch
2025-08-20T20:29:06.6225864Z [+] Installing: faketty -> faketty
2025-08-20T20:29:06.9725683Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:29:07.3433780Z [+] Installing: freeze -> freeze
2025-08-20T20:29:07.7560744Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:29:08.0830517Z [+] Installing: gdu -> gdu
2025-08-20T20:29:08.5461026Z [+] Installing: gh -> gh
2025-08-20T20:29:09.0672461Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:29:09.4983265Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:29:09.8950556Z [+] Installing: glab -> glab
2025-08-20T20:29:10.3938825Z [+] Installing: glow -> glow
2025-08-20T20:29:10.8257490Z [+] Installing: httpx -> httpx
2025-08-20T20:29:11.3295391Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:29:11.7729899Z [+] Installing: husarnet -> husarnet
2025-08-20T20:29:12.0789363Z curl: (22) The requested URL returned error: 404
2025-08-20T20:29:12.0838900Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:29:12.0840675Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:29:12.3923860Z curl: (22) The requested URL returned error: 404
2025-08-20T20:29:12.3970851Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:29:12.3971820Z [+] Installing: imgcat -> imgcat
2025-08-20T20:29:12.7663723Z [+] Installing: jc -> jc
2025-08-20T20:29:13.2758712Z [+] Installing: jq -> jq
2025-08-20T20:29:13.6248810Z [+] Installing: logdy -> logdy
2025-08-20T20:29:14.0896703Z [+] Installing: micro -> micro
2025-08-20T20:29:14.5007691Z [+] Installing: miniserve -> miniserve
2025-08-20T20:29:14.8878887Z [+] Installing: minisign -> minisign
2025-08-20T20:29:15.2223987Z [+] Installing: ncdu -> ncdu
2025-08-20T20:29:15.5656060Z [+] Installing: notify -> notify
2025-08-20T20:29:16.0065385Z [+] Installing: ouch -> ouch
2025-08-20T20:29:16.3737595Z [+] Installing: oras -> oras
2025-08-20T20:29:16.7679457Z [+] Installing: pipetty -> pipetty
2025-08-20T20:29:17.0981930Z [+] Installing: pixterm -> pixterm
2025-08-20T20:29:17.5739632Z [+] Installing: qsv -> qsv
2025-08-20T20:29:18.0209951Z [+] Installing: rclone -> rclone
2025-08-20T20:29:18.6009938Z [+] Installing: ripgrep -> rg
2025-08-20T20:29:18.9725538Z [+] Installing: rga -> rga
2025-08-20T20:29:19.3605365Z [+] Installing: rsync -> rsync
2025-08-20T20:29:19.7463231Z [+] Installing: script -> script
2025-08-20T20:29:20.0881478Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:29:20.5117922Z [+] Installing: soar -> soar
2025-08-20T20:29:20.9352610Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:29:21.3341393Z [+] Installing: sstrip -> sstrip
2025-08-20T20:29:21.6646373Z [+] Installing: strace -> strace
2025-08-20T20:29:22.0107510Z [+] Installing: sttr -> sttr
2025-08-20T20:29:22.4004078Z [+] Installing: tailscale -> tailscale
2025-08-20T20:29:22.8528700Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:29:23.2942119Z [+] Installing: taplo -> taplo
2025-08-20T20:29:23.6987957Z [+] Installing: tldr -> tldr
2025-08-20T20:29:24.0814467Z [+] Installing: tldr -> tealdeer
2025-08-20T20:29:24.4676965Z [+] Installing: tmux -> tmux
2025-08-20T20:29:24.8188871Z [+] Installing: tok -> tok
2025-08-20T20:29:25.1890765Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:29:25.6677071Z [+] Installing: trurl -> trurl
2025-08-20T20:29:26.0616202Z [+] Installing: tss -> tss
2025-08-20T20:29:26.4153216Z [+] Installing: ulexec -> ulexec
2025-08-20T20:29:26.7998279Z [+] Installing: unfurl -> unfurl
2025-08-20T20:29:27.2086064Z [+] Installing: upx -> upx
2025-08-20T20:29:27.5690298Z [+] Installing: validtoml -> validtoml
2025-08-20T20:29:27.9429788Z [+] Installing: wget -> wget
2025-08-20T20:29:28.3457785Z [+] Installing: wget2 -> wget2
2025-08-20T20:29:28.7497831Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:29:29.1335054Z [+] Installing: xq -> xq
2025-08-20T20:29:29.5086780Z [+] Installing: xz -> xz
2025-08-20T20:29:29.8587203Z [+] Installing: unxz -> unxz
2025-08-20T20:29:30.1961582Z [+] Installing: yq -> yq
2025-08-20T20:29:30.6404810Z [+] Installing: yj -> yj
2025-08-20T20:29:31.0125534Z [+] Installing: zapper -> zapper
2025-08-20T20:29:31.3579084Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:29:31.7069575Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:29:32.0090622Z curl: (22) The requested URL returned error: 404
2025-08-20T20:29:32.0136543Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:29:32.0138178Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:29:32.3245282Z curl: (22) The requested URL returned error: 404
2025-08-20T20:29:32.3291444Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:29:32.3292547Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:29:32.6341289Z curl: (22) The requested URL returned error: 404
2025-08-20T20:29:32.6387652Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:29:32.6388968Z [+] Installing: zstd -> zstd
2025-08-20T20:29:32.9818701Z [+] Creating symlinks...
2025-08-20T20:29:32.9922101Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:29:33.0038059Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:29:33.0149289Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:29:33.0260425Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:29:33.0367420Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:29:33.0473986Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:29:33.0582347Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:29:33.0695918Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:29:33.0809279Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:29:33.0917569Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:29:33.1032149Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:29:33.1149311Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:29:33.1262887Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:29:33.1375788Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:29:33.1479788Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:29:33.1586155Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:29:33.1691200Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:29:33.1731800Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:29:33.1827427Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:29:33.1936968Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:29:33.2045433Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:29:33.2084719Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:29:33.2179159Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:29:33.2282458Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:29:33.2384762Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:29:33.2488233Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:29:33.2591023Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:29:33.2692848Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:29:33.2793500Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:29:33.2894556Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:29:33.2999800Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:29:33.3103975Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:29:33.3204750Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:29:33.3309541Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:29:33.3411089Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:29:33.3517150Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:29:33.3623949Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:29:33.3728859Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:29:33.3834843Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:29:33.3943100Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:29:33.4050362Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:29:33.4155015Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:29:33.4258555Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:29:33.4361821Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:29:33.4400152Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:29:33.4429321Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:29:33.4522201Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:29:33.4626714Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:29:33.4727741Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:29:33.4828061Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:29:33.4929403Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:29:33.5030332Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:29:33.5133993Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:29:33.5238561Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:29:33.5343190Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:29:33.5446914Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:29:33.5551757Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:29:33.5661013Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:29:33.5771526Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:29:33.5875609Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:29:33.5983212Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:29:33.6090416Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:29:33.6196745Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:29:33.6307411Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:29:33.6418849Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:29:33.6524700Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:29:33.6633370Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:29:33.6742541Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:29:33.6848711Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:29:33.6959382Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:29:33.7065670Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:29:33.7172038Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:29:33.7280081Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:29:33.7388095Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:29:33.7497836Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:29:33.7608628Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:29:33.7716913Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:29:33.7820087Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:29:33.7927407Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:29:33.8030389Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:29:33.8133803Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:29:33.8245491Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:29:33.8358878Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:29:33.8471878Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:29:33.8583684Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:29:33.8696594Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:29:33.8804129Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:29:33.8910698Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:29:33.9021502Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:29:33.9130183Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:29:33.9237854Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:29:33.9344987Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:29:33.9448821Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:29:33.9555278Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:29:33.9661741Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:29:33.9701563Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:29:33.9730538Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:29:33.9759227Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:29:33.9853207Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:29:33.9880449Z 
2025-08-20T20:29:33.9881029Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:29:33.9881605Z 
2025-08-20T20:29:33.9905096Z 
2025-08-20T20:29:34.0007988Z 
2025-08-20T20:29:34.0008565Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T20:29:34.0009004Z 
2025-08-20T20:29:34.0009182Z [+] Installation completed!
2025-08-20T20:29:34.0087324Z 
2025-08-20T20:29:34.0087833Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:29:34.2157542Z github.com
2025-08-20T20:29:34.2158697Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:29:34.2159338Z   - Active account: true
2025-08-20T20:29:34.2159803Z   - Git operations protocol: https
2025-08-20T20:29:34.2160357Z   - Token: ghp_************************************
2025-08-20T20:29:34.2161722Z   - 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-20T20:29:34.2163266Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:29:34.2163842Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:29:34.3069826Z Limit: 5000, Remaining: 4747, Reset: 2025-08-20 21:25:35 +0000 UTC (56m1s)
2025-08-20T20:29:34.3082039Z 
2025-08-20T20:29:34.3082278Z [+] GHCR_TOKEN is Exported
2025-08-20T20:29:34.3119456Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:29:34.4294909Z Login Succeeded
2025-08-20T20:29:34.4306733Z 
2025-08-20T20:29:34.4307009Z [+] GITLAB is Exported
2025-08-20T20:29:34.4685723Z [git remote -v]
2025-08-20T20:29:34.6387484Z gitlab.com
2025-08-20T20:29:34.6388602Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:29:34.6389862Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:29:34.6390958Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:29:34.6391661Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:29:34.6392354Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:29:34.6393076Z   ✓ Token found: **************************
2025-08-20T20:29:34.6393337Z 
2025-08-20T20:29:34.6394436Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:29:34.6395397Z [git remote -v]
2025-08-20T20:29:34.6410863Z 2025/08/20 20:29:34 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:29:34.6411707Z git: exit status 128]
2025-08-20T20:29:34.8716939Z 
2025-08-20T20:29:34.8716956Z 
2025-08-20T20:29:34.8718185Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:29:34 PM)
2025-08-20T20:29:34.8719337Z 
2025-08-20T20:29:34.8719345Z 
2025-08-20T20:29:34.8719541Z [+] USER = runner
2025-08-20T20:29:34.8720073Z [+] HOME = /home/runner
2025-08-20T20:29:34.8726212Z [+] 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-20T20:29:34.8729618Z 
2025-08-20T20:29:34.9329789Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:29:34.9724087Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:29:34.9726167Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:29:34.9733672Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:29:34.9736778Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:29:34.9744418Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:29:34.9753595Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:29:36.2141714Z Reading package lists...
2025-08-20T20:29:36.2483068Z Reading package lists...
2025-08-20T20:29:36.4662190Z Building dependency tree...
2025-08-20T20:29:36.4670240Z Reading state information...
2025-08-20T20:29:36.6925347Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:29:36.6926009Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:29:36.6926627Z ca-certificates is already the newest version (20240203).
2025-08-20T20:29:36.6927184Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:29:36.6927752Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:29:36.6928308Z moreutils is already the newest version (0.69-1).
2025-08-20T20:29:36.6928934Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:29:36.6929619Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:29:36.6930597Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:29:36.7704613Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:29:36.8054239Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:29:36.8055131Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:29:36.8072043Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:29:36.8081143Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:29:36.8087967Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:29:36.8094771Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:29:38.0829905Z Reading package lists...
2025-08-20T20:29:38.1178121Z Reading package lists...
2025-08-20T20:29:38.3450151Z Building dependency tree...
2025-08-20T20:29:38.3458915Z Reading state information...
2025-08-20T20:29:38.5776922Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:29:38.5777971Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:29:38.5778877Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:29:38.5779768Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:29:38.5780721Z ca-certificates is already the newest version (20240203).
2025-08-20T20:29:38.5781646Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:29:38.5782524Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:29:38.5783256Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:29:38.5784002Z gawk set to manually installed.
2025-08-20T20:29:38.5784459Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:29:38.5785306Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:29:38.5786009Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:29:38.5786805Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:29:38.5787588Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:29:38.5788281Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:29:38.5789276Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:29:38.5789875Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:29:38.5790502Z The following additional packages will be installed:
2025-08-20T20:29:38.5791297Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:29:38.5792142Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:29:38.5793162Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:29:38.5806631Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:29:38.5807362Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:29:38.5807988Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:29:38.5808449Z Suggested packages:
2025-08-20T20:29:38.5808963Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:29:38.5809612Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:29:38.5810352Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:29:38.5811137Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:29:38.5811740Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:29:38.5812239Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:29:38.5812867Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:29:38.6098356Z The following NEW packages will be installed:
2025-08-20T20:29:38.6099524Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:29:38.6101132Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:29:38.6103194Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:29:38.6104603Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:29:38.6105955Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:29:38.6108989Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:29:38.6111098Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:29:38.6317689Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:29:38.6318210Z Need to get 27.5 MB of archives.
2025-08-20T20:29:38.6318675Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:29:38.6319220Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:29:38.6675245Z 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-20T20:29:38.7247300Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:29:38.8031916Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:29:38.8377740Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:29:38.8563918Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:29:38.8751079Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:29:38.9252333Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:29:38.9599307Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:29:38.9984429Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:29:39.0199675Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:29:39.2524179Z 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-20T20:29:39.2770934Z 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-20T20:29:39.3184591Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:29:39.3379510Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:29:39.3565131Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:29:39.3806957Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:29:39.3996846Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:29:39.5089831Z 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-20T20:29:39.5723963Z 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-20T20:29:39.5938006Z 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-20T20:29:39.6339547Z 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-20T20:29:39.7569258Z 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-20T20:29:39.7980517Z 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-20T20:29:39.8171711Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:29:39.8697950Z 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-20T20:29:39.8940543Z 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-20T20:29:39.9480907Z 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-20T20:29:39.9670768Z 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-20T20:29:39.9865107Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:29:40.0061976Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:29:40.0251948Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:29:40.0449130Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:29:40.0640113Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:29:40.1317374Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:29:40.1667157Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:29:40.2043366Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:29:40.4846297Z Preconfiguring packages ...
2025-08-20T20:29:40.5588812Z Fetched 27.5 MB in 2s (17.3 MB/s)
2025-08-20T20:29:40.5810302Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:29:40.5864782Z (Reading database ... 
2025-08-20T20:29:40.5865263Z (Reading database ... 5%
2025-08-20T20:29:40.5865675Z (Reading database ... 10%
2025-08-20T20:29:40.5866064Z (Reading database ... 15%
2025-08-20T20:29:40.5866445Z (Reading database ... 20%
2025-08-20T20:29:40.5867262Z (Reading database ... 25%
2025-08-20T20:29:40.5867676Z (Reading database ... 30%
2025-08-20T20:29:40.5868047Z (Reading database ... 35%
2025-08-20T20:29:40.5868437Z (Reading database ... 40%
2025-08-20T20:29:40.5868819Z (Reading database ... 45%
2025-08-20T20:29:40.5869213Z (Reading database ... 50%
2025-08-20T20:29:40.5891207Z (Reading database ... 55%
2025-08-20T20:29:40.5997681Z (Reading database ... 60%
2025-08-20T20:29:40.6021487Z (Reading database ... 65%
2025-08-20T20:29:40.6061486Z (Reading database ... 70%
2025-08-20T20:29:40.6090544Z (Reading database ... 75%
2025-08-20T20:29:40.6125144Z (Reading database ... 80%
2025-08-20T20:29:40.6289884Z (Reading database ... 85%
2025-08-20T20:29:40.6403233Z (Reading database ... 90%
2025-08-20T20:29:40.6718464Z (Reading database ... 95%
2025-08-20T20:29:40.6719066Z (Reading database ... 100%
2025-08-20T20:29:40.6719779Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T20:29:40.6768648Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:29:40.6975178Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:29:40.8451306Z Selecting previously unselected package poppler-data.
2025-08-20T20:29:40.8600079Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:29:40.8611338Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:29:40.9920989Z Selecting previously unselected package b3sum.
2025-08-20T20:29:41.0075577Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:29:41.0090350Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:29:41.0411570Z Selecting previously unselected package build-essential.
2025-08-20T20:29:41.0564126Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:29:41.0577563Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:29:41.0839280Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:29:41.0989464Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:29:41.1015083Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:29:41.1278487Z Selecting previously unselected package ccache.
2025-08-20T20:29:41.1429498Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:29:41.1463736Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:29:41.1816038Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:29:41.1959246Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:29:41.1969858Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:29:41.2273635Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:29:41.2417860Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:29:41.2429698Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:29:41.2790615Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:29:41.2945377Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:29:41.2958839Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:29:41.3313434Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:29:41.3465007Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:29:41.4123959Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:29:41.5078842Z Selecting previously unselected package libgs-common.
2025-08-20T20:29:41.5222479Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:29:41.5233155Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:29:41.5500109Z Selecting previously unselected package libgs10-common.
2025-08-20T20:29:41.5644690Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:29:41.5657658Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:29:41.6377326Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:29:41.6527308Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:29:41.6538704Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:29:41.6797067Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:29:41.6942531Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:29:41.6954431Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:29:41.7205067Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:29:41.7353114Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:29:41.7365098Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:29:41.7631031Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:29:41.7778028Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:29:41.7789318Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:29:41.8033456Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:29:41.8182914Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:29:41.8193590Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:29:41.9298577Z Selecting previously unselected package ghostscript.
2025-08-20T20:29:41.9454572Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:29:41.9467719Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:29:41.9804305Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:29:41.9949825Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:29:41.9962444Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:29:42.0380565Z Selecting previously unselected package imagemagick.
2025-08-20T20:29:42.0527917Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:29:42.0539659Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:29:42.0761060Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:29:42.0907038Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:29:42.0918199Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:29:42.1195496Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:29:42.1345247Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:29:42.1357105Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:29:42.1679336Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:29:42.1827685Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:29:42.1838687Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:29:42.2098992Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:29:42.2246541Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:29:42.2256548Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:29:42.2513333Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:29:42.2664968Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:29:42.2675617Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:29:42.2928333Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:29:42.3075321Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:29:42.3085688Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:29:42.3500251Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:29:42.3653612Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:29:42.3663468Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:29:42.3901570Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:29:42.4052167Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:29:42.4061866Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:29:42.4351940Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:29:42.4500666Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:29:42.4511755Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:29:42.4749277Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:29:42.4889885Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:29:42.4900878Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:29:42.5124075Z Selecting previously unselected package libtool-bin.
2025-08-20T20:29:42.5270975Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:29:42.5282127Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:29:42.5537491Z Selecting previously unselected package lzip.
2025-08-20T20:29:42.5687241Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:29:42.5697540Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:29:42.5944229Z Selecting previously unselected package netpbm.
2025-08-20T20:29:42.6089939Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:29:42.6101003Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:29:42.7953441Z Selecting previously unselected package musl:amd64.
2025-08-20T20:29:42.8119546Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:29:42.8129217Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:29:42.8439205Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:29:42.8597745Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:29:42.8609375Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:29:42.9310286Z Selecting previously unselected package musl-tools.
2025-08-20T20:29:42.9459424Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:29:42.9468633Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:29:42.9911596Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:29:43.1296667Z 
2025-08-20T20:29:43.1297387Z Creating config file /etc/papersize with new version
2025-08-20T20:29:43.2165862Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:29:43.2188550Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:29:43.2216968Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:29:43.2237172Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:29:43.2259341Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:29:43.2280800Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:29:43.2305681Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:29:43.2327647Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:29:43.2431936Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:29:43.2454040Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:29:43.2475279Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:29:43.2536098Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:29:43.2581960Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:29:43.2628559Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:29:43.2649531Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:29:43.2674089Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:29:43.2699802Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:29:43.2725339Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:29:43.2748024Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:29:43.2823672Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:29:43.2869692Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:29:43.2927753Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:29:43.2974197Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:29:43.3050093Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:29:43.3097500Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:29:43.3156946Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:29:43.3203137Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:29:43.3261506Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:29:43.3309609Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:29:43.3366778Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:29:43.3414238Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:29:43.3472312Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:29:43.3521607Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:29:43.3579586Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:29:43.3642511Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:29:43.3701546Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:29:43.3749816Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:29:43.3812093Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:29:43.3860621Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:29:43.3921506Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:29:43.3971939Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:29:43.3992514Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:29:43.4015014Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:29:43.4058913Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:29:43.4080706Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:29:43.4306380Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:29:43.4333578Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:29:43.4355553Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:29:43.4378264Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:29:43.4405570Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:29:43.4549350Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:29:43.4585017Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:29:43.4638214Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:29:43.4674098Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:29:43.4695754Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:29:43.4717494Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:29:43.4737956Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:29:43.6381011Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:29:43.6401503Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:29:43.6423428Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:29:43.6445069Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:29:43.6516539Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:29:43.7487354Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:29:43.9228457Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:29:43.9929972Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:29:44.0262412Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:29:52.0423810Z Reading package lists...
2025-08-20T20:29:52.2676385Z Building dependency tree...
2025-08-20T20:29:52.2684569Z Reading state information...
2025-08-20T20:29:52.4740762Z autoconf is already the newest version (2.71-3).
2025-08-20T20:29:52.4741542Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:29:52.4742295Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:29:52.4743254Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:29:52.4743865Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:29:52.4744357Z ca-certificates is already the newest version (20240203).
2025-08-20T20:29:52.4744799Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:29:52.4745208Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:29:52.4745945Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:29:52.4746379Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:29:52.4746815Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:29:52.4747264Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:29:52.4747655Z patch set to manually installed.
2025-08-20T20:29:52.4748034Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:29:52.4748492Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:29:52.4748921Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:29:52.4749335Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:29:52.4749698Z Suggested packages:
2025-08-20T20:29:52.4749942Z   scons-doc
2025-08-20T20:29:52.4933666Z The following NEW packages will be installed:
2025-08-20T20:29:52.4951940Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:29:52.5169317Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:29:52.5169935Z Need to get 15.8 MB of archives.
2025-08-20T20:29:52.5170495Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:29:52.5171052Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:29:52.5544955Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:29:52.5904650Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:29:52.6090937Z 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-20T20:29:52.8103429Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:29:52.8466575Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:29:53.1384483Z Fetched 15.8 MB in 0s (46.0 MB/s)
2025-08-20T20:29:53.1572600Z Selecting previously unselected package autopoint.
2025-08-20T20:29:53.1628910Z (Reading database ... 
2025-08-20T20:29:53.1629667Z (Reading database ... 5%
2025-08-20T20:29:53.1630432Z (Reading database ... 10%
2025-08-20T20:29:53.1630776Z (Reading database ... 15%
2025-08-20T20:29:53.1631109Z (Reading database ... 20%
2025-08-20T20:29:53.1631438Z (Reading database ... 25%
2025-08-20T20:29:53.1631765Z (Reading database ... 30%
2025-08-20T20:29:53.1632091Z (Reading database ... 35%
2025-08-20T20:29:53.1632415Z (Reading database ... 40%
2025-08-20T20:29:53.1632975Z (Reading database ... 45%
2025-08-20T20:29:53.1633303Z (Reading database ... 50%
2025-08-20T20:29:53.1656828Z (Reading database ... 55%
2025-08-20T20:29:53.1776353Z (Reading database ... 60%
2025-08-20T20:29:53.1802422Z (Reading database ... 65%
2025-08-20T20:29:53.1846873Z (Reading database ... 70%
2025-08-20T20:29:53.1876924Z (Reading database ... 75%
2025-08-20T20:29:53.1913076Z (Reading database ... 80%
2025-08-20T20:29:53.2096308Z (Reading database ... 85%
2025-08-20T20:29:53.2439789Z (Reading database ... 90%
2025-08-20T20:29:53.2543153Z (Reading database ... 95%
2025-08-20T20:29:53.2543595Z (Reading database ... 100%
2025-08-20T20:29:53.2544100Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T20:29:53.2603030Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:29:53.2613043Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:29:53.2884913Z Selecting previously unselected package clang.
2025-08-20T20:29:53.3042188Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:29:53.3052865Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:29:53.3285588Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:29:53.3435429Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:29:53.3444967Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:29:53.8046710Z Selecting previously unselected package scons.
2025-08-20T20:29:53.8201270Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:29:53.8210303Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:29:53.8925630Z Selecting previously unselected package byacc.
2025-08-20T20:29:53.9082181Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:29:53.9091213Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:29:53.9653615Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:29:53.9706175Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:29:53.9791012Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:29:54.0020018Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:29:54.4286351Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:29:54.4315279Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:29:58.6703244Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:30:00.5064430Z Reading package lists...
2025-08-20T20:30:00.7475460Z Building dependency tree...
2025-08-20T20:30:00.7483918Z Reading state information...
2025-08-20T20:30:00.9676330Z The following additional packages will be installed:
2025-08-20T20:30:00.9677598Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:30:00.9678658Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:30:00.9679722Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:30:00.9680822Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:30:00.9681776Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:30:00.9682936Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:30:00.9684072Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:30:00.9684975Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:30:00.9685816Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:30:00.9693244Z Suggested packages:
2025-08-20T20:30:00.9693655Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:30:00.9694253Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:30:00.9695183Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:30:00.9697861Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:30:00.9698661Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:30:00.9699494Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:30:00.9700533Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:30:00.9701615Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:30:00.9702430Z   wdiff-doc
2025-08-20T20:30:00.9703093Z Recommended packages:
2025-08-20T20:30:00.9703810Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:30:00.9704829Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:30:00.9705905Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:30:00.9706854Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:30:00.9933762Z The following NEW packages will be installed:
2025-08-20T20:30:00.9936079Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:30:00.9936758Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:30:00.9937575Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:30:00.9938693Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:30:00.9939555Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:30:00.9940289Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:30:00.9941717Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:30:00.9943017Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:30:00.9949251Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:30:01.0181654Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:01.0182247Z Need to get 2417 kB of archives.
2025-08-20T20:30:01.0182999Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:30:01.0183685Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:30:01.0700505Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:30:01.0893542Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:30:01.1120612Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:30:01.1492316Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:30:01.1688384Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:30:01.1890507Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:30:01.2126016Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T20:30:01.2324474Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:30:01.2522917Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:30:01.2728834Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:30:01.2940368Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:30:01.3150154Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:30:01.3350848Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:30:01.3574879Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:30:01.3800881Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:30:01.4084401Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:30:01.4294119Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:30:01.5295288Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:30:01.5498497Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:30:01.5687345Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:30:01.5883360Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:30:01.6217685Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:30:01.6458316Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:30:01.6646802Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:30:01.6895398Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:30:01.7194245Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:30:01.7401074Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:30:01.7671575Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:30:01.7901166Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:30:01.8108865Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:30:02.1643500Z Fetched 2417 kB in 1s (2792 kB/s)
2025-08-20T20:30:02.1836182Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:30:02.1895151Z (Reading database ... 
2025-08-20T20:30:02.1895809Z (Reading database ... 5%
2025-08-20T20:30:02.1896240Z (Reading database ... 10%
2025-08-20T20:30:02.1896648Z (Reading database ... 15%
2025-08-20T20:30:02.1896951Z (Reading database ... 20%
2025-08-20T20:30:02.1897243Z (Reading database ... 25%
2025-08-20T20:30:02.1897573Z (Reading database ... 30%
2025-08-20T20:30:02.1897865Z (Reading database ... 35%
2025-08-20T20:30:02.1898162Z (Reading database ... 40%
2025-08-20T20:30:02.1898475Z (Reading database ... 45%
2025-08-20T20:30:02.1898785Z (Reading database ... 50%
2025-08-20T20:30:02.1924539Z (Reading database ... 55%
2025-08-20T20:30:02.2031081Z (Reading database ... 60%
2025-08-20T20:30:02.2055725Z (Reading database ... 65%
2025-08-20T20:30:02.2095752Z (Reading database ... 70%
2025-08-20T20:30:02.2123535Z (Reading database ... 75%
2025-08-20T20:30:02.2157860Z (Reading database ... 80%
2025-08-20T20:30:02.2332453Z (Reading database ... 85%
2025-08-20T20:30:02.2639473Z (Reading database ... 90%
2025-08-20T20:30:02.2733572Z (Reading database ... 95%
2025-08-20T20:30:02.2733930Z (Reading database ... 100%
2025-08-20T20:30:02.2734433Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T20:30:02.2788157Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:30:02.2797838Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:30:02.3024500Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:30:02.3173969Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:30:02.3182549Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:30:02.3407014Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:30:02.3553429Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:30:02.3563020Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:30:02.3829007Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:30:02.3981362Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:30:02.3991829Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:30:02.4230865Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:30:02.4383650Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:30:02.4392852Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:30:02.4630062Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:30:02.4782342Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:30:02.4791863Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:30:02.5035620Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:30:02.5188123Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:30:02.5198098Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:30:02.5457452Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:30:02.5609514Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:30:02.5618000Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:30:02.5840915Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:30:02.5991155Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:30:02.5999722Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:30:02.6279341Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:30:02.6429320Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:30:02.6438682Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:30:02.6679663Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:30:02.6828071Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:30:02.6837013Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:30:02.7057657Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:30:02.7207226Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:30:02.7218254Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:30:02.7440855Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:30:02.7590871Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:30:02.7600803Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:30:02.7839800Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:30:02.7985034Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:30:02.7994636Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:30:02.8214081Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:30:02.8362836Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:30:02.8373144Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:30:02.8626224Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:30:02.8781275Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:30:02.8789949Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:30:02.9019242Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:30:02.9168841Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:30:02.9178579Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:30:02.9474403Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:30:02.9626090Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:30:02.9637119Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:30:02.9876191Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:30:03.0033713Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:30:03.0052160Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:30:03.0292909Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:30:03.0453225Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:30:03.0465503Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:30:03.0730262Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:30:03.0888024Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:30:03.0898216Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:30:03.1347656Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:30:03.1498743Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:30:03.1508405Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:30:03.1798390Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:30:03.1955610Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:30:03.1967811Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:30:03.2207919Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:30:03.2361621Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:30:03.2370637Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:30:03.2598034Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:30:03.2746791Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:30:03.2756129Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:30:03.2985683Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:30:03.3135951Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:30:03.3144481Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:30:03.3379391Z Selecting previously unselected package libwww-perl.
2025-08-20T20:30:03.3523291Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:30:03.3531078Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:30:03.3847850Z Selecting previously unselected package patchutils.
2025-08-20T20:30:03.3997531Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:30:03.4006491Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:30:03.4309910Z Selecting previously unselected package wdiff.
2025-08-20T20:30:03.4458353Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:30:03.4467931Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:30:03.4738680Z Selecting previously unselected package devscripts.
2025-08-20T20:30:03.4930150Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:30:03.5226482Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:30:03.6540924Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:30:03.6580549Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:30:03.6610258Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:30:03.6634790Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:30:03.6657113Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:30:03.6680027Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:30:03.6702414Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:30:03.6724811Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:30:03.6747439Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:30:03.6770899Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:30:03.6793510Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:30:03.6814558Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:30:03.6837372Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:30:03.6860709Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:30:03.6886216Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:30:03.6910511Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:30:03.6937661Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:30:03.6962419Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:30:03.6984696Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:30:03.7008103Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:30:03.7030387Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:30:03.7054517Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:30:03.7077559Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:30:03.7104142Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:30:03.7127965Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:30:03.7150668Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:30:03.7175414Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:30:03.7210241Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:30:03.7243122Z Setting up devscripts (2.23.7) ...
2025-08-20T20:30:03.8528448Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:30:03.8560287Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:08.5829036Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:30:10.4511649Z Reading package lists...
2025-08-20T20:30:10.6828263Z Building dependency tree...
2025-08-20T20:30:10.6837207Z Reading state information...
2025-08-20T20:30:10.9550454Z The following additional packages will be installed:
2025-08-20T20:30:10.9563196Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:30:10.9572856Z Suggested packages:
2025-08-20T20:30:10.9573315Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:30:10.9763888Z The following NEW packages will be installed:
2025-08-20T20:30:10.9776524Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:30:10.9986346Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:10.9986758Z Need to get 13.6 MB of archives.
2025-08-20T20:30:10.9987094Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:30:10.9987735Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:30:11.0325452Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:30:11.0527492Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:30:11.0726258Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:30:11.1371684Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:30:11.5787754Z Fetched 13.6 MB in 0s (43.7 MB/s)
2025-08-20T20:30:11.5996339Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:30:11.6055331Z (Reading database ... 
2025-08-20T20:30:11.6055914Z (Reading database ... 5%
2025-08-20T20:30:11.6056397Z (Reading database ... 10%
2025-08-20T20:30:11.6056889Z (Reading database ... 15%
2025-08-20T20:30:11.6057408Z (Reading database ... 20%
2025-08-20T20:30:11.6057832Z (Reading database ... 25%
2025-08-20T20:30:11.6058139Z (Reading database ... 30%
2025-08-20T20:30:11.6058432Z (Reading database ... 35%
2025-08-20T20:30:11.6058756Z (Reading database ... 40%
2025-08-20T20:30:11.6059047Z (Reading database ... 45%
2025-08-20T20:30:11.6059337Z (Reading database ... 50%
2025-08-20T20:30:11.6073745Z (Reading database ... 55%
2025-08-20T20:30:11.6186203Z (Reading database ... 60%
2025-08-20T20:30:11.6215107Z (Reading database ... 65%
2025-08-20T20:30:11.6255261Z (Reading database ... 70%
2025-08-20T20:30:11.6283781Z (Reading database ... 75%
2025-08-20T20:30:11.6315301Z (Reading database ... 80%
2025-08-20T20:30:11.6474101Z (Reading database ... 85%
2025-08-20T20:30:11.6795226Z (Reading database ... 90%
2025-08-20T20:30:11.6884643Z (Reading database ... 95%
2025-08-20T20:30:11.6884953Z (Reading database ... 100%
2025-08-20T20:30:11.6885369Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T20:30:11.6933625Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:30:11.6950412Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:30:11.7186641Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:30:11.7338826Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:30:11.7350169Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:30:11.7616932Z Selecting previously unselected package cmake-data.
2025-08-20T20:30:11.7771493Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:30:11.7841730Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:30:12.3528799Z Selecting previously unselected package cmake.
2025-08-20T20:30:12.3691043Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:30:12.3700866Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:30:12.5809870Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:30:12.5860616Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:30:12.5910681Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:30:12.5988691Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:30:12.6051778Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:16.9081401Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:30:17.4844240Z 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-20T20:30:17.4846261Z Running kernel seems to be up-to-date.
2025-08-20T20:30:17.4846533Z 
2025-08-20T20:30:17.4846648Z Restarting services...
2025-08-20T20:30:17.4909220Z 
2025-08-20T20:30:17.4909653Z Service restarts being deferred:
2025-08-20T20:30:17.4910217Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:30:17.4910583Z 
2025-08-20T20:30:17.4910760Z No containers need to be restarted.
2025-08-20T20:30:17.4911045Z 
2025-08-20T20:30:17.4911243Z No user sessions are running outdated binaries.
2025-08-20T20:30:17.4911569Z 
2025-08-20T20:30:17.4911880Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:30:18.5483947Z Reading package lists...
2025-08-20T20:30:18.7441482Z Building dependency tree...
2025-08-20T20:30:18.7450940Z Reading state information...
2025-08-20T20:30:18.9763592Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:30:18.9764178Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:30:18.9764909Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:30:18.9765534Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:30:18.9766065Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:30:18.9766709Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:30:18.9767335Z ca-certificates is already the newest version (20240203).
2025-08-20T20:30:18.9778983Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:30:18.9779597Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:30:18.9780095Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:30:18.9780624Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:30:18.9780990Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:30:18.9781396Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:30:18.9782110Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:30:18.9782485Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:30:18.9783018Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:30:18.9783400Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:30:18.9783764Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:30:18.9784091Z musl is already the newest version (1.2.4-2).
2025-08-20T20:30:18.9784413Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:30:18.9784752Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:30:18.9785151Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:30:18.9785561Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:30:18.9785920Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:30:18.9786280Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:30:18.9786668Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:19.0005625Z Reading package lists...
2025-08-20T20:30:19.1867175Z Building dependency tree...
2025-08-20T20:30:19.1875320Z Reading state information...
2025-08-20T20:30:19.3821926Z autoconf is already the newest version (2.71-3).
2025-08-20T20:30:19.3822609Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:30:19.3823366Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:30:19.3823882Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:30:19.3824385Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:30:19.3824918Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:30:19.3825670Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:30:19.3826195Z ca-certificates is already the newest version (20240203).
2025-08-20T20:30:19.3826710Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:30:19.3827165Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:30:19.3827609Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:30:19.3828145Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:30:19.3828772Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:30:19.3829495Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:30:19.3830114Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:30:19.3830815Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:30:19.3831568Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:30:19.3832406Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:30:19.3833433Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:30:19.3834115Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:30:19.3834742Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:30:19.3835290Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:19.4072339Z Reading package lists...
2025-08-20T20:30:19.6346980Z Building dependency tree...
2025-08-20T20:30:19.6356231Z Reading state information...
2025-08-20T20:30:19.8531321Z devscripts is already the newest version (2.23.7).
2025-08-20T20:30:19.8532067Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:19.8776969Z Reading package lists...
2025-08-20T20:30:20.0940798Z Building dependency tree...
2025-08-20T20:30:20.0949680Z Reading state information...
2025-08-20T20:30:20.2999703Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:30:20.3000256Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:20.3241293Z Reading package lists...
2025-08-20T20:30:20.5523129Z Building dependency tree...
2025-08-20T20:30:20.5531748Z Reading state information...
2025-08-20T20:30:20.7605567Z Suggested packages:
2025-08-20T20:30:20.7605908Z   binutils-doc
2025-08-20T20:30:20.7897993Z The following NEW packages will be installed:
2025-08-20T20:30:20.7906373Z   binutils-aarch64-linux-gnu
2025-08-20T20:30:20.8117552Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:20.8367247Z Need to get 3711 kB of archives.
2025-08-20T20:30:20.8367692Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:30:20.8368120Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:30:20.8715711Z 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-20T20:30:21.2228583Z Fetched 3711 kB in 0s (35.7 MB/s)
2025-08-20T20:30:21.2431170Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:30:21.2489949Z (Reading database ... 
2025-08-20T20:30:21.2490409Z (Reading database ... 5%
2025-08-20T20:30:21.2490843Z (Reading database ... 10%
2025-08-20T20:30:21.2491284Z (Reading database ... 15%
2025-08-20T20:30:21.2491668Z (Reading database ... 20%
2025-08-20T20:30:21.2492054Z (Reading database ... 25%
2025-08-20T20:30:21.2492439Z (Reading database ... 30%
2025-08-20T20:30:21.2492999Z (Reading database ... 35%
2025-08-20T20:30:21.2493381Z (Reading database ... 40%
2025-08-20T20:30:21.2493768Z (Reading database ... 45%
2025-08-20T20:30:21.2494161Z (Reading database ... 50%
2025-08-20T20:30:21.2510317Z (Reading database ... 55%
2025-08-20T20:30:21.2640194Z (Reading database ... 60%
2025-08-20T20:30:21.2672338Z (Reading database ... 65%
2025-08-20T20:30:21.2718670Z (Reading database ... 70%
2025-08-20T20:30:21.2750603Z (Reading database ... 75%
2025-08-20T20:30:21.2788196Z (Reading database ... 80%
2025-08-20T20:30:21.2977159Z (Reading database ... 85%
2025-08-20T20:30:21.3336644Z (Reading database ... 90%
2025-08-20T20:30:21.3450266Z (Reading database ... 95%
2025-08-20T20:30:21.3450810Z (Reading database ... 100%
2025-08-20T20:30:21.3451545Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T20:30:21.3501845Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:30:21.3520134Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:30:21.5216698Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:30:21.5243493Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:30:21.5397234Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:27.5922868Z Reading package lists...
2025-08-20T20:30:27.8178994Z Building dependency tree...
2025-08-20T20:30:27.8187816Z Reading state information...
2025-08-20T20:30:28.0384701Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:30:28.0385676Z The following additional packages will be installed:
2025-08-20T20:30:28.0386602Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:30:28.0387706Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:30:28.0388407Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:30:28.0389050Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:30:28.0389961Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:30:28.0390757Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:30:28.0391432Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:30:28.0392111Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:30:28.0393268Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:30:28.0394065Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:30:28.0394694Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:30:28.0395351Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:30:28.0396425Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:30:28.0397078Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:30:28.0397712Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:30:28.0398193Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:30:28.0398658Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:30:28.0399160Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:30:28.0399675Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:30:28.0400117Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:30:28.0400590Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:30:28.0400999Z   linux-libc-dev-armhf-cross
2025-08-20T20:30:28.0401238Z Suggested packages:
2025-08-20T20:30:28.0401572Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:30:28.0402060Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:30:28.0969398Z The following NEW packages will be installed:
2025-08-20T20:30:28.0970030Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:30:28.0970893Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:30:28.0972218Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:30:28.0973600Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:30:28.0974494Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:30:28.0975496Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:30:28.0976066Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:30:28.0976747Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:30:28.0977825Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:30:28.0978688Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:30:28.0979296Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:30:28.0979910Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:30:28.0980567Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:30:28.0981232Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:30:28.0981881Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:30:28.0982534Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:30:28.0983484Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:30:28.0984508Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:30:28.0985160Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:30:28.0985751Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:30:28.0986360Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:30:28.0987014Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:30:28.0987578Z   linux-libc-dev-armhf-cross
2025-08-20T20:30:28.1189816Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:28.1190354Z Need to get 171 MB of archives.
2025-08-20T20:30:28.1190702Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:30:28.1191108Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:30:28.1534607Z 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-20T20:30:28.1747158Z 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-20T20:30:28.3356386Z 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-20T20:30:28.3547278Z 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-20T20:30:28.4701950Z 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-20T20:30:28.4909373Z 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-20T20:30:28.9484995Z 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-20T20:30:28.9674731Z 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-20T20:30:28.9870496Z 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-20T20:30:29.0063289Z 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-20T20:30:29.0278490Z 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-20T20:30:29.0473290Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:30:29.0974845Z 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-20T20:30:29.1171045Z 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-20T20:30:29.1374634Z 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-20T20:30:29.1565870Z 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-20T20:30:29.2198025Z 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-20T20:30:29.2582122Z 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-20T20:30:29.2791010Z 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-20T20:30:29.3149142Z 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-20T20:30:29.3530176Z 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-20T20:30:29.3738421Z 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-20T20:30:29.3958602Z 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-20T20:30:29.4743661Z 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-20T20:30:29.7000717Z 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-20T20:30:29.7448518Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:30:29.7965955Z 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-20T20:30:29.8605236Z 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-20T20:30:30.0301792Z 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-20T20:30:30.1318463Z 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-20T20:30:30.1535065Z 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-20T20:30:30.1720848Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:30:30.2197209Z 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-20T20:30:30.2804411Z 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-20T20:30:30.3019331Z 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-20T20:30:30.3202573Z 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-20T20:30:30.4041475Z 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-20T20:30:30.4439895Z 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-20T20:30:30.5079478Z 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-20T20:30:30.5527571Z 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-20T20:30:30.8326228Z 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-20T20:30:30.8912183Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:30:30.9447519Z 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-20T20:30:31.0260778Z 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-20T20:30:31.1997889Z 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-20T20:30:31.2928440Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:30:31.3478038Z 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-20T20:30:31.3681510Z 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-20T20:30:31.3942874Z 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-20T20:30:31.4135546Z 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-20T20:30:31.5524176Z 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-20T20:30:31.5917696Z 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-20T20:30:31.6446768Z 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-20T20:30:31.6894910Z 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-20T20:30:32.0649576Z 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-20T20:30:32.1197434Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:30:32.1754147Z 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-20T20:30:32.2535825Z 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-20T20:30:32.5265843Z 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-20T20:30:32.5450265Z 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-20T20:30:32.5635467Z 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-20T20:30:32.5823941Z 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-20T20:30:32.6016336Z 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-20T20:30:32.6211393Z 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-20T20:30:32.9658367Z Fetched 171 MB in 5s (37.8 MB/s)
2025-08-20T20:30:32.9866018Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:30:32.9924965Z (Reading database ... 
2025-08-20T20:30:32.9925490Z (Reading database ... 5%
2025-08-20T20:30:32.9925926Z (Reading database ... 10%
2025-08-20T20:30:32.9926349Z (Reading database ... 15%
2025-08-20T20:30:32.9926773Z (Reading database ... 20%
2025-08-20T20:30:32.9927200Z (Reading database ... 25%
2025-08-20T20:30:32.9927621Z (Reading database ... 30%
2025-08-20T20:30:32.9928056Z (Reading database ... 35%
2025-08-20T20:30:32.9928498Z (Reading database ... 40%
2025-08-20T20:30:32.9928931Z (Reading database ... 45%
2025-08-20T20:30:32.9929356Z (Reading database ... 50%
2025-08-20T20:30:32.9944382Z (Reading database ... 55%
2025-08-20T20:30:33.0050157Z (Reading database ... 60%
2025-08-20T20:30:33.0076707Z (Reading database ... 65%
2025-08-20T20:30:33.0112261Z (Reading database ... 70%
2025-08-20T20:30:33.0138807Z (Reading database ... 75%
2025-08-20T20:30:33.0169492Z (Reading database ... 80%
2025-08-20T20:30:33.0326342Z (Reading database ... 85%
2025-08-20T20:30:33.0626311Z (Reading database ... 90%
2025-08-20T20:30:33.0725669Z (Reading database ... 95%
2025-08-20T20:30:33.0726202Z (Reading database ... 100%
2025-08-20T20:30:33.0726834Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T20:30:33.0776448Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:33.0785435Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:33.1013092Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:30:33.1157897Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:33.1194438Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:33.2778040Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:30:33.2926076Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:33.2935373Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:33.3162366Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:30:33.3310082Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:33.3343742Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:33.4756656Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:30:33.4906323Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:33.4915322Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:33.5163768Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:30:33.5310841Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:33.5346284Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:33.6797866Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:30:33.6945339Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:30:33.6954610Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:33.7169110Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:30:33.7319774Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:30:33.7329828Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:30:33.7548576Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:30:33.7708073Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:30:33.7717218Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:33.7947265Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:30:33.8099282Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:33.8109107Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:33.8337913Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:30:33.8488312Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:33.8498247Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:33.8724893Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:30:33.8872408Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:30:33.8880615Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:33.9314538Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:30:33.9467840Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:33.9475845Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:33.9712242Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:30:33.9858236Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:33.9866418Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.0112080Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:30:34.0308386Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:34.0317343Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.0540516Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:30:34.0694169Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:34.0704603Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.0929817Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:30:34.1082173Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:34.1089681Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.1425733Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:30:34.1572886Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:34.1581069Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.1854398Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:30:34.2001098Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:34.2009655Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.2342156Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:30:34.2490512Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:34.2505104Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.2884587Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:30:34.3039246Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:34.3048904Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.3345019Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:30:34.3497131Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:34.3515006Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.4005581Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:30:34.4160164Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:34.4170155Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.5208387Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:30:34.5359601Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:34.5398923Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:34.8158649Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:30:34.8307444Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:30:34.8316122Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:30:35.0180001Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:30:35.0334454Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:30:35.0343833Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:35.1637851Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:30:35.1790631Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:35.1803844Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:35.4081793Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:30:35.4237392Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:35.4273130Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:35.5980866Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:30:35.6128593Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:30:35.6147196Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:30:35.7056545Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:30:35.7201397Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:35.7210369Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:35.7434199Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:30:35.7583844Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:35.7593028Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:35.7804022Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:30:35.7953266Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:30:35.7962375Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:35.8338928Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:30:35.8489400Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:35.8498418Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:35.8737454Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:30:35.8896840Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:35.8906317Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:35.9153802Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:30:35.9305467Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:35.9314649Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:35.9531369Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:30:35.9684347Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:35.9692392Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:36.0331207Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:30:36.0482330Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:36.0490830Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:36.0814559Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:30:36.0967210Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:36.0976166Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:36.1349652Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:30:36.1498872Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:36.1508574Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:36.2080961Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:30:36.2235795Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:36.2272887Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:36.4931704Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:30:36.5079156Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:30:36.5087319Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:30:36.7002848Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:30:36.7163001Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:30:36.7171455Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:36.8348525Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:30:36.8500751Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:36.8508698Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:37.0588239Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:30:37.0739943Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:37.0776964Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:37.2293327Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:30:37.2441228Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:30:37.2452009Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:30:37.3441910Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:30:37.3599288Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:30:37.3607816Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:37.3993461Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:30:37.4140169Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:37.4149889Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:37.4380918Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:30:37.4534126Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:37.4544337Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:37.4779944Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:30:37.4937297Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:37.4946536Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:37.5175669Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:30:37.5334642Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:37.5343686Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:37.5986599Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:30:37.6134978Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:37.6142518Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:37.6440972Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:30:37.6595341Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:37.6604619Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:37.6977667Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:30:37.7125317Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:37.7146662Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:37.7682026Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:30:37.7838964Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:37.7879587Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:38.0512504Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:30:38.0665208Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:30:38.0680180Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:30:38.2640448Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:30:38.2794524Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:30:38.2803476Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:38.3949071Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:30:38.4098344Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:30:38.4106879Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:38.6115277Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:30:38.6273085Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:30:38.6317306Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:38.7863747Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:30:38.8027354Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:30:38.8038279Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:38.8267588Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:30:38.8422395Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:30:38.8432030Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:38.8652131Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:30:38.8809595Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:30:38.8819383Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:30:38.9046418Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:30:38.9199794Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:30:38.9208433Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:30:38.9412340Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:30:38.9566986Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:30:38.9575364Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:38.9801790Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:30:38.9960833Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:30:38.9972171Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:39.0445066Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:30:39.0473786Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:39.0501766Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.0530982Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.0559060Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.0590300Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:30:39.0639049Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.0673504Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:39.0709277Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:30:39.0738836Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.0784165Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:30:39.0815850Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:39.0842491Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.0867868Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.0892000Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.0917995Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:39.0946063Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:30:39.0973678Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1001818Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1025156Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1049190Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1072008Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1104029Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1125048Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1150029Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1174366Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1200283Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1230610Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1260459Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1287119Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:39.1310565Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1342354Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:30:39.1365943Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1391691Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1443805Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1467358Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:39.1492802Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:30:39.1516507Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1545787Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1572952Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1598100Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1625798Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1652149Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:39.1681846Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1706026Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1734708Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1760048Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1782082Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1804861Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1828530Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1851486Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1878219Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:30:39.1903333Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1926996Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1949410Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1972111Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.1994775Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.2018489Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:30:39.2045578Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:39.2068568Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.2093179Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:30:39.2117471Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:39.2141730Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:39.2165824Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:30:39.2193433Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:30:39.2215061Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:30:39.2308674Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:43.6382562Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:30:45.3028140Z Reading package lists...
2025-08-20T20:30:45.5224347Z Building dependency tree...
2025-08-20T20:30:45.5233906Z Reading state information...
2025-08-20T20:30:45.7067362Z The following additional packages will be installed:
2025-08-20T20:30:45.7068222Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:30:45.7072990Z   libpcap0.8-dev
2025-08-20T20:30:45.7389202Z The following NEW packages will be installed:
2025-08-20T20:30:45.7390132Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:30:45.7398255Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:30:45.7636129Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:45.7913210Z Need to get 1613 kB of archives.
2025-08-20T20:30:45.7913860Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:30:45.7914320Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:30:45.8316691Z 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-20T20:30:45.8691622Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:30:45.8886835Z 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-20T20:30:45.9087134Z 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-20T20:30:45.9285608Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:30:45.9661888Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T20:30:45.9871104Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:30:46.0145514Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:30:46.3014535Z Fetched 1613 kB in 0s (6852 kB/s)
2025-08-20T20:30:46.3218273Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:30:46.3278583Z (Reading database ... 
2025-08-20T20:30:46.3279075Z (Reading database ... 5%
2025-08-20T20:30:46.3279523Z (Reading database ... 10%
2025-08-20T20:30:46.3279947Z (Reading database ... 15%
2025-08-20T20:30:46.3280378Z (Reading database ... 20%
2025-08-20T20:30:46.3280826Z (Reading database ... 25%
2025-08-20T20:30:46.3281248Z (Reading database ... 30%
2025-08-20T20:30:46.3281681Z (Reading database ... 35%
2025-08-20T20:30:46.3282098Z (Reading database ... 40%
2025-08-20T20:30:46.3282802Z (Reading database ... 45%
2025-08-20T20:30:46.3283303Z (Reading database ... 50%
2025-08-20T20:30:46.3299510Z (Reading database ... 55%
2025-08-20T20:30:46.3414261Z (Reading database ... 60%
2025-08-20T20:30:46.3439237Z (Reading database ... 65%
2025-08-20T20:30:46.3484026Z (Reading database ... 70%
2025-08-20T20:30:46.3510056Z (Reading database ... 75%
2025-08-20T20:30:46.3548643Z (Reading database ... 80%
2025-08-20T20:30:46.3728942Z (Reading database ... 85%
2025-08-20T20:30:46.4038951Z (Reading database ... 90%
2025-08-20T20:30:46.4138179Z (Reading database ... 95%
2025-08-20T20:30:46.4188644Z (Reading database ... 100%
2025-08-20T20:30:46.4189472Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T20:30:46.4190468Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:30:46.4198348Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:30:46.4577037Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:30:46.4726010Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:30:46.4743399Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:30:46.4986576Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:30:46.5139444Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:30:46.5148460Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:30:46.5597001Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:30:46.5747709Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:30:46.5756600Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:30:46.6044372Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:30:46.6197676Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:30:46.6206260Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:30:46.6959710Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:30:46.7117317Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:30:46.7163471Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:30:46.7578225Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:30:46.7731377Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:30:46.7741463Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:30:46.8006565Z Selecting previously unselected package pcaputils.
2025-08-20T20:30:46.8157873Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:30:46.8196044Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:30:46.8678457Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:30:46.8705359Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:30:47.0127527Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:30:47.0149502Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:30:47.0266642Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:30:47.3299932Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:30:47.3328130Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:30:47.3384798Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:30:47.3575840Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:30:52.1227248Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:30:52.1352407Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:30:52.1387627Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:30:53.7384669Z Reading package lists...
2025-08-20T20:30:53.9349404Z Building dependency tree...
2025-08-20T20:30:53.9357928Z Reading state information...
2025-08-20T20:30:53.9802420Z Reading package lists...
2025-08-20T20:30:54.1977644Z Building dependency tree...
2025-08-20T20:30:54.1987214Z Reading state information...
2025-08-20T20:30:54.4168811Z The following additional packages will be installed:
2025-08-20T20:30:54.4177994Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:30:54.4188203Z Suggested packages:
2025-08-20T20:30:54.4188674Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:30:54.4189268Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:30:54.4396344Z The following NEW packages will be installed:
2025-08-20T20:30:54.4397245Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:30:54.4402493Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:30:54.4598256Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:30:54.4599008Z Need to get 800 kB of archives.
2025-08-20T20:30:54.4599552Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:30:54.4600202Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:30:54.5105120Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:30:54.5385510Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:30:54.5598510Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:30:54.5883769Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T20:30:54.6083059Z 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-20T20:30:54.6292837Z 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-20T20:30:54.6501922Z 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-20T20:30:54.6688851Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:30:54.6876384Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:30:54.9808008Z Fetched 800 kB in 0s (3338 kB/s)
2025-08-20T20:30:55.0051351Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:30:55.0111496Z (Reading database ... 
2025-08-20T20:30:55.0111931Z (Reading database ... 5%
2025-08-20T20:30:55.0112332Z (Reading database ... 10%
2025-08-20T20:30:55.0112932Z (Reading database ... 15%
2025-08-20T20:30:55.0113601Z (Reading database ... 20%
2025-08-20T20:30:55.0114019Z (Reading database ... 25%
2025-08-20T20:30:55.0114430Z (Reading database ... 30%
2025-08-20T20:30:55.0114811Z (Reading database ... 35%
2025-08-20T20:30:55.0115223Z (Reading database ... 40%
2025-08-20T20:30:55.0115616Z (Reading database ... 45%
2025-08-20T20:30:55.0116016Z (Reading database ... 50%
2025-08-20T20:30:55.0132292Z (Reading database ... 55%
2025-08-20T20:30:55.0238369Z (Reading database ... 60%
2025-08-20T20:30:55.0261943Z (Reading database ... 65%
2025-08-20T20:30:55.0303070Z (Reading database ... 70%
2025-08-20T20:30:55.0326528Z (Reading database ... 75%
2025-08-20T20:30:55.0362395Z (Reading database ... 80%
2025-08-20T20:30:55.0530986Z (Reading database ... 85%
2025-08-20T20:30:55.0836945Z (Reading database ... 90%
2025-08-20T20:30:55.0934207Z (Reading database ... 95%
2025-08-20T20:30:55.0934859Z (Reading database ... 100%
2025-08-20T20:30:55.0947841Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T20:30:55.0983389Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:30:55.1001882Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:30:55.1229987Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:30:55.1387116Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:30:55.1397606Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:30:55.1654155Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:30:55.1814317Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:30:55.1824513Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:30:55.2642097Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:30:55.2799924Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:30:55.2809767Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:30:55.3090056Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:30:55.3241320Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:30:55.3250169Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:30:55.3510111Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:30:55.3660414Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:30:55.3669024Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:30:55.3952351Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:30:55.4100270Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:30:55.4108489Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:30:55.4343432Z Selecting previously unselected package lzma.
2025-08-20T20:30:55.4502981Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:30:55.4515408Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:30:55.4813562Z Selecting previously unselected package lzma-dev.
2025-08-20T20:30:55.4983159Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:30:55.4994330Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:30:55.5531673Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:30:55.5560991Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:30:55.5588250Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:30:55.5614050Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:30:55.5638399Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:30:55.5711966Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:30:55.5742123Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:30:55.5773880Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:30:55.5799519Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:30:55.5827406Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:30:55.5861003Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:30:55.6022598Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:31:00.0113054Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:31:00.6710973Z 
2025-08-20T20:31:00.6711558Z Running kernel seems to be up-to-date.
2025-08-20T20:31:00.6711970Z 
2025-08-20T20:31:00.6712151Z Restarting services...
2025-08-20T20:31:00.6776243Z 
2025-08-20T20:31:00.6776756Z Service restarts being deferred:
2025-08-20T20:31:00.6777311Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:31:00.6777676Z 
2025-08-20T20:31:00.6777863Z No containers need to be restarted.
2025-08-20T20:31:00.6778159Z 
2025-08-20T20:31:00.6778363Z No user sessions are running outdated binaries.
2025-08-20T20:31:00.6778702Z 
2025-08-20T20:31:00.6779015Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:31:01.7015428Z Reading package lists...
2025-08-20T20:31:01.9254972Z Building dependency tree...
2025-08-20T20:31:01.9264193Z Reading state information...
2025-08-20T20:31:02.1938295Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:31:02.1939053Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:31:02.1939650Z inetutils-telnet set to manually installed.
2025-08-20T20:31:02.1940184Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:31:02.1940758Z The following additional packages will be installed:
2025-08-20T20:31:02.1941230Z   tcpd update-inetd
2025-08-20T20:31:02.2104277Z The following packages will be REMOVED:
2025-08-20T20:31:02.2112985Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:31:02.2114415Z The following NEW packages will be installed:
2025-08-20T20:31:02.2115003Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:31:02.2115624Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:31:02.2121394Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:31:02.2305853Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T20:31:02.2306266Z Need to get 698 kB of archives.
2025-08-20T20:31:02.2306627Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:31:02.2307315Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:31:02.2659779Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:31:02.2869767Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:31:02.3061183Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:31:02.3252065Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:31:02.3444159Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:31:02.3636894Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:31:02.3826619Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:31:02.4019363Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:31:02.4210735Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:31:02.4400524Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:31:02.4597756Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:31:02.4785185Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:31:02.4977447Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:31:02.7486335Z Preconfiguring packages ...
2025-08-20T20:31:02.8385773Z Fetched 698 kB in 0s (2510 kB/s)
2025-08-20T20:31:02.8579848Z (Reading database ... 
2025-08-20T20:31:02.8580424Z (Reading database ... 5%
2025-08-20T20:31:02.8580929Z (Reading database ... 10%
2025-08-20T20:31:02.8581343Z (Reading database ... 15%
2025-08-20T20:31:02.8581676Z (Reading database ... 20%
2025-08-20T20:31:02.8581980Z (Reading database ... 25%
2025-08-20T20:31:02.8582276Z (Reading database ... 30%
2025-08-20T20:31:02.8582563Z (Reading database ... 35%
2025-08-20T20:31:02.8583071Z (Reading database ... 40%
2025-08-20T20:31:02.8583369Z (Reading database ... 45%
2025-08-20T20:31:02.8583662Z (Reading database ... 50%
2025-08-20T20:31:02.8601351Z (Reading database ... 55%
2025-08-20T20:31:02.8725280Z (Reading database ... 60%
2025-08-20T20:31:02.8752075Z (Reading database ... 65%
2025-08-20T20:31:02.8798524Z (Reading database ... 70%
2025-08-20T20:31:02.8826772Z (Reading database ... 75%
2025-08-20T20:31:02.8865438Z (Reading database ... 80%
2025-08-20T20:31:02.9051318Z (Reading database ... 85%
2025-08-20T20:31:02.9406105Z (Reading database ... 90%
2025-08-20T20:31:02.9520176Z (Reading database ... 95%
2025-08-20T20:31:02.9520705Z (Reading database ... 100%
2025-08-20T20:31:02.9521424Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T20:31:02.9575439Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:31:02.9762477Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:31:02.9953164Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:31:03.3843925Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:31:03.3906018Z (Reading database ... 
2025-08-20T20:31:03.3906547Z (Reading database ... 5%
2025-08-20T20:31:03.3907057Z (Reading database ... 10%
2025-08-20T20:31:03.3907406Z (Reading database ... 15%
2025-08-20T20:31:03.3907708Z (Reading database ... 20%
2025-08-20T20:31:03.3908043Z (Reading database ... 25%
2025-08-20T20:31:03.3908339Z (Reading database ... 30%
2025-08-20T20:31:03.3908631Z (Reading database ... 35%
2025-08-20T20:31:03.3908918Z (Reading database ... 40%
2025-08-20T20:31:03.3909438Z (Reading database ... 45%
2025-08-20T20:31:03.3909727Z (Reading database ... 50%
2025-08-20T20:31:03.3926500Z (Reading database ... 55%
2025-08-20T20:31:03.4037111Z (Reading database ... 60%
2025-08-20T20:31:03.4064023Z (Reading database ... 65%
2025-08-20T20:31:03.4104134Z (Reading database ... 70%
2025-08-20T20:31:03.4129434Z (Reading database ... 75%
2025-08-20T20:31:03.4164695Z (Reading database ... 80%
2025-08-20T20:31:03.4336068Z (Reading database ... 85%
2025-08-20T20:31:03.4646077Z (Reading database ... 90%
2025-08-20T20:31:03.4742200Z (Reading database ... 95%
2025-08-20T20:31:03.4742843Z (Reading database ... 100%
2025-08-20T20:31:03.4743484Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T20:31:03.4793075Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.4835998Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:03.5074497Z Selecting previously unselected package tcpd.
2025-08-20T20:31:03.5222858Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:31:03.5233807Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:31:03.5492281Z Selecting previously unselected package update-inetd.
2025-08-20T20:31:03.5640541Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:31:03.5648948Z Unpacking update-inetd (4.53) ...
2025-08-20T20:31:03.5903433Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:31:03.6050949Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.6101056Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:03.6332180Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:31:03.6483716Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.6493166Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:31:03.6755537Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:31:03.6905244Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.6924485Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:03.7164785Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:31:03.7313747Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.7322145Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:31:03.7571805Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:31:03.7727590Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.7739332Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:31:03.7979209Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:31:03.8132865Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.8142048Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:03.8379307Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:31:03.8530252Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.8539117Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:03.8776802Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:31:03.8929080Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.8938674Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:31:03.9206856Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:31:03.9362230Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:31:03.9371321Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:31:03.9662112Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:31:03.9819175Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:31:03.9829333Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:31:04.0291131Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:31:04.0380401Z Setting up update-inetd (4.53) ...
2025-08-20T20:31:04.1281522Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:31:04.1354347Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:31:04.1374053Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:04.5630210Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:31:04.5631060Z 
2025-08-20T20:31:04.5631263Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:31:04.5631606Z 
2025-08-20T20:31:04.5632063Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:31:04.5632499Z 
2025-08-20T20:31:04.5633364Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:31:04.5633973Z 
2025-08-20T20:31:04.8587066Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:31:04.8677080Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:31:04.8745027Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:31:04.8766203Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:31:04.8801051Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:31:04.8827483Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:31:04.8850028Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:05.2951003Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:31:05.2951772Z 
2025-08-20T20:31:05.2953224Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:31:05.2953844Z 
2025-08-20T20:31:05.6029813Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:05.7143298Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:05.7813186Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:31:05.8456273Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:31:12.4410656Z Reading package lists...
2025-08-20T20:31:12.6665981Z Building dependency tree...
2025-08-20T20:31:12.6675142Z Reading state information...
2025-08-20T20:31:12.9233760Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:31:12.9236139Z iputils-tracepath set to manually installed.
2025-08-20T20:31:12.9236733Z The following packages will be REMOVED:
2025-08-20T20:31:12.9249218Z   inetutils-ping
2025-08-20T20:31:12.9251475Z The following NEW packages will be installed:
2025-08-20T20:31:12.9260567Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:31:12.9437108Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T20:31:12.9437507Z Need to get 71.5 kB of archives.
2025-08-20T20:31:12.9437927Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:31:12.9438606Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:31:12.9809853Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:31:13.0024794Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T20:31:13.0250172Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T20:31:13.3457835Z Fetched 71.5 kB in 0s (773 kB/s)
2025-08-20T20:31:13.3652324Z (Reading database ... 
2025-08-20T20:31:13.3652982Z (Reading database ... 5%
2025-08-20T20:31:13.3653438Z (Reading database ... 10%
2025-08-20T20:31:13.3653936Z (Reading database ... 15%
2025-08-20T20:31:13.3654367Z (Reading database ... 20%
2025-08-20T20:31:13.3654799Z (Reading database ... 25%
2025-08-20T20:31:13.3655229Z (Reading database ... 30%
2025-08-20T20:31:13.3655958Z (Reading database ... 35%
2025-08-20T20:31:13.3656321Z (Reading database ... 40%
2025-08-20T20:31:13.3656592Z (Reading database ... 45%
2025-08-20T20:31:13.3656857Z (Reading database ... 50%
2025-08-20T20:31:13.3673371Z (Reading database ... 55%
2025-08-20T20:31:13.3786816Z (Reading database ... 60%
2025-08-20T20:31:13.3810992Z (Reading database ... 65%
2025-08-20T20:31:13.3854893Z (Reading database ... 70%
2025-08-20T20:31:13.3880568Z (Reading database ... 75%
2025-08-20T20:31:13.3916613Z (Reading database ... 80%
2025-08-20T20:31:13.4089635Z (Reading database ... 85%
2025-08-20T20:31:13.4416559Z (Reading database ... 90%
2025-08-20T20:31:13.4520787Z (Reading database ... 95%
2025-08-20T20:31:13.4521242Z (Reading database ... 100%
2025-08-20T20:31:13.4521800Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T20:31:13.4575385Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:31:13.5037768Z Selecting previously unselected package iputils-ping.
2025-08-20T20:31:13.5098274Z (Reading database ... 
2025-08-20T20:31:13.5098777Z (Reading database ... 5%
2025-08-20T20:31:13.5099281Z (Reading database ... 10%
2025-08-20T20:31:13.5099755Z (Reading database ... 15%
2025-08-20T20:31:13.5100239Z (Reading database ... 20%
2025-08-20T20:31:13.5100720Z (Reading database ... 25%
2025-08-20T20:31:13.5101208Z (Reading database ... 30%
2025-08-20T20:31:13.5101622Z (Reading database ... 35%
2025-08-20T20:31:13.5101920Z (Reading database ... 40%
2025-08-20T20:31:13.5102218Z (Reading database ... 45%
2025-08-20T20:31:13.5102507Z (Reading database ... 50%
2025-08-20T20:31:13.5116580Z (Reading database ... 55%
2025-08-20T20:31:13.5219370Z (Reading database ... 60%
2025-08-20T20:31:13.5242573Z (Reading database ... 65%
2025-08-20T20:31:13.5284609Z (Reading database ... 70%
2025-08-20T20:31:13.5308668Z (Reading database ... 75%
2025-08-20T20:31:13.5342454Z (Reading database ... 80%
2025-08-20T20:31:13.5502485Z (Reading database ... 85%
2025-08-20T20:31:13.5795140Z (Reading database ... 90%
2025-08-20T20:31:13.5886044Z (Reading database ... 95%
2025-08-20T20:31:13.5886461Z (Reading database ... 100%
2025-08-20T20:31:13.5886926Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T20:31:13.5936398Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:31:13.5949229Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:31:13.6184582Z Selecting previously unselected package iputils-arping.
2025-08-20T20:31:13.6338432Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:31:13.6348493Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:31:13.6581671Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:31:13.6737173Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:31:13.6749469Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:31:13.7181369Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:31:13.7349077Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:31:13.7505996Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:31:13.7697214Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:31:20.1697533Z Reading package lists...
2025-08-20T20:31:20.3843480Z Building dependency tree...
2025-08-20T20:31:20.3853172Z Reading state information...
2025-08-20T20:31:20.5939282Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:31:20.5940142Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:31:20.6424244Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:31:21.5278064Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:31:21.9989861Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:31:22.8346553Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:31:22.9555569Z Collecting pip
2025-08-20T20:31:23.0280342Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:31:23.0400065Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:31:23.1470658Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.7 MB/s eta 0:00:00
2025-08-20T20:31:23.4181498Z Installing collected packages: pip
2025-08-20T20:31:24.1801208Z Successfully installed pip-25.2
2025-08-20T20:31:24.4153239Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:31:24.4665028Z Reading package lists...
2025-08-20T20:31:24.7009529Z Building dependency tree...
2025-08-20T20:31:24.7019742Z Reading state information...
2025-08-20T20:31:24.9463731Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:31:24.9464671Z pciutils set to manually installed.
2025-08-20T20:31:24.9465450Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:31:24.9466413Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:31:24.9467245Z python3-distro set to manually installed.
2025-08-20T20:31:24.9468127Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:31:24.9469041Z python3-netifaces set to manually installed.
2025-08-20T20:31:24.9469826Z The following additional packages will be installed:
2025-08-20T20:31:24.9470468Z   libsysfs2
2025-08-20T20:31:24.9471543Z Suggested packages:
2025-08-20T20:31:24.9471899Z   fancontrol read-edid i2c-tools
2025-08-20T20:31:24.9792990Z The following NEW packages will be installed:
2025-08-20T20:31:24.9795874Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:31:25.0028484Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:31:25.0301921Z Need to get 142 kB of archives.
2025-08-20T20:31:25.0303010Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:31:25.0303508Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:31:25.0658078Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:31:25.0858410Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:31:25.1048557Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T20:31:25.1275693Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:31:25.4243727Z Fetched 142 kB in 0s (1295 kB/s)
2025-08-20T20:31:25.4464074Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:31:25.4525653Z (Reading database ... 
2025-08-20T20:31:25.4526179Z (Reading database ... 5%
2025-08-20T20:31:25.4526533Z (Reading database ... 10%
2025-08-20T20:31:25.4526872Z (Reading database ... 15%
2025-08-20T20:31:25.4527617Z (Reading database ... 20%
2025-08-20T20:31:25.4528044Z (Reading database ... 25%
2025-08-20T20:31:25.4528451Z (Reading database ... 30%
2025-08-20T20:31:25.4528856Z (Reading database ... 35%
2025-08-20T20:31:25.4529237Z (Reading database ... 40%
2025-08-20T20:31:25.4529623Z (Reading database ... 45%
2025-08-20T20:31:25.4529987Z (Reading database ... 50%
2025-08-20T20:31:25.4546599Z (Reading database ... 55%
2025-08-20T20:31:25.4662142Z (Reading database ... 60%
2025-08-20T20:31:25.4686822Z (Reading database ... 65%
2025-08-20T20:31:25.4732475Z (Reading database ... 70%
2025-08-20T20:31:25.4759223Z (Reading database ... 75%
2025-08-20T20:31:25.4800319Z (Reading database ... 80%
2025-08-20T20:31:25.4982266Z (Reading database ... 85%
2025-08-20T20:31:25.5306828Z (Reading database ... 90%
2025-08-20T20:31:25.5413480Z (Reading database ... 95%
2025-08-20T20:31:25.5414233Z (Reading database ... 100%
2025-08-20T20:31:25.5415223Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T20:31:25.5470857Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:31:25.5493262Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:31:25.5749541Z Selecting previously unselected package sysfsutils.
2025-08-20T20:31:25.5911565Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:31:25.5950632Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:31:25.6210796Z Selecting previously unselected package lm-sensors.
2025-08-20T20:31:25.6373609Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:31:25.6578099Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:31:25.6873323Z Selecting previously unselected package virt-what.
2025-08-20T20:31:25.7034105Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:31:25.7045119Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:31:25.7513120Z Setting up virt-what (1.25-2) ...
2025-08-20T20:31:25.7545851Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:31:25.7569420Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:31:26.1738064Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:31:26.1738566Z 
2025-08-20T20:31:26.1739094Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:31:26.1739616Z 
2025-08-20T20:31:26.4983012Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:31:26.9037394Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:31:26.9038064Z 
2025-08-20T20:31:26.9085928Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:31:31.6776026Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:31:33.4040847Z Reading package lists...
2025-08-20T20:31:33.6305115Z Building dependency tree...
2025-08-20T20:31:33.6315704Z Reading state information...
2025-08-20T20:31:33.8650031Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:31:33.8650707Z The following additional packages will be installed:
2025-08-20T20:31:33.8654465Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:31:33.8655170Z   xorg-sgml-doctools
2025-08-20T20:31:33.8659826Z Suggested packages:
2025-08-20T20:31:33.8660214Z   libxcb-doc
2025-08-20T20:31:33.8810308Z The following NEW packages will be installed:
2025-08-20T20:31:33.8812016Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:31:33.8815048Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:31:33.8815613Z   xcb xorg-sgml-doctools
2025-08-20T20:31:33.8989429Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:31:33.8989833Z Need to get 807 kB of archives.
2025-08-20T20:31:33.8990195Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:31:33.8990806Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:31:33.9570311Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:31:33.9789542Z 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-20T20:31:33.9992954Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:31:34.0245706Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:31:34.0432867Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T20:31:34.0622998Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:31:34.0816186Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:31:34.1007848Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:31:34.1198252Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:31:34.1391167Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:31:34.1582288Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:31:34.4536574Z Fetched 807 kB in 0s (2988 kB/s)
2025-08-20T20:31:34.4741405Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:31:34.4804287Z (Reading database ... 
2025-08-20T20:31:34.4804800Z (Reading database ... 5%
2025-08-20T20:31:34.4805375Z (Reading database ... 10%
2025-08-20T20:31:34.4805937Z (Reading database ... 15%
2025-08-20T20:31:34.4806440Z (Reading database ... 20%
2025-08-20T20:31:34.4806874Z (Reading database ... 25%
2025-08-20T20:31:34.4807240Z (Reading database ... 30%
2025-08-20T20:31:34.4807562Z (Reading database ... 35%
2025-08-20T20:31:34.4807895Z (Reading database ... 40%
2025-08-20T20:31:34.4808240Z (Reading database ... 45%
2025-08-20T20:31:34.4808562Z (Reading database ... 50%
2025-08-20T20:31:34.4827597Z (Reading database ... 55%
2025-08-20T20:31:34.4943443Z (Reading database ... 60%
2025-08-20T20:31:34.4968471Z (Reading database ... 65%
2025-08-20T20:31:34.5015971Z (Reading database ... 70%
2025-08-20T20:31:34.5045551Z (Reading database ... 75%
2025-08-20T20:31:34.5085818Z (Reading database ... 80%
2025-08-20T20:31:34.5274237Z (Reading database ... 85%
2025-08-20T20:31:34.5618941Z (Reading database ... 90%
2025-08-20T20:31:34.5722969Z (Reading database ... 95%
2025-08-20T20:31:34.5723342Z (Reading database ... 100%
2025-08-20T20:31:34.5723827Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T20:31:34.5774336Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:31:34.5786232Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:31:34.6038579Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:31:34.6192503Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:31:34.6201406Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:31:34.6500268Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:31:34.6661565Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:31:34.6671002Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:31:34.7280884Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:31:34.7443886Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:31:34.7455089Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:31:34.7718957Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:31:34.7874691Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:31:34.7884570Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:31:34.8119887Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:31:34.8286092Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:31:34.8298883Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:34.8586348Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:31:34.8752945Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:31:34.8761692Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:34.9038990Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:31:34.9204204Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:31:34.9224122Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:34.9471160Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:31:34.9628519Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:31:34.9638522Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:34.9897005Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:31:35.0054622Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:31:35.0067022Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:35.0343182Z Selecting previously unselected package xcb.
2025-08-20T20:31:35.0516125Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:31:35.0526500Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:31:35.1001634Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:35.1036173Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:31:35.1060390Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:31:35.1108733Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:31:35.1161007Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:31:35.1321537Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:31:39.7236230Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:31:39.7339060Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:31:39.7367808Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:31:39.7397533Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:31:39.7430006Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:39.7456921Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:39.7483716Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:39.7509826Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:31:41.7960319Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:31:41.9828212Z Collecting build
2025-08-20T20:31:42.0278120Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:31:42.1399301Z Collecting cffi
2025-08-20T20:31:42.1473019Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:31:42.1646338Z Collecting scons
2025-08-20T20:31:42.1731203Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:31:42.1942565Z Collecting scuba
2025-08-20T20:31:42.2038075Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:31:42.2571201Z Collecting pytest
2025-08-20T20:31:42.2645401Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:31:42.2873541Z Collecting packaging>=19.1 (from build)
2025-08-20T20:31:42.2948670Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:31:42.3093500Z Collecting pyproject_hooks (from build)
2025-08-20T20:31:42.3165750Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:31:42.3321442Z Collecting pycparser (from cffi)
2025-08-20T20:31:42.3392389Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:31:42.3745658Z Collecting PyYAML (from scuba)
2025-08-20T20:31:42.3819965Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:31:42.3968050Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:31:42.4038876Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:31:42.4249293Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:31:42.4324635Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:31:42.4555178Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:31:42.4628199Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:31:42.4764876Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:31:42.4873597Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:31:42.5180243Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:31:42.5454408Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 157.7 MB/s  0:00:00
2025-08-20T20:31:42.5543446Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:31:42.5654122Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:31:42.5757049Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:31:42.5848140Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:31:42.5944484Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:31:42.6038890Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:42.6128814Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 151.2 MB/s  0:00:00
2025-08-20T20:31:42.6201060Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:31:42.6306674Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:31:42.6403877Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:31:42.6469716Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 117.9 MB/s  0:00:00
2025-08-20T20:31:42.7615552Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:31:44.5041401Z 
2025-08-20T20:31:44.5059180Z 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-20T20:31:44.8349588Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:31:45.0189715Z Collecting ansi2txt
2025-08-20T20:31:45.0646341Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:31:45.0905238Z Collecting pipx
2025-08-20T20:31:45.0975076Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:31:45.1187568Z Collecting scons
2025-08-20T20:31:45.1206593Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:31:45.1324000Z Collecting py2static
2025-08-20T20:31:45.1404400Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:31:45.1618272Z Collecting typer
2025-08-20T20:31:45.1705753Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:31:45.2030594Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:31:45.2103820Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:31:45.2315385Z Collecting packaging>=20 (from pipx)
2025-08-20T20:31:45.2327182Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:31:45.2528079Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:31:45.2599326Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:31:45.2767298Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:31:45.2834587Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:31:45.3300093Z Collecting pyinstaller (from py2static)
2025-08-20T20:31:45.3378957Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:31:45.3578308Z Collecting staticx (from py2static)
2025-08-20T20:31:45.3657420Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:31:45.3881602Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:31:45.3952510Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:31:45.4317447Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:31:45.4389640Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:31:45.4572115Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:31:45.4656700Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:31:45.5074154Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:31:45.5146426Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:31:45.5377487Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:31:45.5447584Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:31:45.5694722Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:31:45.5705535Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:31:45.5833245Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:31:45.5900587Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:31:45.7089784Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:31:45.7162495Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:31:45.7389290Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:31:45.7503924Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:31:45.7716926Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:31:45.7803838Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:31:45.8018592Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:31:45.8088543Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:31:45.8210274Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:31:45.8300877Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:31:45.8379202Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:31:45.8515197Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:31:45.8607613Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:31:45.8698213Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:31:45.8785861Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:31:45.8834971Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:31:45.8902944Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:31:45.8995835Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:31:45.9081467Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:45.9160065Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:31:45.9258845Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:31:45.9348919Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:31:45.9437561Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:31:45.9526329Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:31:45.9628628Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:31:45.9731413Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 66.4 MB/s  0:00:00
2025-08-20T20:31:45.9808186Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:31:45.9963809Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:46.0068397Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 120.5 MB/s  0:00:00
2025-08-20T20:31:46.0149288Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:31:46.0253770Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:31:46.0345592Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:31:46.1879028Z 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-20T20:31:47.0333873Z   Attempting uninstall: scons
2025-08-20T20:31:47.0419227Z     Found existing installation: SCons 4.9.1
2025-08-20T20:31:47.0814564Z     Uninstalling SCons-4.9.1:
2025-08-20T20:31:47.0889428Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:31:47.7108016Z   Attempting uninstall: pygments
2025-08-20T20:31:47.7199130Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:31:47.7426540Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:31:47.7454143Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:31:48.3719820Z   Attempting uninstall: packaging
2025-08-20T20:31:48.3800301Z     Found existing installation: packaging 25.0
2025-08-20T20:31:48.3825523Z     Uninstalling packaging-25.0:
2025-08-20T20:31:48.3833372Z       Successfully uninstalled packaging-25.0
2025-08-20T20:31:49.4068710Z 
2025-08-20T20:31:49.4099042Z 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-20T20:31:49.7400727Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:31:49.9277944Z Collecting build
2025-08-20T20:31:49.9292528Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:31:50.0355718Z Collecting cffi
2025-08-20T20:31:50.0369903Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:31:50.0516224Z Collecting scons
2025-08-20T20:31:50.0527849Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:31:50.0686692Z Collecting scuba
2025-08-20T20:31:50.0697884Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:31:50.1224742Z Collecting pytest
2025-08-20T20:31:50.1238303Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:31:50.1440485Z Collecting packaging>=19.1 (from build)
2025-08-20T20:31:50.1451670Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:31:50.1567580Z Collecting pyproject_hooks (from build)
2025-08-20T20:31:50.1578794Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:31:50.1697470Z Collecting pycparser (from cffi)
2025-08-20T20:31:50.1708398Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:31:50.2040448Z Collecting PyYAML (from scuba)
2025-08-20T20:31:50.2053040Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:31:50.2168430Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:31:50.2179108Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:31:50.2364934Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:31:50.2376141Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:31:50.2586124Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:31:50.2597687Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:31:50.2659047Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:31:50.2670191Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:31:50.2683830Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:31:50.2724768Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:31:50.2736941Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:31:50.2749355Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:31:50.2759808Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:31:50.2769712Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:31:50.2779711Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:50.2798954Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:31:50.2809375Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:31:50.2819347Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:31:50.4086096Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:31:50.4091156Z   Attempting uninstall: scons
2025-08-20T20:31:50.4176215Z     Found existing installation: SCons 4.9.1
2025-08-20T20:31:50.4559589Z     Uninstalling SCons-4.9.1:
2025-08-20T20:31:50.4633892Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:31:51.1031188Z   Attempting uninstall: PyYAML
2025-08-20T20:31:51.1132008Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:31:51.1163362Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:31:51.1173442Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:31:51.1739832Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:31:51.1823055Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:31:51.1853406Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:31:51.1854242Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:31:51.1947528Z   Attempting uninstall: pygments
2025-08-20T20:31:51.2025550Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:31:51.2256283Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:31:51.2284420Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:31:51.8541378Z   Attempting uninstall: pycparser
2025-08-20T20:31:51.8629639Z     Found existing installation: pycparser 2.22
2025-08-20T20:31:51.8662402Z     Uninstalling pycparser-2.22:
2025-08-20T20:31:51.8670074Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:31:51.9911851Z   Attempting uninstall: pluggy
2025-08-20T20:31:51.9999984Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:31:52.0019335Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:31:52.0026773Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:31:52.0196396Z   Attempting uninstall: packaging
2025-08-20T20:31:52.0279301Z     Found existing installation: packaging 25.0
2025-08-20T20:31:52.0304115Z     Uninstalling packaging-25.0:
2025-08-20T20:31:52.0311667Z       Successfully uninstalled packaging-25.0
2025-08-20T20:31:52.0726244Z   Attempting uninstall: iniconfig
2025-08-20T20:31:52.0813295Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:31:52.0830690Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:31:52.0838076Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:31:52.0915734Z   Attempting uninstall: scuba
2025-08-20T20:31:52.0997069Z     Found existing installation: scuba 2.14.1
2025-08-20T20:31:52.1018961Z     Uninstalling scuba-2.14.1:
2025-08-20T20:31:52.1028427Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:31:52.1231526Z   Attempting uninstall: pytest
2025-08-20T20:31:52.1318419Z     Found existing installation: pytest 8.4.1
2025-08-20T20:31:52.1385357Z     Uninstalling pytest-8.4.1:
2025-08-20T20:31:52.1656207Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:31:52.3826138Z   Attempting uninstall: cffi
2025-08-20T20:31:52.3905864Z     Found existing installation: cffi 1.17.1
2025-08-20T20:31:52.3931864Z     Uninstalling cffi-1.17.1:
2025-08-20T20:31:52.4179209Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:31:52.4863839Z   Attempting uninstall: build
2025-08-20T20:31:52.4948588Z     Found existing installation: build 1.3.0
2025-08-20T20:31:52.4975038Z     Uninstalling build-1.3.0:
2025-08-20T20:31:52.4985114Z       Successfully uninstalled build-1.3.0
2025-08-20T20:31:52.5179602Z 
2025-08-20T20:31:52.5208965Z 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-20T20:31:52.8548548Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:31:53.0373708Z Collecting ansi2txt
2025-08-20T20:31:53.0386042Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:31:53.0590471Z Collecting pipx
2025-08-20T20:31:53.0602103Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:31:53.0765236Z Collecting scons
2025-08-20T20:31:53.0783741Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:31:53.0916522Z Collecting py2static
2025-08-20T20:31:53.0927447Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:31:53.1111587Z Collecting typer
2025-08-20T20:31:53.1123731Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:31:53.1391531Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:31:53.1404054Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:31:53.1605098Z Collecting packaging>=20 (from pipx)
2025-08-20T20:31:53.1617258Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:31:53.1811097Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:31:53.1822916Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:31:53.1976056Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:31:53.1987281Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:31:53.2386697Z Collecting pyinstaller (from py2static)
2025-08-20T20:31:53.2399556Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:31:53.2571456Z Collecting staticx (from py2static)
2025-08-20T20:31:53.2582413Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:31:53.2763455Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:31:53.2774541Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:31:53.3120270Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:31:53.3131500Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:31:53.3288830Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:31:53.3299466Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:31:53.3671482Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:31:53.3683221Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:31:53.3878620Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:31:53.3890287Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:31:53.4148309Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:31:53.4159521Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:31:53.4283389Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:31:53.4294350Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:31:53.5403879Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:31:53.5417412Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:31:53.5617833Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:31:53.5628431Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:31:53.5822270Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:31:53.5834015Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:31:53.6030133Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:31:53.6041061Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:31:53.6079525Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:31:53.6089662Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:31:53.6100148Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:31:53.6142434Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:31:53.6152044Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:31:53.6162004Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:31:53.6171966Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:31:53.6182318Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:31:53.6192433Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:31:53.6202159Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:31:53.6213777Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:53.6233308Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:31:53.6243812Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:31:53.6254152Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:31:53.6264468Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:31:53.6274823Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:31:53.6285079Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:31:53.6300556Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:31:53.6313994Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:31:53.6334133Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:31:53.6344567Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:31:53.6355820Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:31:53.7879641Z 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-20T20:31:53.7885297Z   Attempting uninstall: pyelftools
2025-08-20T20:31:53.7964348Z     Found existing installation: pyelftools 0.32
2025-08-20T20:31:53.8016228Z     Uninstalling pyelftools-0.32:
2025-08-20T20:31:53.8032934Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:31:53.9158020Z   Attempting uninstall: altgraph
2025-08-20T20:31:53.9244644Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:31:53.9264401Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:31:53.9271035Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:31:53.9415526Z   Attempting uninstall: typing-extensions
2025-08-20T20:31:53.9501125Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:31:53.9515694Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:31:53.9760107Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:31:54.0029718Z   Attempting uninstall: staticx
2025-08-20T20:31:54.0118665Z     Found existing installation: staticx 0.14.1
2025-08-20T20:31:54.0146152Z     Uninstalling staticx-0.14.1:
2025-08-20T20:31:54.0157809Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:31:54.0371118Z   Attempting uninstall: shellingham
2025-08-20T20:31:54.0457843Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:31:54.0477222Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:31:54.0484867Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:31:54.0582246Z   Attempting uninstall: setuptools
2025-08-20T20:31:54.0673882Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:31:54.0967392Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:31:54.1258329Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:31:54.8096529Z   Attempting uninstall: scons
2025-08-20T20:31:54.8195351Z     Found existing installation: SCons 4.9.1
2025-08-20T20:31:54.8588323Z     Uninstalling SCons-4.9.1:
2025-08-20T20:31:54.8663779Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:31:55.4961596Z   Attempting uninstall: pygments
2025-08-20T20:31:55.5048548Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:31:55.5297342Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:31:55.5325150Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:31:56.1934765Z   Attempting uninstall: platformdirs
2025-08-20T20:31:56.2020916Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:31:56.2046608Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:31:56.2053654Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:31:56.2207246Z   Attempting uninstall: packaging
2025-08-20T20:31:56.2289124Z     Found existing installation: packaging 25.0
2025-08-20T20:31:56.2313208Z     Uninstalling packaging-25.0:
2025-08-20T20:31:56.2320378Z       Successfully uninstalled packaging-25.0
2025-08-20T20:31:56.2709669Z   Attempting uninstall: mdurl
2025-08-20T20:31:56.2791534Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:31:56.2809388Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:31:56.2816654Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:31:56.2903472Z   Attempting uninstall: click
2025-08-20T20:31:56.2987600Z     Found existing installation: click 8.2.1
2025-08-20T20:31:56.3011664Z     Uninstalling click-8.2.1:
2025-08-20T20:31:56.3019492Z       Successfully uninstalled click-8.2.1
2025-08-20T20:31:56.3645691Z   Attempting uninstall: argcomplete
2025-08-20T20:31:56.3732400Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:31:56.3761849Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:31:56.3773847Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:31:56.4002798Z   Attempting uninstall: ansi2txt
2025-08-20T20:31:56.4083224Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:31:56.4098480Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:31:56.4353038Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:31:56.4421862Z   Attempting uninstall: userpath
2025-08-20T20:31:56.4507609Z     Found existing installation: userpath 1.9.2
2025-08-20T20:31:56.4527831Z     Uninstalling userpath-1.9.2:
2025-08-20T20:31:56.4537336Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:31:56.4646084Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:31:56.4728734Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:31:56.5177573Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:31:56.5222126Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:31:56.8043619Z   Attempting uninstall: markdown-it-py
2025-08-20T20:31:56.8139497Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:31:56.8201035Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:31:56.8219332Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:31:56.8844225Z   Attempting uninstall: rich
2025-08-20T20:31:56.8932391Z     Found existing installation: rich 14.1.0
2025-08-20T20:31:56.8997514Z     Uninstalling rich-14.1.0:
2025-08-20T20:31:56.9009420Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:31:57.0735426Z   Attempting uninstall: pyinstaller
2025-08-20T20:31:57.0819328Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:31:57.1189746Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:31:57.1237923Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:31:57.4620134Z   Attempting uninstall: pipx
2025-08-20T20:31:57.4710477Z     Found existing installation: pipx 1.7.1
2025-08-20T20:31:57.4753957Z     Uninstalling pipx-1.7.1:
2025-08-20T20:31:57.4765398Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:31:57.5317208Z   Attempting uninstall: typer
2025-08-20T20:31:57.5409791Z     Found existing installation: typer 0.16.1
2025-08-20T20:31:57.5437770Z     Uninstalling typer-0.16.1:
2025-08-20T20:31:57.5447804Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:31:57.5803197Z   Attempting uninstall: py2static
2025-08-20T20:31:57.5883765Z     Found existing installation: py2static 0.0.1
2025-08-20T20:31:57.5904667Z     Uninstalling py2static-0.0.1:
2025-08-20T20:31:57.5916041Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:31:57.5991727Z 
2025-08-20T20:31:57.6021980Z 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-20T20:31:57.9303853Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:31:58.0545019Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:31:58.0549536Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-dl7qd6lw
2025-08-20T20:31:58.0573878Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-dl7qd6lw
2025-08-20T20:31:59.1811571Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:31:59.1854524Z   Installing build dependencies: started
2025-08-20T20:31:59.9293596Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:31:59.9302564Z   Getting requirements to build wheel: started
2025-08-20T20:32:00.2256077Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:32:00.2268754Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:32:00.4277732Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:32:00.5965808Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:32:00.5979238Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:32:00.6179809Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:32:00.6190142Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:32:00.6375260Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:32:00.6385712Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:32:00.6555054Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:32:00.6565549Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:32:00.6610673Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:32:00.6622603Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:32:00.6637688Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:32:00.6660350Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:32:00.6814652Z Building wheels for collected packages: pyinstaller
2025-08-20T20:32:00.6824192Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:32:01.4173545Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:32:01.4200793Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=d579b3403ee1ce580149cae1512a73a583495d23ebb668fd449b07bd002eba9b
2025-08-20T20:32:01.4202235Z   Stored in directory: /tmp/pip-ephem-wheel-cache-7nbs98hn/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:32:01.4245589Z Successfully built pyinstaller
2025-08-20T20:32:01.5161130Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:32:01.5166094Z   Attempting uninstall: altgraph
2025-08-20T20:32:01.5252865Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:32:01.5273793Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:32:01.5281053Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:32:01.5439327Z   Attempting uninstall: setuptools
2025-08-20T20:32:01.5527942Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:32:01.5818138Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:32:01.6106946Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:32:02.2808525Z   Attempting uninstall: packaging
2025-08-20T20:32:02.2896208Z     Found existing installation: packaging 25.0
2025-08-20T20:32:02.2924703Z     Uninstalling packaging-25.0:
2025-08-20T20:32:02.2932340Z       Successfully uninstalled packaging-25.0
2025-08-20T20:32:02.3316074Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:32:02.3397931Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:32:02.3836435Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:32:02.3878714Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:32:02.6658815Z   Attempting uninstall: pyinstaller
2025-08-20T20:32:02.6752313Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:32:02.7110507Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:32:02.7154094Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:32:03.0582154Z 
2025-08-20T20:32:03.0612483Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:32:03.3513269Z 6.15.0
2025-08-20T20:32:03.4194775Z [+] Installing Go for linux-amd64...
2025-08-20T20:32:03.9621521Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:32:03.9622295Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:32:03.9623216Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:32:04.8499410Z [+] Downloading Go go1.25.0...
2025-08-20T20:32:04.8557094Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:32:04.8557975Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:32:04.8558404Z 
2025-08-20T20:32:04.9304489Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:32:04.9305332Z 100    80  100    80    0     0   1068      0 --:--:-- --:--:-- --:--:--  1081
2025-08-20T20:32:04.9995792Z 
2025-08-20T20:32:04.9996235Z 100    75  100    75    0     0    520      0 --:--:-- --:--:-- --:--:--   520
2025-08-20T20:32:05.1097484Z 
2025-08-20T20:32:05.3211584Z   0 56.8M    0  4125    0     0  16225      0  1:01:16 --:--:--  1:01:16 16225
2025-08-20T20:32:05.3212410Z 100 56.8M  100 56.8M    0     0   122M      0 --:--:-- --:--:-- --:--:--  269M
2025-08-20T20:32:05.3248176Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:32:06.7370933Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:32:06.7371481Z [+] GOROOT: /home/runner/.go
2025-08-20T20:32:06.7371786Z [+] GOPATH: /home/runner/go
2025-08-20T20:32:06.7372125Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:32:06.7542040Z go version go1.25.0 linux/amd64
2025-08-20T20:32:06.7965498Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:32:06.7966423Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:32:06.7967421Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:32:06.7968315Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:32:06.7968970Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:32:06.7969493Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:32:06.7970027Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:32:06.7970555Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:32:06.7971049Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:32:06.7971525Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:32:06.7972055Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:32:06.7972815Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:32:06.7973408Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:32:06.7974014Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:32:06.7974597Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:32:06.7975175Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:32:06.7975749Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:32:06.7976262Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:32:06.7976811Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:32:06.7977491Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:32:06.7978143Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:32:06.7978775Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:32:06.7979509Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:32:06.7980168Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:32:06.7981025Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:32:06.7981689Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:32:06.7982349Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:32:06.7983039Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:32:06.7983467Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:32:06.7983891Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:32:06.7984524Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:32:06.7984959Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:32:06.7985392Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:32:06.7985813Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:32:06.7986270Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:32:06.7986703Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:32:06.7987104Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:32:06.7987498Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:32:06.7987906Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:32:06.7988332Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:32:06.7988763Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:32:06.7989343Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:32:06.7989737Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:32:06.7990197Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:32:06.7990678Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:32:06.7991146Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:32:06.7991626Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:32:06.7992062Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:32:06.7992477Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:32:06.7993091Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:32:06.7993494Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:32:06.7993900Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:32:06.7994289Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:32:06.7994664Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:32:06.7995021Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:32:06.7995389Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:32:06.7995707Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:32:06.7996048Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:32:06.7996448Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:32:06.7996827Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:32:06.7997230Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:32:06.7997661Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:32:06.7998074Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:32:06.7998670Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:32:06.7999090Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:32:06.7999512Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:32:06.7999910Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:32:06.8000303Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:32:06.8000713Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:32:06.8001181Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:32:06.8001678Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:32:06.8002144Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:32:06.8002552Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:32:06.8003129Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:32:06.8003515Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:32:06.8003907Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:32:06.8004341Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:32:06.8004823Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:32:06.8005313Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:32:06.8005798Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:32:06.8006368Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:32:06.8006764Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:32:06.8007151Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:32:06.8007541Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:32:06.8007935Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:32:06.8008308Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:32:06.8008728Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:32:06.8009138Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:32:06.8009514Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:32:06.8009885Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:32:06.8010292Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:32:06.8010689Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:32:06.8011055Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:32:06.8011440Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:32:06.8011827Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:32:06.8012211Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:32:06.8012559Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:32:06.8013136Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:32:06.8013511Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:32:06.8013873Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:32:06.8014258Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:32:06.8014621Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:32:06.8014973Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:32:06.8015494Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:32:06.8015876Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:32:06.8016270Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:32:06.8016657Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:32:06.8017027Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:32:06.8017390Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:32:06.8017780Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:32:06.8018179Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:32:06.8018521Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:32:06.8018843Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:32:06.8019197Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:32:06.8019548Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:32:06.8019899Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:32:06.8020249Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:32:06.8020593Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:32:06.8020959Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:32:06.8021349Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:32:06.8021771Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:32:06.8022206Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:32:06.8022889Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:32:06.8023317Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:32:06.8023715Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:32:06.8024099Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:32:06.8024500Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:32:06.8024901Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:32:06.8025274Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:32:06.8025655Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:32:06.8026059Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:32:06.8026492Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:32:06.8026920Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:32:06.8027296Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:32:06.8027678Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:32:06.8028081Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:32:06.8028483Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:32:06.8028882Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:32:06.8029265Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:32:06.8029657Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:32:06.8030045Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:32:06.8030418Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:32:06.8030776Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:32:06.8031082Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:32:06.8031402Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:32:06.8031924Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:32:06.8032311Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:32:06.8032886Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:32:06.8033259Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:32:06.8033625Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:32:06.8033993Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:32:06.8034339Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:32:06.8034671Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:32:06.8035091Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:32:06.8035533Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:32:06.8035926Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:32:06.8036289Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:32:06.8036666Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:32:06.8037062Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:32:06.8037475Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:32:06.8037882Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:32:06.8038237Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:32:06.8038591Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:32:06.8039150Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:32:06.8039580Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:32:06.8039990Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:32:06.8040345Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:32:06.8040677Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:32:06.8041057Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:32:06.8041432Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:32:06.8041852Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:32:06.8042317Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:32:06.8042920Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:32:06.8043295Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:32:06.8043640Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:32:06.8043987Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:32:06.8044429Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:32:06.8044928Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:32:06.8045356Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:32:06.8045722Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:32:06.8046178Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:32:06.8046711Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:32:06.8047202Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:32:06.8047630Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:32:06.8047986Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:32:06.8048537Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:32:06.8048947Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:32:06.8049351Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:32:06.8049751Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:32:06.8050114Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:32:06.8050478Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:32:06.8050868Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:32:06.8051260Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:32:06.8051649Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:32:06.8052036Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:32:06.8052424Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:32:06.8053034Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:32:06.8053455Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:32:06.8053896Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:32:06.8054311Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:32:06.8054708Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:32:06.8055070Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:32:06.8055460Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:32:06.8055971Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:32:06.8056346Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:32:06.8056715Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:32:06.8057100Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:32:06.8057512Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:32:06.8057973Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:32:06.8058412Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:32:06.8058803Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:32:06.8059188Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:32:06.8059563Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:32:06.8059933Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:32:06.8060296Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:32:06.8060673Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:32:06.8061053Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:32:06.8061489Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:32:06.8061950Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:32:06.8062401Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:32:06.8063153Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:32:06.8063658Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:32:06.8064144Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:32:06.8064634Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:32:06.8065061Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:32:06.8065556Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:32:06.8065911Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:32:06.8066285Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:32:06.8066653Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:32:06.8067006Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:32:06.8067373Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:32:06.8067800Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:32:06.8068418Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:32:06.8069058Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:32:06.8069677Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:32:06.8070321Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:32:06.8070991Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:32:06.8071662Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:32:06.8072106Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:32:06.8072486Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:32:06.8073163Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:32:06.8073576Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:32:06.8073943Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:32:06.8074521Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:32:06.8074877Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:32:06.8075236Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:32:06.8075623Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:32:06.8075989Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:32:06.8076377Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:32:06.8076735Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:32:06.8077046Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:32:06.8077504Z 	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-20T20:32:06.8078071Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:32:06.8078442Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:32:06.8078813Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:32:06.8079179Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:32:06.8079578Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:32:06.8080003Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:32:06.8080423Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:32:06.8083057Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:32:06.8083757Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:32:06.8084399Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:32:06.8085070Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:32:06.8085765Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:32:06.8086414Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:32:06.8087095Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:32:06.8088013Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:32:06.8088542Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:32:06.8088999Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:32:06.8089413Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:32:06.8089813Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:32:06.8090288Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:32:06.8090774Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:32:06.8091184Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:32:06.8091616Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:32:06.8092071Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:32:06.8092478Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:32:06.8093191Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:32:06.8093576Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:32:06.8093965Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:32:06.8094345Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:32:06.8094711Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:32:06.8095072Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:32:06.8095620Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:32:06.8096007Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:32:06.8096372Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:32:06.8096747Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:32:06.8097097Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:32:06.8097470Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:32:06.8097855Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:32:06.8098214Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:32:06.8098571Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:32:06.8098924Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:32:06.8099281Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:32:06.8099656Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:32:06.8100019Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:32:06.8100380Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:32:06.8100754Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:32:06.8101101Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:32:06.8101470Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:32:06.8101908Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:32:06.8102313Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:32:06.8102904Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:32:06.8103343Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:32:06.8103763Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:32:06.8104162Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:32:06.8104520Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:32:06.8105057Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:32:06.8105414Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:32:06.8105711Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:32:06.8106011Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:32:06.8106359Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:32:06.8106713Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:32:06.8107078Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:32:06.8107432Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:32:06.8107774Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:32:06.8108107Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:32:06.8108491Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:32:06.8108904Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:32:06.8109302Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:32:06.8109691Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:32:06.8110077Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:32:06.8110483Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:32:06.8110975Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:32:06.8111597Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:32:06.8112350Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:32:06.8113207Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:32:06.8113690Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:32:06.8114140Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:32:06.8114659Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:32:06.8115272Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:32:06.8115829Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:32:06.8116316Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:32:06.8116760Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:32:06.8117129Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:32:06.8117497Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:32:06.8117866Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:32:06.8118242Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:32:06.8118634Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:32:06.8119008Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:32:06.8119386Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:32:06.8119761Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:32:06.8120141Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:32:06.8120506Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:32:06.8120881Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:32:06.8121245Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:32:06.8121633Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:32:06.8122190Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:32:06.8122594Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:32:06.8123275Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:32:06.8123633Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:32:06.8124017Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:32:06.8124424Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:32:06.8124824Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:32:06.8125265Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:32:06.8125689Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:32:06.8126055Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:32:06.8126424Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:32:06.8126794Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:32:06.8127156Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:32:06.8127535Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:32:06.8127918Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:32:06.8128293Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:32:06.8128674Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:32:06.8129028Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:32:06.8129504Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:32:06.8130050Z 	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-20T20:32:06.8130761Z 	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-20T20:32:06.8131429Z 	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-20T20:32:06.8132098Z 	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-20T20:32:06.8132615Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:32:06.8133229Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:32:06.8133604Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:32:06.8133987Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:32:06.8134363Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:32:06.8134730Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:32:06.8135102Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:32:06.8135488Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:32:06.8135863Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:32:06.8136235Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:32:06.8136607Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:32:06.8136969Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:32:06.8137358Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:32:06.8137771Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:32:06.8151124Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:32:06.8151655Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:32:06.8152313Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:32:06.8153070Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:32:06.8153499Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:32:06.8153901Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:32:06.8154288Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:32:06.8154720Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:32:06.8155135Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:32:06.8155548Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:32:06.8155954Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:32:06.8156347Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:32:06.8156741Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:32:06.8157173Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:32:06.8157610Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:32:06.8158004Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:32:06.8158440Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:32:06.8158903Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:32:06.8159320Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:32:06.8159818Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:32:06.8160207Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:32:06.8160602Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:32:06.8161023Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:32:06.8161424Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:32:06.8161795Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:32:06.8162179Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:32:06.8162857Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:32:06.8163337Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:32:06.8163734Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:32:06.8164140Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:32:06.8164594Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:32:06.8165038Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:32:06.8165511Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:32:06.8165995Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:32:06.8166431Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:32:06.8166865Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:32:06.8167263Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:32:06.8167674Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:32:06.8168111Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:32:06.8168502Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:32:06.8168881Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:32:06.8169434Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:32:06.8169830Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:32:06.8170237Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:32:06.8170657Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:32:06.8171043Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:32:06.8171416Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:32:06.8171778Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:32:06.8172133Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:32:06.8172524Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:32:06.8173153Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:32:06.8173614Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:32:06.8174063Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:32:06.8174464Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:32:06.8174901Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:32:06.8175330Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:32:06.8175749Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:32:06.8176165Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:32:06.8176532Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:32:06.8177099Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:32:06.8177515Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:32:06.8177915Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:32:06.8178286Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:32:06.8178616Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:32:06.8178932Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:32:06.8179289Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:32:06.8179797Z 	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-20T20:32:06.8180308Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:32:06.8180686Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:32:06.8181059Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:32:06.8181459Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:32:06.8181878Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:32:06.8182291Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:32:06.8182916Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:32:06.8183343Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:32:06.8183755Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:32:06.8184121Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:32:06.8184490Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:32:06.8184853Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:32:06.8185237Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:32:06.8185661Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:32:06.8186088Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:32:06.8186626Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:32:06.8187049Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:32:06.8187488Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:32:06.8187875Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:32:06.8188242Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:32:06.8188595Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:32:06.8188955Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:32:06.8189324Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:32:06.8189700Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:32:06.8190094Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:32:06.8190504Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:32:06.8190962Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:32:06.8191395Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:32:06.8191769Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:32:06.8192145Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:32:06.8192525Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:32:06.8193227Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:32:06.8193789Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:32:06.8194171Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:32:06.8194611Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:32:06.8195108Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:32:06.8195519Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:32:06.8195885Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:32:06.8196252Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:32:06.8196650Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:32:06.8197039Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:32:06.8197410Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:32:06.8197809Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:32:06.8198188Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:32:06.8198532Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:32:06.8198891Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:32:06.8199286Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:32:06.8199702Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:32:06.8200083Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:32:06.8200463Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:32:06.8200899Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:32:06.8201329Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:32:06.8201740Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:32:06.8202134Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:32:06.8202905Z 	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-20T20:32:06.8203712Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:32:06.8204014Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:32:06.8204360Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:32:06.8204768Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:32:06.8205189Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:32:06.8205709Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:32:06.8206292Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:32:06.8206906Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:32:06.8207550Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:32:06.8208198Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:32:06.8208822Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:32:06.8209442Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:32:06.8210023Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:32:06.8210505Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:32:06.8210947Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:32:06.8211519Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:32:06.8211949Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:32:06.8212433Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:32:06.8213059Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:32:06.8213439Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:32:06.8213801Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:32:06.8214168Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:32:06.8214539Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:32:06.8214940Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:32:06.8215349Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:32:06.8215703Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:32:06.8216092Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:32:06.8216558Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:32:06.8217038Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:32:06.8217517Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:32:06.8217990Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:32:06.8218461Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:32:06.8218933Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:32:06.8219370Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:32:06.8219779Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:32:06.8220185Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:32:06.8220593Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:32:06.8221134Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:32:06.8221536Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:32:06.8221962Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:32:06.8222387Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:32:06.8222901Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:32:06.8223280Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:32:06.8223653Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:32:06.8224036Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:32:06.8224469Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:32:06.8224897Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:32:06.8225303Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:32:06.8225704Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:32:06.8226123Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:32:06.8226569Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:32:06.8227005Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:32:06.8227429Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:32:06.8227814Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:32:06.8228315Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:32:06.8228707Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:32:06.8229079Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:32:06.8229450Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:32:06.8229845Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:32:06.8230245Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:32:06.8230665Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:32:06.8231134Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:32:06.8231549Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:32:06.8231951Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:32:06.8232349Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:32:06.8232831Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:32:06.8233292Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:32:06.8233713Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:32:06.8234114Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:32:06.8234497Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:32:06.8234890Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:32:06.8235317Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:32:06.8235754Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:32:06.8236162Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:32:06.8236545Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:32:06.8236938Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:32:06.8237479Z 	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-20T20:32:06.8238235Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:32:06.8238681Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:32:06.8239120Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:32:06.8239554Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:32:06.8239967Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:32:06.8240361Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:32:06.8240749Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:32:06.8241127Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:32:06.8241518Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:32:06.8241921Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:32:06.8242284Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:32:06.8242851Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:32:06.8243256Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:32:06.8243628Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:32:06.8244031Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:32:06.8244485Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:32:06.8245057Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:32:06.8245443Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:32:06.8245810Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:32:06.8246195Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:32:06.8246566Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:32:06.8246933Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:32:06.8247361Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:32:06.8247815Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:32:06.8248215Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:32:06.8248607Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:32:06.8249007Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:32:06.8249381Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:32:06.8249755Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:32:06.8250132Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:32:06.8250524Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:32:06.8250975Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:32:06.8251443Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:32:06.8251867Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:32:06.8252267Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:32:06.8252848Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:32:06.8253308Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:32:06.8253705Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:32:06.8254062Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:32:06.8254625Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:32:06.8254933Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:32:06.8255304Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:32:06.8255683Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:32:06.8256032Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:32:06.8256403Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:32:06.8256808Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:32:06.8257198Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:32:06.8257562Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:32:06.8257915Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:32:06.8258293Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:32:06.8258711Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:32:06.8259098Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:32:06.8259463Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:32:06.8259824Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:32:06.8260214Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:32:06.8260603Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:32:06.8260951Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:32:06.8261325Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:32:06.8261841Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:32:06.8262222Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:32:06.8262603Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:32:06.8263253Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:32:06.8263649Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:32:06.8264051Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:32:06.8264473Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:32:06.8264878Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:32:06.8265222Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:32:06.8265573Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:32:06.8265924Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:32:06.8266353Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:32:06.8266858Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:32:06.8267364Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:32:06.8267839Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:32:06.8268328Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:32:06.8268759Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:32:06.8269138Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:32:06.8269527Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:32:06.8269912Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:32:06.8270304Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:32:06.8270686Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:32:06.8271242Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:32:06.8271611Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:32:06.8271999Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:32:06.8272438Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:32:06.8273154Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:32:06.8273643Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:32:06.8274051Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:32:06.8274473Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:32:06.8274856Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:32:06.8275208Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:32:06.8275609Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:32:06.8276072Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:32:06.8276499Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:32:06.8276911Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:32:06.8277316Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:32:06.8277643Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:32:06.8277924Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:32:06.8278275Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:32:06.8278914Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:32:07.0739560Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:32:07.2602967Z Collecting meson
2025-08-20T20:32:07.3101968Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:32:07.3467245Z Collecting ninja
2025-08-20T20:32:07.3558887Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:32:07.3705720Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:32:07.4489359Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 15.7 MB/s  0:00:00
2025-08-20T20:32:07.4566403Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:32:07.5558331Z Installing collected packages: ninja, meson
2025-08-20T20:32:08.3173649Z 
2025-08-20T20:32:08.3203490Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:32:08.6214191Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:32:08.7329859Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:32:08.8018999Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:32:09.2337215Z 1.8.4
2025-08-20T20:32:09.2667058Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:32:09.2930692Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:32:09.2931419Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:32:09.2932302Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:32:09.2933373Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:32:09.2934178Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:32:09.2934768Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:32:09.2935276Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:32:09.2935817Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:32:09.2936311Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:32:09.2937072Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:32:09.2937596Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:32:09.2938161Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:32:09.2938843Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:32:09.2939438Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:32:09.2940010Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:32:09.2940850Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:32:09.2941735Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:32:09.2942370Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:32:09.2943230Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:32:09.2943924Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:32:09.2944815Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:32:09.2945528Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:32:09.2946524Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:32:09.2947283Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:32:09.2947685Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:32:09.2948089Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:32:09.2948528Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:32:09.2949136Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:32:09.2949542Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:32:09.2949958Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:32:09.2950381Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:32:09.2950797Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:32:09.2951225Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:32:09.2951714Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:32:09.2952497Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:32:09.2953625Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:32:09.2954378Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:32:09.2955079Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:32:09.2955803Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:32:09.2956548Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:32:09.2957293Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:32:09.2957998Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:32:09.2958681Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:32:09.2959469Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:32:09.2960293Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:32:09.2961105Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:32:09.2961938Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:32:09.2962863Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:32:09.2963593Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:32:09.2964506Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:32:09.2965214Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:32:09.2965948Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:32:09.2966651Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:32:09.2967295Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:32:09.2967922Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:32:09.2968563Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:32:09.2969122Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:32:09.2969720Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:32:09.2970427Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:32:09.2971087Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:32:09.2971813Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:32:09.2972576Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:32:09.2973459Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:32:09.2974173Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:32:09.2974915Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:32:09.2975660Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:32:09.2976363Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:32:09.2977227Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:32:09.2978001Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:32:09.2978832Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:32:09.2979690Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:32:09.2980500Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:32:09.2981231Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:32:09.2981908Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:32:09.2982591Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:32:09.2983452Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:32:09.2984220Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:32:09.2985087Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:32:09.2985957Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:32:09.2986818Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:32:09.2987578Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:32:09.2988271Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:32:09.2988954Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:32:09.2989656Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:32:09.2990352Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:32:09.2991026Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:32:09.2991772Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:32:09.2992510Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:32:09.2993346Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:32:09.2994181Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:32:09.2994877Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:32:09.2995584Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:32:09.2996230Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:32:09.2996868Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:32:09.2997553Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:32:09.2998230Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:32:09.2998842Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:32:09.2999510Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:32:09.3000162Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:32:09.3000786Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:32:09.3001461Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:32:09.3002097Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:32:09.3002883Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:32:09.3003538Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:32:09.3004215Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:32:09.3004915Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:32:09.3005601Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:32:09.3006429Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:32:09.3007121Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:32:09.3007806Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:32:09.3008521Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:32:09.3009117Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:32:09.3009683Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:32:09.3010307Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:32:09.3010916Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:32:09.3011539Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:32:09.3012165Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:32:09.3012928Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:32:09.3013594Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:32:09.3014288Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:32:09.3015061Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:32:09.3015843Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:32:09.3016539Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:32:09.3017216Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:32:09.3017896Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:32:09.3018576Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:32:09.3019278Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:32:09.3019985Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:32:09.3020648Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:32:09.3021321Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:32:09.3022034Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:32:09.3023163Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:32:09.3023916Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:32:09.3024589Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:32:09.3025259Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:32:09.3025977Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:32:09.3026693Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:32:09.3027401Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:32:09.3028099Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:32:09.3028792Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:32:09.3029490Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:32:09.3030160Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:32:09.3030781Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:32:09.3031313Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:32:09.3031876Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:32:09.3032566Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:32:09.3033419Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:32:09.3034098Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:32:09.3034747Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:32:09.3035621Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:32:09.3036301Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:32:09.3036917Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:32:09.3037503Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:32:09.3038261Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:32:09.3039044Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:32:09.3039751Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:32:09.3040398Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:32:09.3041076Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:32:09.3041806Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:32:09.3042548Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:32:09.3043418Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:32:09.3044028Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:32:09.3044641Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:32:09.3045368Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:32:09.3046122Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:32:09.3046837Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:32:09.3047468Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:32:09.3048060Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:32:09.3048728Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:32:09.3049407Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:32:09.3050140Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:32:09.3050950Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:32:09.3051861Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:32:09.3052502Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:32:09.3053239Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:32:09.3053855Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:32:09.3054680Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:32:09.3055544Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:32:09.3056307Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:32:09.3056965Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:32:09.3057777Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:32:09.3058710Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:32:09.3059556Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:32:09.3060270Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:32:09.3060875Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:32:09.3061523Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:32:09.3062187Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:32:09.3063072Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:32:09.3063786Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:32:09.3064618Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:32:09.3065275Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:32:09.3065956Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:32:09.3066651Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:32:09.3067336Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:32:09.3068008Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:32:09.3068674Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:32:09.3069336Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:32:09.3070049Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:32:09.3070809Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:32:09.3071549Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:32:09.3072181Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:32:09.3072997Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:32:09.3073695Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:32:09.3074308Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:32:09.3074936Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:32:09.3075575Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:32:09.3076231Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:32:09.3076947Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:32:09.3077725Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:32:09.3078467Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:32:09.3079127Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:32:09.3079789Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:32:09.3080615Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:32:09.3081241Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:32:09.3081858Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:32:09.3082512Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:32:09.3083294Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:32:09.3083753Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:32:09.3084245Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:32:09.3084718Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:32:09.3085237Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:32:09.3085744Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:32:09.3086243Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:32:09.3086731Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:32:09.3087158Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:32:09.3087526Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:32:09.3087886Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:32:09.3088270Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:32:09.3088651Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:32:09.3089154Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:32:09.3089539Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:32:09.3089932Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:32:09.3090313Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:32:09.3090693Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:32:09.3091081Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:32:09.3091472Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:32:09.3091859Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:32:09.3092273Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:32:09.3092843Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:32:09.3093247Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:32:09.3093624Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:32:09.3094034Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:32:09.3094415Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:32:09.3094761Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:32:09.3095105Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:32:09.3095469Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:32:09.3095855Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:32:09.3096228Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:32:09.3096618Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:32:09.3096979Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:32:09.3097297Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:32:09.3097758Z 	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-20T20:32:09.3098402Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:32:09.3098769Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:32:09.3099142Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:32:09.3099515Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:32:09.3099913Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:32:09.3100344Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:32:09.3100766Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:32:09.3101191Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:32:09.3101594Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:32:09.3101991Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:32:09.3102413Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:32:09.3102955Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:32:09.3103342Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:32:09.3103766Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:32:09.3104252Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:32:09.3104743Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:32:09.3105191Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:32:09.3105713Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:32:09.3106121Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:32:09.3106591Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:32:09.3107079Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:32:09.3107479Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:32:09.3107907Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:32:09.3108353Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:32:09.3108751Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:32:09.3109112Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:32:09.3109471Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:32:09.3109852Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:32:09.3110233Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:32:09.3110594Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:32:09.3110958Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:32:09.3111337Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:32:09.3111710Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:32:09.3112073Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:32:09.3112438Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:32:09.3112923Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:32:09.3113295Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:32:09.3113676Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:32:09.3114035Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:32:09.3114390Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:32:09.3114738Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:32:09.3115223Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:32:09.3115589Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:32:09.3115952Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:32:09.3116303Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:32:09.3116672Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:32:09.3117025Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:32:09.3117388Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:32:09.3117818Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:32:09.3118220Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:32:09.3118577Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:32:09.3118960Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:32:09.3119373Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:32:09.3119765Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:32:09.3120126Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:32:09.3120483Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:32:09.3120835Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:32:09.3121130Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:32:09.3121426Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:32:09.3121776Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:32:09.3122241Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:32:09.3122607Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:32:09.3123077Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:32:09.3123421Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:32:09.3123752Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:32:09.3124128Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:32:09.3124534Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:32:09.3124921Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:32:09.3125314Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:32:09.3125701Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:32:09.3126117Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:32:09.3126613Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:32:09.3127239Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:32:09.3127863Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:32:09.3128417Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:32:09.3128892Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:32:09.3129349Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:32:09.3129870Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:32:09.3130499Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:32:09.3131065Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:32:09.3131558Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:32:09.3132146Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:32:09.3132517Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:32:09.3133003Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:32:09.3133373Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:32:09.3133752Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:32:09.3134142Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:32:09.3134526Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:32:09.3134914Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:32:09.3135296Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:32:09.3135666Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:32:09.3136313Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:32:09.3136819Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:32:09.3137323Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:32:09.3137826Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:32:09.3138312Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:32:09.3151735Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:32:09.3152219Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:32:09.3152600Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:32:09.3153320Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:32:09.3153759Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:32:09.3154193Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:32:09.3154712Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:32:09.3155175Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:32:09.3155557Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:32:09.3155944Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:32:09.3156355Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:32:09.3156733Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:32:09.3157123Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:32:09.3157526Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:32:09.3157914Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:32:09.3158310Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:32:09.3158673Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:32:09.3159039Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:32:09.3159594Z 	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-20T20:32:09.3160316Z 	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-20T20:32:09.3160998Z 	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-20T20:32:09.3161655Z 	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-20T20:32:09.3162196Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:32:09.3162829Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:32:09.3163204Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:32:09.3163586Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:32:09.3163964Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:32:09.3164318Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:32:09.3164692Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:32:09.3165082Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:32:09.3165456Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:32:09.3165834Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:32:09.3166214Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:32:09.3166583Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:32:09.3166980Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:32:09.3167392Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:32:09.3167789Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:32:09.3168186Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:32:09.3168580Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:32:09.3168969Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:32:09.3169353Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:32:09.3169859Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:32:09.3170238Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:32:09.3170620Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:32:09.3171029Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:32:09.3171427Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:32:09.3171815Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:32:09.3172226Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:32:09.3172611Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:32:09.3173160Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:32:09.3173598Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:32:09.3174005Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:32:09.3174453Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:32:09.3174921Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:32:09.3175332Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:32:09.3175701Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:32:09.3176090Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:32:09.3176485Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:32:09.3176890Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:32:09.3177292Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:32:09.3177668Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:32:09.3178056Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:32:09.3178527Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:32:09.3179004Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:32:09.3179528Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:32:09.3179935Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:32:09.3180383Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:32:09.3180821Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:32:09.3181295Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:32:09.3181788Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:32:09.3182227Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:32:09.3182867Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:32:09.3183343Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:32:09.3183757Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:32:09.3184181Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:32:09.3184569Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:32:09.3184948Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:32:09.3185360Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:32:09.3185765Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:32:09.3186172Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:32:09.3186593Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:32:09.3187119Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:32:09.3187503Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:32:09.3187877Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:32:09.3188236Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:32:09.3188631Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:32:09.3189049Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:32:09.3189502Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:32:09.3189958Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:32:09.3190364Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:32:09.3190798Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:32:09.3191230Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:32:09.3191640Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:32:09.3192049Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:32:09.3192416Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:32:09.3192894Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:32:09.3193284Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:32:09.3193674Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:32:09.3194049Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:32:09.3194381Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:32:09.3194696Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:32:09.3195056Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:32:09.3195570Z 	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-20T20:32:09.3196286Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:32:09.3196667Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:32:09.3197037Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:32:09.3197424Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:32:09.3197835Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:32:09.3198239Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:32:09.3198638Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:32:09.3199044Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:32:09.3199453Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:32:09.3199824Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:32:09.3200185Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:32:09.3200549Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:32:09.3200927Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:32:09.3201345Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:32:09.3201775Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:32:09.3202167Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:32:09.3202579Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:32:09.3203138Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:32:09.3203657Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:32:09.3204023Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:32:09.3204375Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:32:09.3204737Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:32:09.3205103Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:32:09.3205480Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:32:09.3205875Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:32:09.3206289Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:32:09.3206745Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:32:09.3207183Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:32:09.3207564Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:32:09.3207943Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:32:09.3208319Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:32:09.3208704Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:32:09.3209076Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:32:09.3209452Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:32:09.3209899Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:32:09.3210387Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:32:09.3210805Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:32:09.3211171Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:32:09.3211545Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:32:09.3211952Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:32:09.3212346Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:32:09.3213044Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:32:09.3213437Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:32:09.3213813Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:32:09.3214165Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:32:09.3214518Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:32:09.3214908Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:32:09.3215330Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:32:09.3215709Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:32:09.3216101Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:32:09.3216535Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:32:09.3216976Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:32:09.3217391Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:32:09.3217786Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:32:09.3218299Z 	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-20T20:32:09.3218828Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:32:09.3219138Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:32:09.3219483Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:32:09.3219898Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:32:09.3220449Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:32:09.3221058Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:32:09.3221659Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:32:09.3222276Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:32:09.3223157Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:32:09.3223806Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:32:09.3224431Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:32:09.3225067Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:32:09.3225649Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:32:09.3226136Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:32:09.3226584Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:32:09.3227016Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:32:09.3227437Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:32:09.3227902Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:32:09.3228336Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:32:09.3228720Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:32:09.3229082Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:32:09.3229457Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:32:09.3229834Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:32:09.3230242Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:32:09.3230801Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:32:09.3231173Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:32:09.3231570Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:32:09.3232036Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:32:09.3232522Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:32:09.3233126Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:32:09.3233605Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:32:09.3234086Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:32:09.3234564Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:32:09.3235016Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:32:09.3235427Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:32:09.3235844Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:32:09.3236254Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:32:09.3236662Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:32:09.3237069Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:32:09.3237500Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:32:09.3238050Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:32:09.3238446Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:32:09.3238848Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:32:09.3239237Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:32:09.3239616Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:32:09.3240054Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:32:09.3240494Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:32:09.3240904Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:32:09.3241318Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:32:09.3241748Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:32:09.3242207Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:32:09.3242756Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:32:09.3243338Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:32:09.3243741Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:32:09.3244119Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:32:09.3244511Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:32:09.3244883Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:32:09.3245261Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:32:09.3245667Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:32:09.3246068Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:32:09.3246499Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:32:09.3246961Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:32:09.3247520Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:32:09.3247927Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:32:09.3248318Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:32:09.3248621Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:32:09.3248945Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:32:09.3249331Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:32:09.3249726Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:32:09.3250121Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:32:09.3250513Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:32:09.3250942Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:32:09.3251387Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:32:09.3251813Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:32:09.3252197Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:32:09.3252594Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:32:09.3253261Z 	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-20T20:32:09.3253840Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:32:09.3254313Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:32:09.3254754Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:32:09.3255312Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:32:09.3255736Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:32:09.3256133Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:32:09.3256519Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:32:09.3256897Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:32:09.3257289Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:32:09.3257682Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:32:09.3258057Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:32:09.3258443Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:32:09.3258840Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:32:09.3259222Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:32:09.3259639Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:32:09.3260118Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:32:09.3260540Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:32:09.3260915Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:32:09.3261299Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:32:09.3261686Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:32:09.3262064Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:32:09.3262431Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:32:09.3263100Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:32:09.3263572Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:32:09.3263979Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:32:09.3264510Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:32:09.3264907Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:32:09.3265289Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:32:09.3265666Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:32:09.3266045Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:32:09.3266448Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:32:09.3266901Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:32:09.3267362Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:32:09.3267796Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:32:09.3268209Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:32:09.3268621Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:32:09.3269044Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:32:09.3269440Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:32:09.3269801Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:32:09.3270119Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:32:09.3270424Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:32:09.3270801Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:32:09.3271176Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:32:09.3271667Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:32:09.3272043Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:32:09.3272442Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:32:09.3272952Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:32:09.3273309Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:32:09.3273663Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:32:09.3274040Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:32:09.3274441Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:32:09.3274903Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:32:09.3275468Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:32:09.3276057Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:32:09.3276750Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:32:09.3277414Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:32:09.3278036Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:32:09.3278686Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:32:09.3279379Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:32:09.3280053Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:32:09.3280709Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:32:09.3281360Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:32:09.3282033Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:32:09.3282919Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:32:09.3283726Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:32:09.3284464Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:32:09.3285100Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:32:09.3285956Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:32:09.3286563Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:32:09.3287420Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:32:09.3288322Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:32:09.3289175Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:32:09.3290017Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:32:09.3290915Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:32:09.3291730Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:32:09.3292414Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:32:09.3293349Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:32:09.3294055Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:32:09.3294736Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:32:09.3295432Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:32:09.3296125Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:32:09.3296791Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:32:09.3297475Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:32:09.3298085Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:32:09.3298736Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:32:09.3299139Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:32:09.3299563Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:32:09.3300013Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:32:09.3300398Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:32:09.3300759Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:32:09.3301163Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:32:09.3301622Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:32:09.3302055Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:32:09.3302474Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:32:09.3303202Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:32:09.3303536Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:32:09.3303817Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:32:09.3304178Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:32:09.3304668Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:32:09.8863497Z info: downloading installer (https://install.determinate.systems/nix/tag/v3.8.5/nix-installer-x86_64-linux)
2025-08-20T20:32:10.7559765Z  INFO nix-installer v3.8.5
2025-08-20T20:32:11.7714765Z [2m[33m`nix-installer` needs to run as `root`, attempting to escalate now via `sudo`...[39m[0m
2025-08-20T20:32:11.7832795Z  INFO nix-installer v3.8.5
2025-08-20T20:32:12.2181011Z  INFO Step: Create directory `/nix`
2025-08-20T20:32:12.2181653Z  INFO Step: Provision Nix
2025-08-20T20:32:14.4572975Z  INFO Step: Create build users (UID 30001-30032) and group (GID 30000)
2025-08-20T20:32:15.2220326Z  INFO Step: Configure Nix
2025-08-20T20:32:15.4957241Z  INFO Step: Create directory `/etc/tmpfiles.d`
2025-08-20T20:32:15.4957811Z  INFO Step: Configure upstream Nix daemon service
2025-08-20T20:32:15.4958446Z  INFO Step: Remove directory `/nix/temp-install-dir`
2025-08-20T20:32:15.6025790Z  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-1755721935497\\\"; 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-1755721935497'\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-1755721935567\\\"; 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-1755721935567'\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-20T20:32:15.6511378Z [1m[32mNix was installed successfully![39m[0m
2025-08-20T20:32:15.6512258Z 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-20T20:32:15.6513159Z 
2025-08-20T20:32:15.7392448Z root    ALL=(ALL:ALL) ALL
2025-08-20T20:32:15.7651950Z nix (Nix) 2.30.2
2025-08-20T20:32:15.8172086Z nixedge https://nixos.org/channels/nixos-unstable
2025-08-20T20:32:16.4524156Z unpacking 1 channels...
2025-08-20T20:32:33.5458779Z user   flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
2025-08-20T20:32:33.5459525Z global flake:agda github:agda/agda
2025-08-20T20:32:33.5460074Z global flake:arion github:hercules-ci/arion
2025-08-20T20:32:33.5460577Z global flake:blender-bin github:edolstra/nix-warez?dir=blender
2025-08-20T20:32:33.5461029Z global flake:bundlers github:NixOS/bundlers
2025-08-20T20:32:33.5461392Z global flake:cachix github:cachix/cachix
2025-08-20T20:32:33.5462125Z global flake:composable github:ComposableFi/composable
2025-08-20T20:32:33.5462552Z global flake:disko github:nix-community/disko
2025-08-20T20:32:33.5463226Z global flake:dreampkgs github:nix-community/dreampkgs
2025-08-20T20:32:33.5463661Z global flake:dwarffs github:edolstra/dwarffs
2025-08-20T20:32:33.5464240Z global flake:emacs-overlay github:nix-community/emacs-overlay
2025-08-20T20:32:33.5464696Z global flake:fenix github:nix-community/fenix
2025-08-20T20:32:33.5465214Z global flake:flake-parts github:hercules-ci/flake-parts
2025-08-20T20:32:33.5465723Z global flake:flake-utils github:numtide/flake-utils
2025-08-20T20:32:33.5466120Z global flake:helix github:helix-editor/helix
2025-08-20T20:32:33.5466709Z global flake:hercules-ci-agent github:hercules-ci/hercules-ci-agent
2025-08-20T20:32:33.5467282Z global flake:hercules-ci-effects github:hercules-ci/hercules-ci-effects
2025-08-20T20:32:33.5467822Z global flake:home-manager github:nix-community/home-manager
2025-08-20T20:32:33.5468243Z global flake:hydra github:NixOS/hydra
2025-08-20T20:32:33.5468593Z global flake:mach-nix github:DavHau/mach-nix
2025-08-20T20:32:33.5469029Z global flake:ngipkgs github:ngi-nix/ngipkgs
2025-08-20T20:32:33.5469784Z global flake:nickel github:tweag/nickel
2025-08-20T20:32:33.5470119Z global flake:nix github:NixOS/nix
2025-08-20T20:32:33.5470482Z global flake:nix-darwin github:nix-darwin/nix-darwin
2025-08-20T20:32:33.5470893Z global flake:nix-serve github:edolstra/nix-serve
2025-08-20T20:32:33.5471261Z global flake:nixops github:NixOS/nixops
2025-08-20T20:32:33.5471683Z global flake:nixos-anywhere github:nix-community/nixos-anywhere
2025-08-20T20:32:33.5472162Z global flake:nixos-hardware github:NixOS/nixos-hardware
2025-08-20T20:32:33.5472602Z global flake:nixos-homepage github:NixOS/nixos-homepage
2025-08-20T20:32:33.5473213Z global flake:nixos-search github:NixOS/nixos-search
2025-08-20T20:32:33.5473611Z global flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
2025-08-20T20:32:33.5473953Z global flake:nur github:nix-community/NUR
2025-08-20T20:32:33.5474233Z global flake:patchelf github:NixOS/patchelf
2025-08-20T20:32:33.5474549Z global flake:poetry2nix github:nix-community/poetry2nix
2025-08-20T20:32:33.5474892Z global flake:pridefetch github:SpyHoodle/pridefetch
2025-08-20T20:32:33.5475192Z global flake:sops-nix github:Mic92/sops-nix
2025-08-20T20:32:33.5475479Z global flake:systems github:nix-systems/default
2025-08-20T20:32:33.5475779Z global flake:templates github:NixOS/templates
2025-08-20T20:33:04.8765923Z {"/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-20T20:33:05.5255360Z these 2 paths will be fetched (1.35 MiB download, 7.15 MiB unpacked):
2025-08-20T20:33:05.5256181Z   /nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T20:33:05.5257095Z   /nix/store/q1qsj9zr3r5hxpp2nb1ks2zblp8ixckc-ncurses-static-x86_64-unknown-linux-musl-6.5
2025-08-20T20:33:05.5264793Z copying path '/nix/store/q1qsj9zr3r5hxpp2nb1ks2zblp8ixckc-ncurses-static-x86_64-unknown-linux-musl-6.5' from 'https://cache.nixos.org'...
2025-08-20T20:33:05.8187107Z copying path '/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T20:33:06.0550509Z /nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T20:33:06.2123395Z nix (Nix) 2.30.2
2025-08-20T20:33:06.2394200Z nixedge https://nixos.org/channels/nixos-unstable
2025-08-20T20:33:06.2679053Z unpacking 1 channels...
2025-08-20T20:33:07.0337639Z info: downloading installer
2025-08-20T20:33:07.2264151Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:33:07.2264775Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:33:07.2265400Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:33:07.2266116Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:33:07.2448676Z info: profile set to 'default'
2025-08-20T20:33:07.2449382Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:33:07.2450131Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:33:07.3179200Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:33:07.3734421Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:33:07.3734889Z 
2025-08-20T20:33:07.3839275Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:33:07.3839844Z 
2025-08-20T20:33:07.3839849Z 
2025-08-20T20:33:07.3840023Z Rust is installed now. Great!
2025-08-20T20:33:07.3840294Z 
2025-08-20T20:33:07.3840602Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:33:07.3841330Z environment variable. This has not been done automatically.
2025-08-20T20:33:07.3841738Z 
2025-08-20T20:33:07.3841944Z To configure your current shell, you need to source
2025-08-20T20:33:07.3842477Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:33:07.3842980Z 
2025-08-20T20:33:07.3843669Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:33:07.3844383Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:33:07.3844900Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:33:07.3845384Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:33:07.4003761Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:33:07.4349257Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:33:07.4349885Z 
2025-08-20T20:33:07.4450921Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:33:07.4451552Z 
2025-08-20T20:33:07.4956454Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:33:08.2268972Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:33:08.2591909Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:33:08.2592513Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:33:08.2593312Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:33:08.2594010Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:33:08.2594667Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:33:08.2595311Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:33:08.2595925Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:33:08.2596538Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:33:08.2597114Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:33:08.2597707Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:33:08.2598328Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:33:08.2599004Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:33:08.2599678Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:33:08.2600395Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:33:08.2601085Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:33:08.2601783Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:33:08.2602942Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:33:08.2603579Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:33:08.2604252Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:33:08.2605056Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:33:08.2605851Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:33:08.2606587Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:33:08.2607429Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:33:08.2608110Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:33:08.2608714Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:33:08.2609373Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:33:08.2610306Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:33:08.2610999Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:33:08.2611599Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:33:08.2612025Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:33:08.2612466Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:33:08.2613137Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:33:08.2613573Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:33:08.2613990Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:33:08.2614637Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:33:08.2615081Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:33:08.2615482Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:33:08.2615865Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:33:08.2616293Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:33:08.2616721Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:33:08.2617146Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:33:08.2617545Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:33:08.2617927Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:33:08.2618379Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:33:08.2618853Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:33:08.2619318Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:33:08.2619800Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:33:08.2620240Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:33:08.2620654Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:33:08.2621063Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:33:08.2621465Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:33:08.2621870Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:33:08.2622260Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:33:08.2623772Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:33:08.2624193Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:33:08.2624563Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:33:08.2625024Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:33:08.2625361Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:33:08.2625758Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:33:08.2626133Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:33:08.2626542Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:33:08.2626975Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:33:08.2627387Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:33:08.2627793Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:33:08.2628213Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:33:08.2628640Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:33:08.2629047Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:33:08.2629437Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:33:08.2629853Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:33:08.2630316Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:33:08.2630815Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:33:08.2631283Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:33:08.2631693Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:33:08.2632192Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:33:08.2632581Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:33:08.2633161Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:33:08.2633598Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:33:08.2634086Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:33:08.2634601Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:33:08.2635087Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:33:08.2635514Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:33:08.2635909Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:33:08.2636303Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:33:08.2636701Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:33:08.2637093Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:33:08.2637475Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:33:08.2637887Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:33:08.2638301Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:33:08.2638680Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:33:08.2639058Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:33:08.2639472Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:33:08.2639887Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:33:08.2640265Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:33:08.2640642Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:33:08.2641040Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:33:08.2641557Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:33:08.2641907Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:33:08.2642286Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:33:08.2642809Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:33:08.2643264Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:33:08.2643662Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:33:08.2644028Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:33:08.2644386Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:33:08.2644761Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:33:08.2645150Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:33:08.2645549Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:33:08.2645943Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:33:08.2646314Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:33:08.2646685Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:33:08.2647079Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:33:08.2647474Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:33:08.2647813Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:33:08.2648141Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:33:08.2648495Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:33:08.2648972Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:33:08.2649326Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:33:08.2649685Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:33:08.2650033Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:33:08.2650402Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:33:08.2650797Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:33:08.2651242Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:33:08.2651699Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:33:08.2652098Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:33:08.2652481Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:33:08.2653126Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:33:08.2653517Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:33:08.2653918Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:33:08.2654330Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:33:08.2654710Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:33:08.2655094Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:33:08.2655674Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:33:08.2656416Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:33:08.2656953Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:33:08.2657335Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:33:08.2657728Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:33:08.2658134Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:33:08.2658533Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:33:08.2659084Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:33:08.2659475Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:33:08.2659870Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:33:08.2660269Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:33:08.2660643Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:33:08.2660998Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:33:08.2661336Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:33:08.2661658Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:33:08.2662051Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:33:08.2662445Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:33:08.2663152Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:33:08.2663527Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:33:08.2663896Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:33:08.2664268Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:33:08.2664617Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:33:08.2664949Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:33:08.2665373Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:33:08.2665809Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:33:08.2666334Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:33:08.2666708Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:33:08.2667094Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:33:08.2667508Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:33:08.2667920Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:33:08.2668333Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:33:08.2668688Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:33:08.2669041Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:33:08.2669458Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:33:08.2669885Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:33:08.2670294Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:33:08.2670655Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:33:08.2670988Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:33:08.2671373Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:33:08.2671756Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:33:08.2672177Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:33:08.2672753Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:33:08.2673171Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:33:08.2673537Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:33:08.2673872Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:33:08.2674225Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:33:08.2674675Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:33:08.2675175Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:33:08.2675735Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:33:08.2676110Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:33:08.2676569Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:33:08.2677105Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:33:08.2677596Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:33:08.2678034Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:33:08.2678399Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:33:08.2678785Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:33:08.2679198Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:33:08.2679613Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:33:08.2680023Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:33:08.2680396Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:33:08.2680768Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:33:08.2681162Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:33:08.2681559Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:33:08.2681953Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:33:08.2682342Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:33:08.2682943Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:33:08.2683338Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:33:08.2683761Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:33:08.2684215Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:33:08.2684638Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:33:08.2685005Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:33:08.2685377Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:33:08.2685772Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:33:08.2686149Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:33:08.2686527Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:33:08.2687095Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:33:08.2700051Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:33:08.2700797Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:33:08.2701616Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:33:08.2702136Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:33:08.2702572Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:33:08.2703303Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:33:08.2703998Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:33:08.2704658Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:33:08.2705306Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:33:08.2705968Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:33:08.2706524Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:33:08.2706974Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:33:08.2707641Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:33:08.2708106Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:33:08.2708620Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:33:08.2709124Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:33:08.2709613Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:33:08.2710096Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:33:08.2710525Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:33:08.2710891Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:33:08.2711247Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:33:08.2711623Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:33:08.2712034Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:33:08.2712397Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:33:08.2713015Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:33:08.2713406Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:33:08.2713793Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:33:08.2714175Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:33:08.2714551Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:33:08.2715080Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:33:08.2715473Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:33:08.2715891Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:33:08.2716348Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:33:08.2716741Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:33:08.2717117Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:33:08.2717530Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:33:08.2717906Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:33:08.2718262Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:33:08.2718611Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:33:08.2718979Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:33:08.2719367Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:33:08.2719739Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:33:08.2720137Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:33:08.2720501Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:33:08.2720819Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:33:08.2721284Z 	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-20T20:33:08.2721797Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:33:08.2722165Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:33:08.2722544Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:33:08.2723284Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:33:08.2723703Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:33:08.2724203Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:33:08.2725162Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:33:08.2725920Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:33:08.2726624Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:33:08.2727296Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:33:08.2727727Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:33:08.2728138Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:33:08.2728528Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:33:08.2729077Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:33:08.2729591Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:33:08.2730085Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:33:08.2730534Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:33:08.2730944Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:33:08.2731508Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:33:08.2732358Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:33:08.2733448Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:33:08.2734222Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:33:08.2734988Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:33:08.2735963Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:33:08.2736682Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:33:08.2737301Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:33:08.2737918Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:33:08.2738568Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:33:08.2739167Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:33:08.2739544Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:33:08.2739915Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:33:08.2740307Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:33:08.2740684Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:33:08.2741047Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:33:08.2741425Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:33:08.2741781Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:33:08.2742162Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:33:08.2742553Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:33:08.2743134Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:33:08.2743499Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:33:08.2743856Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:33:08.2744223Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:33:08.2744596Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:33:08.2744956Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:33:08.2745304Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:33:08.2745682Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:33:08.2746039Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:33:08.2746410Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:33:08.2746983Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:33:08.2747390Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:33:08.2747750Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:33:08.2748129Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:33:08.2748554Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:33:08.2748947Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:33:08.2749303Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:33:08.2749671Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:33:08.2750035Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:33:08.2750338Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:33:08.2750644Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:33:08.2750992Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:33:08.2751344Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:33:08.2751704Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:33:08.2752059Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:33:08.2752404Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:33:08.2752916Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:33:08.2753303Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:33:08.2753832Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:33:08.2754230Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:33:08.2754621Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:33:08.2755010Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:33:08.2755419Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:33:08.2755920Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:33:08.2756536Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:33:08.2757155Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:33:08.2757702Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:33:08.2758187Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:33:08.2758640Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:33:08.2759158Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:33:08.2759782Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:33:08.2760343Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:33:08.2760835Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:33:08.2761284Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:33:08.2761652Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:33:08.2762024Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:33:08.2762398Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:33:08.2762991Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:33:08.2763387Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:33:08.2763906Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:33:08.2764289Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:33:08.2764664Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:33:08.2765037Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:33:08.2765407Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:33:08.2765772Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:33:08.2766138Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:33:08.2766528Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:33:08.2766921Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:33:08.2767331Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:33:08.2767749Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:33:08.2768107Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:33:08.2768494Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:33:08.2768904Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:33:08.2769307Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:33:08.2769746Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:33:08.2770176Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:33:08.2770548Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:33:08.2771034Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:33:08.2771422Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:33:08.2771789Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:33:08.2772170Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:33:08.2772553Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:33:08.2773145Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:33:08.2773526Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:33:08.2773885Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:33:08.2774241Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:33:08.2774781Z 	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-20T20:33:08.2775498Z 	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-20T20:33:08.2776169Z 	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-20T20:33:08.2776823Z 	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-20T20:33:08.2777341Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:33:08.2777722Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:33:08.2778089Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:33:08.2778464Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:33:08.2778829Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:33:08.2779191Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:33:08.2779562Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:33:08.2779947Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:33:08.2780458Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:33:08.2780827Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:33:08.2781204Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:33:08.2781577Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:33:08.2781959Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:33:08.2782373Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:33:08.2782954Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:33:08.2783442Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:33:08.2783842Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:33:08.2784235Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:33:08.2784622Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:33:08.2785000Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:33:08.2785370Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:33:08.2785751Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:33:08.2786157Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:33:08.2786548Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:33:08.2786939Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:33:08.2787328Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:33:08.2787838Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:33:08.2788268Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:33:08.2788703Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:33:08.2789104Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:33:08.2789535Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:33:08.2789991Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:33:08.2790400Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:33:08.2790767Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:33:08.2791142Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:33:08.2791536Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:33:08.2791937Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:33:08.2792339Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:33:08.2792915Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:33:08.2793314Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:33:08.2793782Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:33:08.2794251Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:33:08.2794645Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:33:08.2795047Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:33:08.2795498Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:33:08.2795946Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:33:08.2796417Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:33:08.2796901Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:33:08.2797473Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:33:08.2797906Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:33:08.2798303Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:33:08.2798691Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:33:08.2799104Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:33:08.2799493Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:33:08.2799870Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:33:08.2800279Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:33:08.2800679Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:33:08.2801073Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:33:08.2801496Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:33:08.2801883Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:33:08.2802253Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:33:08.2802616Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:33:08.2803214Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:33:08.2803603Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:33:08.2804014Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:33:08.2804584Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:33:08.2805037Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:33:08.2805437Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:33:08.2805877Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:33:08.2806291Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:33:08.2806692Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:33:08.2807095Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:33:08.2807451Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:33:08.2807815Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:33:08.2808203Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:33:08.2808598Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:33:08.2808964Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:33:08.2809284Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:33:08.2809600Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:33:08.2809945Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:33:08.2810437Z 	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-20T20:33:08.2810945Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:33:08.2811317Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:33:08.2811682Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:33:08.2812070Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:33:08.2812484Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:33:08.2813064Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:33:08.2813465Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:33:08.2814003Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:33:08.2814408Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:33:08.2814775Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:33:08.2815139Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:33:08.2815501Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:33:08.2815872Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:33:08.2816288Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:33:08.2816714Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:33:08.2817109Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:33:08.2817518Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:33:08.2817963Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:33:08.2818352Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:33:08.2818711Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:33:08.2819059Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:33:08.2819416Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:33:08.2819783Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:33:08.2820153Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:33:08.2820547Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:33:08.2821070Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:33:08.2821529Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:33:08.2821967Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:33:08.2822338Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:33:08.2822881Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:33:08.2823265Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:33:08.2823644Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:33:08.2824012Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:33:08.2824381Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:33:08.2824818Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:33:08.2825304Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:33:08.2825725Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:33:08.2826096Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:33:08.2826464Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:33:08.2826862Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:33:08.2827248Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:33:08.2827613Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:33:08.2828008Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:33:08.2828380Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:33:08.2828726Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:33:08.2829085Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:33:08.2829477Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:33:08.2829893Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:33:08.2830436Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:33:08.2830815Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:33:08.2831248Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:33:08.2831784Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:33:08.2832198Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:33:08.2832582Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:33:08.2833333Z 	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-20T20:33:08.2833849Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:33:08.2834149Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:33:08.2834529Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:33:08.2834940Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:33:08.2835366Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:33:08.2835883Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:33:08.2836459Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:33:08.2837063Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:33:08.2837702Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:33:08.2838480Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:33:08.2839110Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:33:08.2839786Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:33:08.2840466Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:33:08.2840955Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:33:08.2841396Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:33:08.2841829Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:33:08.2842253Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:33:08.2842921Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:33:08.2843366Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:33:08.2843748Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:33:08.2844118Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:33:08.2844489Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:33:08.2844874Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:33:08.2845277Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:33:08.2845686Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:33:08.2846046Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:33:08.2846437Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:33:08.2846899Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:33:08.2847379Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:33:08.2847856Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:33:08.2848478Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:33:08.2848952Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:33:08.2849423Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:33:08.2849866Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:33:08.2850276Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:33:08.2850682Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:33:08.2851091Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:33:08.2851504Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:33:08.2851910Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:33:08.2852341Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:33:08.2853048Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:33:08.2853471Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:33:08.2853853Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:33:08.2854228Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:33:08.2854613Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:33:08.2855058Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:33:08.2855502Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:33:08.2856040Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:33:08.2856450Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:33:08.2856883Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:33:08.2857337Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:33:08.2857781Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:33:08.2858209Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:33:08.2858605Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:33:08.2858982Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:33:08.2859380Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:33:08.2859759Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:33:08.2860138Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:33:08.2860541Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:33:08.2860945Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:33:08.2861375Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:33:08.2861844Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:33:08.2862260Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:33:08.2862790Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:33:08.2863325Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:33:08.2863632Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:33:08.2863952Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:33:08.2864338Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:33:08.2864724Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:33:08.2865247Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:33:08.2865638Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:33:08.2866064Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:33:08.2866510Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:33:08.2866925Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:33:08.2867307Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:33:08.2867701Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:33:08.2868250Z 	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-20T20:33:08.2868825Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:33:08.2869277Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:33:08.2869720Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:33:08.2870150Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:33:08.2870564Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:33:08.2870961Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:33:08.2871351Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:33:08.2871729Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:33:08.2872120Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:33:08.2872781Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:33:08.2873176Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:33:08.2873571Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:33:08.2873976Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:33:08.2874345Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:33:08.2874755Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:33:08.2875215Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:33:08.2875637Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:33:08.2876013Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:33:08.2876384Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:33:08.2876777Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:33:08.2877155Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:33:08.2877529Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:33:08.2877954Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:33:08.2878401Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:33:08.2878803Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:33:08.2879198Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:33:08.2879588Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:33:08.2879965Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:33:08.2880335Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:33:08.2880718Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:33:08.2881117Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:33:08.2881573Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:33:08.2882172Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:33:08.2882611Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:33:08.2883154Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:33:08.2883559Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:33:08.2883981Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:33:08.2884366Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:33:08.2884717Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:33:08.2885036Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:33:08.2885336Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:33:08.2885704Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:33:08.2886083Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:33:08.2886431Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:33:08.2886799Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:33:08.2887192Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:33:08.2887589Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:33:08.2887945Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:33:08.2888294Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:33:08.2888670Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:33:08.2889191Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:33:08.2889562Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:33:08.2889923Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:33:08.2890280Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:33:08.2890662Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:33:08.2891042Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:33:08.2891389Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:33:08.2891761Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:33:08.2892148Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:33:08.2892997Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:33:08.2893407Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:33:08.2893790Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:33:08.2894176Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:33:08.2894582Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:33:08.2895002Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:33:08.2895411Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:33:08.2895761Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:33:08.2896107Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:33:08.2896448Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:33:08.2896869Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:33:08.2897367Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:33:08.2897848Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:33:08.2898322Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:33:08.2898950Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:33:08.2899384Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:33:08.2899765Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:33:08.2900150Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:33:08.2900536Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:33:08.2900915Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:33:08.2901294Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:33:08.2901689Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:33:08.2902070Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:33:08.2902469Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:33:08.2903199Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:33:08.2903635Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:33:08.2904016Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:33:08.2904423Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:33:08.2904848Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:33:08.2905232Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:33:08.2905586Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:33:08.2906111Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:33:08.2906565Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:33:08.2906993Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:33:08.2907411Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:33:08.2907824Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:33:08.2908155Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:33:08.2908432Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:33:08.2908784Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:33:08.2909263Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:33:08.2909614Z 
2025-08-20T20:33:08.2909619Z 
2025-08-20T20:33:08.2910005Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:33:08 PM)
2025-08-20T20:33:08.2910391Z 
2025-08-20T20:33:08.2910395Z 
2025-08-20T20:33:08.2910398Z 
2025-08-20T20:33:08.2910475Z [+] Continue : YES
2025-08-20T20:33:08.2910599Z 
2025-08-20T20:33:08.2910840Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:33:08.3375797Z 
2025-08-20T20:33:08.3376528Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:33:08 PM) UTC
2025-08-20T20:33:08.3377043Z 
2025-08-20T20:33:08.3394974Z 
2025-08-20T20:33:08.3395289Z [+] Total RECIPES :: 1
2025-08-20T20:33:08.3395577Z 
2025-08-20T20:33:08.3486518Z 
2025-08-20T20:33:08.3487945Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml (1/1)
2025-08-20T20:33:08.3489296Z 
2025-08-20T20:33:08.4229375Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:33:08.4246390Z mode of '/tmp/pkgforge/woUsUigyj_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:33:08.4304316Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/gettext/nixpkgs [Provided]
2025-08-20T20:33:08.4304966Z [+] Setting '.pkg_family' --> gettext [Provided]
2025-08-20T20:33:08.4322008Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:33:08.4328254Z [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-20T20:33:08.4434815Z [00:00:00.011]➜  
2025-08-20T20:33:08.4436087Z [00:00:00.011]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml) --> /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:33:08 PM) UTC]
2025-08-20T20:33:08.4437110Z [00:00:00.011]➜  
2025-08-20T20:33:08.4437338Z [00:00:00.011]➜  
2025-08-20T20:33:08.4437551Z [00:00:00.011]➜  
2025-08-20T20:33:08.4437903Z [00:00:00.011]➜  ###################################################################
2025-08-20T20:33:08.4446220Z [00:00:00.012]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:33:08.4447457Z [00:00:00.012]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:33:08.4448610Z [00:00:00.012]➜  _disabled: false
2025-08-20T20:33:08.4449049Z [00:00:00.012]➜  
2025-08-20T20:33:08.4449447Z [00:00:00.012]➜  pkg: "gettext"
2025-08-20T20:33:08.4449944Z [00:00:00.012]➜  pkg_id: "nixpkgs.gettext"
2025-08-20T20:33:08.4450482Z [00:00:00.012]➜  pkg_type: "static"
2025-08-20T20:33:08.4450962Z [00:00:00.012]➜  category:
2025-08-20T20:33:08.4451843Z [00:00:00.012]➜    - "ConsoleOnly"
2025-08-20T20:33:08.4452366Z [00:00:00.012]➜    - "Utility"
2025-08-20T20:33:08.4453930Z [00:00:00.012]➜  description: 
2025-08-20T20:33:08.4454462Z [00:00:00.012]➜    _default: "Utilities for the GNU Translation Project"
2025-08-20T20:33:08.4455362Z [00:00:00.012]➜    autopoint: "Copies standard gettext infrastructure files into a source package [gettext]"
2025-08-20T20:33:08.4456110Z [00:00:00.012]➜    envsubst: "Substitutes Environment variables in shell format strings [gettext]"
2025-08-20T20:33:08.4456723Z [00:00:00.012]➜    gettext: "Retrieve text string from message database [gettext]"
2025-08-20T20:33:08.4457287Z [00:00:00.012]➜    gettextize: "Prepares a source package to use gettext [gettext]"
2025-08-20T20:33:08.4457824Z [00:00:00.012]➜    gettext.sh: "Gettext as a shell function library [gettext]"
2025-08-20T20:33:08.4458549Z [00:00:00.012]➜    msgattrib: "Filter messages of a translation catalog according to their attributes & manipulate them [gettext]"
2025-08-20T20:33:08.4459266Z [00:00:00.012]➜    msgcat: "Concatenate and merge the specified PO files [gettext]"
2025-08-20T20:33:08.4459784Z [00:00:00.012]➜    msgcmp: "Compare message catalog and template [gettext]"
2025-08-20T20:33:08.4460420Z [00:00:00.012]➜    msgcomm: "Find messages which are common to two or more of the specified PO files [gettext]"
2025-08-20T20:33:08.4461145Z [00:00:00.012]➜    msgconv: "Convert a translation catalog to a different character encoding [gettext]"
2025-08-20T20:33:08.4461696Z [00:00:00.012]➜    msgen: "Create an English translation catalog [gettext]"
2025-08-20T20:33:08.4462232Z [00:00:00.012]➜    msgexec: "Apply a command to all translations of a translation catalog [gettext]"
2025-08-20T20:33:08.4463078Z [00:00:00.012]➜    msgfilter: "Apply a filter to all translations of a translation catalog [gettext]"
2025-08-20T20:33:08.4463783Z [00:00:00.012]➜    msgfmt: "Generate binary message catalog from textual translation description [gettext]"
2025-08-20T20:33:08.4465048Z [00:00:00.012]➜    msggrep: "Extracts all messages of a translation catalog based on a pattern or belonging to some source files [gettext]"
2025-08-20T20:33:08.4465666Z [00:00:00.012]➜    msginit: "Initialize a message catalog [gettext]"
2025-08-20T20:33:08.4466090Z [00:00:00.012]➜    msgmerge: "Merge message catalog and template [gettext]"
2025-08-20T20:33:08.4466630Z [00:00:00.012]➜    msgunfmt: "Convert binary message catalog to Uniforum style .po file [gettext]"
2025-08-20T20:33:08.4467178Z [00:00:00.012]➜    msguniq: "Unify duplicate translations in message catalog [gettext]"
2025-08-20T20:33:08.4467894Z [00:00:00.012]➜    ngettext: "Translate message and choose plural form [gettext]"
2025-08-20T20:33:08.4468431Z [00:00:00.012]➜    recode-sr-latin: "Convert Serbian text from Cyrillic to Latin script [gettext]"
2025-08-20T20:33:08.4468945Z [00:00:00.012]➜    xgettext: "Extract gettext strings from source [gettext]"
2025-08-20T20:33:08.4469299Z [00:00:00.012]➜  distro_pkg:
2025-08-20T20:33:08.4469546Z [00:00:00.012]➜    alpine:
2025-08-20T20:33:08.4469803Z [00:00:00.012]➜      - "gettext"
2025-08-20T20:33:08.4470055Z [00:00:00.012]➜    archlinux:
2025-08-20T20:33:08.4470292Z [00:00:00.012]➜      aur:
2025-08-20T20:33:08.4470539Z [00:00:00.012]➜        - "gettext-git"
2025-08-20T20:33:08.4470804Z [00:00:00.012]➜    debian:
2025-08-20T20:33:08.4471036Z [00:00:00.012]➜      - "gettext"
2025-08-20T20:33:08.4471289Z [00:00:00.012]➜    nixpkgs:
2025-08-20T20:33:08.4471526Z [00:00:00.012]➜      - "gettext"
2025-08-20T20:33:08.4471759Z [00:00:00.012]➜  homepage:
2025-08-20T20:33:08.4472076Z [00:00:00.012]➜    - "https://www.gnu.org/software/gettext"
2025-08-20T20:33:08.4472492Z [00:00:00.012]➜    - "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:08.4473089Z [00:00:00.012]➜  maintainer:
2025-08-20T20:33:08.4473415Z [00:00:00.012]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:08.4473721Z [00:00:00.012]➜  note:
2025-08-20T20:33:08.4474004Z [00:00:00.012]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:33:08.4474452Z [00:00:00.012]➜    - "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:08.4474925Z [00:00:00.012]➜  provides:
2025-08-20T20:33:08.4475340Z [00:00:00.012]➜    - "autopoint"
2025-08-20T20:33:08.4475774Z [00:00:00.012]➜    - "envsubst"
2025-08-20T20:33:08.4476205Z [00:00:00.012]➜    - "gettext"
2025-08-20T20:33:08.4476849Z [00:00:00.012]➜    - "gettextize"
2025-08-20T20:33:08.4477335Z [00:00:00.012]➜    - "gettext.sh"
2025-08-20T20:33:08.4477775Z [00:00:00.012]➜    - "msgattrib"
2025-08-20T20:33:08.4478236Z [00:00:00.012]➜    - "msgcat"
2025-08-20T20:33:08.4478676Z [00:00:00.012]➜    - "msgcmp"
2025-08-20T20:33:08.4479104Z [00:00:00.012]➜    - "msgcomm"
2025-08-20T20:33:08.4479512Z [00:00:00.012]➜    - "msgconv"
2025-08-20T20:33:08.4479904Z [00:00:00.012]➜    - "msgen"
2025-08-20T20:33:08.4480322Z [00:00:00.012]➜    - "msgexec"
2025-08-20T20:33:08.4480748Z [00:00:00.012]➜    - "msgfilter"
2025-08-20T20:33:08.4481170Z [00:00:00.012]➜    - "msgfmt"
2025-08-20T20:33:08.4481580Z [00:00:00.012]➜    - "msggrep"
2025-08-20T20:33:08.4481975Z [00:00:00.012]➜    - "msginit"
2025-08-20T20:33:08.4482388Z [00:00:00.012]➜    - "msgmerge"
2025-08-20T20:33:08.4483523Z [00:00:00.012]➜    - "msgunfmt"
2025-08-20T20:33:08.4483966Z [00:00:00.012]➜    - "msguniq"
2025-08-20T20:33:08.4484375Z [00:00:00.012]➜    - "ngettext"
2025-08-20T20:33:08.4484851Z [00:00:00.012]➜    - "recode-sr-latin"
2025-08-20T20:33:08.4485326Z [00:00:00.012]➜    - "xgettext" 
2025-08-20T20:33:08.4485762Z [00:00:00.012]➜  repology:
2025-08-20T20:33:08.4486220Z [00:00:00.012]➜    - "gettext"
2025-08-20T20:33:08.4486652Z [00:00:00.012]➜  src_url:
2025-08-20T20:33:08.4487241Z [00:00:00.012]➜    - "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:08.4487859Z [00:00:00.012]➜  tag:
2025-08-20T20:33:08.4488260Z [00:00:00.012]➜    - "text"
2025-08-20T20:33:08.4488702Z [00:00:00.012]➜    - "translation"
2025-08-20T20:33:08.4489158Z [00:00:00.012]➜  x_exec:
2025-08-20T20:33:08.4489601Z [00:00:00.012]➜    bsys: "host://nix"
2025-08-20T20:33:08.4490084Z [00:00:00.012]➜    host:
2025-08-20T20:33:08.4490554Z [00:00:00.012]➜      - "aarch64-Linux"
2025-08-20T20:33:08.4491073Z [00:00:00.012]➜      - "riscv64-Linux"
2025-08-20T20:33:08.4491582Z [00:00:00.012]➜      - "x86_64-Linux"
2025-08-20T20:33:08.4492064Z [00:00:00.012]➜    shell: "bash"
2025-08-20T20:33:08.4492534Z [00:00:00.012]➜    pkgver: |
2025-08-20T20:33:08.4494797Z [00:00:00.012]➜      nix derivation show "nixpkgs#gettext" --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-20T20:33:08.4496771Z [00:00:00.012]➜    run: |
2025-08-20T20:33:08.4497203Z [00:00:00.012]➜      #Build
2025-08-20T20:33:08.4498431Z [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-20T20:33:08.4500378Z [00:00:00.012]➜       nix-build '<nixpkgs>' --impure --attr "pkgsStatic.gettext" --cores "$(($(nproc)+1))" --max-jobs "$(($(nproc)+1))" --log-format bar-with-logs --out-link "${SBUILD_TMPDIR}/nixbuild"
2025-08-20T20:33:08.4502508Z [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-20T20:33:08.4503962Z [00:00:00.013]➜      #Fix Perms
2025-08-20T20:33:08.4504819Z [00:00:00.013]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type d -o -type l -exec realpath "{}" \; | grep -Ev '^\.$' |\
2025-08-20T20:33:08.4505813Z [00:00:00.013]➜       xargs -I{} find -L "{}" -type d -iregex ".*\(bin\|exec\).*" | \
2025-08-20T20:33:08.4506699Z [00:00:00.013]➜       xargs -I{} sudo rsync -achLv --no-relative "{}/." "${SBUILD_TMPDIR}/."
2025-08-20T20:33:08.4507715Z [00:00:00.013]➜       sudo chown -R "$(whoami):$(whoami)" "${SBUILD_TMPDIR}" && chmod -R 755 "${SBUILD_TMPDIR}"
2025-08-20T20:33:08.4508459Z [00:00:00.013]➜      #Fix Shell Scripts
2025-08-20T20:33:08.4509528Z [00:00:00.013]➜       find "${SBUILD_TMPDIR}" -type f -iregex '.*\.\(bin\|pl\)$' -exec bash -c 'mv -fv "$1" "${1%.*}"' _ "{}" \;
2025-08-20T20:33:08.4510999Z [00:00:00.013]➜       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-20T20:33:08.4512187Z [00:00:00.013]➜             sed "s|^#!/nix/store/.*/bin/sh|#!/bin/sh|" -i "{}" 2>/dev/null
2025-08-20T20:33:08.4513269Z [00:00:00.013]➜             sed "s|/nix/store[^ ]*/bin/\([^ ]*\)|/usr/local/bin/\1|g" -i "{}" 2>/dev/null
2025-08-20T20:33:08.4514143Z [00:00:00.013]➜             sed "s|/nix/store/[^/]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T20:33:08.4514975Z [00:00:00.013]➜             sed "s|/nix/store[^/ ]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T20:33:08.4515746Z [00:00:00.013]➜             sed "s|/nix/store[^ \"'\'']*|/|g" -i "{}" 2>/dev/null
2025-08-20T20:33:08.4516307Z [00:00:00.013]➜         '
2025-08-20T20:33:08.4516720Z [00:00:00.013]➜      #Copy
2025-08-20T20:33:08.4518223Z [00:00:00.013]➜       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-20T20:33:08.4520282Z [00:00:00.013]➜       ( 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-20T20:33:08.4521305Z [00:00:00.013]➜  
2025-08-20T20:33:08.4521819Z [00:00:00.013]➜  ###################################################################
2025-08-20T20:33:08.4522331Z [00:00:00.013]➜  
2025-08-20T20:33:08.4522844Z [00:00:00.013]➜  
2025-08-20T20:33:08.4523187Z [00:00:00.013]➜  
2025-08-20T20:33:08.4524046Z [00:00:00.014]➜  '/tmp/pkgforge/woUsUigyj_build.yaml' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:33:10.1304783Z [00:00:01.698]➜  '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.version' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.version'
2025-08-20T20:33:10.1365142Z [00:00:01.704]➜  [+] Version: 0.25.1 ('.x_exec.pkgver') [/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.version]
2025-08-20T20:33:10.1628497Z [00:00:01.730]➜  [+] Progs: autopoint envsubst gettext gettext.sh gettextize msgattrib msgcat msgcmp msgcomm msgconv msgen msgexec msgfilter msgfmt msggrep msginit msgmerge msgunfmt msguniq ngettext recode-sr-latin xgettext
2025-08-20T20:33:10.3357364Z [00:00:01.903]➜  
2025-08-20T20:33:10.3358116Z [00:00:01.903]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/autopoint:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:10.6089037Z [00:00:02.176]➜  
2025-08-20T20:33:10.6089729Z [00:00:02.176]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/envsubst:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:10.9418309Z [00:00:02.509]➜  
2025-08-20T20:33:10.9419058Z [00:00:02.509]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext.sh:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:11.1867871Z [00:00:02.754]➜  
2025-08-20T20:33:11.1868601Z [00:00:02.754]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettextize:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:11.3505548Z [00:00:02.918]➜  
2025-08-20T20:33:11.3506630Z [00:00:02.918]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgattrib:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:11.5155673Z [00:00:03.083]➜  
2025-08-20T20:33:11.5156358Z [00:00:03.083]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcat:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:11.6990009Z [00:00:03.266]➜  
2025-08-20T20:33:11.6991096Z [00:00:03.266]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcmp:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:11.9145149Z [00:00:03.482]➜  
2025-08-20T20:33:11.9146126Z [00:00:03.482]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcomm:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:12.5320686Z [00:00:04.099]➜  
2025-08-20T20:33:12.5321447Z [00:00:04.099]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgconv:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:12.7308924Z [00:00:04.298]➜  
2025-08-20T20:33:12.7309671Z [00:00:04.298]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgen:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:12.8872900Z [00:00:04.455]➜  
2025-08-20T20:33:12.8874014Z [00:00:04.455]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgexec:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:13.4335344Z [00:00:05.001]➜  
2025-08-20T20:33:13.4336472Z [00:00:05.001]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfilter:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:13.6015555Z [00:00:05.169]➜  
2025-08-20T20:33:13.6016291Z [00:00:05.169]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfmt:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:13.7611444Z [00:00:05.328]➜  
2025-08-20T20:33:13.7612176Z [00:00:05.328]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msggrep:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:13.9343548Z [00:00:05.502]➜  
2025-08-20T20:33:13.9344264Z [00:00:05.502]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msginit:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:14.2690658Z [00:00:05.836]➜  
2025-08-20T20:33:14.2691369Z [00:00:05.836]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgmerge:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:14.4493870Z [00:00:06.017]➜  
2025-08-20T20:33:14.4494977Z [00:00:06.017]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgunfmt:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:14.8991458Z [00:00:06.466]➜  
2025-08-20T20:33:14.8992134Z [00:00:06.466]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/msguniq:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:15.3858018Z [00:00:06.953]➜  
2025-08-20T20:33:15.3858743Z [00:00:06.953]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/ngettext:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:15.6210123Z [00:00:07.188]➜  
2025-08-20T20:33:15.6211241Z [00:00:07.188]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:15.7820059Z [00:00:07.349]➜  
2025-08-20T20:33:15.7831845Z [00:00:07.349]➜  [+] FOUND: gettext.static [ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext:0.25.1-x86_64-linux] (PreBuilt Exists)
2025-08-20T20:33:15.7833009Z [00:00:07.349]➜  
2025-08-20T20:33:15.7834128Z [00:00:07.349]➜  [-] Missing packages. Found: autopoint envsubst gettext.sh gettextize msgattrib msgcat msgcmp msgcomm msgconv msgen msgexec msgfilter msgfmt msggrep msginit msgmerge msgunfmt msguniq ngettext recode-sr-latin xgettext
2025-08-20T20:33:15.7835783Z [00:00:07.349]➜  [+] Expected: autopoint envsubst gettext gettext.sh gettextize msgattrib msgcat msgcmp msgcomm msgconv msgen msgexec msgfilter msgfmt msggrep msginit msgmerge msgunfmt msguniq ngettext recode-sr-latin xgettext
2025-08-20T20:33:15.7836670Z [00:00:07.349]➜  [+] Continuing with build...
2025-08-20T20:33:15.7836949Z [00:00:07.349]➜  
2025-08-20T20:33:16.2793223Z [00:00:07.847]➜  
2025-08-20T20:33:16.2793596Z [00:00:07.847]➜  
2025-08-20T20:33:16.2892934Z [00:00:07.857]➜  + echo -e '\n'
2025-08-20T20:33:16.2893533Z [00:00:07.857]➜  
2025-08-20T20:33:16.2893830Z [00:00:07.857]➜  
2025-08-20T20:33:16.2897195Z [00:00:07.857]➜  + nix-instantiate --eval --expr 'builtins.toJSON (with import <nixpkgs> {}; gettext.meta)' --quiet
2025-08-20T20:33:16.2898651Z [00:00:07.857]➜  + jq -r fromjson
2025-08-20T20:33:16.4873415Z [00:00:08.055]➜  {
2025-08-20T20:33:16.4874368Z [00:00:08.055]➜    "available": true,
2025-08-20T20:33:16.4875136Z [00:00:08.055]➜    "broken": false,
2025-08-20T20:33:16.4876339Z [00:00:08.055]➜    "description": "Well integrated set of translation tools and documentation",
2025-08-20T20:33:16.4877744Z [00:00:08.055]➜    "homepage": "https://www.gnu.org/software/gettext/",
2025-08-20T20:33:16.4878681Z [00:00:08.055]➜    "insecure": false,
2025-08-20T20:33:16.4879206Z [00:00:08.055]➜    "license": {
2025-08-20T20:33:16.4879639Z [00:00:08.055]➜      "deprecated": false,
2025-08-20T20:33:16.4880086Z [00:00:08.055]➜      "free": true,
2025-08-20T20:33:16.4880659Z [00:00:08.055]➜      "fullName": "GNU General Public License v2.0 or later",
2025-08-20T20:33:16.4881256Z [00:00:08.055]➜      "redistributable": true,
2025-08-20T20:33:16.4881749Z [00:00:08.055]➜      "shortName": "gpl2Plus",
2025-08-20T20:33:16.4882264Z [00:00:08.055]➜      "spdxId": "GPL-2.0-or-later",
2025-08-20T20:33:16.4883057Z [00:00:08.055]➜      "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
2025-08-20T20:33:16.4883512Z [00:00:08.055]➜    },
2025-08-20T20:33:16.4887819Z [00:00:08.055]➜    "longDescription": "Usually, programs are written and documented in English, and use\nEnglish at execution time for interacting with users.  Using a common\nlanguage is quite handy for communication between developers,\nmaintainers and users from all countries.  On the other hand, most\npeople are less comfortable with English than with their own native\nlanguage, and would rather be using their mother tongue for day to\nday's work, as far as possible.  Many would simply love seeing their\ncomputer screen showing a lot less of English, and far more of their\nown language.\n\nGNU `gettext` is an important step for the GNU Translation Project, as\nit is an asset on which we may build many other steps. This package\noffers to programmers, translators, and even users, a well integrated\nset of tools and documentation. Specifically, the GNU `gettext`\nutilities are a set of tools that provides a framework to help other\nGNU packages produce multi-lingual messages.\n",
2025-08-20T20:33:16.4892064Z [00:00:08.055]➜    "maintainers": [
2025-08-20T20:33:16.4892502Z [00:00:08.055]➜      {
2025-08-20T20:33:16.4893402Z [00:00:08.055]➜        "email": "zimbatm@zimbatm.com",
2025-08-20T20:33:16.4893896Z [00:00:08.055]➜        "github": "zimbatm",
2025-08-20T20:33:16.4894342Z [00:00:08.055]➜        "githubId": 3248,
2025-08-20T20:33:16.4894779Z [00:00:08.055]➜        "name": "zimbatm"
2025-08-20T20:33:16.4895180Z [00:00:08.055]➜      }
2025-08-20T20:33:16.4895506Z [00:00:08.055]➜    ],
2025-08-20T20:33:16.4895895Z [00:00:08.055]➜    "maintainersPosition": {
2025-08-20T20:33:16.4896337Z [00:00:08.055]➜      "column": 5,
2025-08-20T20:33:16.4897260Z [00:00:08.055]➜      "file": "/nix/store/0nhqsm3lzxj71a9asqy05l1v9y7pqfc1-source/pkgs/development/libraries/gettext/default.nix",
2025-08-20T20:33:16.4898114Z [00:00:08.055]➜      "line": 134
2025-08-20T20:33:16.4898491Z [00:00:08.055]➜    },
2025-08-20T20:33:16.4899058Z [00:00:08.055]➜    "name": "gettext-0.25.1",
2025-08-20T20:33:16.4899530Z [00:00:08.055]➜    "outputsToInstall": [
2025-08-20T20:33:16.4899994Z [00:00:08.055]➜      "out",
2025-08-20T20:33:16.4900392Z [00:00:08.055]➜      "man"
2025-08-20T20:33:16.4900783Z [00:00:08.055]➜    ],
2025-08-20T20:33:16.4901156Z [00:00:08.055]➜    "platforms": [
2025-08-20T20:33:16.4901567Z [00:00:08.055]➜      "i686-cygwin",
2025-08-20T20:33:16.4901979Z [00:00:08.055]➜      "x86_64-cygwin",
2025-08-20T20:33:16.4902396Z [00:00:08.055]➜      "x86_64-darwin",
2025-08-20T20:33:16.4902987Z [00:00:08.055]➜      "aarch64-darwin",
2025-08-20T20:33:16.4903410Z [00:00:08.055]➜      "i686-freebsd",
2025-08-20T20:33:16.4903837Z [00:00:08.055]➜      "x86_64-freebsd",
2025-08-20T20:33:16.4904286Z [00:00:08.055]➜      "aarch64-freebsd",
2025-08-20T20:33:16.4904735Z [00:00:08.055]➜      "aarch64-genode",
2025-08-20T20:33:16.4905173Z [00:00:08.055]➜      "i686-genode",
2025-08-20T20:33:16.4905603Z [00:00:08.055]➜      "x86_64-genode",
2025-08-20T20:33:16.4906052Z [00:00:08.055]➜      "x86_64-solaris",
2025-08-20T20:33:16.4906511Z [00:00:08.055]➜      "javascript-ghcjs",
2025-08-20T20:33:16.4906988Z [00:00:08.055]➜      "aarch64-linux",
2025-08-20T20:33:16.4907448Z [00:00:08.055]➜      "armv5tel-linux",
2025-08-20T20:33:16.4907901Z [00:00:08.055]➜      "armv6l-linux",
2025-08-20T20:33:16.4908361Z [00:00:08.055]➜      "armv7a-linux",
2025-08-20T20:33:16.4908793Z [00:00:08.055]➜      "armv7l-linux",
2025-08-20T20:33:16.4909222Z [00:00:08.055]➜      "i686-linux",
2025-08-20T20:33:16.4909656Z [00:00:08.055]➜      "loongarch64-linux",
2025-08-20T20:33:16.4910109Z [00:00:08.055]➜      "m68k-linux",
2025-08-20T20:33:16.4910569Z [00:00:08.055]➜      "microblaze-linux",
2025-08-20T20:33:16.4911065Z [00:00:08.055]➜      "microblazeel-linux",
2025-08-20T20:33:16.4911548Z [00:00:08.055]➜      "mips-linux",
2025-08-20T20:33:16.4912000Z [00:00:08.055]➜      "mips64-linux",
2025-08-20T20:33:16.4912441Z [00:00:08.055]➜      "mips64el-linux",
2025-08-20T20:33:16.4913062Z [00:00:08.055]➜      "mipsel-linux",
2025-08-20T20:33:16.4913518Z [00:00:08.055]➜      "powerpc64-linux",
2025-08-20T20:33:16.4913995Z [00:00:08.055]➜      "powerpc64le-linux",
2025-08-20T20:33:16.4914656Z [00:00:08.055]➜      "riscv32-linux",
2025-08-20T20:33:16.4915101Z [00:00:08.055]➜      "riscv64-linux",
2025-08-20T20:33:16.4915536Z [00:00:08.055]➜      "s390-linux",
2025-08-20T20:33:16.4915960Z [00:00:08.055]➜      "s390x-linux",
2025-08-20T20:33:16.4916388Z [00:00:08.055]➜      "x86_64-linux",
2025-08-20T20:33:16.4916826Z [00:00:08.055]➜      "mmix-mmixware",
2025-08-20T20:33:16.4917277Z [00:00:08.055]➜      "aarch64-netbsd",
2025-08-20T20:33:16.4917727Z [00:00:08.055]➜      "armv6l-netbsd",
2025-08-20T20:33:16.4918171Z [00:00:08.055]➜      "armv7a-netbsd",
2025-08-20T20:33:16.4918608Z [00:00:08.055]➜      "armv7l-netbsd",
2025-08-20T20:33:16.4919042Z [00:00:08.055]➜      "i686-netbsd",
2025-08-20T20:33:16.4919471Z [00:00:08.055]➜      "m68k-netbsd",
2025-08-20T20:33:16.4919918Z [00:00:08.055]➜      "mipsel-netbsd",
2025-08-20T20:33:16.4920397Z [00:00:08.055]➜      "powerpc-netbsd",
2025-08-20T20:33:16.4920861Z [00:00:08.055]➜      "riscv32-netbsd",
2025-08-20T20:33:16.4921322Z [00:00:08.055]➜      "riscv64-netbsd",
2025-08-20T20:33:16.4921786Z [00:00:08.055]➜      "x86_64-netbsd",
2025-08-20T20:33:16.4922233Z [00:00:08.055]➜      "aarch64_be-none",
2025-08-20T20:33:16.4922873Z [00:00:08.055]➜      "aarch64-none",
2025-08-20T20:33:16.4923320Z [00:00:08.055]➜      "arm-none",
2025-08-20T20:33:16.4923759Z [00:00:08.055]➜      "armv6l-none",
2025-08-20T20:33:16.4924199Z [00:00:08.055]➜      "avr-none",
2025-08-20T20:33:16.4924628Z [00:00:08.055]➜      "i686-none",
2025-08-20T20:33:16.4925073Z [00:00:08.055]➜      "microblaze-none",
2025-08-20T20:33:16.4925562Z [00:00:08.055]➜      "microblazeel-none",
2025-08-20T20:33:16.4926031Z [00:00:08.055]➜      "mips-none",
2025-08-20T20:33:16.4926457Z [00:00:08.055]➜      "mips64-none",
2025-08-20T20:33:16.4926879Z [00:00:08.055]➜      "msp430-none",
2025-08-20T20:33:16.4927490Z [00:00:08.055]➜      "or1k-none",
2025-08-20T20:33:16.4927909Z [00:00:08.055]➜      "m68k-none",
2025-08-20T20:33:16.4941606Z [00:00:08.062]➜      "powerpc-none",
2025-08-20T20:33:16.4942214Z [00:00:08.062]➜      "powerpcle-none",
2025-08-20T20:33:16.4942839Z [00:00:08.062]➜      "riscv32-none",
2025-08-20T20:33:16.4943316Z [00:00:08.062]➜      "riscv64-none",
2025-08-20T20:33:16.4943733Z [00:00:08.062]➜      "rx-none",
2025-08-20T20:33:16.4945448Z [00:00:08.062]➜      "s390-none",
2025-08-20T20:33:16.4945978Z [00:00:08.062]➜      "s390x-none",
2025-08-20T20:33:16.4946437Z [00:00:08.062]➜      "vc4-none",
2025-08-20T20:33:16.4946883Z [00:00:08.062]➜      "x86_64-none",
2025-08-20T20:33:16.4947349Z [00:00:08.062]➜      "i686-openbsd",
2025-08-20T20:33:16.4947827Z [00:00:08.062]➜      "x86_64-openbsd",
2025-08-20T20:33:16.4948304Z [00:00:08.062]➜      "x86_64-redox",
2025-08-20T20:33:16.4948765Z [00:00:08.062]➜      "wasm64-wasi",
2025-08-20T20:33:16.4949174Z [00:00:08.062]➜      "wasm32-wasi",
2025-08-20T20:33:16.4949496Z [00:00:08.062]➜      "aarch64-windows",
2025-08-20T20:33:16.4949803Z [00:00:08.062]➜      "x86_64-windows",
2025-08-20T20:33:16.4950095Z [00:00:08.062]➜      "i686-windows"
2025-08-20T20:33:16.4950387Z [00:00:08.062]➜    ],
2025-08-20T20:33:16.4951093Z [00:00:08.062]➜    "position": "/nix/store/0nhqsm3lzxj71a9asqy05l1v9y7pqfc1-source/pkgs/development/libraries/gettext/default.nix:111",
2025-08-20T20:33:16.4951767Z [00:00:08.062]➜    "unfree": false,
2025-08-20T20:33:16.4952078Z [00:00:08.062]➜    "unsupported": false
2025-08-20T20:33:16.4952369Z [00:00:08.062]➜  }
2025-08-20T20:33:16.4952614Z [00:00:08.062]➜  + echo -e '\n'
2025-08-20T20:33:16.4953188Z [00:00:08.062]➜  
2025-08-20T20:33:16.4953411Z [00:00:08.062]➜  
2025-08-20T20:33:16.4953644Z [00:00:08.062]➜  ++ nproc
2025-08-20T20:33:16.4968324Z [00:00:08.064]➜  ++ nproc
2025-08-20T20:33:16.4984142Z [00:00:08.066]➜  + nix-build '<nixpkgs>' --impure --attr pkgsStatic.gettext --cores 5 --max-jobs 5 --log-format bar-with-logs --out-link /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nixbuild
2025-08-20T20:33:16.8918569Z [00:00:08.459]➜  these 3 paths will be fetched (5.48 MiB download, 46.46 MiB unpacked):
2025-08-20T20:33:16.8920464Z [00:00:08.459]➜    /nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T20:33:16.8922213Z [00:00:08.459]➜    /nix/store/lqknx5441cmkhwqrawx6lhwzy38a6pjj-bash-static-x86_64-unknown-linux-musl-5.3p0-dev
2025-08-20T20:33:16.8924118Z [00:00:08.459]➜    /nix/store/1wqj4idms8sjy2isnlrgp6pbk8p8w8c6-gettext-static-x86_64-unknown-linux-musl-0.25.1
2025-08-20T20:33:16.8929356Z [00:00:08.460]➜  copying path '/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T20:33:16.9314537Z [00:00:08.499]➜  copying path '/nix/store/lqknx5441cmkhwqrawx6lhwzy38a6pjj-bash-static-x86_64-unknown-linux-musl-5.3p0-dev' from 'https://cache.nixos.org'...
2025-08-20T20:33:16.9384841Z [00:00:08.506]➜  copying path '/nix/store/1wqj4idms8sjy2isnlrgp6pbk8p8w8c6-gettext-static-x86_64-unknown-linux-musl-0.25.1' from 'https://cache.nixos.org'...
2025-08-20T20:33:17.2718919Z [00:00:08.839]➜  /nix/store/1wqj4idms8sjy2isnlrgp6pbk8p8w8c6-gettext-static-x86_64-unknown-linux-musl-0.25.1
2025-08-20T20:33:17.2781823Z [00:00:08.845]➜  + sort
2025-08-20T20:33:17.2804309Z [00:00:08.848]➜  + awk -F/ '{indent=""; for (i=2; i<NF; i++) indent=indent " "; print (NF>1 ? indent "--> " $NF : $NF)}'
2025-08-20T20:33:17.2805797Z [00:00:08.848]➜  ++ find /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type d -o -type l -exec realpath '{}' ';'
2025-08-20T20:33:17.2806852Z [00:00:08.848]➜  ++ grep -Ev '^\.$'
2025-08-20T20:33:17.2810229Z [00:00:08.848]➜  ++ head -n 1
2025-08-20T20:33:17.2823989Z [00:00:08.850]➜  + find -L /nix/store/1wqj4idms8sjy2isnlrgp6pbk8p8w8c6-gettext-static-x86_64-unknown-linux-musl-0.25.1
2025-08-20T20:33:17.2861447Z [00:00:08.853]➜    --> 1wqj4idms8sjy2isnlrgp6pbk8p8w8c6-gettext-static-x86_64-unknown-linux-musl-0.25.1
2025-08-20T20:33:17.2862328Z [00:00:08.853]➜     --> bin
2025-08-20T20:33:17.2863004Z [00:00:08.853]➜      --> autopoint
2025-08-20T20:33:17.2863462Z [00:00:08.853]➜      --> envsubst
2025-08-20T20:33:17.2863920Z [00:00:08.853]➜      --> gettext
2025-08-20T20:33:17.2865829Z [00:00:08.853]➜      --> gettext.sh
2025-08-20T20:33:17.2866450Z [00:00:08.853]➜      --> gettextize
2025-08-20T20:33:17.2866943Z [00:00:08.853]➜      --> msgattrib
2025-08-20T20:33:17.2867400Z [00:00:08.853]➜      --> msgcat
2025-08-20T20:33:17.2867829Z [00:00:08.853]➜      --> msgcmp
2025-08-20T20:33:17.2868245Z [00:00:08.854]➜      --> msgcomm
2025-08-20T20:33:17.2868665Z [00:00:08.854]➜      --> msgconv
2025-08-20T20:33:17.2869082Z [00:00:08.854]➜      --> msgen
2025-08-20T20:33:17.2869505Z [00:00:08.854]➜      --> msgexec
2025-08-20T20:33:17.2869931Z [00:00:08.854]➜      --> msgfilter
2025-08-20T20:33:17.2870493Z [00:00:08.854]➜      --> msgfmt
2025-08-20T20:33:17.2870925Z [00:00:08.854]➜      --> msggrep
2025-08-20T20:33:17.2871384Z [00:00:08.854]➜      --> msginit
2025-08-20T20:33:17.2871836Z [00:00:08.854]➜      --> msgmerge
2025-08-20T20:33:17.2872285Z [00:00:08.854]➜      --> msgunfmt
2025-08-20T20:33:17.2880226Z [00:00:08.854]➜      --> msguniq
2025-08-20T20:33:17.2880735Z [00:00:08.854]➜      --> ngettext
2025-08-20T20:33:17.2881232Z [00:00:08.854]➜      --> recode-sr-latin
2025-08-20T20:33:17.2881721Z [00:00:08.854]➜      --> xgettext
2025-08-20T20:33:17.2882172Z [00:00:08.854]➜     --> include
2025-08-20T20:33:17.2882956Z [00:00:08.854]➜      --> autosprintf.h
2025-08-20T20:33:17.2883484Z [00:00:08.854]➜      --> gettext-po.h
2025-08-20T20:33:17.2883970Z [00:00:08.854]➜      --> textstyle
2025-08-20T20:33:17.2884433Z [00:00:08.854]➜      --> textstyle.h
2025-08-20T20:33:17.2884898Z [00:00:08.854]➜       --> stdbool.h
2025-08-20T20:33:17.2885349Z [00:00:08.854]➜       --> version.h
2025-08-20T20:33:17.2885912Z [00:00:08.854]➜       --> woe32dll.h
2025-08-20T20:33:17.2886370Z [00:00:08.854]➜     --> lib
2025-08-20T20:33:17.2886811Z [00:00:08.854]➜      --> gettext
2025-08-20T20:33:17.2887278Z [00:00:08.854]➜      --> libasprintf.a
2025-08-20T20:33:17.2887874Z [00:00:08.854]➜      --> libasprintf.la
2025-08-20T20:33:17.2888685Z [00:00:08.854]➜      --> libgettextpo.a
2025-08-20T20:33:17.2889165Z [00:00:08.854]➜      --> libgettextpo.la
2025-08-20T20:33:17.2889666Z [00:00:08.854]➜      --> libtextstyle.a
2025-08-20T20:33:17.2890159Z [00:00:08.854]➜      --> libtextstyle.la
2025-08-20T20:33:17.2890616Z [00:00:08.854]➜     --> libexec
2025-08-20T20:33:17.2891022Z [00:00:08.854]➜      --> gettext
2025-08-20T20:33:17.2891477Z [00:00:08.854]➜       --> cldr-plurals
2025-08-20T20:33:17.2891941Z [00:00:08.854]➜       --> hostname
2025-08-20T20:33:17.2892388Z [00:00:08.854]➜       --> project-id
2025-08-20T20:33:17.2893459Z [00:00:08.854]➜       --> urlget
2025-08-20T20:33:17.2893929Z [00:00:08.854]➜       --> user-email
2025-08-20T20:33:17.2894393Z [00:00:08.854]➜     --> nix-support
2025-08-20T20:33:17.2895052Z [00:00:08.854]➜      --> propagated-build-inputs
2025-08-20T20:33:17.2895609Z [00:00:08.854]➜      --> setup-hook
2025-08-20T20:33:17.2896083Z [00:00:08.854]➜     --> share
2025-08-20T20:33:17.2896550Z [00:00:08.854]➜      --> aclocal
2025-08-20T20:33:17.2896987Z [00:00:08.854]➜       --> nls.m4
2025-08-20T20:33:17.2897413Z [00:00:08.854]➜      --> gettext
2025-08-20T20:33:17.2897877Z [00:00:08.854]➜      --> gettext-0.25.1
2025-08-20T20:33:17.2901208Z [00:00:08.854]➜       --> its
2025-08-20T20:33:17.2901715Z [00:00:08.854]➜        --> docbook.loc
2025-08-20T20:33:17.2902228Z [00:00:08.854]➜        --> docbook4.its
2025-08-20T20:33:17.2902891Z [00:00:08.854]➜        --> docbook5.its
2025-08-20T20:33:17.2903381Z [00:00:08.854]➜        --> glade.loc
2025-08-20T20:33:17.2903853Z [00:00:08.854]➜        --> glade1.its
2025-08-20T20:33:17.2904429Z [00:00:08.854]➜        --> glade2.its
2025-08-20T20:33:17.2904900Z [00:00:08.854]➜        --> gsettings.its
2025-08-20T20:33:17.2905398Z [00:00:08.854]➜        --> gsettings.loc
2025-08-20T20:33:17.2906155Z [00:00:08.854]➜        --> gtkbuilder.its
2025-08-20T20:33:17.2906659Z [00:00:08.854]➜        --> metainfo.its
2025-08-20T20:33:17.2907126Z [00:00:08.854]➜        --> metainfo.loc
2025-08-20T20:33:17.2907621Z [00:00:08.854]➜       --> ABOUT-NLS
2025-08-20T20:33:17.2908113Z [00:00:08.854]➜       --> archive.dir.tar.xz
2025-08-20T20:33:17.2908614Z [00:00:08.854]➜       --> config.rpath
2025-08-20T20:33:17.2909138Z [00:00:08.854]➜       --> disclaim-translations.txt
2025-08-20T20:33:17.2909687Z [00:00:08.854]➜       --> gettext.h
2025-08-20T20:33:17.2910177Z [00:00:08.854]➜       --> javaversion.class
2025-08-20T20:33:17.2910757Z [00:00:08.854]➜       --> m4
2025-08-20T20:33:17.2911248Z [00:00:08.854]➜        --> build-to-host.m4
2025-08-20T20:33:17.2911773Z [00:00:08.854]➜        --> gettext.m4
2025-08-20T20:33:17.2912300Z [00:00:08.854]➜        --> host-cpu-c-abi.m4
2025-08-20T20:33:17.2913042Z [00:00:08.854]➜        --> iconv.m4
2025-08-20T20:33:17.2913551Z [00:00:08.854]➜        --> intlmacosx.m4
2025-08-20T20:33:17.2914062Z [00:00:08.854]➜        --> lib-ld.m4
2025-08-20T20:33:17.2914551Z [00:00:08.854]➜        --> lib-link.m4
2025-08-20T20:33:17.2915087Z [00:00:08.854]➜        --> lib-prefix.m4
2025-08-20T20:33:17.2915585Z [00:00:08.854]➜        --> nls.m4
2025-08-20T20:33:17.2916044Z [00:00:08.854]➜        --> po.m4
2025-08-20T20:33:17.2916517Z [00:00:08.854]➜        --> progtest.m4
2025-08-20T20:33:17.2917016Z [00:00:08.854]➜       --> msgunfmt.tcl
2025-08-20T20:33:17.2917500Z [00:00:08.854]➜       --> po
2025-08-20T20:33:17.2917787Z [00:00:08.854]➜        --> Makefile.in.in
2025-08-20T20:33:17.2918108Z [00:00:08.854]➜        --> Makevars.template
2025-08-20T20:33:17.2918396Z [00:00:08.854]➜        --> Rules-quot
2025-08-20T20:33:17.2918670Z [00:00:08.854]➜        --> boldquot.sed
2025-08-20T20:33:17.2918965Z [00:00:08.854]➜        --> en@boldquot.header
2025-08-20T20:33:17.2919266Z [00:00:08.854]➜        --> en@quot.header
2025-08-20T20:33:17.2919582Z [00:00:08.854]➜        --> insert-header.sed
2025-08-20T20:33:17.2919862Z [00:00:08.854]➜        --> quot.sed
2025-08-20T20:33:17.2920147Z [00:00:08.854]➜        --> remove-potcdate.sed
2025-08-20T20:33:17.2920651Z [00:00:08.854]➜       --> projects
2025-08-20T20:33:17.2920916Z [00:00:08.854]➜        --> GNOME
2025-08-20T20:33:17.2921178Z [00:00:08.854]➜         --> team-address
2025-08-20T20:33:17.2921450Z [00:00:08.854]➜         --> teams.html
2025-08-20T20:33:17.2921714Z [00:00:08.854]➜         --> teams.url
2025-08-20T20:33:17.2921969Z [00:00:08.854]➜         --> trigger
2025-08-20T20:33:17.2922215Z [00:00:08.854]➜        --> KDE
2025-08-20T20:33:17.2922478Z [00:00:08.854]➜         --> team-address
2025-08-20T20:33:17.2923155Z [00:00:08.854]➜         --> teams.html
2025-08-20T20:33:17.2923464Z [00:00:08.854]➜         --> teams.url
2025-08-20T20:33:17.2923720Z [00:00:08.854]➜         --> trigger
2025-08-20T20:33:17.2923972Z [00:00:08.854]➜        --> TP
2025-08-20T20:33:17.2924227Z [00:00:08.854]➜         --> team-address
2025-08-20T20:33:17.2924510Z [00:00:08.854]➜         --> teams.html
2025-08-20T20:33:17.2924763Z [00:00:08.854]➜         --> teams.url
2025-08-20T20:33:17.2925025Z [00:00:08.854]➜         --> trigger
2025-08-20T20:33:17.2925289Z [00:00:08.854]➜        --> index
2025-08-20T20:33:17.2925546Z [00:00:08.854]➜        --> team-address
2025-08-20T20:33:17.2925808Z [00:00:08.854]➜       --> schema
2025-08-20T20:33:17.2926079Z [00:00:08.854]➜        --> its-extensions.xsd
2025-08-20T20:33:17.2926360Z [00:00:08.854]➜        --> its.xsd10
2025-08-20T20:33:17.2926618Z [00:00:08.854]➜        --> its.xsd11
2025-08-20T20:33:17.2926904Z [00:00:08.854]➜        --> locating-rules.xsd10
2025-08-20T20:33:17.2927220Z [00:00:08.854]➜        --> locating-rules.xsd11
2025-08-20T20:33:17.2927496Z [00:00:08.854]➜       --> styles
2025-08-20T20:33:17.2927756Z [00:00:08.854]➜        --> po-default.css
2025-08-20T20:33:17.2928046Z [00:00:08.854]➜        --> po-emacs-x.css
2025-08-20T20:33:17.2928339Z [00:00:08.854]➜        --> po-emacs-xterm.css
2025-08-20T20:33:17.2928797Z [00:00:08.854]➜        --> po-emacs-xterm16.css
2025-08-20T20:33:17.2929121Z [00:00:08.854]➜        --> po-emacs-xterm256.css
2025-08-20T20:33:17.2929440Z [00:00:08.854]➜        --> po-vim.css
2025-08-20T20:33:17.2929699Z [00:00:08.854]➜      --> locale
2025-08-20T20:33:17.2929940Z [00:00:08.854]➜       --> ast
2025-08-20T20:33:17.2930186Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2930473Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2930753Z [00:00:08.854]➜       --> be
2025-08-20T20:33:17.2931001Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2931280Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2931573Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2931838Z [00:00:08.854]➜       --> bg
2025-08-20T20:33:17.2932080Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2932353Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2932849Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2933134Z [00:00:08.854]➜       --> ca
2025-08-20T20:33:17.2933374Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2933649Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2933950Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2934208Z [00:00:08.854]➜       --> cs
2025-08-20T20:33:17.2934443Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2934717Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2935006Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2935265Z [00:00:08.854]➜       --> da
2025-08-20T20:33:17.2935502Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2935774Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2936060Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2936318Z [00:00:08.854]➜       --> de
2025-08-20T20:33:17.2936570Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2936854Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2937142Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2937401Z [00:00:08.854]➜       --> el
2025-08-20T20:33:17.2937794Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2938072Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2938362Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2938637Z [00:00:08.854]➜       --> en@boldquot
2025-08-20T20:33:17.2938898Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2939174Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2939461Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2939728Z [00:00:08.854]➜       --> en@quot
2025-08-20T20:33:17.2939981Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2940250Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2940537Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2940800Z [00:00:08.854]➜       --> eo
2025-08-20T20:33:17.2941046Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2941326Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2941611Z [00:00:08.854]➜       --> es
2025-08-20T20:33:17.2941857Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2942128Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2942417Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2942848Z [00:00:08.854]➜       --> et
2025-08-20T20:33:17.2943103Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2943378Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2943665Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2943925Z [00:00:08.854]➜       --> eu
2025-08-20T20:33:17.2944159Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2944425Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2944683Z [00:00:08.854]➜       --> fi
2025-08-20T20:33:17.2944922Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2945337Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2945632Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2945894Z [00:00:08.854]➜       --> fr
2025-08-20T20:33:17.2946136Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2946410Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2946702Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2946961Z [00:00:08.854]➜       --> ga
2025-08-20T20:33:17.2947196Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2947477Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2947741Z [00:00:08.854]➜       --> gl
2025-08-20T20:33:17.2947979Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2948249Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2948536Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2948796Z [00:00:08.854]➜       --> hr
2025-08-20T20:33:17.2949033Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2949315Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2949607Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2950007Z [00:00:08.854]➜       --> hu
2025-08-20T20:33:17.2950475Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2950968Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2951469Z [00:00:08.854]➜       --> id
2025-08-20T20:33:17.2951927Z [00:00:08.854]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2952433Z [00:00:08.854]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2953122Z [00:00:08.854]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2953594Z [00:00:08.855]➜       --> it
2025-08-20T20:33:17.2953858Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2954156Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2954457Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2954722Z [00:00:08.855]➜       --> ja
2025-08-20T20:33:17.2954960Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2955251Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2955545Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2955807Z [00:00:08.855]➜       --> ka
2025-08-20T20:33:17.2956360Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2956776Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2957073Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2957332Z [00:00:08.855]➜       --> ko
2025-08-20T20:33:17.2957573Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2957841Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2958130Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2958391Z [00:00:08.855]➜       --> nb
2025-08-20T20:33:17.2958631Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2958906Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2959194Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2959456Z [00:00:08.855]➜       --> nl
2025-08-20T20:33:17.2959704Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2959979Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2960266Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2960534Z [00:00:08.855]➜       --> nn
2025-08-20T20:33:17.2960771Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2961044Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2961326Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2961588Z [00:00:08.855]➜       --> pa
2025-08-20T20:33:17.2961828Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2962095Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2962359Z [00:00:08.855]➜       --> pl
2025-08-20T20:33:17.2962598Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2963194Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2963487Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2963749Z [00:00:08.855]➜       --> pt
2025-08-20T20:33:17.2964156Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2964444Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2964732Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2965008Z [00:00:08.855]➜       --> pt_BR
2025-08-20T20:33:17.2965259Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2965533Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2965822Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2966079Z [00:00:08.855]➜       --> ro
2025-08-20T20:33:17.2966317Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2966594Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2966881Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2967146Z [00:00:08.855]➜       --> ru
2025-08-20T20:33:17.2967383Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2967659Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2967959Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2968221Z [00:00:08.855]➜       --> sk
2025-08-20T20:33:17.2968458Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2968734Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2969043Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2969304Z [00:00:08.855]➜       --> sl
2025-08-20T20:33:17.2969534Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2969817Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2970121Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2970393Z [00:00:08.855]➜       --> sr
2025-08-20T20:33:17.2970645Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2970934Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2971229Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2971493Z [00:00:08.855]➜       --> sv
2025-08-20T20:33:17.2971732Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2972020Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2972310Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2972573Z [00:00:08.855]➜       --> tr
2025-08-20T20:33:17.2973267Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2973570Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2973868Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2974141Z [00:00:08.855]➜       --> uk
2025-08-20T20:33:17.2974386Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2974668Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2974965Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2975231Z [00:00:08.855]➜       --> vi
2025-08-20T20:33:17.2975476Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2975760Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2976054Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2976322Z [00:00:08.855]➜       --> zh_CN
2025-08-20T20:33:17.2976581Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2976859Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2977151Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2977427Z [00:00:08.855]➜       --> zh_HK
2025-08-20T20:33:17.2977685Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2977963Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2978237Z [00:00:08.855]➜       --> zh_TW
2025-08-20T20:33:17.2978480Z [00:00:08.855]➜        --> LC_MESSAGES
2025-08-20T20:33:17.2978757Z [00:00:08.855]➜         --> gettext-runtime.mo
2025-08-20T20:33:17.2979048Z [00:00:08.855]➜         --> gettext-tools.mo
2025-08-20T20:33:17.2979720Z [00:00:08.855]➜  + find /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type d -o -type l -exec realpath '{}' ';'
2025-08-20T20:33:17.2980323Z [00:00:08.857]➜  + grep -Ev '^\.$'
2025-08-20T20:33:17.2980692Z [00:00:08.857]➜  + xargs '-I{}' find -L '{}' -type d -iregex '.*\(bin\|exec\).*'
2025-08-20T20:33:17.2981486Z [00:00:08.858]➜  + xargs '-I{}' sudo rsync -achLv --no-relative '{}/.' /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/.
2025-08-20T20:33:17.3030685Z [00:00:08.870]➜  sending incremental file list
2025-08-20T20:33:17.3040298Z [00:00:08.871]➜  ./
2025-08-20T20:33:17.3042559Z [00:00:08.872]➜  gettext/
2025-08-20T20:33:17.3043370Z [00:00:08.872]➜  gettext/cldr-plurals
2025-08-20T20:33:17.3056335Z [00:00:08.873]➜  gettext/hostname
2025-08-20T20:33:17.3061744Z [00:00:08.874]➜  gettext/project-id
2025-08-20T20:33:17.3062069Z [00:00:08.874]➜  gettext/urlget
2025-08-20T20:33:17.3069402Z [00:00:08.874]➜  gettext/user-email
2025-08-20T20:33:17.3479143Z [00:00:08.915]➜  
2025-08-20T20:33:17.3479708Z [00:00:08.915]➜  sent 1.50M bytes  received 122 bytes  2.99M bytes/sec
2025-08-20T20:33:17.3480311Z [00:00:08.915]➜  total size is 1.50M  speedup is 1.00
2025-08-20T20:33:17.3578477Z [00:00:08.925]➜  sending incremental file list
2025-08-20T20:33:17.3588980Z [00:00:08.926]➜  cldr-plurals
2025-08-20T20:33:17.3601516Z [00:00:08.927]➜  hostname
2025-08-20T20:33:17.3606908Z [00:00:08.928]➜  project-id
2025-08-20T20:33:17.3607244Z [00:00:08.928]➜  urlget
2025-08-20T20:33:17.3614024Z [00:00:08.929]➜  user-email
2025-08-20T20:33:17.4024064Z [00:00:08.970]➜  
2025-08-20T20:33:17.4024613Z [00:00:08.970]➜  sent 1.50M bytes  received 111 bytes  2.99M bytes/sec
2025-08-20T20:33:17.4025181Z [00:00:08.970]➜  total size is 1.50M  speedup is 1.00
2025-08-20T20:33:17.4118577Z [00:00:08.979]➜  sending incremental file list
2025-08-20T20:33:17.4215624Z [00:00:08.989]➜  could not make way for new regular file: gettext
2025-08-20T20:33:17.4216555Z [00:00:08.989]➜  cannot delete non-empty directory: gettext
2025-08-20T20:33:17.4217037Z [00:00:08.989]➜  autopoint
2025-08-20T20:33:17.4217392Z [00:00:08.989]➜  envsubst
2025-08-20T20:33:17.4224579Z [00:00:08.990]➜  gettext.sh
2025-08-20T20:33:17.4225042Z [00:00:08.990]➜  gettextize
2025-08-20T20:33:17.4225632Z [00:00:08.990]➜  msgattrib
2025-08-20T20:33:17.4257394Z [00:00:08.993]➜  msgcat
2025-08-20T20:33:17.4287211Z [00:00:08.996]➜  msgcmp
2025-08-20T20:33:17.4296024Z [00:00:08.997]➜  msgcomm
2025-08-20T20:33:17.4326009Z [00:00:09.000]➜  msgconv
2025-08-20T20:33:17.4355745Z [00:00:09.003]➜  msgen
2025-08-20T20:33:17.4384976Z [00:00:09.006]➜  msgexec
2025-08-20T20:33:17.4393797Z [00:00:09.007]➜  msgfilter
2025-08-20T20:33:17.4424570Z [00:00:09.010]➜  msgfmt
2025-08-20T20:33:17.4447936Z [00:00:09.012]➜  msggrep
2025-08-20T20:33:17.4479008Z [00:00:09.015]➜  msginit
2025-08-20T20:33:17.4509657Z [00:00:09.018]➜  msgmerge
2025-08-20T20:33:17.4544008Z [00:00:09.022]➜  msgunfmt
2025-08-20T20:33:17.4574599Z [00:00:09.025]➜  msguniq
2025-08-20T20:33:17.4604590Z [00:00:09.028]➜  ngettext
2025-08-20T20:33:17.4609700Z [00:00:09.028]➜  recode-sr-latin
2025-08-20T20:33:17.4615885Z [00:00:09.029]➜  xgettext
2025-08-20T20:33:17.6187279Z [00:00:09.186]➜  
2025-08-20T20:33:17.6187853Z [00:00:09.186]➜  sent 37.49M bytes  received 462 bytes  74.98M bytes/sec
2025-08-20T20:33:17.6188456Z [00:00:09.186]➜  total size is 37.74M  speedup is 1.01
2025-08-20T20:33:17.6189347Z [00:00:09.186]➜  rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.4.1]
2025-08-20T20:33:17.6209702Z [00:00:09.188]➜  ++ whoami
2025-08-20T20:33:17.6228646Z [00:00:09.190]➜  ++ whoami
2025-08-20T20:33:17.6242379Z [00:00:09.192]➜  + sudo chown -R runner:runner /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:33:17.6323234Z [00:00:09.200]➜  + chmod -R 755 /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:33:17.6338741Z [00:00:09.201]➜  + find /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f -iregex '.*\.\(bin\|pl\)$' -exec bash -c 'mv -fv "$1" "${1%.*}"' _ '{}' ';'
2025-08-20T20:33:17.6360074Z [00:00:09.203]➜  + find /tmp/pkgforge/ZxO7ahv_woUsUigyj_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-20T20:33:17.6361439Z [00:00:09.203]➜  + xargs -0 -I '{}' sh -c '
2025-08-20T20:33:17.6362119Z [00:00:09.203]➜         sed "s|^#!/nix/store/.*/bin/sh|#!/bin/sh|" -i "{}" 2>/dev/null
2025-08-20T20:33:17.6363199Z [00:00:09.203]➜         sed "s|/nix/store[^ ]*/bin/\([^ ]*\)|/usr/local/bin/\1|g" -i "{}" 2>/dev/null
2025-08-20T20:33:17.6364055Z [00:00:09.203]➜         sed "s|/nix/store/[^/]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T20:33:17.6364898Z [00:00:09.203]➜         sed "s|/nix/store[^/ ]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T20:33:17.6365775Z [00:00:09.203]➜         sed "s|/nix/store[^ \"'\'']*|/|g" -i "{}" 2>/dev/null
2025-08-20T20:33:17.6366356Z [00:00:09.203]➜     '
2025-08-20T20:33:17.9257019Z [00:00:09.493]➜  + find /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:33:17.9276717Z [00:00:09.495]➜  + grep -Ei 'application/.*executable|text/x-perl|text/.*script'
2025-08-20T20:33:17.9277474Z [00:00:09.495]➜  + cut -d: -f1
2025-08-20T20:33:17.9277962Z [00:00:09.495]➜  + xargs realpath
2025-08-20T20:33:17.9281277Z [00:00:09.495]➜  + sort -u
2025-08-20T20:33:17.9284071Z [00:00:09.495]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:33:18.0355414Z [00:00:09.603]➜  sending incremental file list
2025-08-20T20:33:18.0357625Z [00:00:09.603]➜  autopoint
2025-08-20T20:33:18.0766559Z [00:00:09.644]➜  
2025-08-20T20:33:18.0767255Z [00:00:09.644]➜  sent 27.98K bytes  received 35 bytes  56.04K bytes/sec
2025-08-20T20:33:18.0767910Z [00:00:09.644]➜  total size is 27.86K  speedup is 0.99
2025-08-20T20:33:18.0793905Z [00:00:09.647]➜  sending incremental file list
2025-08-20T20:33:18.0799843Z [00:00:09.647]➜  cldr-plurals
2025-08-20T20:33:18.1219807Z [00:00:09.689]➜  
2025-08-20T20:33:18.1220652Z [00:00:09.689]➜  sent 888.22K bytes  received 35 bytes  1.78M bytes/sec
2025-08-20T20:33:18.1221450Z [00:00:09.689]➜  total size is 887.88K  speedup is 1.00
2025-08-20T20:33:18.1247483Z [00:00:09.692]➜  sending incremental file list
2025-08-20T20:33:18.1253075Z [00:00:09.693]➜  envsubst
2025-08-20T20:33:18.1666590Z [00:00:09.734]➜  
2025-08-20T20:33:18.1667567Z [00:00:09.734]➜  sent 271.05K bytes  received 35 bytes  542.16K bytes/sec
2025-08-20T20:33:18.1668222Z [00:00:09.734]➜  total size is 270.86K  speedup is 1.00
2025-08-20T20:33:18.1692886Z [00:00:09.737]➜  sending incremental file list
2025-08-20T20:33:18.1696562Z [00:00:09.737]➜  gettext.sh
2025-08-20T20:33:18.2104358Z [00:00:09.778]➜  
2025-08-20T20:33:18.2104883Z [00:00:09.778]➜  sent 5.38K bytes  received 35 bytes  10.84K bytes/sec
2025-08-20T20:33:18.2105432Z [00:00:09.778]➜  total size is 5.26K  speedup is 0.97
2025-08-20T20:33:18.2130007Z [00:00:09.780]➜  sending incremental file list
2025-08-20T20:33:18.2134056Z [00:00:09.781]➜  gettextize
2025-08-20T20:33:18.2543058Z [00:00:09.822]➜  
2025-08-20T20:33:18.2543689Z [00:00:09.822]➜  sent 42.42K bytes  received 35 bytes  84.90K bytes/sec
2025-08-20T20:33:18.2544244Z [00:00:09.822]➜  total size is 42.28K  speedup is 1.00
2025-08-20T20:33:18.2568906Z [00:00:09.824]➜  sending incremental file list
2025-08-20T20:33:18.2574473Z [00:00:09.825]➜  hostname
2025-08-20T20:33:18.2988202Z [00:00:09.866]➜  
2025-08-20T20:33:18.2989279Z [00:00:09.866]➜  sent 295.78K bytes  received 35 bytes  591.63K bytes/sec
2025-08-20T20:33:18.2990286Z [00:00:09.866]➜  total size is 295.59K  speedup is 1.00
2025-08-20T20:33:18.3016311Z [00:00:09.869]➜  sending incremental file list
2025-08-20T20:33:18.3024653Z [00:00:09.870]➜  msgattrib
2025-08-20T20:33:18.3458430Z [00:00:09.913]➜  
2025-08-20T20:33:18.3459271Z [00:00:09.913]➜  sent 1.98M bytes  received 35 bytes  3.96M bytes/sec
2025-08-20T20:33:18.3459855Z [00:00:09.913]➜  total size is 1.98M  speedup is 1.00
2025-08-20T20:33:18.3486480Z [00:00:09.916]➜  sending incremental file list
2025-08-20T20:33:18.3494537Z [00:00:09.917]➜  msgcat
2025-08-20T20:33:18.3928585Z [00:00:09.960]➜  
2025-08-20T20:33:18.3929858Z [00:00:09.960]➜  sent 1.99M bytes  received 35 bytes  3.98M bytes/sec
2025-08-20T20:33:18.3930595Z [00:00:09.960]➜  total size is 1.99M  speedup is 1.00
2025-08-20T20:33:18.3955466Z [00:00:09.963]➜  sending incremental file list
2025-08-20T20:33:18.3960453Z [00:00:09.963]➜  msgcmp
2025-08-20T20:33:18.4377279Z [00:00:10.005]➜  
2025-08-20T20:33:18.4378022Z [00:00:10.005]➜  sent 452.13K bytes  received 35 bytes  904.33K bytes/sec
2025-08-20T20:33:18.4378775Z [00:00:10.005]➜  total size is 451.91K  speedup is 1.00
2025-08-20T20:33:18.4404361Z [00:00:10.008]➜  sending incremental file list
2025-08-20T20:33:18.4412253Z [00:00:10.009]➜  msgcomm
2025-08-20T20:33:18.4848949Z [00:00:10.052]➜  
2025-08-20T20:33:18.4849619Z [00:00:10.052]➜  sent 1.99M bytes  received 35 bytes  3.98M bytes/sec
2025-08-20T20:33:18.4850210Z [00:00:10.052]➜  total size is 1.99M  speedup is 1.00
2025-08-20T20:33:18.4876440Z [00:00:10.055]➜  sending incremental file list
2025-08-20T20:33:18.4883887Z [00:00:10.056]➜  msgconv
2025-08-20T20:33:18.5320073Z [00:00:10.099]➜  
2025-08-20T20:33:18.5320939Z [00:00:10.099]➜  sent 1.98M bytes  received 35 bytes  3.96M bytes/sec
2025-08-20T20:33:18.5321919Z [00:00:10.099]➜  total size is 1.98M  speedup is 1.00
2025-08-20T20:33:18.5347134Z [00:00:10.102]➜  sending incremental file list
2025-08-20T20:33:18.5355036Z [00:00:10.103]➜  msgen
2025-08-20T20:33:18.5787566Z [00:00:10.146]➜  
2025-08-20T20:33:18.5788166Z [00:00:10.146]➜  sent 1.98M bytes  received 35 bytes  3.96M bytes/sec
2025-08-20T20:33:18.5788682Z [00:00:10.146]➜  total size is 1.98M  speedup is 1.00
2025-08-20T20:33:18.5813611Z [00:00:10.149]➜  sending incremental file list
2025-08-20T20:33:18.5819430Z [00:00:10.149]➜  msgexec
2025-08-20T20:33:18.6235131Z [00:00:10.191]➜  
2025-08-20T20:33:18.6235797Z [00:00:10.191]➜  sent 464.88K bytes  received 35 bytes  929.82K bytes/sec
2025-08-20T20:33:18.6236420Z [00:00:10.191]➜  total size is 464.65K  speedup is 1.00
2025-08-20T20:33:18.6261505Z [00:00:10.193]➜  sending incremental file list
2025-08-20T20:33:18.6269500Z [00:00:10.194]➜  msgfilter
2025-08-20T20:33:18.6704207Z [00:00:10.238]➜  
2025-08-20T20:33:18.6705068Z [00:00:10.238]➜  sent 2.03M bytes  received 35 bytes  4.06M bytes/sec
2025-08-20T20:33:18.6705831Z [00:00:10.238]➜  total size is 2.03M  speedup is 1.00
2025-08-20T20:33:18.6732240Z [00:00:10.241]➜  sending incremental file list
2025-08-20T20:33:18.6740003Z [00:00:10.241]➜  msgfmt
2025-08-20T20:33:18.7168536Z [00:00:10.284]➜  
2025-08-20T20:33:18.7169297Z [00:00:10.284]➜  sent 1.53M bytes  received 35 bytes  3.06M bytes/sec
2025-08-20T20:33:18.7170111Z [00:00:10.284]➜  total size is 1.53M  speedup is 1.00
2025-08-20T20:33:18.7194069Z [00:00:10.287]➜  sending incremental file list
2025-08-20T20:33:18.7201952Z [00:00:10.288]➜  msggrep
2025-08-20T20:33:18.7640305Z [00:00:10.331]➜  
2025-08-20T20:33:18.7640840Z [00:00:10.331]➜  sent 2.10M bytes  received 35 bytes  4.20M bytes/sec
2025-08-20T20:33:18.7641365Z [00:00:10.331]➜  total size is 2.10M  speedup is 1.00
2025-08-20T20:33:18.7666211Z [00:00:10.334]➜  sending incremental file list
2025-08-20T20:33:18.7673733Z [00:00:10.335]➜  msginit
2025-08-20T20:33:18.8111028Z [00:00:10.378]➜  
2025-08-20T20:33:18.8111699Z [00:00:10.378]➜  sent 2.06M bytes  received 35 bytes  4.13M bytes/sec
2025-08-20T20:33:18.8112285Z [00:00:10.378]➜  total size is 2.06M  speedup is 1.00
2025-08-20T20:33:18.8136892Z [00:00:10.381]➜  sending incremental file list
2025-08-20T20:33:18.8145366Z [00:00:10.382]➜  msgmerge
2025-08-20T20:33:18.8583129Z [00:00:10.425]➜  
2025-08-20T20:33:18.8583982Z [00:00:10.426]➜  sent 2.31M bytes  received 35 bytes  4.63M bytes/sec
2025-08-20T20:33:18.8584824Z [00:00:10.426]➜  total size is 2.31M  speedup is 1.00
2025-08-20T20:33:18.8611367Z [00:00:10.428]➜  sending incremental file list
2025-08-20T20:33:18.8620178Z [00:00:10.429]➜  msgunfmt
2025-08-20T20:33:18.9055684Z [00:00:10.473]➜  
2025-08-20T20:33:18.9056418Z [00:00:10.473]➜  sent 2.07M bytes  received 35 bytes  4.15M bytes/sec
2025-08-20T20:33:18.9057261Z [00:00:10.473]➜  total size is 2.07M  speedup is 1.00
2025-08-20T20:33:18.9081438Z [00:00:10.475]➜  sending incremental file list
2025-08-20T20:33:18.9089330Z [00:00:10.476]➜  msguniq
2025-08-20T20:33:18.9523677Z [00:00:10.520]➜  
2025-08-20T20:33:18.9524438Z [00:00:10.520]➜  sent 1.99M bytes  received 35 bytes  3.98M bytes/sec
2025-08-20T20:33:18.9525112Z [00:00:10.520]➜  total size is 1.99M  speedup is 1.00
2025-08-20T20:33:18.9550518Z [00:00:10.522]➜  sending incremental file list
2025-08-20T20:33:18.9556102Z [00:00:10.523]➜  ngettext
2025-08-20T20:33:18.9969279Z [00:00:10.564]➜  
2025-08-20T20:33:18.9970180Z [00:00:10.564]➜  sent 259.90K bytes  received 35 bytes  519.87K bytes/sec
2025-08-20T20:33:18.9971190Z [00:00:10.564]➜  total size is 259.73K  speedup is 1.00
2025-08-20T20:33:18.9995978Z [00:00:10.567]➜  sending incremental file list
2025-08-20T20:33:18.9999487Z [00:00:10.567]➜  project-id
2025-08-20T20:33:19.0407583Z [00:00:10.608]➜  
2025-08-20T20:33:19.0408176Z [00:00:10.608]➜  sent 2.86K bytes  received 35 bytes  1.93K bytes/sec
2025-08-20T20:33:19.0408862Z [00:00:10.608]➜  total size is 2.73K  speedup is 0.94
2025-08-20T20:33:19.0434480Z [00:00:10.611]➜  sending incremental file list
2025-08-20T20:33:19.0439486Z [00:00:10.611]➜  recode-sr-latin
2025-08-20T20:33:19.0853506Z [00:00:10.653]➜  
2025-08-20T20:33:19.0854255Z [00:00:10.653]➜  sent 260.26K bytes  received 35 bytes  520.59K bytes/sec
2025-08-20T20:33:19.0854844Z [00:00:10.653]➜  total size is 260.08K  speedup is 1.00
2025-08-20T20:33:19.0879785Z [00:00:10.655]➜  sending incremental file list
2025-08-20T20:33:19.0885084Z [00:00:10.656]➜  urlget
2025-08-20T20:33:19.1299864Z [00:00:10.697]➜  
2025-08-20T20:33:19.1300710Z [00:00:10.697]➜  sent 295.14K bytes  received 35 bytes  590.35K bytes/sec
2025-08-20T20:33:19.1301511Z [00:00:10.697]➜  total size is 294.95K  speedup is 1.00
2025-08-20T20:33:19.1327577Z [00:00:10.700]➜  sending incremental file list
2025-08-20T20:33:19.1331036Z [00:00:10.700]➜  user-email
2025-08-20T20:33:19.1739156Z [00:00:10.741]➜  
2025-08-20T20:33:19.1739835Z [00:00:10.741]➜  sent 14.57K bytes  received 35 bytes  29.22K bytes/sec
2025-08-20T20:33:19.1740375Z [00:00:10.741]➜  total size is 14.45K  speedup is 0.99
2025-08-20T20:33:19.1764855Z [00:00:10.744]➜  sending incremental file list
2025-08-20T20:33:19.1787278Z [00:00:10.746]➜  xgettext
2025-08-20T20:33:19.2336642Z [00:00:10.801]➜  
2025-08-20T20:33:19.2337540Z [00:00:10.801]➜  sent 11.68M bytes  received 35 bytes  23.36M bytes/sec
2025-08-20T20:33:19.2338398Z [00:00:10.801]➜  total size is 11.68M  speedup is 1.00
2025-08-20T20:33:19.3850985Z [00:00:10.952]➜  
2025-08-20T20:33:19.7878873Z [00:00:11.355]➜  
2025-08-20T20:33:19.7995502Z [00:00:11.367]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgattrib' from runner:docker to runner:runner
2025-08-20T20:33:19.7998218Z [00:00:11.367]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgfmt' from runner:docker to runner:runner
2025-08-20T20:33:19.8000406Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgattrib' retained as runner:runner
2025-08-20T20:33:19.8002227Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nixbuild' retained as runner:runner
2025-08-20T20:33:19.8004586Z [00:00:11.367]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/user-email' from runner:docker to runner:runner
2025-08-20T20:33:19.8006631Z [00:00:11.367]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/project-id' from runner:docker to runner:runner
2025-08-20T20:33:19.8008449Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/urlget' retained as runner:runner
2025-08-20T20:33:19.8009800Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/cldr-plurals' retained as runner:runner
2025-08-20T20:33:19.8010938Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/hostname' retained as runner:runner
2025-08-20T20:33:19.8011888Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext' retained as runner:runner
2025-08-20T20:33:19.8013056Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgfmt' retained as runner:runner
2025-08-20T20:33:19.8014052Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:33:19.8015003Z [00:00:11.367]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/user-email' from runner:docker to runner:runner
2025-08-20T20:33:19.8015934Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msggrep' retained as runner:runner
2025-08-20T20:33:19.8016803Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msginit' retained as runner:runner
2025-08-20T20:33:19.8017728Z [00:00:11.367]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/project-id' from runner:docker to runner:runner
2025-08-20T20:33:19.8018891Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgexec' retained as runner:runner
2025-08-20T20:33:19.8019749Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/envsubst' retained as runner:runner
2025-08-20T20:33:19.8032428Z [00:00:11.367]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettextize' from runner:docker to runner:runner
2025-08-20T20:33:19.8033852Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgconv' retained as runner:runner
2025-08-20T20:33:19.8034767Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/urlget' retained as runner:runner
2025-08-20T20:33:19.8035667Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/cldr-plurals' retained as runner:runner
2025-08-20T20:33:19.8036562Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgcmp' retained as runner:runner
2025-08-20T20:33:19.8037413Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msguniq' retained as runner:runner
2025-08-20T20:33:19.8038266Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ngettext' retained as runner:runner
2025-08-20T20:33:19.8039127Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgfilter' retained as runner:runner
2025-08-20T20:33:19.8040169Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgcat' retained as runner:runner
2025-08-20T20:33:19.8041039Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgunfmt' retained as runner:runner
2025-08-20T20:33:19.8041924Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/xgettext' retained as runner:runner
2025-08-20T20:33:19.8043055Z [00:00:11.367]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/autopoint' from runner:docker to runner:runner
2025-08-20T20:33:19.8044026Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgmerge' retained as runner:runner
2025-08-20T20:33:19.8044900Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgcomm' retained as runner:runner
2025-08-20T20:33:19.8045797Z [00:00:11.367]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/recode-sr-latin' retained as runner:runner
2025-08-20T20:33:19.8046816Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T20:33:19.8047775Z [00:00:11.368]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgen' retained as runner:runner
2025-08-20T20:33:19.8048702Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext.sh' from runner:docker to runner:runner
2025-08-20T20:33:19.8049634Z [00:00:11.368]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/hostname' retained as runner:runner
2025-08-20T20:33:19.8050460Z [00:00:11.368]➜  ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:33:19.8051332Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/user-email' from runner:docker to runner:runner
2025-08-20T20:33:19.8052238Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msggrep' from runner:docker to runner:runner
2025-08-20T20:33:19.8053559Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msginit' from runner:docker to runner:runner
2025-08-20T20:33:19.8054468Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/project-id' from runner:docker to runner:runner
2025-08-20T20:33:19.8055365Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgexec' from runner:docker to runner:runner
2025-08-20T20:33:19.8056256Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/envsubst' from runner:docker to runner:runner
2025-08-20T20:33:19.8057158Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T20:33:19.8058052Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettextize' from runner:docker to runner:runner
2025-08-20T20:33:19.8058957Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgconv' from runner:docker to runner:runner
2025-08-20T20:33:19.8059831Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/urlget' from runner:docker to runner:runner
2025-08-20T20:33:19.8060733Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/cldr-plurals' from runner:docker to runner:runner
2025-08-20T20:33:19.8061637Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgcmp' from runner:docker to runner:runner
2025-08-20T20:33:19.8062923Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msguniq' from runner:docker to runner:runner
2025-08-20T20:33:19.8063939Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/ngettext' from runner:docker to runner:runner
2025-08-20T20:33:19.8064865Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgfilter' from runner:docker to runner:runner
2025-08-20T20:33:19.8065757Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgcat' from runner:docker to runner:runner
2025-08-20T20:33:19.8066641Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgunfmt' from runner:docker to runner:runner
2025-08-20T20:33:19.8067531Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/xgettext' from runner:docker to runner:runner
2025-08-20T20:33:19.8068499Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.version' from runner:docker to runner:runner
2025-08-20T20:33:19.8069467Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/autopoint' from runner:docker to runner:runner
2025-08-20T20:33:19.8070372Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgmerge' from runner:docker to runner:runner
2025-08-20T20:33:19.8071310Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgcomm' from runner:docker to runner:runner
2025-08-20T20:33:19.8072234Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/recode-sr-latin' from runner:docker to runner:runner
2025-08-20T20:33:19.8073547Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgen' from runner:docker to runner:runner
2025-08-20T20:33:19.8074469Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.sh' from runner:docker to runner:runner
2025-08-20T20:33:19.8075374Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/hostname' from runner:docker to runner:runner
2025-08-20T20:33:19.8076484Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.version' from runner:docker to runner:runner
2025-08-20T20:33:19.8077371Z [00:00:11.368]➜  changed ownership of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T20:33:19.8099343Z [00:00:11.377]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgattrib' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8171607Z [00:00:11.384]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgfmt' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8245576Z [00:00:11.392]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgattrib' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8319253Z [00:00:11.399]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/user-email' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8393513Z [00:00:11.407]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/project-id' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8470220Z [00:00:11.414]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/urlget' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8545464Z [00:00:11.422]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/cldr-plurals' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8620593Z [00:00:11.429]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext/hostname' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8697193Z [00:00:11.437]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgfmt' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8773335Z [00:00:11.445]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/user-email' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8846887Z [00:00:11.452]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msggrep' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8921129Z [00:00:11.459]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msginit' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.8992191Z [00:00:11.466]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/project-id' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9062243Z [00:00:11.474]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgexec' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9133880Z [00:00:11.481]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/envsubst' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9203514Z [00:00:11.488]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettextize' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9275418Z [00:00:11.495]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgconv' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9347596Z [00:00:11.502]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/urlget' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9421648Z [00:00:11.509]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/cldr-plurals' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9497330Z [00:00:11.517]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgcmp' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9570642Z [00:00:11.524]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msguniq' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9643183Z [00:00:11.532]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ngettext' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9720404Z [00:00:11.539]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgfilter' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9794421Z [00:00:11.547]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgcat' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9867490Z [00:00:11.554]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgunfmt' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:19.9938476Z [00:00:11.561]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/xgettext' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0009251Z [00:00:11.568]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/autopoint' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0085165Z [00:00:11.576]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgmerge' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0157188Z [00:00:11.583]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgcomm' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0229321Z [00:00:11.590]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/recode-sr-latin' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0301892Z [00:00:11.597]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0374320Z [00:00:11.605]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/msgen' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0446491Z [00:00:11.612]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gettext.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0520430Z [00:00:11.619]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/hostname' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0592007Z [00:00:11.626]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/user-email' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0664118Z [00:00:11.634]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msggrep' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0736562Z [00:00:11.641]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msginit' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0809366Z [00:00:11.648]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/project-id' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0879739Z [00:00:11.655]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgexec' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.0950387Z [00:00:11.662]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/envsubst' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1022222Z [00:00:11.669]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1093398Z [00:00:11.677]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettextize' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1163791Z [00:00:11.684]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgconv' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1234146Z [00:00:11.691]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/urlget' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1304802Z [00:00:11.698]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/cldr-plurals' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1375863Z [00:00:11.705]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgcmp' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1445554Z [00:00:11.712]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msguniq' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1519011Z [00:00:11.719]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/ngettext' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1591660Z [00:00:11.726]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgfilter' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1665288Z [00:00:11.734]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgcat' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1738198Z [00:00:11.741]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgunfmt' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1810746Z [00:00:11.748]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/xgettext' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1883463Z [00:00:11.756]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:20.1955030Z [00:00:11.763]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/autopoint' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.2024488Z [00:00:11.770]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgmerge' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.2095391Z [00:00:11.777]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgcomm' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.2169218Z [00:00:11.784]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/recode-sr-latin' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.2241114Z [00:00:11.791]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgen' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.2314185Z [00:00:11.799]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.2386722Z [00:00:11.806]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/hostname' retained as 0755 (rwxr-xr-x)
2025-08-20T20:33:20.2460519Z [00:00:11.813]➜  mode of '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:33:20.3779663Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:33:20.3780888Z [00:00:11.945]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:33:42.9927181Z 
2025-08-20T20:33:42.9928148Z [+] Sanitizing /tmp/pkgforge/6XoTkJSac_SBUILD/BUILD.log ==> /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log
2025-08-20T20:33:45.3624998Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/autopoint.log'
2025-08-20T20:33:45.3687793Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/autopoint?tag=0.25.1-x86_64-linux&download=autopoint.log
2025-08-20T20:33:45.3703401Z 
2025-08-20T20:33:45.3704663Z [+] Parsing/Uploading gettext/autopoint --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fautopoint [x86_64-Linux]
2025-08-20T20:33:45.3724093Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/envsubst.log'
2025-08-20T20:33:45.3785234Z {
2025-08-20T20:33:45.3785809Z   "_disabled": "false",
2025-08-20T20:33:45.3786342Z   "host": "x86_64-Linux",
2025-08-20T20:33:45.3786872Z   "rank": "",
2025-08-20T20:33:45.3787373Z   "pkg": "gettext.static",
2025-08-20T20:33:45.3787945Z   "pkg_family": "gettext",
2025-08-20T20:33:45.3788447Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:45.3789013Z   "pkg_name": "autopoint",
2025-08-20T20:33:45.3789558Z   "pkg_type": "static",
2025-08-20T20:33:45.3790371Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/autopoint",
2025-08-20T20:33:45.3791307Z   "app_id": "",
2025-08-20T20:33:45.3791796Z   "appstream": "",
2025-08-20T20:33:45.3792227Z   "category": [
2025-08-20T20:33:45.3792902Z     "ConsoleOnly",
2025-08-20T20:33:45.3793461Z     "Utility"
2025-08-20T20:33:45.3793875Z   ],
2025-08-20T20:33:45.3794597Z   "description": "Copies standard gettext infrastructure files into a source package [gettext]",
2025-08-20T20:33:45.3795853Z   "desktop": "",
2025-08-20T20:33:45.3797396Z   "homepage": [
2025-08-20T20:33:45.3797784Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:45.3798310Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:45.3798827Z   ],
2025-08-20T20:33:45.3799702Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/autopoint?tag=0.25.1-x86_64-linux&download=autopoint.png",
2025-08-20T20:33:45.3800689Z   "license": [],
2025-08-20T20:33:45.3801018Z   "maintainer": [
2025-08-20T20:33:45.3801403Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:45.3801858Z   ],
2025-08-20T20:33:45.3802143Z   "provides": [
2025-08-20T20:33:45.3802465Z     "autopoint",
2025-08-20T20:33:45.3854003Z     "envsubst",
2025-08-20T20:33:45.3854352Z     "gettext",
2025-08-20T20:33:45.3854700Z     "gettextize",
2025-08-20T20:33:45.3855029Z     "gettext.sh",
2025-08-20T20:33:45.3855354Z     "msgattrib",
2025-08-20T20:33:45.3855669Z     "msgcat",
2025-08-20T20:33:45.3855976Z     "msgcmp",
2025-08-20T20:33:45.3856269Z     "msgcomm",
2025-08-20T20:33:45.3856567Z     "msgconv",
2025-08-20T20:33:45.3856858Z     "msgen",
2025-08-20T20:33:45.3857152Z     "msgexec",
2025-08-20T20:33:45.3857437Z     "msgfilter",
2025-08-20T20:33:45.3857728Z     "msgfmt",
2025-08-20T20:33:45.3858000Z     "msggrep",
2025-08-20T20:33:45.3858295Z     "msginit",
2025-08-20T20:33:45.3858579Z     "msgmerge",
2025-08-20T20:33:45.3858873Z     "msgunfmt",
2025-08-20T20:33:45.3859158Z     "msguniq",
2025-08-20T20:33:45.3859433Z     "ngettext",
2025-08-20T20:33:45.3859721Z     "recode-sr-latin",
2025-08-20T20:33:45.3860047Z     "xgettext"
2025-08-20T20:33:45.3860345Z   ],
2025-08-20T20:33:45.3860618Z   "note": [
2025-08-20T20:33:45.3861076Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:45.3861880Z   ],
2025-08-20T20:33:45.3862160Z   "repology": [
2025-08-20T20:33:45.3862464Z     "gettext"
2025-08-20T20:33:45.3862928Z   ],
2025-08-20T20:33:45.3863205Z   "screenshots": [],
2025-08-20T20:33:45.3863542Z   "src_url": [
2025-08-20T20:33:45.3863949Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:45.3864425Z   ],
2025-08-20T20:33:45.3864693Z   "tag": [
2025-08-20T20:33:45.3864964Z     "text",
2025-08-20T20:33:45.3865249Z     "translation"
2025-08-20T20:33:45.3865532Z   ],
2025-08-20T20:33:45.3865807Z   "version": "0.25.1",
2025-08-20T20:33:45.3866142Z   "version_upstream": "0.25.1",
2025-08-20T20:33:45.3866733Z   "bsum": "c08cab295878d06503634792c2e5cc2c9b081dca5ee9ce0bbb25236e296202ad",
2025-08-20T20:33:45.3867369Z   "build_date": "2025-08-20T20:33:21Z",
2025-08-20T20:33:45.3867967Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:45.3868570Z   "build_id": "17107810040",
2025-08-20T20:33:45.3869538Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/autopoint?tag=0.25.1-x86_64-linux&download=autopoint.log",
2025-08-20T20:33:45.3870942Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:45.3872345Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/autopoint?tag=0.25.1-x86_64-linux&download=autopoint",
2025-08-20T20:33:45.3873968Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/autopoint:0.25.1-x86_64-linux",
2025-08-20T20:33:45.3874815Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/autopoint",
2025-08-20T20:33:45.3875833Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/autopoint?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:45.3876913Z   "shasum": "ba16293a2d991499f222a3b72fbeda2a5cfbc025e8fd6528956347714f56ff9f",
2025-08-20T20:33:45.3877532Z   "size": "28 KB",
2025-08-20T20:33:45.3877849Z   "size_raw": "27858",
2025-08-20T20:33:45.3878200Z   "snapshots": [
2025-08-20T20:33:45.3878538Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:45.3878907Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:45.3879506Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:45.3879872Z   ]
2025-08-20T20:33:45.3880130Z }
2025-08-20T20:33:45.3880275Z 
2025-08-20T20:33:45.3880281Z 
2025-08-20T20:33:45.3880896Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/envsubst?tag=0.25.1-x86_64-linux&download=envsubst.log
2025-08-20T20:33:45.3881664Z 
2025-08-20T20:33:45.3882437Z [+] Parsing/Uploading gettext/envsubst --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fenvsubst [x86_64-Linux]
2025-08-20T20:33:45.3919385Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.sh.log'
2025-08-20T20:33:45.3921232Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettextize.log'
2025-08-20T20:33:45.3922314Z {
2025-08-20T20:33:45.3922601Z   "_disabled": "false",
2025-08-20T20:33:45.3923110Z   "host": "x86_64-Linux",
2025-08-20T20:33:45.3933651Z   "rank": "",
2025-08-20T20:33:45.3934089Z   "pkg": "gettext.static",
2025-08-20T20:33:45.3934473Z   "pkg_family": "gettext",
2025-08-20T20:33:45.3934866Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:45.3935254Z   "pkg_name": "envsubst",
2025-08-20T20:33:45.3935636Z   "pkg_type": "static",
2025-08-20T20:33:45.3936311Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/envsubst",
2025-08-20T20:33:45.3937037Z   "app_id": "",
2025-08-20T20:33:45.3937352Z   "appstream": "",
2025-08-20T20:33:45.3937676Z   "category": [
2025-08-20T20:33:45.3937972Z     "ConsoleOnly",
2025-08-20T20:33:45.3938293Z     "Utility"
2025-08-20T20:33:45.3938600Z   ],
2025-08-20T20:33:45.3939152Z   "description": "Substitutes Environment variables in shell format strings [gettext]",
2025-08-20T20:33:45.3940061Z   "desktop": "",
2025-08-20T20:33:45.3940382Z   "homepage": [
2025-08-20T20:33:45.3940735Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:45.3941261Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:45.3941697Z   ],
2025-08-20T20:33:45.3942510Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/envsubst?tag=0.25.1-x86_64-linux&download=envsubst.png",
2025-08-20T20:33:45.3944937Z   "license": [],
2025-08-20T20:33:45.3945340Z   "maintainer": [
2025-08-20T20:33:45.3946790Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:45.3947448Z   ],
2025-08-20T20:33:45.3947752Z   "provides": [
2025-08-20T20:33:45.3949937Z     "autopoint",
2025-08-20T20:33:45.3950313Z     "envsubst",
2025-08-20T20:33:45.3952462Z     "gettext",
2025-08-20T20:33:45.3954861Z     "gettextize",
2025-08-20T20:33:45.3955209Z     "gettext.sh",
2025-08-20T20:33:45.3957390Z     "msgattrib",
2025-08-20T20:33:45.3957725Z     "msgcat",
2025-08-20T20:33:45.3959912Z     "msgcmp",
2025-08-20T20:33:45.3962034Z     "msgcomm",
2025-08-20T20:33:45.3962385Z     "msgconv",
2025-08-20T20:33:45.3964602Z     "msgen",
2025-08-20T20:33:45.3964934Z     "msgexec",
2025-08-20T20:33:45.3965369Z     "msgfilter",
2025-08-20T20:33:45.3965684Z     "msgfmt",
2025-08-20T20:33:45.3965982Z     "msggrep",
2025-08-20T20:33:45.3966299Z     "msginit",
2025-08-20T20:33:45.3966598Z     "msgmerge",
2025-08-20T20:33:45.3966900Z     "msgunfmt",
2025-08-20T20:33:45.3967208Z     "msguniq",
2025-08-20T20:33:45.3967501Z     "ngettext",
2025-08-20T20:33:45.3967824Z     "recode-sr-latin",
2025-08-20T20:33:45.3968164Z     "xgettext"
2025-08-20T20:33:45.3968453Z   ],
2025-08-20T20:33:45.3968739Z   "note": [
2025-08-20T20:33:45.3969225Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:45.3969808Z   ],
2025-08-20T20:33:45.3970097Z   "repology": [
2025-08-20T20:33:45.3970414Z     "gettext"
2025-08-20T20:33:45.3970693Z   ],
2025-08-20T20:33:45.3970979Z   "screenshots": [],
2025-08-20T20:33:45.3971321Z   "src_url": [
2025-08-20T20:33:45.3971723Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:45.3972213Z   ],
2025-08-20T20:33:45.3972879Z   "tag": [
2025-08-20T20:33:45.3973156Z     "text",
2025-08-20T20:33:45.3973449Z     "translation"
2025-08-20T20:33:45.3973745Z   ],
2025-08-20T20:33:45.3974034Z   "version": "0.25.1",
2025-08-20T20:33:45.3974383Z   "version_upstream": "0.25.1",
2025-08-20T20:33:45.3974976Z   "bsum": "9fa88405ebca7b3519a1c2daddb529c07c899ed3c83ecf40d9698a42d6404d44",
2025-08-20T20:33:45.3975630Z   "build_date": "2025-08-20T20:33:22Z",
2025-08-20T20:33:45.3976242Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:45.3976863Z   "build_id": "17107810040",
2025-08-20T20:33:45.3977787Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/envsubst?tag=0.25.1-x86_64-linux&download=envsubst.log",
2025-08-20T20:33:45.3979190Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:45.3980565Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/envsubst?tag=0.25.1-x86_64-linux&download=envsubst",
2025-08-20T20:33:45.3981778Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/envsubst:0.25.1-x86_64-linux",
2025-08-20T20:33:45.3982614Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/envsubst",
2025-08-20T20:33:45.3983808Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/envsubst?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:45.3984914Z   "shasum": "503c22d06707208b045cb59c26c16e638baae9fc6ce041913a47cca8f13a53a7",
2025-08-20T20:33:45.3985555Z   "size": "268 KB",
2025-08-20T20:33:45.3985881Z   "size_raw": "270864",
2025-08-20T20:33:45.3986211Z   "snapshots": [
2025-08-20T20:33:45.3986543Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:45.3986948Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:45.3987578Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:45.3987975Z   ]
2025-08-20T20:33:45.3988248Z }
2025-08-20T20:33:45.3988398Z 
2025-08-20T20:33:45.3988403Z 
2025-08-20T20:33:45.3989095Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettext.sh?tag=0.25.1-x86_64-linux&download=gettext.sh.log
2025-08-20T20:33:45.3989926Z 
2025-08-20T20:33:45.3990734Z [+] Parsing/Uploading gettext/gettext.sh --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fgettext.sh [x86_64-Linux]
2025-08-20T20:33:45.3992380Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettextize?tag=0.25.1-x86_64-linux&download=gettextize.log
2025-08-20T20:33:45.3993338Z 
2025-08-20T20:33:45.3994167Z [+] Parsing/Uploading gettext/gettextize --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fgettextize [x86_64-Linux]
2025-08-20T20:33:45.3995247Z {
2025-08-20T20:33:45.3995515Z   "_disabled": "false",
2025-08-20T20:33:45.3995860Z   "host": "x86_64-Linux",
2025-08-20T20:33:45.3996194Z   "rank": "",
2025-08-20T20:33:45.3996508Z   "pkg": "gettext.static",
2025-08-20T20:33:45.3996891Z   "pkg_family": "gettext",
2025-08-20T20:33:45.3997291Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:45.3997701Z   "pkg_name": "gettext.sh",
2025-08-20T20:33:45.3998082Z   "pkg_type": "static",
2025-08-20T20:33:45.3998798Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/gettext.sh",
2025-08-20T20:33:45.3999488Z   "app_id": "",
2025-08-20T20:33:45.3999806Z   "appstream": "",
2025-08-20T20:33:45.4000142Z   "category": [
2025-08-20T20:33:45.4000477Z     "ConsoleOnly",
2025-08-20T20:33:45.4000788Z     "Utility"
2025-08-20T20:33:45.4001067Z   ],
2025-08-20T20:33:45.4001488Z   "description": "Gettext as a shell function library [gettext]",
2025-08-20T20:33:45.4002034Z   "desktop": "",
2025-08-20T20:33:45.4002346Z   "homepage": [
2025-08-20T20:33:45.4002969Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:45.4003484Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:45.4003928Z   ],
2025-08-20T20:33:45.4004774Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettext.sh?tag=0.25.1-x86_64-linux&download=gettext.sh.png",
2025-08-20T20:33:45.4006022Z   "license": [],
2025-08-20T20:33:45.4006339Z   "maintainer": [
2025-08-20T20:33:45.4006722Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:45.4007177Z   ],
2025-08-20T20:33:45.4007457Z   "provides": [
2025-08-20T20:33:45.4007764Z     "autopoint",
2025-08-20T20:33:45.4008068Z     "envsubst",
2025-08-20T20:33:45.4008364Z     "gettext",
2025-08-20T20:33:45.4008666Z     "gettextize",
2025-08-20T20:33:45.4008975Z     "gettext.sh",
2025-08-20T20:33:45.4009281Z     "msgattrib",
2025-08-20T20:33:45.4009587Z     "msgcat",
2025-08-20T20:33:45.4009896Z     "msgcmp",
2025-08-20T20:33:45.4010187Z     "msgcomm",
2025-08-20T20:33:45.4010487Z     "msgconv",
2025-08-20T20:33:45.4010779Z     "msgen",
2025-08-20T20:33:45.4011059Z     "msgexec",
2025-08-20T20:33:45.4011370Z     "msgfilter",
2025-08-20T20:33:45.4011681Z     "msgfmt",
2025-08-20T20:33:45.4012003Z     "msggrep",
2025-08-20T20:33:45.4012300Z     "msginit",
2025-08-20T20:33:45.4012613Z     "msgmerge",
2025-08-20T20:33:45.4013134Z     "msgunfmt",
2025-08-20T20:33:45.4013414Z     "msguniq",
2025-08-20T20:33:45.4013682Z     "ngettext",
2025-08-20T20:33:45.4013972Z     "recode-sr-latin",
2025-08-20T20:33:45.4014272Z     "xgettext"
2025-08-20T20:33:45.4014531Z   ],
2025-08-20T20:33:45.4014790Z   "note": [
2025-08-20T20:33:45.4015265Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:45.4015841Z   ],
2025-08-20T20:33:45.4016116Z   "repology": [
2025-08-20T20:33:45.4016422Z     "gettext"
2025-08-20T20:33:45.4016712Z   ],
2025-08-20T20:33:45.4016984Z   "screenshots": [],
2025-08-20T20:33:45.4017311Z   "src_url": [
2025-08-20T20:33:45.4017719Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:45.4018205Z   ],
2025-08-20T20:33:45.4018696Z   "tag": [
2025-08-20T20:33:45.4019002Z     "text",
2025-08-20T20:33:45.4019283Z     "translation"
2025-08-20T20:33:45.4019570Z   ],
2025-08-20T20:33:45.4019853Z   "version": "0.25.1",
2025-08-20T20:33:45.4020204Z   "version_upstream": "0.25.1",
2025-08-20T20:33:45.4020791Z   "bsum": "96c86b5431572a181a5ff048a676ed202beedb1282de5cd4a5a11db430817a82",
2025-08-20T20:33:45.4021411Z   "build_date": "2025-08-20T20:33:23Z",
2025-08-20T20:33:45.4022003Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:45.4022602Z   "build_id": "17107810040",
2025-08-20T20:33:45.4023694Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettext.sh?tag=0.25.1-x86_64-linux&download=gettext.sh.log",
2025-08-20T20:33:45.4025084Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:45.4026490Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettext.sh?tag=0.25.1-x86_64-linux&download=gettext.sh",
2025-08-20T20:33:45.4027748Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext.sh:0.25.1-x86_64-linux",
2025-08-20T20:33:45.4028642Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext.sh",
2025-08-20T20:33:45.4029871Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettext.sh?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:45.4031057Z   "shasum": "cec39cb6f0921e0d976dd81fc2c37162de50df9c90cefa40eaa3254b94bd2d44",
2025-08-20T20:33:45.4031711Z   "size": "8.0 KB",
2025-08-20T20:33:45.4032044Z   "size_raw": "5256",
2025-08-20T20:33:45.4032316Z   "snapshots": [
2025-08-20T20:33:45.4032517Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:45.4033323Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:45.4033570Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:45.4033785Z   ]
2025-08-20T20:33:45.4033942Z }
2025-08-20T20:33:45.4034091Z {
2025-08-20T20:33:45.4034246Z   "_disabled": "false",
2025-08-20T20:33:45.4034462Z   "host": "x86_64-Linux",
2025-08-20T20:33:45.4034660Z   "rank": "",
2025-08-20T20:33:45.4034848Z   "pkg": "gettext.static",
2025-08-20T20:33:45.4035063Z   "pkg_family": "gettext",
2025-08-20T20:33:45.4035542Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:45.4035764Z   "pkg_name": "gettextize",
2025-08-20T20:33:45.4035975Z   "pkg_type": "static",
2025-08-20T20:33:45.4036376Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/gettextize",
2025-08-20T20:33:45.4036814Z   "app_id": "",
2025-08-20T20:33:45.4037002Z   "appstream": "",
2025-08-20T20:33:45.4037187Z   "category": [
2025-08-20T20:33:45.4037363Z     "ConsoleOnly",
2025-08-20T20:33:45.4037539Z     "Utility"
2025-08-20T20:33:45.4037728Z   ],
2025-08-20T20:33:45.4038174Z   "description": "Prepares a source package to use gettext [gettext]",
2025-08-20T20:33:45.4038712Z   "desktop": "",
2025-08-20T20:33:45.4039017Z   "homepage": [
2025-08-20T20:33:45.4039383Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:45.4039855Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:45.4040280Z   ],
2025-08-20T20:33:45.4041117Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettextize?tag=0.25.1-x86_64-linux&download=gettextize.png",
2025-08-20T20:33:45.4042067Z   "license": [],
2025-08-20T20:33:45.4042354Z   "maintainer": [
2025-08-20T20:33:45.4042911Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:45.4043348Z   ],
2025-08-20T20:33:45.4043627Z   "provides": [
2025-08-20T20:33:45.4043930Z     "autopoint",
2025-08-20T20:33:45.4044210Z     "envsubst",
2025-08-20T20:33:45.4044487Z     "gettext",
2025-08-20T20:33:45.4044771Z     "gettextize",
2025-08-20T20:33:45.4045073Z     "gettext.sh",
2025-08-20T20:33:45.4045369Z     "msgattrib",
2025-08-20T20:33:45.4045659Z     "msgcat",
2025-08-20T20:33:45.4045941Z     "msgcmp",
2025-08-20T20:33:45.4046221Z     "msgcomm",
2025-08-20T20:33:45.4046515Z     "msgconv",
2025-08-20T20:33:45.4046802Z     "msgen",
2025-08-20T20:33:45.4047314Z     "msgexec",
2025-08-20T20:33:45.4047643Z     "m
2025-08-20T20:33:45.4047917Z sgfilter",
2025-08-20T20:33:45.4048186Z     "msgfmt",
2025-08-20T20:33:45.4048472Z     "msggrep",
2025-08-20T20:33:45.4048765Z     "msginit",
2025-08-20T20:33:45.4049057Z     "msgmerge",
2025-08-20T20:33:45.4049361Z     "msgunfmt",
2025-08-20T20:33:45.4049657Z     "msguniq",
2025-08-20T20:33:45.4049950Z     "ngettext",
2025-08-20T20:33:45.4050255Z     "recode-sr-latin",
2025-08-20T20:33:45.4050586Z     "xgettext"
2025-08-20T20:33:45.4050884Z   ],
2025-08-20T20:33:45.4051193Z   "note": [
2025-08-20T20:33:45.4051684Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:45.4052242Z   ],
2025-08-20T20:33:45.4052522Z   "repology": [
2025-08-20T20:33:45.4053001Z     "gettext"
2025-08-20T20:33:45.4077111Z   ],
2025-08-20T20:33:45.4077501Z   "screenshots": [],
2025-08-20T20:33:45.4077860Z   "src_url": [
2025-08-20T20:33:45.4078312Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:45.4078823Z   ],
2025-08-20T20:33:45.4079093Z   "tag": [
2025-08-20T20:33:45.4079376Z     "text",
2025-08-20T20:33:45.4079669Z     "translation"
2025-08-20T20:33:45.4079981Z   ],
2025-08-20T20:33:45.4080258Z   "version": "0.25.1",
2025-08-20T20:33:45.4080606Z   "version_upstream": "0.25.1",
2025-08-20T20:33:45.4081205Z   "bsum": "57b05beace045e53ff137cefbc3dbb08dd8d6c122ca0d6753f52c785434959e2",
2025-08-20T20:33:45.4081845Z   "build_date": "2025-08-20T20:33:24Z",
2025-08-20T20:33:45.4082453Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:45.4104481Z   "build_id": "17107810040",
2025-08-20T20:33:45.4105494Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettextize?tag=0.25.1-x86_64-linux&download=gettextize.log",
2025-08-20T20:33:45.4106925Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:45.4108358Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettextize?tag=0.25.1-x86_64-linux&download=gettextize",
2025-08-20T20:33:45.4109601Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettextize:0.25.1-x86_64-linux",
2025-08-20T20:33:45.4110801Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettextize",
2025-08-20T20:33:45.4111887Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettextize?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:45.4113684Z   "shasum": "2aa714fbb26d3895fb7906c77cac2d2fc5fe3b292b8f060ff0a38784e11411ea",
2025-08-20T20:33:45.4114316Z   "size": "44 KB",
2025-08-20T20:33:45.4114634Z   "size_raw": "42284",
2025-08-20T20:33:45.4114967Z   "snapshots": [
2025-08-20T20:33:45.4117733Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:45.4118394Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:45.4118765Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:45.4119122Z   ]
2025-08-20T20:33:45.4119383Z }
2025-08-20T20:33:45.4119537Z 
2025-08-20T20:33:45.4119543Z 
2025-08-20T20:33:45.4119547Z 
2025-08-20T20:33:45.7699800Z Exists    2aa714fbb26d gettextize
2025-08-20T20:33:45.7729746Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:45.7963315Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:45.8033133Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:45.8120653Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:45.8237843Z Uploading 0ba3eb6130dc gettextize.json
2025-08-20T20:33:45.8384722Z Uploading 25883a1a0918 gettextize.json.sig
2025-08-20T20:33:45.8631628Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:45.8668517Z Uploading ebad31a66523 gettextize.sig
2025-08-20T20:33:45.8678835Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:45.8809814Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:45.9246579Z Exists    503c22d06707 envsubst
2025-08-20T20:33:45.9278883Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:45.9279338Z Exists    cec39cb6f092 gettext.sh
2025-08-20T20:33:45.9295537Z Uploading e1f1e68240a1 gettext.sh.sig
2025-08-20T20:33:45.9351977Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:45.9517846Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:45.9589434Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:45.9610962Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:45.9633973Z Uploading cb961c492cd0 envsubst.sig
2025-08-20T20:33:45.9785319Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:45.9787247Z Uploading ba3756eaddbb envsubst.json
2025-08-20T20:33:45.9797577Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:45.9833807Z Exists    ba16293a2d99 autopoint
2025-08-20T20:33:45.9992576Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:46.0026892Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:46.0067178Z Uploading 0d3c1402ea83 gettext.sh.json
2025-08-20T20:33:46.0103102Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:46.0217866Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:46.0267908Z Uploading a23190dc9ace envsubst.json.sig
2025-08-20T20:33:46.0269697Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:46.0547676Z Uploading 1fd590b3359d gettext.sh.json.sig
2025-08-20T20:33:46.0995122Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:46.1246980Z Uploading 51a2e6cba83a autopoint.json.sig
2025-08-20T20:33:46.1363502Z Uploading 026ab8598411 autopoint.sig
2025-08-20T20:33:46.1549688Z Uploading 7625d1bd4ea6 autopoint.json
2025-08-20T20:33:46.3485233Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:46.3739268Z Uploading 69314be19b6e gettext.sh.log
2025-08-20T20:33:46.3917734Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:46.4091384Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:46.4198352Z Uploading 69314be19b6e autopoint.log
2025-08-20T20:33:46.4295778Z Uploading ba6895ccce99 autopoint.log.sig
2025-08-20T20:33:46.5156758Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgattrib.log'
2025-08-20T20:33:46.5196328Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgattrib?tag=0.25.1-x86_64-linux&download=msgattrib.log
2025-08-20T20:33:46.5197057Z 
2025-08-20T20:33:46.5197705Z [+] Parsing/Uploading gettext/msgattrib --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgattrib [x86_64-Linux]
2025-08-20T20:33:46.5240977Z {
2025-08-20T20:33:46.5241390Z   "_disabled": "false",
2025-08-20T20:33:46.5241882Z   "host": "x86_64-Linux",
2025-08-20T20:33:46.5242272Z   "rank": "",
2025-08-20T20:33:46.5243446Z   "pkg": "gettext.static",
2025-08-20T20:33:46.5243968Z   "pkg_family": "gettext",
2025-08-20T20:33:46.5244419Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:46.5244848Z   "pkg_name": "msgattrib",
2025-08-20T20:33:46.5245336Z   "pkg_type": "static",
2025-08-20T20:33:46.5246197Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgattrib",
2025-08-20T20:33:46.5247186Z   "app_id": "",
2025-08-20T20:33:46.5247445Z   "appstream": "",
2025-08-20T20:33:46.5247705Z   "category": [
2025-08-20T20:33:46.5247979Z     "ConsoleOnly",
2025-08-20T20:33:46.5248229Z     "Utility"
2025-08-20T20:33:46.5248462Z   ],
2025-08-20T20:33:46.5249052Z   "description": "Filter messages of a translation catalog according to their attributes & manipulate them [gettext]",
2025-08-20T20:33:46.5249756Z   "desktop": "",
2025-08-20T20:33:46.5250011Z   "homepage": [
2025-08-20T20:33:46.5250301Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:46.5250709Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:46.5251075Z   ],
2025-08-20T20:33:46.5251774Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgattrib?tag=0.25.1-x86_64-linux&download=msgattrib.png",
2025-08-20T20:33:46.5252568Z   "license": [],
2025-08-20T20:33:46.5253072Z   "maintainer": [
2025-08-20T20:33:46.5253384Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:46.5253756Z   ],
2025-08-20T20:33:46.5253987Z   "provides": [
2025-08-20T20:33:46.5254238Z     "autopoint",
2025-08-20T20:33:46.5254692Z     "envsubst",
2025-08-20T20:33:46.5254936Z     "gettext",
2025-08-20T20:33:46.5255178Z     "gettextize",
2025-08-20T20:33:46.5255422Z     "gettext.sh",
2025-08-20T20:33:46.5255666Z     "msgattrib",
2025-08-20T20:33:46.5255921Z     "msgcat",
2025-08-20T20:33:46.5256155Z     "msgcmp",
2025-08-20T20:33:46.5256389Z     "msgcomm",
2025-08-20T20:33:46.5256624Z     "msgconv",
2025-08-20T20:33:46.5256856Z     "msgen",
2025-08-20T20:33:46.5257088Z     "msgexec",
2025-08-20T20:33:46.5257324Z     "msgfilter",
2025-08-20T20:33:46.5257567Z     "msgfmt",
2025-08-20T20:33:46.5257799Z     "msggrep",
2025-08-20T20:33:46.5258030Z     "msginit",
2025-08-20T20:33:46.5258265Z     "msgmerge",
2025-08-20T20:33:46.5258514Z     "msgunfmt",
2025-08-20T20:33:46.5258751Z     "msguniq",
2025-08-20T20:33:46.5258940Z     "ngettext",
2025-08-20T20:33:46.5259126Z     "recode-sr-latin",
2025-08-20T20:33:46.5259326Z     "xgettext"
2025-08-20T20:33:46.5259489Z   ],
2025-08-20T20:33:46.5259643Z   "note": [
2025-08-20T20:33:46.5259919Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:46.5260238Z   ],
2025-08-20T20:33:46.5260389Z   "repology": [
2025-08-20T20:33:46.5260640Z     "gettext"
2025-08-20T20:33:46.5260935Z   ],
2025-08-20T20:33:46.5261204Z   "screenshots": [],
2025-08-20T20:33:46.5261522Z   "src_url": [
2025-08-20T20:33:46.5261918Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:46.5262403Z   ],
2025-08-20T20:33:46.5262845Z   "tag": [
2025-08-20T20:33:46.5263159Z     "text",
2025-08-20T20:33:46.5263455Z     "translation"
2025-08-20T20:33:46.5263741Z   ],
2025-08-20T20:33:46.5263991Z   "version": "0.25.1",
2025-08-20T20:33:46.5264372Z   "version_upstream": "0.25.1",
2025-08-20T20:33:46.5264968Z   "bsum": "61c97b0dccb03fa5d74a375c9a5ac028a2b9b0d9c6ad1f1b0f7da6d91ed78a01",
2025-08-20T20:33:46.5265613Z   "build_date": "2025-08-20T20:33:25Z",
2025-08-20T20:33:46.5266228Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:46.5266842Z   "build_id": "17107810040",
2025-08-20T20:33:46.5267782Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgattrib?tag=0.25.1-x86_64-linux&download=msgattrib.log",
2025-08-20T20:33:46.5269475Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:46.5270915Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgattrib?tag=0.25.1-x86_64-linux&download=msgattrib",
2025-08-20T20:33:46.5272166Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgattrib:0.25.1-x86_64-linux",
2025-08-20T20:33:46.5273368Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgattrib",
2025-08-20T20:33:46.5274508Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgattrib?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:46.5275655Z   "shasum": "9b995ceee12dd65976e396da1d22a91a423bbfb0ad5dfcc9402813c7b4329c7e",
2025-08-20T20:33:46.5276303Z   "size": "1.9 MB",
2025-08-20T20:33:46.5276637Z   "size_raw": "1981088",
2025-08-20T20:33:46.5276986Z   "snapshots": [
2025-08-20T20:33:46.5277323Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:46.5277733Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:46.5278110Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:46.5278492Z   ]
2025-08-20T20:33:46.5278766Z }
2025-08-20T20:33:46.5278941Z 
2025-08-20T20:33:46.5278946Z 
2025-08-20T20:33:46.5938521Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:46.6185983Z Uploading 69314be19b6e envsubst.log
2025-08-20T20:33:46.6315577Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:46.7153241Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:46.7392300Z Uploading 69314be19b6e gettextize.log
2025-08-20T20:33:46.7671445Z Uploaded  25883a1a0918 gettextize.json.sig
2025-08-20T20:33:46.7685522Z Uploaded  0ba3eb6130dc gettextize.json
2025-08-20T20:33:46.7859518Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:46.7945730Z Uploading 68f798dcd8e2 gettextize.log.sig
2025-08-20T20:33:46.8053883Z Uploading 518acac28f93 gettextize.version.sig
2025-08-20T20:33:46.8073508Z Exists    ce32941f4e3a gettextize.version
2025-08-20T20:33:46.8383230Z Uploaded  ebad31a66523 gettextize.sig
2025-08-20T20:33:46.8465697Z Exists    9b995ceee12d msgattrib
2025-08-20T20:33:46.8471335Z Uploading c95e4995d3a4 envsubst.log.sig
2025-08-20T20:33:46.8472331Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:46.8728389Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:46.8767429Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:46.8770248Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:46.8797750Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:46.8847463Z Uploading 22ed3cc07ea7 msgattrib.sig
2025-08-20T20:33:46.8848244Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:46.8956604Z Uploading 3fd8296930f6 msgattrib.json
2025-08-20T20:33:46.8969848Z Uploaded  ba3756eaddbb envsubst.json
2025-08-20T20:33:46.9030737Z Uploaded  cb961c492cd0 envsubst.sig
2025-08-20T20:33:46.9109739Z Uploading 8f9b649a9d7e msgattrib.json.sig
2025-08-20T20:33:46.9258701Z Uploading 518acac28f93 envsubst.version.sig
2025-08-20T20:33:46.9314518Z Uploaded  69314be19b6e autopoint.log
2025-08-20T20:33:46.9646246Z Uploaded  a23190dc9ace envsubst.json.sig
2025-08-20T20:33:46.9735221Z Exists    ce32941f4e3a autopoint.version
2025-08-20T20:33:46.9745274Z Uploaded  0d3c1402ea83 gettext.sh.json
2025-08-20T20:33:46.9939677Z Uploading 24ec1136452e gettext.sh.log.sig
2025-08-20T20:33:46.9956772Z Exists    ce32941f4e3a gettext.sh.version
2025-08-20T20:33:47.0005331Z Uploading 518acac28f93 autopoint.version.sig
2025-08-20T20:33:47.0076464Z Uploaded  1fd590b3359d gettext.sh.json.sig
2025-08-20T20:33:47.0132068Z Uploading 518acac28f93 gettext.sh.version.sig
2025-08-20T20:33:47.0720235Z Exists    ce32941f4e3a envsubst.version
2025-08-20T20:33:47.1002180Z Uploaded  69314be19b6e envsubst.log
2025-08-20T20:33:47.1005349Z Uploaded  7625d1bd4ea6 autopoint.json
2025-08-20T20:33:47.1447563Z Uploaded  51a2e6cba83a autopoint.json.sig
2025-08-20T20:33:47.1638864Z Uploaded  e1f1e68240a1 gettext.sh.sig
2025-08-20T20:33:47.2994008Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:47.3221930Z Uploading 69314be19b6e msgattrib.log
2025-08-20T20:33:47.3384335Z Uploaded  026ab8598411 autopoint.sig
2025-08-20T20:33:47.3548427Z Uploaded  69314be19b6e gettext.sh.log
2025-08-20T20:33:47.3732977Z Uploaded  69314be19b6e gettextize.log
2025-08-20T20:33:47.3936894Z Uploaded  518acac28f93 gettext.sh.version.sig
2025-08-20T20:33:47.3992433Z Uploaded  ba6895ccce99 autopoint.log.sig
2025-08-20T20:33:47.4101411Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:47.4134191Z Uploaded  518acac28f93 autopoint.version.sig
2025-08-20T20:33:47.4134840Z Uploading bb54e0405ecd autopoint
2025-08-20T20:33:47.4325470Z Uploading af1ef27560fb msgattrib.log.sig
2025-08-20T20:33:47.5074408Z Uploaded  518acac28f93 envsubst.version.sig
2025-08-20T20:33:47.7502001Z Uploaded  69314be19b6e msgattrib.log
2025-08-20T20:33:47.7508045Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:47.7509028Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:47.7509618Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:47.7510279Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:47.7523820Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:47.7524263Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:47.7524664Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:47.7524927Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:47.7525181Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:47.7525444Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:47.7525727Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:47.7526000Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:47.7526251Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:47.7526489Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:47.7526723Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:47.7526953Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:47.7527193Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:47.7527690Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:47.7527928Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:47.7528168Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:47.7528411Z Uploaded  bb54e0405ecd autopoint
2025-08-20T20:33:47.7528823Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/autopoint:0.25.1-x86_64-linux
2025-08-20T20:33:47.7529295Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:47.7529705Z Digest: sha256:bb54e0405ecd48a538c9d1b2aa059c4604548b7cb482bd29bde38d8326602142
2025-08-20T20:33:47.7554132Z Uploaded  68f798dcd8e2 gettextize.log.sig
2025-08-20T20:33:47.7612110Z Uploaded  518acac28f93 gettextize.version.sig
2025-08-20T20:33:47.7612960Z Uploading cdae1e1dfff2 gettextize
2025-08-20T20:33:47.7823347Z Exists    ce32941f4e3a msgattrib.version
2025-08-20T20:33:47.7874761Z Uploaded  3fd8296930f6 msgattrib.json
2025-08-20T20:33:47.8180591Z Uploading 518acac28f93 msgattrib.version.sig
2025-08-20T20:33:47.8619404Z Uploaded  8f9b649a9d7e msgattrib.json.sig
2025-08-20T20:33:47.9151371Z Uploaded  c95e4995d3a4 envsubst.log.sig
2025-08-20T20:33:47.9152202Z Uploading 9f8ee231a9a7 envsubst
2025-08-20T20:33:47.9381284Z Uploaded  24ec1136452e gettext.sh.log.sig
2025-08-20T20:33:47.9382015Z Uploading 296630517530 gettext.sh
2025-08-20T20:33:48.0321393Z Uploaded  22ed3cc07ea7 msgattrib.sig
2025-08-20T20:33:48.0832840Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:48.0833461Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:48.0833965Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:48.0834482Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:48.0834958Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:48.0835444Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:48.0835943Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:48.0836416Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:48.0836838Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:48.0837416Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:48.0838065Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:48.0838690Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:48.0839263Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:48.0840027Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:48.0840471Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:48.0840959Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:48.0841416Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:48.0841848Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:48.0842446Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:48.0843194Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:48.0843769Z Uploaded  cdae1e1dfff2 gettextize
2025-08-20T20:33:48.0844683Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettextize:0.25.1-x86_64-linux
2025-08-20T20:33:48.0845482Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:48.0846109Z Digest: sha256:cdae1e1dfff29f73859cf4e8a317ef1d0846cc03c7e3471dbeb57f963dc23fd2
2025-08-20T20:33:48.1588450Z Uploaded  518acac28f93 msgattrib.version.sig
2025-08-20T20:33:48.2364231Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:48.2364807Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:48.2365256Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:48.2365581Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:48.2365887Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:48.2366192Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:48.2366503Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:48.2366804Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:48.2367103Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:48.2367406Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:48.2367745Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:48.2368084Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:48.2368396Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:48.2368708Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:48.2369012Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:48.2369606Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:48.2369926Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:48.2370250Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:48.2370560Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:48.2370867Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:48.2371167Z Uploaded  9f8ee231a9a7 envsubst
2025-08-20T20:33:48.2371692Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/envsubst:0.25.1-x86_64-linux
2025-08-20T20:33:48.2372440Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:48.2373390Z Digest: sha256:9f8ee231a9a7fa59013e80fd7ca4dc4c99de18b87c4118fcfb9589957a5fdaeb
2025-08-20T20:33:48.3176774Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:48.3177356Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:48.3177863Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:48.3178375Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:48.3178740Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:48.3179082Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:48.3179401Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:48.3179700Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:48.3180007Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:48.3180313Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:48.3180648Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:48.3180985Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:48.3181291Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:48.3181581Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:48.3181882Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:48.3182178Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:48.3182482Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:48.3183043Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:48.3183364Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:48.3183676Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:48.3183975Z Uploaded  296630517530 gettext.sh
2025-08-20T20:33:48.3184584Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext.sh:0.25.1-x86_64-linux
2025-08-20T20:33:48.3185385Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:48.3186469Z Digest: sha256:2966305175301690dc54cda352e12c26511e8e3b487a53056c7e4bbac7235a7e
2025-08-20T20:33:48.4228892Z Uploaded  af1ef27560fb msgattrib.log.sig
2025-08-20T20:33:48.4229579Z Uploading 0e55b1617417 msgattrib
2025-08-20T20:33:48.8029756Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:48.8030482Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:48.8030933Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:48.8031351Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:48.8031685Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:48.8032024Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:48.8032368Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:48.8032920Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:48.8033267Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:48.8033641Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:48.8034016Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:48.8034391Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:48.8034743Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:48.8035070Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:48.8035404Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:48.8035731Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:48.8036070Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:48.8036409Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:48.8036741Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:48.8037076Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:48.8037399Z Uploaded  0e55b1617417 msgattrib
2025-08-20T20:33:48.8037971Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgattrib:0.25.1-x86_64-linux
2025-08-20T20:33:48.8038628Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:48.8039416Z Digest: sha256:0e55b1617417efe6d52ec6a45007c28875cbc5311fb89197e8c0267ed4a70beb
2025-08-20T20:33:52.9149941Z 
2025-08-20T20:33:52.9150683Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/autopoint
2025-08-20T20:33:52.9151502Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/autopoint?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:33:52.9151949Z 
2025-08-20T20:33:53.2361631Z 
2025-08-20T20:33:53.2362336Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettextize
2025-08-20T20:33:53.2363443Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettextize?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:33:53.2364005Z 
2025-08-20T20:33:53.3940347Z 
2025-08-20T20:33:53.3941152Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/envsubst
2025-08-20T20:33:53.3942451Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/envsubst?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:33:53.3943482Z 
2025-08-20T20:33:53.4972362Z 
2025-08-20T20:33:53.4973357Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext.sh
2025-08-20T20:33:53.4974352Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/gettext.sh?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:33:53.4974928Z 
2025-08-20T20:33:53.9665567Z 
2025-08-20T20:33:53.9666263Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgattrib
2025-08-20T20:33:53.9667171Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgattrib?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:33:53.9667607Z 
2025-08-20T20:33:55.0604879Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgcat.log'
2025-08-20T20:33:55.0651289Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcat?tag=0.25.1-x86_64-linux&download=msgcat.log
2025-08-20T20:33:55.0652074Z 
2025-08-20T20:33:55.0653021Z [+] Parsing/Uploading gettext/msgcat --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgcat [x86_64-Linux]
2025-08-20T20:33:55.0698647Z {
2025-08-20T20:33:55.0699225Z   "_disabled": "false",
2025-08-20T20:33:55.0699970Z   "host": "x86_64-Linux",
2025-08-20T20:33:55.0700330Z   "rank": "",
2025-08-20T20:33:55.0700655Z   "pkg": "gettext.static",
2025-08-20T20:33:55.0701044Z   "pkg_family": "gettext",
2025-08-20T20:33:55.0701414Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:55.0701791Z   "pkg_name": "msgcat",
2025-08-20T20:33:55.0702134Z   "pkg_type": "static",
2025-08-20T20:33:55.0702980Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgcat",
2025-08-20T20:33:55.0703683Z   "app_id": "",
2025-08-20T20:33:55.0704002Z   "appstream": "",
2025-08-20T20:33:55.0704319Z   "category": [
2025-08-20T20:33:55.0704629Z     "ConsoleOnly",
2025-08-20T20:33:55.0704923Z     "Utility"
2025-08-20T20:33:55.0705197Z   ],
2025-08-20T20:33:55.0705669Z   "description": "Concatenate and merge the specified PO files [gettext]",
2025-08-20T20:33:55.0706259Z   "desktop": "",
2025-08-20T20:33:55.0706567Z   "homepage": [
2025-08-20T20:33:55.0706916Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:55.0707426Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:55.0707864Z   ],
2025-08-20T20:33:55.0708681Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcat?tag=0.25.1-x86_64-linux&download=msgcat.png",
2025-08-20T20:33:55.0709602Z   "license": [],
2025-08-20T20:33:55.0709927Z   "maintainer": [
2025-08-20T20:33:55.0710337Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:55.0710769Z   ],
2025-08-20T20:33:55.0711026Z   "provides": [
2025-08-20T20:33:55.0711320Z     "autopoint",
2025-08-20T20:33:55.0711621Z     "envsubst",
2025-08-20T20:33:55.0711921Z     "gettext",
2025-08-20T20:33:55.0712223Z     "gettextize",
2025-08-20T20:33:55.0712538Z     "gettext.sh",
2025-08-20T20:33:55.0713065Z     "msgattrib",
2025-08-20T20:33:55.0713374Z     "msgcat",
2025-08-20T20:33:55.0713903Z     "msgcmp",
2025-08-20T20:33:55.0714194Z     "msgcomm",
2025-08-20T20:33:55.0714471Z     "msgconv",
2025-08-20T20:33:55.0714734Z     "msgen",
2025-08-20T20:33:55.0715012Z     "msgexec",
2025-08-20T20:33:55.0715301Z     "msgfilter",
2025-08-20T20:33:55.0715604Z     "msgfmt",
2025-08-20T20:33:55.0715895Z     "msggrep",
2025-08-20T20:33:55.0716189Z     "msginit",
2025-08-20T20:33:55.0716490Z     "msgmerge",
2025-08-20T20:33:55.0716788Z     "msgunfmt",
2025-08-20T20:33:55.0717079Z     "msguniq",
2025-08-20T20:33:55.0717382Z     "ngettext",
2025-08-20T20:33:55.0717587Z     "recode-sr-latin",
2025-08-20T20:33:55.0717925Z     "xgettext"
2025-08-20T20:33:55.0718215Z   ],
2025-08-20T20:33:55.0718483Z   "note": [
2025-08-20T20:33:55.0718938Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:55.0719515Z   ],
2025-08-20T20:33:55.0719807Z   "repology": [
2025-08-20T20:33:55.0720116Z     "gettext"
2025-08-20T20:33:55.0720396Z   ],
2025-08-20T20:33:55.0720685Z   "screenshots": [],
2025-08-20T20:33:55.0720999Z   "src_url": [
2025-08-20T20:33:55.0721380Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:55.0721873Z   ],
2025-08-20T20:33:55.0722137Z   "tag": [
2025-08-20T20:33:55.0722409Z     "text",
2025-08-20T20:33:55.0722900Z     "translation"
2025-08-20T20:33:55.0723207Z   ],
2025-08-20T20:33:55.0723472Z   "version": "0.25.1",
2025-08-20T20:33:55.0723809Z   "version_upstream": "0.25.1",
2025-08-20T20:33:55.0724385Z   "bsum": "b22022d5bd4414b5889707d31a2e224b23be65aee0ddd4b4c21734e4e0a481d0",
2025-08-20T20:33:55.0725006Z   "build_date": "2025-08-20T20:33:26Z",
2025-08-20T20:33:55.0725611Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:55.0726252Z   "build_id": "17107810040",
2025-08-20T20:33:55.0727159Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcat?tag=0.25.1-x86_64-linux&download=msgcat.log",
2025-08-20T20:33:55.0728530Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:55.0729901Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcat?tag=0.25.1-x86_64-linux&download=msgcat",
2025-08-20T20:33:55.0731353Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcat:0.25.1-x86_64-linux",
2025-08-20T20:33:55.0732186Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcat",
2025-08-20T20:33:55.0733472Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcat?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:55.0734597Z   "shasum": "4f3e1d02bb9036f809bac12afb84d6d36936a413e83f65778b60d52395abf088",
2025-08-20T20:33:55.0735229Z   "size": "1.9 MB",
2025-08-20T20:33:55.0735560Z   "size_raw": "1989968",
2025-08-20T20:33:55.0735915Z   "snapshots": [
2025-08-20T20:33:55.0736260Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:55.0736663Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:55.0737061Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:55.0737452Z   ]
2025-08-20T20:33:55.0737735Z }
2025-08-20T20:33:55.0737884Z 
2025-08-20T20:33:55.0737890Z 
2025-08-20T20:33:55.0806142Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgcmp.log'
2025-08-20T20:33:55.0848398Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcmp?tag=0.25.1-x86_64-linux&download=msgcmp.log
2025-08-20T20:33:55.0849114Z 
2025-08-20T20:33:55.0849905Z [+] Parsing/Uploading gettext/msgcmp --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgcmp [x86_64-Linux]
2025-08-20T20:33:55.0893302Z {
2025-08-20T20:33:55.0893660Z   "_disabled": "false",
2025-08-20T20:33:55.0894055Z   "host": "x86_64-Linux",
2025-08-20T20:33:55.0894414Z   "rank": "",
2025-08-20T20:33:55.0894744Z   "pkg": "gettext.static",
2025-08-20T20:33:55.0895145Z   "pkg_family": "gettext",
2025-08-20T20:33:55.0895845Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:55.0896240Z   "pkg_name": "msgcmp",
2025-08-20T20:33:55.0896590Z   "pkg_type": "static",
2025-08-20T20:33:55.0897247Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgcmp",
2025-08-20T20:33:55.0897825Z   "app_id": "",
2025-08-20T20:33:55.0898024Z   "appstream": "",
2025-08-20T20:33:55.0898213Z   "category": [
2025-08-20T20:33:55.0898391Z     "ConsoleOnly",
2025-08-20T20:33:55.0898581Z     "Utility"
2025-08-20T20:33:55.0898752Z   ],
2025-08-20T20:33:55.0899013Z   "description": "Compare message catalog and template [gettext]",
2025-08-20T20:33:55.0899354Z   "desktop": "",
2025-08-20T20:33:55.0899544Z   "homepage": [
2025-08-20T20:33:55.0899755Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:55.0900057Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:55.0900319Z   ],
2025-08-20T20:33:55.0900814Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcmp?tag=0.25.1-x86_64-linux&download=msgcmp.png",
2025-08-20T20:33:55.0901360Z   "license": [],
2025-08-20T20:33:55.0901546Z   "maintainer": [
2025-08-20T20:33:55.0901779Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:55.0902054Z   ],
2025-08-20T20:33:55.0902212Z   "provides": [
2025-08-20T20:33:55.0902391Z     "autopoint",
2025-08-20T20:33:55.0902566Z     "envsubst",
2025-08-20T20:33:55.0903032Z     "gettext",
2025-08-20T20:33:55.0903251Z     "gettextize",
2025-08-20T20:33:55.0903434Z     "gettext.sh",
2025-08-20T20:33:55.0903610Z     "msgattrib",
2025-08-20T20:33:55.0903788Z     "msgcat",
2025-08-20T20:33:55.0903958Z     "msgcmp",
2025-08-20T20:33:55.0904122Z     "msgcomm",
2025-08-20T20:33:55.0904288Z     "msgconv",
2025-08-20T20:33:55.0904449Z     "msgen",
2025-08-20T20:33:55.0904614Z     "msgexec",
2025-08-20T20:33:55.0904781Z     "msgfilter",
2025-08-20T20:33:55.0904957Z     "msgfmt",
2025-08-20T20:33:55.0905125Z     "msggrep",
2025-08-20T20:33:55.0905294Z     "msginit",
2025-08-20T20:33:55.0905467Z     "msgmerge",
2025-08-20T20:33:55.0905643Z     "msgunfmt",
2025-08-20T20:33:55.0905812Z     "msguniq",
2025-08-20T20:33:55.0905985Z     "ngettext",
2025-08-20T20:33:55.0906173Z     "recode-sr-latin",
2025-08-20T20:33:55.0906580Z     "xgettext"
2025-08-20T20:33:55.0906744Z   ],
2025-08-20T20:33:55.0906903Z   "note": [
2025-08-20T20:33:55.0907166Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:55.0907583Z   ],
2025-08-20T20:33:55.0907856Z   "repology": [
2025-08-20T20:33:55.0908158Z     "gettext"
2025-08-20T20:33:55.0908440Z   ],
2025-08-20T20:33:55.0908708Z   "screenshots": [],
2025-08-20T20:33:55.0909030Z   "src_url": [
2025-08-20T20:33:55.0909441Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:55.0909914Z   ],
2025-08-20T20:33:55.0910177Z   "tag": [
2025-08-20T20:33:55.0910444Z     "text",
2025-08-20T20:33:55.0910730Z     "translation"
2025-08-20T20:33:55.0911043Z   ],
2025-08-20T20:33:55.0911340Z   "version": "0.25.1",
2025-08-20T20:33:55.0911701Z   "version_upstream": "0.25.1",
2025-08-20T20:33:55.0912278Z   "bsum": "fd302637578aac0ab2c5399bd53e33f5b7f854ceee22494f66173f6c695a7e40",
2025-08-20T20:33:55.0913154Z   "build_date": "2025-08-20T20:33:27Z",
2025-08-20T20:33:55.0913780Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:55.0914373Z   "build_id": "17107810040",
2025-08-20T20:33:55.0915252Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcmp?tag=0.25.1-x86_64-linux&download=msgcmp.log",
2025-08-20T20:33:55.0916689Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:55.0918005Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcmp?tag=0.25.1-x86_64-linux&download=msgcmp",
2025-08-20T20:33:55.0919155Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcmp:0.25.1-x86_64-linux",
2025-08-20T20:33:55.0920143Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcmp",
2025-08-20T20:33:55.0921210Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcmp?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:55.0922326Z   "shasum": "f0fc17dfe54dd46185eedf3cbac6fe910ce3c5919c5edaf1922048e3d851d966",
2025-08-20T20:33:55.0923185Z   "size": "444 KB",
2025-08-20T20:33:55.0923594Z   "size_raw": "451912",
2025-08-20T20:33:55.0923931Z   "snapshots": [
2025-08-20T20:33:55.0924265Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:55.0924660Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:55.0925032Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:55.0925372Z   ]
2025-08-20T20:33:55.0925634Z }
2025-08-20T20:33:55.0925787Z 
2025-08-20T20:33:55.0925793Z 
2025-08-20T20:33:55.3748683Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgcomm.log'
2025-08-20T20:33:55.3794352Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcomm?tag=0.25.1-x86_64-linux&download=msgcomm.log
2025-08-20T20:33:55.3795188Z 
2025-08-20T20:33:55.3795974Z [+] Parsing/Uploading gettext/msgcomm --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgcomm [x86_64-Linux]
2025-08-20T20:33:55.3850576Z {
2025-08-20T20:33:55.3851971Z   "_disabled": "false",
2025-08-20T20:33:55.3852385Z   "host": "x86_64-Linux",
2025-08-20T20:33:55.3852928Z   "rank": "",
2025-08-20T20:33:55.3853846Z   "pkg": "gettext.static",
2025-08-20T20:33:55.3854266Z   "pkg_family": "gettext",
2025-08-20T20:33:55.3854656Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:55.3855096Z   "pkg_name": "msgcomm",
2025-08-20T20:33:55.3855454Z   "pkg_type": "static",
2025-08-20T20:33:55.3856119Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgcomm",
2025-08-20T20:33:55.3856835Z   "app_id": "",
2025-08-20T20:33:55.3857144Z   "appstream": "",
2025-08-20T20:33:55.3857473Z   "category": [
2025-08-20T20:33:55.3857802Z     "ConsoleOnly",
2025-08-20T20:33:55.3858245Z     "Utility"
2025-08-20T20:33:55.3858547Z   ],
2025-08-20T20:33:55.3859146Z   "description": "Find messages which are common to two or more of the specified PO files [gettext]",
2025-08-20T20:33:55.3860160Z   "desktop": "",
2025-08-20T20:33:55.3860494Z   "homepage": [
2025-08-20T20:33:55.3860849Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:55.3861340Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:55.3861775Z   ],
2025-08-20T20:33:55.3862570Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcomm?tag=0.25.1-x86_64-linux&download=msgcomm.png",
2025-08-20T20:33:55.3864041Z   "license": [],
2025-08-20T20:33:55.3864360Z   "maintainer": [
2025-08-20T20:33:55.3864744Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:55.3865218Z   ],
2025-08-20T20:33:55.3865445Z   "provides": [
2025-08-20T20:33:55.3865640Z     "autopoint",
2025-08-20T20:33:55.3865830Z     "envsubst",
2025-08-20T20:33:55.3866023Z     "gettext",
2025-08-20T20:33:55.3866210Z     "gettextize",
2025-08-20T20:33:55.3866408Z     "gettext.sh",
2025-08-20T20:33:55.3866584Z     "msgattrib",
2025-08-20T20:33:55.3866765Z     "msgcat",
2025-08-20T20:33:55.3866937Z     "msgcmp",
2025-08-20T20:33:55.3867102Z     "msgcomm",
2025-08-20T20:33:55.3867264Z     "msgconv",
2025-08-20T20:33:55.3867428Z     "msgen",
2025-08-20T20:33:55.3867594Z     "msgexec",
2025-08-20T20:33:55.3867761Z     "msgfilter",
2025-08-20T20:33:55.3868014Z     "msgfmt",
2025-08-20T20:33:55.3868347Z     "msggrep",
2025-08-20T20:33:55.3868637Z     "msginit",
2025-08-20T20:33:55.3868923Z     "msgmerge",
2025-08-20T20:33:55.3869223Z     "msgunfmt",
2025-08-20T20:33:55.3869522Z     "msguniq",
2025-08-20T20:33:55.3869820Z     "ngettext",
2025-08-20T20:33:55.3870134Z     "recode-sr-latin",
2025-08-20T20:33:55.3870468Z     "xgettext"
2025-08-20T20:33:55.3870744Z   ],
2025-08-20T20:33:55.3870996Z   "note": [
2025-08-20T20:33:55.3871681Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:55.3872235Z   ],
2025-08-20T20:33:55.3872507Z   "repology": [
2025-08-20T20:33:55.3873049Z     "gettext"
2025-08-20T20:33:55.3873359Z   ],
2025-08-20T20:33:55.3873646Z   "screenshots": [],
2025-08-20T20:33:55.3873967Z   "src_url": [
2025-08-20T20:33:55.3874365Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:55.3874849Z   ],
2025-08-20T20:33:55.3875119Z   "tag": [
2025-08-20T20:33:55.3875431Z     "text",
2025-08-20T20:33:55.3875741Z     "translation"
2025-08-20T20:33:55.3876046Z   ],
2025-08-20T20:33:55.3876317Z   "version": "0.25.1",
2025-08-20T20:33:55.3876651Z   "version_upstream": "0.25.1",
2025-08-20T20:33:55.3877251Z   "bsum": "8b536e9e1d2fbc46728ab81c35adfd6c928e70e4d2cdaa2bd481e11eb8b00e85",
2025-08-20T20:33:55.3877908Z   "build_date": "2025-08-20T20:33:28Z",
2025-08-20T20:33:55.3878525Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:55.3879158Z   "build_id": "17107810040",
2025-08-20T20:33:55.3880094Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcomm?tag=0.25.1-x86_64-linux&download=msgcomm.log",
2025-08-20T20:33:55.3881489Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:55.3883228Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcomm?tag=0.25.1-x86_64-linux&download=msgcomm",
2025-08-20T20:33:55.3884456Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcomm:0.25.1-x86_64-linux",
2025-08-20T20:33:55.3885298Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcomm",
2025-08-20T20:33:55.3886358Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcomm?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:55.3887503Z   "shasum": "a8f2b8561b85cd04b8103646b65ba5116b11feffa0abe17d3c961f4ebfbb0993",
2025-08-20T20:33:55.3888140Z   "size": "1.9 MB",
2025-08-20T20:33:55.3888483Z   "size_raw": "1989968",
2025-08-20T20:33:55.3888836Z   "snapshots": [
2025-08-20T20:33:55.3889168Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:55.3889566Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:55.3890174Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:55.3890551Z   ]
2025-08-20T20:33:55.3890820Z }
2025-08-20T20:33:55.3890972Z 
2025-08-20T20:33:55.3890977Z 
2025-08-20T20:33:55.3985104Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:55.4007023Z Uploading f9aef67435f0 msgcat.sig
2025-08-20T20:33:55.4035913Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:55.4159602Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:55.4226163Z Exists    4f3e1d02bb90 msgcat
2025-08-20T20:33:55.4286733Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:55.4399411Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:55.4559380Z Uploading 48cf09649df2 msgcat.json
2025-08-20T20:33:55.4562843Z Exists    f0fc17dfe54d msgcmp
2025-08-20T20:33:55.4578463Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:55.4582228Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:55.4647499Z Uploading a245c8856b42 msgcmp.sig
2025-08-20T20:33:55.4658576Z Uploading 533f16e7a7d2 msgcat.json.sig
2025-08-20T20:33:55.4820091Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:55.4839809Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:55.4889297Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:55.5167909Z Uploading a6ce77633fcc msgcmp.json.sig
2025-08-20T20:33:55.5396815Z Uploading ddd119179813 msgcmp.json
2025-08-20T20:33:55.5690972Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgconv.log'
2025-08-20T20:33:55.5735303Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgconv?tag=0.25.1-x86_64-linux&download=msgconv.log
2025-08-20T20:33:55.5736112Z 
2025-08-20T20:33:55.5737196Z [+] Parsing/Uploading gettext/msgconv --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgconv [x86_64-Linux]
2025-08-20T20:33:55.5794478Z {
2025-08-20T20:33:55.5795277Z   "_disabled": "false",
2025-08-20T20:33:55.5798394Z   "host": "x86_64-Linux",
2025-08-20T20:33:55.5798760Z   "rank": "",
2025-08-20T20:33:55.5799118Z   "pkg": "gettext.static",
2025-08-20T20:33:55.5799493Z   "pkg_family": "gettext",
2025-08-20T20:33:55.5799867Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:55.5800253Z   "pkg_name": "msgconv",
2025-08-20T20:33:55.5800601Z   "pkg_type": "static",
2025-08-20T20:33:55.5801244Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgconv",
2025-08-20T20:33:55.5801958Z   "app_id": "",
2025-08-20T20:33:55.5802270Z   "appstream": "",
2025-08-20T20:33:55.5802590Z   "category": [
2025-08-20T20:33:55.5803105Z     "ConsoleOnly",
2025-08-20T20:33:55.5803411Z     "Utility"
2025-08-20T20:33:55.5803695Z   ],
2025-08-20T20:33:55.5804262Z   "description": "Convert a translation catalog to a different character encoding [gettext]",
2025-08-20T20:33:55.5804960Z   "desktop": "",
2025-08-20T20:33:55.5805272Z   "homepage": [
2025-08-20T20:33:55.5805623Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:55.5806108Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:55.5806558Z   ],
2025-08-20T20:33:55.5807336Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgconv?tag=0.25.1-x86_64-linux&download=msgconv.png",
2025-08-20T20:33:55.5808236Z   "license": [],
2025-08-20T20:33:55.5808552Z   "maintainer": [
2025-08-20T20:33:55.5808933Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:55.5809377Z   ],
2025-08-20T20:33:55.5809660Z   "provides": [
2025-08-20T20:33:55.5809971Z     "autopoint",
2025-08-20T20:33:55.5810267Z     "envsubst",
2025-08-20T20:33:55.5810557Z     "gettext",
2025-08-20T20:33:55.5810856Z     "gettextize",
2025-08-20T20:33:55.5811167Z     "gettext.sh",
2025-08-20T20:33:55.5811466Z     "msgattrib",
2025-08-20T20:33:55.5811757Z     "msgcat",
2025-08-20T20:33:55.5812042Z     "msgcmp",
2025-08-20T20:33:55.5812356Z     "msgcomm",
2025-08-20T20:33:55.5812845Z     "msgconv",
2025-08-20T20:33:55.5813147Z     "msgen",
2025-08-20T20:33:55.5813427Z     "msgexec",
2025-08-20T20:33:55.5813981Z     "msgfilter",
2025-08-20T20:33:55.5814286Z     "msgfmt",
2025-08-20T20:33:55.5814571Z     "msggrep",
2025-08-20T20:33:55.5814861Z     "msginit",
2025-08-20T20:33:55.5815144Z     "msgmerge",
2025-08-20T20:33:55.5815436Z     "msgunfmt",
2025-08-20T20:33:55.5815716Z     "msguniq",
2025-08-20T20:33:55.5816013Z     "ngettext",
2025-08-20T20:33:55.5816325Z     "recode-sr-latin",
2025-08-20T20:33:55.5816642Z     "xgettext"
2025-08-20T20:33:55.5816931Z   ],
2025-08-20T20:33:55.5817251Z   "note": [
2025-08-20T20:33:55.5817759Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:55.5818313Z   ],
2025-08-20T20:33:55.5818599Z   "repology": [
2025-08-20T20:33:55.5818910Z     "gettext"
2025-08-20T20:33:55.5819203Z   ],
2025-08-20T20:33:55.5819484Z   "screenshots": [],
2025-08-20T20:33:55.5819869Z   "src_url": [
2025-08-20T20:33:55.5820274Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:55.5820758Z   ],
2025-08-20T20:33:55.5821013Z   "tag": [
2025-08-20T20:33:55.5821300Z     "text",
2025-08-20T20:33:55.5821590Z     "translation"
2025-08-20T20:33:55.5821887Z   ],
2025-08-20T20:33:55.5822164Z   "version": "0.25.1",
2025-08-20T20:33:55.5822514Z   "version_upstream": "0.25.1",
2025-08-20T20:33:55.5823294Z   "bsum": "336d613f3fd08008e304f4a8a6461f08855af6f963a812aca9f99205fb0df67a",
2025-08-20T20:33:55.5823939Z   "build_date": "2025-08-20T20:33:29Z",
2025-08-20T20:33:55.5824567Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:55.5825188Z   "build_id": "17107810040",
2025-08-20T20:33:55.5826100Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgconv?tag=0.25.1-x86_64-linux&download=msgconv.log",
2025-08-20T20:33:55.5827708Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:55.5829071Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgconv?tag=0.25.1-x86_64-linux&download=msgconv",
2025-08-20T20:33:55.5830323Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgconv:0.25.1-x86_64-linux",
2025-08-20T20:33:55.5831149Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgconv",
2025-08-20T20:33:55.5832178Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgconv?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:55.5835553Z   "shasum": "05ef824dcdccf80089b90768d60a4d1f9cf30ade8c11fc949dbeab4b75c546a5",
2025-08-20T20:33:55.5836193Z   "size": "1.9 MB",
2025-08-20T20:33:55.5836526Z   "size_raw": "1976912",
2025-08-20T20:33:55.5836883Z   "snapshots": [
2025-08-20T20:33:55.5837206Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:55.5837589Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:55.5837952Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:55.5838326Z   ]
2025-08-20T20:33:55.5838597Z }
2025-08-20T20:33:55.5838746Z 
2025-08-20T20:33:55.5838751Z 
2025-08-20T20:33:55.6855310Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgen.log'
2025-08-20T20:33:55.6897225Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgen?tag=0.25.1-x86_64-linux&download=msgen.log
2025-08-20T20:33:55.6897768Z 
2025-08-20T20:33:55.6898248Z [+] Parsing/Uploading gettext/msgen --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgen [x86_64-Linux]
2025-08-20T20:33:55.6945897Z {
2025-08-20T20:33:55.6946417Z   "_disabled": "false",
2025-08-20T20:33:55.6946709Z   "host": "x86_64-Linux",
2025-08-20T20:33:55.6946927Z   "rank": "",
2025-08-20T20:33:55.6947215Z   "pkg": "gettext.static",
2025-08-20T20:33:55.6947610Z   "pkg_family": "gettext",
2025-08-20T20:33:55.6947994Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:33:55.6948391Z   "pkg_name": "msgen",
2025-08-20T20:33:55.6948690Z   "pkg_type": "static",
2025-08-20T20:33:55.6949085Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgen",
2025-08-20T20:33:55.6949779Z   "app_id": "",
2025-08-20T20:33:55.6949959Z   "appstream": "",
2025-08-20T20:33:55.6950144Z   "category": [
2025-08-20T20:33:55.6950321Z     "ConsoleOnly",
2025-08-20T20:33:55.6950496Z     "Utility"
2025-08-20T20:33:55.6950660Z   ],
2025-08-20T20:33:55.6950918Z   "description": "Create an English translation catalog [gettext]",
2025-08-20T20:33:55.6951251Z   "desktop": "",
2025-08-20T20:33:55.6951448Z   "homepage": [
2025-08-20T20:33:55.6951658Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:33:55.6951960Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:33:55.6952228Z   ],
2025-08-20T20:33:55.6952956Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgen?tag=0.25.1-x86_64-linux&download=msgen.png",
2025-08-20T20:33:55.6953524Z   "license": [],
2025-08-20T20:33:55.6953713Z   "maintainer": [
2025-08-20T20:33:55.6953939Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:33:55.6954218Z   ],
2025-08-20T20:33:55.6954393Z   "provides": [
2025-08-20T20:33:55.6954581Z     "autopoint",
2025-08-20T20:33:55.6954761Z     "envsubst",
2025-08-20T20:33:55.6954936Z     "gettext",
2025-08-20T20:33:55.6955115Z     "gettextize",
2025-08-20T20:33:55.6955296Z     "gettext.sh",
2025-08-20T20:33:55.6955475Z     "msgattrib",
2025-08-20T20:33:55.6955650Z     "msgcat",
2025-08-20T20:33:55.6955820Z     "msgcmp",
2025-08-20T20:33:55.6955991Z     "msgcomm",
2025-08-20T20:33:55.6956164Z     "msgconv",
2025-08-20T20:33:55.6956334Z     "msgen",
2025-08-20T20:33:55.6956504Z     "msgexec",
2025-08-20T20:33:55.6956679Z     "msgfilter",
2025-08-20T20:33:55.6956857Z     "msgfmt",
2025-08-20T20:33:55.6957030Z     "msggrep",
2025-08-20T20:33:55.6957206Z     "msginit",
2025-08-20T20:33:55.6957380Z     "msgmerge",
2025-08-20T20:33:55.6957559Z     "msgunfmt",
2025-08-20T20:33:55.6957977Z     "msguniq",
2025-08-20T20:33:55.6958159Z     "ngettext",
2025-08-20T20:33:55.6958349Z     "recode-sr-latin",
2025-08-20T20:33:55.6958551Z     "xgettext"
2025-08-20T20:33:55.6958742Z   ],
2025-08-20T20:33:55.6958907Z   "note": [
2025-08-20T20:33:55.6959183Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:33:55.6959516Z   ],
2025-08-20T20:33:55.6959679Z   "repology": [
2025-08-20T20:33:55.6959857Z     "gettext"
2025-08-20T20:33:55.6960027Z   ],
2025-08-20T20:33:55.6960187Z   "screenshots": [],
2025-08-20T20:33:55.6960382Z   "src_url": [
2025-08-20T20:33:55.6960627Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:33:55.6960917Z   ],
2025-08-20T20:33:55.6961080Z   "tag": [
2025-08-20T20:33:55.6961254Z     "text",
2025-08-20T20:33:55.6961425Z     "translation"
2025-08-20T20:33:55.6961612Z   ],
2025-08-20T20:33:55.6961767Z   "version": "0.25.1",
2025-08-20T20:33:55.6961972Z   "version_upstream": "0.25.1",
2025-08-20T20:33:55.6962324Z   "bsum": "de25369bdb65faced8f86a34df929a502ad4327eaf56f39ca51534ea0fbf341a",
2025-08-20T20:33:55.6962965Z   "build_date": "2025-08-20T20:33:30Z",
2025-08-20T20:33:55.6963327Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:33:55.6963686Z   "build_id": "17107810040",
2025-08-20T20:33:55.6964197Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgen?tag=0.25.1-x86_64-linux&download=msgen.log",
2025-08-20T20:33:55.6964960Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:33:55.6966348Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgen?tag=0.25.1-x86_64-linux&download=msgen",
2025-08-20T20:33:55.6967465Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgen:0.25.1-x86_64-linux",
2025-08-20T20:33:55.6968259Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgen",
2025-08-20T20:33:55.6969280Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgen?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:33:55.6970344Z   "shasum": "a54666f756faae0851147a807f8397004c07559c5f607d83af03356d58e08f4b",
2025-08-20T20:33:55.6971193Z   "size": "1.9 MB",
2025-08-20T20:33:55.6971521Z   "size_raw": "1981104",
2025-08-20T20:33:55.6971857Z   "snapshots": [
2025-08-20T20:33:55.6972178Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:33:55.6972570Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:33:55.6977115Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:33:55.6977515Z   ]
2025-08-20T20:33:55.6977783Z }
2025-08-20T20:33:55.6977960Z 
2025-08-20T20:33:55.6977965Z 
2025-08-20T20:33:55.7410608Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:55.7417085Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:55.7464801Z Uploading 5fef94802eec msgcomm.sig
2025-08-20T20:33:55.7500698Z Exists    a8f2b8561b85 msgcomm
2025-08-20T20:33:55.7516615Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:55.7630041Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:55.7771459Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:55.7805958Z Uploading 56b497c2b01d msgcomm.json
2025-08-20T20:33:55.7846441Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:55.8043500Z Uploading 4431dce2b831 msgcomm.json.sig
2025-08-20T20:33:55.8130089Z Uploading 69314be19b6e msgcat.log
2025-08-20T20:33:55.8323781Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:55.8433503Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:55.8514051Z Uploading 3cbedea279e3 msgcat.log.sig
2025-08-20T20:33:55.8635269Z Uploading 69314be19b6e msgcmp.log
2025-08-20T20:33:55.9154323Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:55.9239970Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:55.9320366Z Exists    05ef824dcdcc msgconv
2025-08-20T20:33:55.9339451Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:55.9457735Z Uploading 1f0a61811557 msgconv.sig
2025-08-20T20:33:55.9498249Z Uploading 0588a15286cf msgcmp.log.sig
2025-08-20T20:33:55.9519776Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:55.9585144Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:55.9590346Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:55.9803103Z Uploading cb21466ee566 msgconv.json.sig
2025-08-20T20:33:55.9823178Z Uploading 2de94e3b1ae7 msgconv.json
2025-08-20T20:33:56.0094507Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:33:56.0106218Z Exists    a54666f756fa msgen
2025-08-20T20:33:56.0123122Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:33:56.0141580Z Uploading bd0a6933ddda msgen.sig
2025-08-20T20:33:56.0312329Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:33:56.0329767Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:33:56.0382074Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:33:56.0602820Z Uploading 574f6b1bdc1f msgen.json.sig
2025-08-20T20:33:56.0710620Z Uploading b8c96a72616c msgen.json
2025-08-20T20:33:56.1000985Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:56.1312397Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:56.1350410Z Uploading 69314be19b6e msgcomm.log
2025-08-20T20:33:56.1559749Z Uploading 018265717d4e msgcomm.log.sig
2025-08-20T20:33:56.2067122Z Uploaded  69314be19b6e msgcat.log
2025-08-20T20:33:56.2284523Z Exists    ce32941f4e3a msgcat.version
2025-08-20T20:33:56.2337445Z Uploaded  69314be19b6e msgcmp.log
2025-08-20T20:33:56.2528993Z Exists    ce32941f4e3a msgcmp.version
2025-08-20T20:33:56.2557402Z Uploading 518acac28f93 msgcat.version.sig
2025-08-20T20:33:56.2788499Z Uploading 518acac28f93 msgcmp.version.sig
2025-08-20T20:33:56.3215726Z Uploaded  f9aef67435f0 msgcat.sig
2025-08-20T20:33:56.3295947Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:56.3511305Z Uploading 69314be19b6e msgconv.log
2025-08-20T20:33:56.3783038Z Uploaded  a245c8856b42 msgcmp.sig
2025-08-20T20:33:56.3791593Z Uploaded  48cf09649df2 msgcat.json
2025-08-20T20:33:56.4039188Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:56.4316642Z Uploaded  533f16e7a7d2 msgcat.json.sig
2025-08-20T20:33:56.4503813Z Uploading e7d025fd3806 msgconv.log.sig
2025-08-20T20:33:56.4765273Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:33:56.4795035Z Uploaded  a6ce77633fcc msgcmp.json.sig
2025-08-20T20:33:56.4913208Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:33:56.4975867Z Uploading 69314be19b6e msgen.log
2025-08-20T20:33:56.5158988Z Uploading 009a043aa7e2 msgen.log.sig
2025-08-20T20:33:56.5159773Z Uploaded  ddd119179813 msgcmp.json
2025-08-20T20:33:56.5428310Z Uploaded  69314be19b6e msgcomm.log
2025-08-20T20:33:56.5807134Z Exists    ce32941f4e3a msgcomm.version
2025-08-20T20:33:56.6086428Z Uploading 518acac28f93 msgcomm.version.sig
2025-08-20T20:33:56.6375429Z Uploaded  518acac28f93 msgcat.version.sig
2025-08-20T20:33:56.6652934Z Uploaded  5fef94802eec msgcomm.sig
2025-08-20T20:33:56.7218931Z Uploaded  518acac28f93 msgcmp.version.sig
2025-08-20T20:33:56.7237138Z Uploaded  56b497c2b01d msgcomm.json
2025-08-20T20:33:56.7626643Z Uploaded  69314be19b6e msgconv.log
2025-08-20T20:33:56.7784010Z Uploaded  3cbedea279e3 msgcat.log.sig
2025-08-20T20:33:56.7784670Z Uploading 6bd83eaf3c5d msgcat
2025-08-20T20:33:56.7893432Z Exists    ce32941f4e3a msgconv.version
2025-08-20T20:33:56.8183317Z Uploaded  4431dce2b831 msgcomm.json.sig
2025-08-20T20:33:56.8183995Z Uploading 518acac28f93 msgconv.version.sig
2025-08-20T20:33:56.8682456Z Uploaded  69314be19b6e msgen.log
2025-08-20T20:33:56.8739701Z Uploaded  1f0a61811557 msgconv.sig
2025-08-20T20:33:56.8909888Z Exists    ce32941f4e3a msgen.version
2025-08-20T20:33:56.9125184Z Uploaded  0588a15286cf msgcmp.log.sig
2025-08-20T20:33:56.9125789Z Uploading 8699df456d61 msgcmp
2025-08-20T20:33:56.9305810Z Uploaded  2de94e3b1ae7 msgconv.json
2025-08-20T20:33:56.9308250Z Uploading 518acac28f93 msgen.version.sig
2025-08-20T20:33:57.0015967Z Uploaded  cb21466ee566 msgconv.json.sig
2025-08-20T20:33:57.0058773Z Uploaded  518acac28f93 msgcomm.version.sig
2025-08-20T20:33:57.0417134Z Uploaded  b8c96a72616c msgen.json
2025-08-20T20:33:57.0489411Z Uploaded  574f6b1bdc1f msgen.json.sig
2025-08-20T20:33:57.0536089Z Uploaded  bd0a6933ddda msgen.sig
2025-08-20T20:33:57.1094418Z Uploaded  018265717d4e msgcomm.log.sig
2025-08-20T20:33:57.1095238Z Uploading 494c2d6a839e msgcomm
2025-08-20T20:33:57.1155916Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:57.1156913Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:57.1157463Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:57.1158116Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:57.1158546Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:57.1158882Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:57.1159225Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:57.1159553Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:57.1160047Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:57.1160443Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:57.1160817Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:57.1161194Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:57.1161535Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:57.1161877Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:57.1162210Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:57.1162537Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:57.1163132Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:57.1163484Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:57.1163817Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:57.1164160Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:57.1164604Z Uploaded  6bd83eaf3c5d msgcat
2025-08-20T20:33:57.1165350Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcat:0.25.1-x86_64-linux
2025-08-20T20:33:57.1166350Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:57.1167188Z Digest: sha256:6bd83eaf3c5da21bd8a1695abe05f9c505672c2e852c53ad7e6c870b1c84f3ee
2025-08-20T20:33:57.1518520Z Uploaded  518acac28f93 msgconv.version.sig
2025-08-20T20:33:57.1762110Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:57.1762919Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:57.1763458Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:57.1763805Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:57.1764115Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:57.1764425Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:57.1765043Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:57.1765345Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:57.1765645Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:57.1765953Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:57.1766290Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:57.1766636Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:57.1766953Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:57.1767257Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:57.1767559Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:57.1767861Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:57.1768170Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:57.1768482Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:57.1768793Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:57.1769162Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:57.1769462Z Uploaded  8699df456d61 msgcmp
2025-08-20T20:33:57.1769958Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcmp:0.25.1-x86_64-linux
2025-08-20T20:33:57.1770546Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:57.3188218Z Digest: sha256:8699df456d610a710990432de3e488e9a3f56d89234a8ee57b052f6e86bd22a9
2025-08-20T20:33:57.3188994Z Uploaded  518acac28f93 msgen.version.sig
2025-08-20T20:33:57.3684014Z Uploaded  e7d025fd3806 msgconv.log.sig
2025-08-20T20:33:57.3684661Z Uploading 77fef150ab70 msgconv
2025-08-20T20:33:57.4426094Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:57.4426655Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:57.4427124Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:57.4427704Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:57.4428263Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:57.4429180Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:57.4429764Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:57.4430233Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:57.4430647Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:57.4431095Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:57.4431624Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:57.4432105Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:57.4432861Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:57.4433433Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:57.4433997Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:57.4434562Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:57.4435071Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:57.4435465Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:57.4435894Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:57.4436247Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:57.4436617Z Uploaded  494c2d6a839e msgcomm
2025-08-20T20:33:57.4437094Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcomm:0.25.1-x86_64-linux
2025-08-20T20:33:57.4437639Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:57.4438132Z Digest: sha256:494c2d6a839eab078b68eff48de8de7d00c2c97813eaaf2d1032ff2933fe244c
2025-08-20T20:33:57.4655219Z Uploaded  009a043aa7e2 msgen.log.sig
2025-08-20T20:33:57.4655888Z Uploading 6ed6d42b5828 msgen
2025-08-20T20:33:57.6838284Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:57.6839036Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:57.6839614Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:57.6840009Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:57.6840344Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:57.6840685Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:57.6841023Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:57.6841357Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:57.6841690Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:57.6842029Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:57.6842440Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:57.6843162Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:57.6843523Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:57.6844107Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:57.6844441Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:57.6844772Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:57.6845112Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:57.6845454Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:57.6845788Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:57.6846127Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:57.6846453Z Uploaded  77fef150ab70 msgconv
2025-08-20T20:33:57.6847081Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgconv:0.25.1-x86_64-linux
2025-08-20T20:33:57.6847733Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:57.6848318Z Digest: sha256:77fef150ab70100514d3503c050dccce241f324b2b9474cbec1bd56e54e54fce
2025-08-20T20:33:57.7796925Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:33:57.7797654Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:33:57.7798312Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:33:57.7798959Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:33:57.7799558Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:33:57.7800162Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:33:57.7800715Z Skipped   11cf0313013e msginit.png
2025-08-20T20:33:57.7801191Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:33:57.7801639Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:33:57.7801999Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:33:57.7802315Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:33:57.7802862Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:33:57.7803209Z Skipped   11cf0313013e msgen.png
2025-08-20T20:33:57.7803486Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:33:57.7803765Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:33:57.7804300Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:33:57.7804592Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:33:57.7804879Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:33:57.7805158Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:33:57.7805444Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:33:57.7805720Z Uploaded  6ed6d42b5828 msgen
2025-08-20T20:33:57.7806169Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgen:0.25.1-x86_64-linux
2025-08-20T20:33:57.7806696Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:33:57.7807198Z Digest: sha256:6ed6d42b582823db8fb81c46a7165cee16248c60a9f8a3dbea4ae0d279f292a3
2025-08-20T20:34:02.3278165Z 
2025-08-20T20:34:02.3278894Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcat
2025-08-20T20:34:02.3279914Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcat?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:02.3280505Z 
2025-08-20T20:34:02.3484963Z 
2025-08-20T20:34:02.3485905Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcmp
2025-08-20T20:34:02.3487276Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcmp?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:02.3488476Z 
2025-08-20T20:34:02.5934490Z 
2025-08-20T20:34:02.5935199Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgcomm
2025-08-20T20:34:02.5936050Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgcomm?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:02.5936580Z 
2025-08-20T20:34:02.8387235Z 
2025-08-20T20:34:02.8387961Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgconv
2025-08-20T20:34:02.8388873Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgconv?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:02.8389471Z 
2025-08-20T20:34:03.0091441Z 
2025-08-20T20:34:03.0092234Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgen
2025-08-20T20:34:03.0093751Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgen?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:03.0094768Z 
2025-08-20T20:34:03.8987365Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgexec.log'
2025-08-20T20:34:03.9029093Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgexec?tag=0.25.1-x86_64-linux&download=msgexec.log
2025-08-20T20:34:03.9030069Z 
2025-08-20T20:34:03.9030676Z [+] Parsing/Uploading gettext/msgexec --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgexec [x86_64-Linux]
2025-08-20T20:34:03.9075098Z {
2025-08-20T20:34:03.9075503Z   "_disabled": "false",
2025-08-20T20:34:03.9075988Z   "host": "x86_64-Linux",
2025-08-20T20:34:03.9076445Z   "rank": "",
2025-08-20T20:34:03.9076847Z   "pkg": "gettext.static",
2025-08-20T20:34:03.9077373Z   "pkg_family": "gettext",
2025-08-20T20:34:03.9077862Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:03.9078430Z   "pkg_name": "msgexec",
2025-08-20T20:34:03.9078950Z   "pkg_type": "static",
2025-08-20T20:34:03.9079831Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgexec",
2025-08-20T20:34:03.9080825Z   "app_id": "",
2025-08-20T20:34:03.9081224Z   "appstream": "",
2025-08-20T20:34:03.9081489Z   "category": [
2025-08-20T20:34:03.9081745Z     "ConsoleOnly",
2025-08-20T20:34:03.9081990Z     "Utility"
2025-08-20T20:34:03.9082255Z   ],
2025-08-20T20:34:03.9082953Z   "description": "Apply a command to all translations of a translation catalog [gettext]",
2025-08-20T20:34:03.9083520Z   "desktop": "",
2025-08-20T20:34:03.9083773Z   "homepage": [
2025-08-20T20:34:03.9084071Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:03.9084503Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:03.9084873Z   ],
2025-08-20T20:34:03.9085550Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgexec?tag=0.25.1-x86_64-linux&download=msgexec.png",
2025-08-20T20:34:03.9086648Z   "license": [],
2025-08-20T20:34:03.9086885Z   "maintainer": [
2025-08-20T20:34:03.9087123Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:03.9087392Z   ],
2025-08-20T20:34:03.9087556Z   "provides": [
2025-08-20T20:34:03.9087735Z     "autopoint",
2025-08-20T20:34:03.9087908Z     "envsubst",
2025-08-20T20:34:03.9088071Z     "gettext",
2025-08-20T20:34:03.9088242Z     "gettextize",
2025-08-20T20:34:03.9088419Z     "gettext.sh",
2025-08-20T20:34:03.9088588Z     "msgattrib",
2025-08-20T20:34:03.9088757Z     "msgcat",
2025-08-20T20:34:03.9088921Z     "msgcmp",
2025-08-20T20:34:03.9089084Z     "msgcomm",
2025-08-20T20:34:03.9089250Z     "msgconv",
2025-08-20T20:34:03.9089413Z     "msgen",
2025-08-20T20:34:03.9089578Z     "msgexec",
2025-08-20T20:34:03.9089766Z     "msgfilter",
2025-08-20T20:34:03.9090068Z     "msgfmt",
2025-08-20T20:34:03.9090356Z     "msggrep",
2025-08-20T20:34:03.9090656Z     "msginit",
2025-08-20T20:34:03.9090943Z     "msgmerge",
2025-08-20T20:34:03.9091243Z     "msgunfmt",
2025-08-20T20:34:03.9091553Z     "msguniq",
2025-08-20T20:34:03.9091847Z     "ngettext",
2025-08-20T20:34:03.9092156Z     "recode-sr-latin",
2025-08-20T20:34:03.9092502Z     "xgettext"
2025-08-20T20:34:03.9092949Z   ],
2025-08-20T20:34:03.9093218Z   "note": [
2025-08-20T20:34:03.9093672Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:03.9094221Z   ],
2025-08-20T20:34:03.9094495Z   "repology": [
2025-08-20T20:34:03.9094793Z     "gettext"
2025-08-20T20:34:03.9095073Z   ],
2025-08-20T20:34:03.9095355Z   "screenshots": [],
2025-08-20T20:34:03.9095684Z   "src_url": [
2025-08-20T20:34:03.9096083Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:03.9096553Z   ],
2025-08-20T20:34:03.9096810Z   "tag": [
2025-08-20T20:34:03.9097084Z     "text",
2025-08-20T20:34:03.9097360Z     "translation"
2025-08-20T20:34:03.9097667Z   ],
2025-08-20T20:34:03.9097951Z   "version": "0.25.1",
2025-08-20T20:34:03.9098309Z   "version_upstream": "0.25.1",
2025-08-20T20:34:03.9098896Z   "bsum": "80f229d0c834aea03ef2c16ceb4f596e89812adee5ad363fe4f3518c8c594ef2",
2025-08-20T20:34:03.9099517Z   "build_date": "2025-08-20T20:33:31Z",
2025-08-20T20:34:03.9100363Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:03.9100984Z   "build_id": "17107810040",
2025-08-20T20:34:03.9101844Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgexec?tag=0.25.1-x86_64-linux&download=msgexec.log",
2025-08-20T20:34:03.9103410Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:03.9104777Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgexec?tag=0.25.1-x86_64-linux&download=msgexec",
2025-08-20T20:34:03.9106060Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgexec:0.25.1-x86_64-linux",
2025-08-20T20:34:03.9106895Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgexec",
2025-08-20T20:34:03.9107893Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgexec?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:03.9108986Z   "shasum": "26013b904aba5af61c22c9930e8df5fc981053ca48c7bae123e4ae5e97f7278d",
2025-08-20T20:34:03.9109607Z   "size": "456 KB",
2025-08-20T20:34:03.9109937Z   "size_raw": "464648",
2025-08-20T20:34:03.9110279Z   "snapshots": [
2025-08-20T20:34:03.9110603Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:03.9110993Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:03.9111370Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:03.9111735Z   ]
2025-08-20T20:34:03.9112005Z }
2025-08-20T20:34:03.9112160Z 
2025-08-20T20:34:03.9112166Z 
2025-08-20T20:34:04.2777061Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:04.2785898Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:04.2867045Z Exists    26013b904aba msgexec
2025-08-20T20:34:04.2988542Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgfilter.log'
2025-08-20T20:34:04.2991708Z Uploading c73b81c4c9d6 msgexec.sig
2025-08-20T20:34:04.2993830Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:04.3031031Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfilter?tag=0.25.1-x86_64-linux&download=msgfilter.log
2025-08-20T20:34:04.3031901Z 
2025-08-20T20:34:04.3032899Z [+] Parsing/Uploading gettext/msgfilter --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgfilter [x86_64-Linux]
2025-08-20T20:34:04.3050365Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:04.3076273Z {
2025-08-20T20:34:04.3076637Z   "_disabled": "false",
2025-08-20T20:34:04.3077128Z   "host": "x86_64-Linux",
2025-08-20T20:34:04.3077547Z   "rank": "",
2025-08-20T20:34:04.3077929Z   "pkg": "gettext.static",
2025-08-20T20:34:04.3078381Z   "pkg_family": "gettext",
2025-08-20T20:34:04.3078823Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:04.3079309Z   "pkg_name": "msgfilter",
2025-08-20T20:34:04.3079738Z   "pkg_type": "static",
2025-08-20T20:34:04.3080540Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgfilter",
2025-08-20T20:34:04.3081429Z   "app_id": "",
2025-08-20T20:34:04.3081797Z   "appstream": "",
2025-08-20T20:34:04.3082179Z   "category": [
2025-08-20T20:34:04.3082540Z     "ConsoleOnly",
2025-08-20T20:34:04.3083169Z     "Utility"
2025-08-20T20:34:04.3083547Z   ],
2025-08-20T20:34:04.3084262Z   "description": "Apply a filter to all translations of a translation catalog [gettext]",
2025-08-20T20:34:04.3085000Z   "desktop": "",
2025-08-20T20:34:04.3085267Z   "homepage": [
2025-08-20T20:34:04.3085567Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:04.3085990Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:04.3086372Z   ],
2025-08-20T20:34:04.3087090Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfilter?tag=0.25.1-x86_64-linux&download=msgfilter.png",
2025-08-20T20:34:04.3087905Z   "license": [],
2025-08-20T20:34:04.3088163Z   "maintainer": [
2025-08-20T20:34:04.3088470Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:04.3089091Z   ],
2025-08-20T20:34:04.3089320Z   "provides": [
2025-08-20T20:34:04.3089571Z     "autopoint",
2025-08-20T20:34:04.3089818Z     "envsubst",
2025-08-20T20:34:04.3090059Z     "gettext",
2025-08-20T20:34:04.3090305Z     "gettextize",
2025-08-20T20:34:04.3090557Z     "gettext.sh",
2025-08-20T20:34:04.3090806Z     "msgattrib",
2025-08-20T20:34:04.3091055Z     "msgcat",
2025-08-20T20:34:04.3091289Z     "msgcmp",
2025-08-20T20:34:04.3091522Z     "msgcomm",
2025-08-20T20:34:04.3091766Z     "msgconv",
2025-08-20T20:34:04.3092001Z     "msgen",
2025-08-20T20:34:04.3092238Z     "msgexec",
2025-08-20T20:34:04.3092477Z     "msgfilter",
2025-08-20T20:34:04.3092955Z     "msgfmt",
2025-08-20T20:34:04.3093294Z     "msggrep",
2025-08-20T20:34:04.3093631Z     "msginit",
2025-08-20T20:34:04.3093876Z     "msgmerge",
2025-08-20T20:34:04.3094076Z     "msgunfmt",
2025-08-20T20:34:04.3094242Z     "msguniq",
2025-08-20T20:34:04.3094413Z     "ngettext",
2025-08-20T20:34:04.3094596Z     "recode-sr-latin",
2025-08-20T20:34:04.3094956Z     "xgettext"
2025-08-20T20:34:04.3095238Z   ],
2025-08-20T20:34:04.3095495Z   "note": [
2025-08-20T20:34:04.3095943Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:04.3096473Z   ],
2025-08-20T20:34:04.3096751Z   "repology": [
2025-08-20T20:34:04.3097051Z     "gettext"
2025-08-20T20:34:04.3097336Z   ],
2025-08-20T20:34:04.3097599Z   "screenshots": [],
2025-08-20T20:34:04.3097914Z   "src_url": [
2025-08-20T20:34:04.3098287Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:04.3098761Z   ],
2025-08-20T20:34:04.3099030Z   "tag": [
2025-08-20T20:34:04.3099302Z     "text",
2025-08-20T20:34:04.3099579Z     "translation"
2025-08-20T20:34:04.3099868Z   ],
2025-08-20T20:34:04.3100156Z   "version": "0.25.1",
2025-08-20T20:34:04.3100747Z   "version_upstream": "0.25.1",
2025-08-20T20:34:04.3101335Z   "bsum": "bc5984d994207734fd82c75eb22fda4f0982b80575f4af4a436db3099eae4e5a",
2025-08-20T20:34:04.3101983Z   "build_date": "2025-08-20T20:33:32Z",
2025-08-20T20:34:04.3102611Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:04.3103444Z   "build_id": "17107810040",
2025-08-20T20:34:04.3104391Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfilter?tag=0.25.1-x86_64-linux&download=msgfilter.log",
2025-08-20T20:34:04.3105816Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:04.3107223Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfilter?tag=0.25.1-x86_64-linux&download=msgfilter",
2025-08-20T20:34:04.3108493Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfilter:0.25.1-x86_64-linux",
2025-08-20T20:34:04.3109385Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfilter",
2025-08-20T20:34:04.3110495Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfilter?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:04.3111632Z   "shasum": "1a2dfc7595f62f070db17879f29c0488bca254b553103d4325826559e28b9ee1",
2025-08-20T20:34:04.3112245Z   "size": "2.0 MB",
2025-08-20T20:34:04.3112576Z   "size_raw": "2028600",
2025-08-20T20:34:04.3113104Z   "snapshots": [
2025-08-20T20:34:04.3113453Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:04.3113850Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:04.3114236Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:04.3114614Z   ]
2025-08-20T20:34:04.3114902Z }
2025-08-20T20:34:04.3115061Z 
2025-08-20T20:34:04.3115067Z 
2025-08-20T20:34:04.3158433Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:04.3243092Z Uploading d2e244946053 msgexec.json
2025-08-20T20:34:04.3428146Z Uploading 979d462b6d6c msgexec.json.sig
2025-08-20T20:34:04.6316205Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgfmt.log'
2025-08-20T20:34:04.6364824Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfmt?tag=0.25.1-x86_64-linux&download=msgfmt.log
2025-08-20T20:34:04.6366253Z 
2025-08-20T20:34:04.6367135Z [+] Parsing/Uploading gettext/msgfmt --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgfmt [x86_64-Linux]
2025-08-20T20:34:04.6420850Z {
2025-08-20T20:34:04.6422130Z   "_disabled": "false",
2025-08-20T20:34:04.6422509Z   "host": "x86_64-Linux",
2025-08-20T20:34:04.6423077Z   "rank": "",
2025-08-20T20:34:04.6423409Z   "pkg": "gettext.static",
2025-08-20T20:34:04.6423795Z   "pkg_family": "gettext",
2025-08-20T20:34:04.6424160Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:04.6424543Z   "pkg_name": "msgfmt",
2025-08-20T20:34:04.6424875Z   "pkg_type": "static",
2025-08-20T20:34:04.6425527Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgfmt",
2025-08-20T20:34:04.6426238Z   "app_id": "",
2025-08-20T20:34:04.6426555Z   "appstream": "",
2025-08-20T20:34:04.6426860Z   "category": [
2025-08-20T20:34:04.6427157Z     "ConsoleOnly",
2025-08-20T20:34:04.6427431Z     "Utility"
2025-08-20T20:34:04.6427723Z   ],
2025-08-20T20:34:04.6428332Z   "description": "Generate binary message catalog from textual translation description [gettext]",
2025-08-20T20:34:04.6429056Z   "desktop": "",
2025-08-20T20:34:04.6429371Z   "homepage": [
2025-08-20T20:34:04.6429733Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:04.6430222Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:04.6430700Z   ],
2025-08-20T20:34:04.6431553Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfmt?tag=0.25.1-x86_64-linux&download=msgfmt.png",
2025-08-20T20:34:04.6432482Z   "license": [],
2025-08-20T20:34:04.6433033Z   "maintainer": [
2025-08-20T20:34:04.6433410Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:04.6434116Z   ],
2025-08-20T20:34:04.6434419Z   "provides": [
2025-08-20T20:34:04.6434736Z     "autopoint",
2025-08-20T20:34:04.6435042Z     "envsubst",
2025-08-20T20:34:04.6435357Z     "gettext",
2025-08-20T20:34:04.6435664Z     "gettextize",
2025-08-20T20:34:04.6435977Z     "gettext.sh",
2025-08-20T20:34:04.6436284Z     "msgattrib",
2025-08-20T20:34:04.6436576Z     "msgcat",
2025-08-20T20:34:04.6436867Z     "msgcmp",
2025-08-20T20:34:04.6437162Z     "msgcomm",
2025-08-20T20:34:04.6437451Z     "msgconv",
2025-08-20T20:34:04.6437747Z     "msgen",
2025-08-20T20:34:04.6438041Z     "msgexec",
2025-08-20T20:34:04.6438328Z     "msgfilter",
2025-08-20T20:34:04.6438543Z     "msgfmt",
2025-08-20T20:34:04.6438706Z     "msggrep",
2025-08-20T20:34:04.6438877Z     "msginit",
2025-08-20T20:34:04.6439042Z     "msgmerge",
2025-08-20T20:34:04.6439203Z     "msgunfmt",
2025-08-20T20:34:04.6439374Z     "msguniq",
2025-08-20T20:34:04.6439539Z     "ngettext",
2025-08-20T20:34:04.6439712Z     "recode-sr-latin",
2025-08-20T20:34:04.6439926Z     "xgettext"
2025-08-20T20:34:04.6440095Z   ],
2025-08-20T20:34:04.6440252Z   "note": [
2025-08-20T20:34:04.6440523Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:04.6440845Z   ],
2025-08-20T20:34:04.6441004Z   "repology": [
2025-08-20T20:34:04.6441175Z     "gettext"
2025-08-20T20:34:04.6441330Z   ],
2025-08-20T20:34:04.6441492Z   "screenshots": [],
2025-08-20T20:34:04.6441680Z   "src_url": [
2025-08-20T20:34:04.6441912Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:04.6442199Z   ],
2025-08-20T20:34:04.6442352Z   "tag": [
2025-08-20T20:34:04.6442512Z     "text",
2025-08-20T20:34:04.6442957Z     "translation"
2025-08-20T20:34:04.6443261Z   ],
2025-08-20T20:34:04.6443529Z   "version": "0.25.1",
2025-08-20T20:34:04.6443872Z   "version_upstream": "0.25.1",
2025-08-20T20:34:04.6444452Z   "bsum": "deea3fd4354ab2cfb908287e2c6dd3633ec9cc4ca66691277321ffc20969629e",
2025-08-20T20:34:04.6445079Z   "build_date": "2025-08-20T20:33:33Z",
2025-08-20T20:34:04.6445676Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:04.6446280Z   "build_id": "17107810040",
2025-08-20T20:34:04.6447394Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfmt?tag=0.25.1-x86_64-linux&download=msgfmt.log",
2025-08-20T20:34:04.6448726Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:04.6450044Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfmt?tag=0.25.1-x86_64-linux&download=msgfmt",
2025-08-20T20:34:04.6451131Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfmt:0.25.1-x86_64-linux",
2025-08-20T20:34:04.6451931Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfmt",
2025-08-20T20:34:04.6453135Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfmt?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:04.6454268Z   "shasum": "79286fe62a0886e7555c580da0a52a40504f6c5112a4901b55b4af1de372e1d4",
2025-08-20T20:34:04.6454890Z   "size": "1.5 MB",
2025-08-20T20:34:04.6455202Z   "size_raw": "1530360",
2025-08-20T20:34:04.6455545Z   "snapshots": [
2025-08-20T20:34:04.6455871Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:04.6456268Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:04.6456631Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:04.6457001Z   ]
2025-08-20T20:34:04.6457241Z }
2025-08-20T20:34:04.6457398Z 
2025-08-20T20:34:04.6457403Z 
2025-08-20T20:34:04.7093756Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:04.7155304Z Exists    1a2dfc7595f6 msgfilter
2025-08-20T20:34:04.7223622Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:04.7227105Z Uploading 13164b9e608b msgfilter.sig
2025-08-20T20:34:04.7261613Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:04.7338904Z Uploading 69314be19b6e msgexec.log
2025-08-20T20:34:04.7364117Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:04.7365374Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:04.7489672Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:04.7555025Z Uploading 15eb0403efd2 msgfilter.json
2025-08-20T20:34:04.7645996Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:04.7769966Z Uploading c358b3525043 msgfilter.json.sig
2025-08-20T20:34:04.7901664Z Uploading f981c4d295cd msgexec.log.sig
2025-08-20T20:34:04.7994465Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msggrep.log'
2025-08-20T20:34:04.8035907Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msggrep?tag=0.25.1-x86_64-linux&download=msggrep.log
2025-08-20T20:34:04.8036764Z 
2025-08-20T20:34:04.8037368Z [+] Parsing/Uploading gettext/msggrep --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsggrep [x86_64-Linux]
2025-08-20T20:34:04.8078869Z {
2025-08-20T20:34:04.8079285Z   "_disabled": "false",
2025-08-20T20:34:04.8079743Z   "host": "x86_64-Linux",
2025-08-20T20:34:04.8080128Z   "rank": "",
2025-08-20T20:34:04.8080497Z   "pkg": "gettext.static",
2025-08-20T20:34:04.8080900Z   "pkg_family": "gettext",
2025-08-20T20:34:04.8081200Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:04.8081489Z   "pkg_name": "msggrep",
2025-08-20T20:34:04.8081750Z   "pkg_type": "static",
2025-08-20T20:34:04.8082255Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msggrep",
2025-08-20T20:34:04.8083059Z   "app_id": "",
2025-08-20T20:34:04.8083295Z   "appstream": "",
2025-08-20T20:34:04.8083536Z   "category": [
2025-08-20T20:34:04.8083765Z     "ConsoleOnly",
2025-08-20T20:34:04.8083996Z     "Utility"
2025-08-20T20:34:04.8084210Z   ],
2025-08-20T20:34:04.8084774Z   "description": "Extracts all messages of a translation catalog based on a pattern or belonging to some source files [gettext]",
2025-08-20T20:34:04.8085427Z   "desktop": "",
2025-08-20T20:34:04.8085659Z   "homepage": [
2025-08-20T20:34:04.8085932Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:04.8086305Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:04.8086638Z   ],
2025-08-20T20:34:04.8087257Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msggrep?tag=0.25.1-x86_64-linux&download=msggrep.png",
2025-08-20T20:34:04.8088183Z   "license": [],
2025-08-20T20:34:04.8088414Z   "maintainer": [
2025-08-20T20:34:04.8088694Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:04.8089025Z   ],
2025-08-20T20:34:04.8089231Z   "provides": [
2025-08-20T20:34:04.8089457Z     "autopoint",
2025-08-20T20:34:04.8089680Z     "envsubst",
2025-08-20T20:34:04.8089897Z     "gettext",
2025-08-20T20:34:04.8090119Z     "gettextize",
2025-08-20T20:34:04.8090345Z     "gettext.sh",
2025-08-20T20:34:04.8090569Z     "msgattrib",
2025-08-20T20:34:04.8090790Z     "msgcat",
2025-08-20T20:34:04.8091006Z     "msgcmp",
2025-08-20T20:34:04.8091215Z     "msgcomm",
2025-08-20T20:34:04.8091433Z     "msgconv",
2025-08-20T20:34:04.8091657Z     "msgen",
2025-08-20T20:34:04.8091870Z     "msgexec",
2025-08-20T20:34:04.8092085Z     "msgfilter",
2025-08-20T20:34:04.8092305Z     "msgfmt",
2025-08-20T20:34:04.8092527Z     "msggrep",
2025-08-20T20:34:04.8093047Z     "msginit",
2025-08-20T20:34:04.8093271Z     "msgmerge",
2025-08-20T20:34:04.8093489Z     "msgunfmt",
2025-08-20T20:34:04.8093705Z     "msguniq",
2025-08-20T20:34:04.8093878Z     "ngettext",
2025-08-20T20:34:04.8094058Z     "recode-sr-latin",
2025-08-20T20:34:04.8094247Z     "xgettext"
2025-08-20T20:34:04.8094408Z   ],
2025-08-20T20:34:04.8094559Z   "note": [
2025-08-20T20:34:04.8094828Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:04.8095140Z   ],
2025-08-20T20:34:04.8095289Z   "repology": [
2025-08-20T20:34:04.8095459Z     "gettext"
2025-08-20T20:34:04.8095618Z   ],
2025-08-20T20:34:04.8095773Z   "screenshots": [],
2025-08-20T20:34:04.8096081Z   "src_url": [
2025-08-20T20:34:04.8096694Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:04.8097179Z   ],
2025-08-20T20:34:04.8097445Z   "tag": [
2025-08-20T20:34:04.8097723Z     "text",
2025-08-20T20:34:04.8098005Z     "translation"
2025-08-20T20:34:04.8098315Z   ],
2025-08-20T20:34:04.8098574Z   "version": "0.25.1",
2025-08-20T20:34:04.8098908Z   "version_upstream": "0.25.1",
2025-08-20T20:34:04.8099480Z   "bsum": "835f95bd95398b8b2edef2923d65917296e2d340ddfab3ae5208da1e950132e6",
2025-08-20T20:34:04.8100101Z   "build_date": "2025-08-20T20:33:35Z",
2025-08-20T20:34:04.8100694Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:04.8101308Z   "build_id": "17107810040",
2025-08-20T20:34:04.8102200Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msggrep?tag=0.25.1-x86_64-linux&download=msggrep.log",
2025-08-20T20:34:04.8103773Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:04.8105176Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msggrep?tag=0.25.1-x86_64-linux&download=msggrep",
2025-08-20T20:34:04.8106389Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msggrep:0.25.1-x86_64-linux",
2025-08-20T20:34:04.8107244Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msggrep",
2025-08-20T20:34:04.8108322Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msggrep?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:04.8109435Z   "shasum": "3f3f58c77975b3205f5d8c78cc9160f9442dc5d46a57b37ddf6173f2530ce4ce",
2025-08-20T20:34:04.8110061Z   "size": "2.1 MB",
2025-08-20T20:34:04.8110391Z   "size_raw": "2099168",
2025-08-20T20:34:04.8110745Z   "snapshots": [
2025-08-20T20:34:04.8111083Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:04.8111485Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:04.8111854Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:04.8112226Z   ]
2025-08-20T20:34:04.8112498Z }
2025-08-20T20:34:04.8112862Z 
2025-08-20T20:34:04.8112877Z 
2025-08-20T20:34:05.0319206Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msginit.log'
2025-08-20T20:34:05.0367099Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msginit?tag=0.25.1-x86_64-linux&download=msginit.log
2025-08-20T20:34:05.0367940Z 
2025-08-20T20:34:05.0368745Z [+] Parsing/Uploading gettext/msginit --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsginit [x86_64-Linux]
2025-08-20T20:34:05.0414046Z {
2025-08-20T20:34:05.0414472Z   "_disabled": "false",
2025-08-20T20:34:05.0415159Z   "host": "x86_64-Linux",
2025-08-20T20:34:05.0415554Z   "rank": "",
2025-08-20T20:34:05.0415876Z   "pkg": "gettext.static",
2025-08-20T20:34:05.0416258Z   "pkg_family": "gettext",
2025-08-20T20:34:05.0416628Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:05.0417008Z   "pkg_name": "msginit",
2025-08-20T20:34:05.0417368Z   "pkg_type": "static",
2025-08-20T20:34:05.0418080Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msginit",
2025-08-20T20:34:05.0418820Z   "app_id": "",
2025-08-20T20:34:05.0419160Z   "appstream": "",
2025-08-20T20:34:05.0419482Z   "category": [
2025-08-20T20:34:05.0419786Z     "ConsoleOnly",
2025-08-20T20:34:05.0420090Z     "Utility"
2025-08-20T20:34:05.0420380Z   ],
2025-08-20T20:34:05.0420765Z   "description": "Initialize a message catalog [gettext]",
2025-08-20T20:34:05.0421270Z   "desktop": "",
2025-08-20T20:34:05.0421590Z   "homepage": [
2025-08-20T20:34:05.0421960Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:05.0422463Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:05.0423276Z   ],
2025-08-20T20:34:05.0424107Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msginit?tag=0.25.1-x86_64-linux&download=msginit.png",
2025-08-20T20:34:05.0425038Z   "license": [],
2025-08-20T20:34:05.0425357Z   "maintainer": [
2025-08-20T20:34:05.0426003Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:05.0426502Z   ],
2025-08-20T20:34:05.0426786Z   "provides": [
2025-08-20T20:34:05.0427090Z     "autopoint",
2025-08-20T20:34:05.0427407Z     "envsubst",
2025-08-20T20:34:05.0427702Z     "gettext",
2025-08-20T20:34:05.0427998Z     "gettextize",
2025-08-20T20:34:05.0428307Z     "gettext.sh",
2025-08-20T20:34:05.0428670Z     "msgattrib",
2025-08-20T20:34:05.0428974Z     "msgcat",
2025-08-20T20:34:05.0429271Z     "msgcmp",
2025-08-20T20:34:05.0429589Z     "msgcomm",
2025-08-20T20:34:05.0429887Z     "msgconv",
2025-08-20T20:34:05.0430185Z     "msgen",
2025-08-20T20:34:05.0430489Z     "msgexec",
2025-08-20T20:34:05.0430781Z     "msgfilter",
2025-08-20T20:34:05.0431072Z     "msgfmt",
2025-08-20T20:34:05.0431362Z     "msggrep",
2025-08-20T20:34:05.0431653Z     "msginit",
2025-08-20T20:34:05.0431946Z     "msgmerge",
2025-08-20T20:34:05.0432256Z     "msgunfmt",
2025-08-20T20:34:05.0432556Z     "msguniq",
2025-08-20T20:34:05.0433088Z     "ngettext",
2025-08-20T20:34:05.0433436Z     "recode-sr-latin",
2025-08-20T20:34:05.0433791Z     "xgettext"
2025-08-20T20:34:05.0434077Z   ],
2025-08-20T20:34:05.0434348Z   "note": [
2025-08-20T20:34:05.0434806Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:05.0435366Z   ],
2025-08-20T20:34:05.0435641Z   "repology": [
2025-08-20T20:34:05.0435938Z     "gettext"
2025-08-20T20:34:05.0436222Z   ],
2025-08-20T20:34:05.0436500Z   "screenshots": [],
2025-08-20T20:34:05.0436824Z   "src_url": [
2025-08-20T20:34:05.0437236Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:05.0437715Z   ],
2025-08-20T20:34:05.0437976Z   "tag": [
2025-08-20T20:34:05.0438251Z     "text",
2025-08-20T20:34:05.0438527Z     "translation"
2025-08-20T20:34:05.0438823Z   ],
2025-08-20T20:34:05.0439092Z   "version": "0.25.1",
2025-08-20T20:34:05.0439435Z   "version_upstream": "0.25.1",
2025-08-20T20:34:05.0440041Z   "bsum": "278e818af8e3f91cabaa44a63ba0d29f206fdfdf1dba79c89cf2d762fc48683e",
2025-08-20T20:34:05.0440685Z   "build_date": "2025-08-20T20:33:36Z",
2025-08-20T20:34:05.0441291Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:05.0442171Z   "build_id": "17107810040",
2025-08-20T20:34:05.0443279Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msginit?tag=0.25.1-x86_64-linux&download=msginit.log",
2025-08-20T20:34:05.0444662Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:05.0446028Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msginit?tag=0.25.1-x86_64-linux&download=msginit",
2025-08-20T20:34:05.0447209Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msginit:0.25.1-x86_64-linux",
2025-08-20T20:34:05.0448035Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msginit",
2025-08-20T20:34:05.0449095Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msginit?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:05.0450207Z   "shasum": "f0e478a396e8fbd74dc6e990473b4ee27b2a3b670a33e7c5117ce9d3048292d0",
2025-08-20T20:34:05.0450834Z   "size": "2.0 MB",
2025-08-20T20:34:05.0451151Z   "size_raw": "2062712",
2025-08-20T20:34:05.0451493Z   "snapshots": [
2025-08-20T20:34:05.0451813Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:05.0452205Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:05.0452575Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:05.0453112Z   ]
2025-08-20T20:34:05.0453374Z }
2025-08-20T20:34:05.0453526Z 
2025-08-20T20:34:05.0453531Z 
2025-08-20T20:34:05.0589485Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:05.0628578Z Uploading a126b432f745 msgfmt.sig
2025-08-20T20:34:05.0638006Z Exists    79286fe62a08 msgfmt
2025-08-20T20:34:05.0752246Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:05.0758437Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:05.0789805Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:05.0790699Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:05.0857898Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:05.0979508Z Uploading 69314be19b6e msgfilter.log
2025-08-20T20:34:05.1046844Z Uploading 4757da4017ba msgfmt.json.sig
2025-08-20T20:34:05.1062546Z Uploading 783ae18bcda1 msgfmt.json
2025-08-20T20:34:05.1121353Z Uploaded  69314be19b6e msgexec.log
2025-08-20T20:34:05.1287556Z Exists    ce32941f4e3a msgexec.version
2025-08-20T20:34:05.1431247Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:05.1472800Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:05.1489167Z Uploading 518acac28f93 msgexec.version.sig
2025-08-20T20:34:05.1526171Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:05.1534231Z Exists    3f3f58c77975 msggrep
2025-08-20T20:34:05.1535362Z Uploading c45c8149ca72 msggrep.sig
2025-08-20T20:34:05.1673098Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:05.1738945Z Uploading 71b9456ecd17 msgfilter.log.sig
2025-08-20T20:34:05.1741638Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:05.1933823Z Uploading 800a9fd73ab5 msggrep.json
2025-08-20T20:34:05.2178483Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:05.2405279Z Uploaded  d2e244946053 msgexec.json
2025-08-20T20:34:05.2445735Z Uploading 56af8c8d3e51 msggrep.json.sig
2025-08-20T20:34:05.2785988Z Uploaded  c73b81c4c9d6 msgexec.sig
2025-08-20T20:34:05.2956235Z Uploaded  979d462b6d6c msgexec.json.sig
2025-08-20T20:34:05.3636879Z Uploading 16719cebfe89 msginit.sig
2025-08-20T20:34:05.3653248Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:05.3756071Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:05.3855865Z Exists    f0e478a396e8 msginit
2025-08-20T20:34:05.3960938Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:05.4042549Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:05.4113135Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:05.4220832Z Uploading 07adf7953d77 msginit.json
2025-08-20T20:34:05.4297860Z Uploading e64698264f44 msginit.json.sig
2025-08-20T20:34:05.4963083Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:05.5015410Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:05.5317786Z Uploading 69314be19b6e msgfmt.log
2025-08-20T20:34:05.5368167Z Uploading f112c1cfa6cf msgfmt.log.sig
2025-08-20T20:34:05.5394816Z Uploaded  69314be19b6e msgfilter.log
2025-08-20T20:34:05.5423822Z Uploaded  518acac28f93 msgexec.version.sig
2025-08-20T20:34:05.5625533Z Exists    ce32941f4e3a msgfilter.version
2025-08-20T20:34:05.5843558Z Uploading 518acac28f93 msgfilter.version.sig
2025-08-20T20:34:05.6009058Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:05.6338009Z Uploading 69314be19b6e msggrep.log
2025-08-20T20:34:05.6498019Z Uploaded  13164b9e608b msgfilter.sig
2025-08-20T20:34:05.6813516Z Uploaded  15eb0403efd2 msgfilter.json
2025-08-20T20:34:05.6876764Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:05.7100294Z Uploading d3b4b6bef88a msggrep.log.sig
2025-08-20T20:34:05.7206680Z Uploaded  c358b3525043 msgfilter.json.sig
2025-08-20T20:34:05.7244896Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:05.7466926Z Uploading 69314be19b6e msginit.log
2025-08-20T20:34:05.7606170Z Uploaded  f981c4d295cd msgexec.log.sig
2025-08-20T20:34:05.7606901Z Uploading de5b2a0030f0 msgexec
2025-08-20T20:34:05.7717623Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:05.8228019Z Uploading 341cd982da05 msginit.log.sig
2025-08-20T20:34:05.9207405Z Uploaded  69314be19b6e msgfmt.log
2025-08-20T20:34:05.9524171Z Uploaded  518acac28f93 msgfilter.version.sig
2025-08-20T20:34:05.9539660Z Exists    ce32941f4e3a msgfmt.version
2025-08-20T20:34:05.9820348Z Uploading 518acac28f93 msgfmt.version.sig
2025-08-20T20:34:06.0421064Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:06.0421972Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:06.0423147Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:06.0424080Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:06.0424973Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:06.0425869Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:06.0426909Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:06.0427432Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:06.0427955Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:06.0428456Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:06.0429158Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:06.0429861Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:06.0430491Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:06.0431106Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:06.0431611Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:06.0432054Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:06.0432500Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:06.0433029Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:06.0433375Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:06.0433713Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:06.0434054Z Uploaded  de5b2a0030f0 msgexec
2025-08-20T20:34:06.0434611Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgexec:0.25.1-x86_64-linux
2025-08-20T20:34:06.0435269Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:06.0435857Z Digest: sha256:de5b2a0030f03071639129184cfdfafd507f04dd061e92cc1fd426d7ce4200ab
2025-08-20T20:34:06.0532891Z Uploaded  69314be19b6e msggrep.log
2025-08-20T20:34:06.0729958Z Uploaded  4757da4017ba msgfmt.json.sig
2025-08-20T20:34:06.0741079Z Uploaded  c45c8149ca72 msggrep.sig
2025-08-20T20:34:06.0810215Z Exists    ce32941f4e3a msggrep.version
2025-08-20T20:34:06.0887839Z Uploaded  a126b432f745 msgfmt.sig
2025-08-20T20:34:06.0958534Z Uploading 518acac28f93 msggrep.version.sig
2025-08-20T20:34:06.1100440Z Uploaded  69314be19b6e msginit.log
2025-08-20T20:34:06.1347965Z Uploaded  71b9456ecd17 msgfilter.log.sig
2025-08-20T20:34:06.1348584Z Uploading 094e30cc1c3a msgfilter
2025-08-20T20:34:06.1398648Z Exists    ce32941f4e3a msginit.version
2025-08-20T20:34:06.1598293Z Uploading 518acac28f93 msginit.version.sig
2025-08-20T20:34:06.1894840Z Uploaded  783ae18bcda1 msgfmt.json
2025-08-20T20:34:06.2542899Z Uploaded  56af8c8d3e51 msggrep.json.sig
2025-08-20T20:34:06.2820744Z Uploaded  16719cebfe89 msginit.sig
2025-08-20T20:34:06.3404525Z Uploaded  800a9fd73ab5 msggrep.json
2025-08-20T20:34:06.3475885Z Uploaded  e64698264f44 msginit.json.sig
2025-08-20T20:34:06.3503036Z Uploaded  07adf7953d77 msginit.json
2025-08-20T20:34:06.4180101Z Uploaded  518acac28f93 msgfmt.version.sig
2025-08-20T20:34:06.4319881Z Uploaded  518acac28f93 msggrep.version.sig
2025-08-20T20:34:06.4615458Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:06.4616137Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:06.4616720Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:06.4617217Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:06.4617820Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:06.4618443Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:06.4619079Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:06.4619709Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:06.4620333Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:06.4620918Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:06.4621453Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:06.4621990Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:06.4622528Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:06.4623245Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:06.4623764Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:06.4624417Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:06.4625064Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:06.4625647Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:06.4626218Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:06.4626641Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:06.4627023Z Uploaded  094e30cc1c3a msgfilter
2025-08-20T20:34:06.4627680Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfilter:0.25.1-x86_64-linux
2025-08-20T20:34:06.4628283Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:06.4629095Z Digest: sha256:094e30cc1c3a8383c7417fe835d3ea45bb4c04262405cc519ef6e2b28f758633
2025-08-20T20:34:06.4879401Z Uploaded  f112c1cfa6cf msgfmt.log.sig
2025-08-20T20:34:06.4880123Z Uploading e55f7e174846 msgfmt
2025-08-20T20:34:06.5244273Z Uploaded  518acac28f93 msginit.version.sig
2025-08-20T20:34:06.6766165Z Uploaded  d3b4b6bef88a msggrep.log.sig
2025-08-20T20:34:06.6766686Z Uploading e347a2aacb4e msggrep
2025-08-20T20:34:06.7576921Z Uploaded  341cd982da05 msginit.log.sig
2025-08-20T20:34:06.7577451Z Uploading 6c21d1355424 msginit
2025-08-20T20:34:07.0256504Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:07.0257306Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:07.0258027Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:07.0258745Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:07.0259410Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:07.0260198Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:07.0260975Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:07.0261602Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:07.0262253Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:07.0263085Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:07.0263644Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:07.0264247Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:07.0264776Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:07.0265266Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:07.0265913Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:07.0266537Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:07.0267004Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:07.0267469Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:07.0267855Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:07.0268215Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:07.0268607Z Uploaded  e55f7e174846 msgfmt
2025-08-20T20:34:07.0269053Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfmt:0.25.1-x86_64-linux
2025-08-20T20:34:07.0269554Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:07.0270003Z Digest: sha256:e55f7e1748460682d6e67348689eb8976014a6900cb68db691ba830f6ce73af7
2025-08-20T20:34:07.1949706Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:07.1950424Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:07.1950758Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:07.1951076Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:07.1951379Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:07.1951684Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:07.1951997Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:07.1952295Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:07.1952601Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:07.1953275Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:07.1953622Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:07.1953967Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:07.1954282Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:07.1954596Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:07.1954898Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:07.1955199Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:07.1955505Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:07.1955831Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:07.1956137Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:07.1956450Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:07.1956761Z Uploaded  e347a2aacb4e msggrep
2025-08-20T20:34:07.1957266Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msggrep:0.25.1-x86_64-linux
2025-08-20T20:34:07.1957860Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:07.1958403Z Digest: sha256:e347a2aacb4e1a8e2ab1ed3810ea20d3f8f2c89d6de59eb3fd1e69bd0da1d341
2025-08-20T20:34:07.2093615Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:07.2094221Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:07.2094791Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:07.2095359Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:07.2096234Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:07.2096786Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:07.2097338Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:07.2097890Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:07.2098499Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:07.2099092Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:07.2099638Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:07.2100188Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:07.2100684Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:07.2101170Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:07.2101664Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:07.2102161Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:07.2102793Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:07.2103224Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:07.2103640Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:07.2104081Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:07.2104478Z Uploaded  6c21d1355424 msginit
2025-08-20T20:34:07.2105209Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msginit:0.25.1-x86_64-linux
2025-08-20T20:34:07.2106201Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:07.2107073Z Digest: sha256:6c21d13554249b08ca060fad5dc9d5d128ebe71d6802050403d7672b557a0d32
2025-08-20T20:34:11.2063606Z 
2025-08-20T20:34:11.2064387Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgexec
2025-08-20T20:34:11.2065312Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgexec?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:11.6353180Z 
2025-08-20T20:34:11.6353195Z 
2025-08-20T20:34:11.6354004Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfilter
2025-08-20T20:34:11.6355281Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfilter?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:11.6356188Z 
2025-08-20T20:34:12.1888675Z 
2025-08-20T20:34:12.1889590Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgfmt
2025-08-20T20:34:12.1890684Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgfmt?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:12.1891575Z 
2025-08-20T20:34:12.3652035Z 
2025-08-20T20:34:12.3653180Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msginit
2025-08-20T20:34:12.3654171Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msginit?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:12.3654763Z 
2025-08-20T20:34:12.3882195Z 
2025-08-20T20:34:12.3883093Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msggrep
2025-08-20T20:34:12.3884378Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msggrep?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:12.3885585Z 
2025-08-20T20:34:12.6795383Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgmerge.log'
2025-08-20T20:34:12.6838353Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgmerge?tag=0.25.1-x86_64-linux&download=msgmerge.log
2025-08-20T20:34:12.6839253Z 
2025-08-20T20:34:12.6840068Z [+] Parsing/Uploading gettext/msgmerge --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgmerge [x86_64-Linux]
2025-08-20T20:34:12.6884473Z {
2025-08-20T20:34:12.6884802Z   "_disabled": "false",
2025-08-20T20:34:12.6885210Z   "host": "x86_64-Linux",
2025-08-20T20:34:12.6885578Z   "rank": "",
2025-08-20T20:34:12.6885901Z   "pkg": "gettext.static",
2025-08-20T20:34:12.6886280Z   "pkg_family": "gettext",
2025-08-20T20:34:12.6886665Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:12.6887047Z   "pkg_name": "msgmerge",
2025-08-20T20:34:12.6887394Z   "pkg_type": "static",
2025-08-20T20:34:12.6888085Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgmerge",
2025-08-20T20:34:12.6889068Z   "app_id": "",
2025-08-20T20:34:12.6889283Z   "appstream": "",
2025-08-20T20:34:12.6889484Z   "category": [
2025-08-20T20:34:12.6889678Z     "ConsoleOnly",
2025-08-20T20:34:12.6889918Z     "Utility"
2025-08-20T20:34:12.6890095Z   ],
2025-08-20T20:34:12.6890352Z   "description": "Merge message catalog and template [gettext]",
2025-08-20T20:34:12.6890679Z   "desktop": "",
2025-08-20T20:34:12.6890869Z   "homepage": [
2025-08-20T20:34:12.6891082Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:12.6891402Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:12.6891672Z   ],
2025-08-20T20:34:12.6892180Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgmerge?tag=0.25.1-x86_64-linux&download=msgmerge.png",
2025-08-20T20:34:12.6892962Z   "license": [],
2025-08-20T20:34:12.6893149Z   "maintainer": [
2025-08-20T20:34:12.6893371Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:12.6893627Z   ],
2025-08-20T20:34:12.6893778Z   "provides": [
2025-08-20T20:34:12.6893967Z     "autopoint",
2025-08-20T20:34:12.6894142Z     "envsubst",
2025-08-20T20:34:12.6894310Z     "gettext",
2025-08-20T20:34:12.6894484Z     "gettextize",
2025-08-20T20:34:12.6894664Z     "gettext.sh",
2025-08-20T20:34:12.6894837Z     "msgattrib",
2025-08-20T20:34:12.6895005Z     "msgcat",
2025-08-20T20:34:12.6895170Z     "msgcmp",
2025-08-20T20:34:12.6895333Z     "msgcomm",
2025-08-20T20:34:12.6895503Z     "msgconv",
2025-08-20T20:34:12.6895661Z     "msgen",
2025-08-20T20:34:12.6895825Z     "msgexec",
2025-08-20T20:34:12.6895989Z     "msgfilter",
2025-08-20T20:34:12.6896157Z     "msgfmt",
2025-08-20T20:34:12.6896322Z     "msggrep",
2025-08-20T20:34:12.6896485Z     "msginit",
2025-08-20T20:34:12.6896648Z     "msgmerge",
2025-08-20T20:34:12.6896815Z     "msgunfmt",
2025-08-20T20:34:12.6896981Z     "msguniq",
2025-08-20T20:34:12.6897146Z     "ngettext",
2025-08-20T20:34:12.6897322Z     "recode-sr-latin",
2025-08-20T20:34:12.6897513Z     "xgettext"
2025-08-20T20:34:12.6897687Z   ],
2025-08-20T20:34:12.6897851Z   "note": [
2025-08-20T20:34:12.6898121Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:12.6898438Z   ],
2025-08-20T20:34:12.6898804Z   "repology": [
2025-08-20T20:34:12.6899129Z     "gettext"
2025-08-20T20:34:12.6899424Z   ],
2025-08-20T20:34:12.6899702Z   "screenshots": [],
2025-08-20T20:34:12.6900024Z   "src_url": [
2025-08-20T20:34:12.6900429Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:12.6900916Z   ],
2025-08-20T20:34:12.6901185Z   "tag": [
2025-08-20T20:34:12.6901472Z     "text",
2025-08-20T20:34:12.6901750Z     "translation"
2025-08-20T20:34:12.6902038Z   ],
2025-08-20T20:34:12.6902314Z   "version": "0.25.1",
2025-08-20T20:34:12.6902858Z   "version_upstream": "0.25.1",
2025-08-20T20:34:12.6903467Z   "bsum": "8579fbed78bd3d77cd3833529ad15b80490f67c34193cdb2c7f3fc39e4d812c5",
2025-08-20T20:34:12.6904082Z   "build_date": "2025-08-20T20:33:36Z",
2025-08-20T20:34:12.6904695Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:12.6905308Z   "build_id": "17107810040",
2025-08-20T20:34:12.6906198Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgmerge?tag=0.25.1-x86_64-linux&download=msgmerge.log",
2025-08-20T20:34:12.6907567Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:12.6908921Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgmerge?tag=0.25.1-x86_64-linux&download=msgmerge",
2025-08-20T20:34:12.6910104Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgmerge:0.25.1-x86_64-linux",
2025-08-20T20:34:12.6910933Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgmerge",
2025-08-20T20:34:12.6911925Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgmerge?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:12.6913714Z   "shasum": "ec57613f6d0813f25efe444f21b87380227d3f61861f436063df80558c83da15",
2025-08-20T20:34:12.6914349Z   "size": "2.3 MB",
2025-08-20T20:34:12.6914677Z   "size_raw": "2312056",
2025-08-20T20:34:12.6915029Z   "snapshots": [
2025-08-20T20:34:12.6915399Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:12.6915867Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:12.6916236Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:12.6916607Z   ]
2025-08-20T20:34:12.6916880Z }
2025-08-20T20:34:12.6917028Z 
2025-08-20T20:34:12.6917034Z 
2025-08-20T20:34:12.9949747Z Uploading 25ed36795c99 msgmerge.sig
2025-08-20T20:34:12.9972490Z Exists    ec57613f6d08 msgmerge
2025-08-20T20:34:13.0049633Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:13.0115539Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:13.0207815Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:13.0342049Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:13.0343034Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:13.0446460Z Uploading c6b486a2596e msgmerge.json
2025-08-20T20:34:13.0567365Z Uploading e4b7dea0cbb9 msgmerge.json.sig
2025-08-20T20:34:13.4267686Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:13.4278609Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:13.4469965Z Uploading 69314be19b6e msgmerge.log
2025-08-20T20:34:13.4497447Z Uploading 26c140bb751b msgmerge.log.sig
2025-08-20T20:34:13.7329952Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msgunfmt.log'
2025-08-20T20:34:13.7370159Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgunfmt?tag=0.25.1-x86_64-linux&download=msgunfmt.log
2025-08-20T20:34:13.7371047Z 
2025-08-20T20:34:13.7371630Z [+] Parsing/Uploading gettext/msgunfmt --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsgunfmt [x86_64-Linux]
2025-08-20T20:34:13.7428704Z {
2025-08-20T20:34:13.7429070Z   "_disabled": "false",
2025-08-20T20:34:13.7429508Z   "host": "x86_64-Linux",
2025-08-20T20:34:13.7429952Z   "rank": "",
2025-08-20T20:34:13.7430306Z   "pkg": "gettext.static",
2025-08-20T20:34:13.7430747Z   "pkg_family": "gettext",
2025-08-20T20:34:13.7431204Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:13.7432095Z   "pkg_name": "msgunfmt",
2025-08-20T20:34:13.7432530Z   "pkg_type": "static",
2025-08-20T20:34:13.7433505Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msgunfmt",
2025-08-20T20:34:13.7434390Z   "app_id": "",
2025-08-20T20:34:13.7434688Z   "appstream": "",
2025-08-20T20:34:13.7434928Z   "category": [
2025-08-20T20:34:13.7435156Z     "ConsoleOnly",
2025-08-20T20:34:13.7435386Z     "Utility"
2025-08-20T20:34:13.7435605Z   ],
2025-08-20T20:34:13.7436006Z   "description": "Convert binary message catalog to Uniforum style .po file [gettext]",
2025-08-20T20:34:13.7436499Z   "desktop": "",
2025-08-20T20:34:13.7436731Z   "homepage": [
2025-08-20T20:34:13.7436999Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:13.7437382Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:13.7437715Z   ],
2025-08-20T20:34:13.7438340Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgunfmt?tag=0.25.1-x86_64-linux&download=msgunfmt.png",
2025-08-20T20:34:13.7439053Z   "license": [],
2025-08-20T20:34:13.7439280Z   "maintainer": [
2025-08-20T20:34:13.7439558Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:13.7439889Z   ],
2025-08-20T20:34:13.7440091Z   "provides": [
2025-08-20T20:34:13.7440318Z     "autopoint",
2025-08-20T20:34:13.7440543Z     "envsubst",
2025-08-20T20:34:13.7440764Z     "gettext",
2025-08-20T20:34:13.7440996Z     "gettextize",
2025-08-20T20:34:13.7441225Z     "gettext.sh",
2025-08-20T20:34:13.7441449Z     "msgattrib",
2025-08-20T20:34:13.7441668Z     "msgcat",
2025-08-20T20:34:13.7441876Z     "msgcmp",
2025-08-20T20:34:13.7442056Z     "msgcomm",
2025-08-20T20:34:13.7442222Z     "msgconv",
2025-08-20T20:34:13.7442387Z     "msgen",
2025-08-20T20:34:13.7442556Z     "msgexec",
2025-08-20T20:34:13.7443219Z     "msgfilter",
2025-08-20T20:34:13.7443573Z     "msgfmt",
2025-08-20T20:34:13.7443862Z     "msggrep",
2025-08-20T20:34:13.7444145Z     "msginit",
2025-08-20T20:34:13.7444434Z     "msgmerge",
2025-08-20T20:34:13.7444742Z     "msgunfmt",
2025-08-20T20:34:13.7445039Z     "msguniq",
2025-08-20T20:34:13.7445329Z     "ngettext",
2025-08-20T20:34:13.7445638Z     "recode-sr-latin",
2025-08-20T20:34:13.7445963Z     "xgettext"
2025-08-20T20:34:13.7446246Z   ],
2025-08-20T20:34:13.7446524Z   "note": [
2025-08-20T20:34:13.7446980Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:13.7447521Z   ],
2025-08-20T20:34:13.7447791Z   "repology": [
2025-08-20T20:34:13.7448085Z     "gettext"
2025-08-20T20:34:13.7448364Z   ],
2025-08-20T20:34:13.7448652Z   "screenshots": [],
2025-08-20T20:34:13.7448978Z   "src_url": [
2025-08-20T20:34:13.7449377Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:13.7449845Z   ],
2025-08-20T20:34:13.7450102Z   "tag": [
2025-08-20T20:34:13.7450397Z     "text",
2025-08-20T20:34:13.7450693Z     "translation"
2025-08-20T20:34:13.7450998Z   ],
2025-08-20T20:34:13.7451267Z   "version": "0.25.1",
2025-08-20T20:34:13.7451611Z   "version_upstream": "0.25.1",
2025-08-20T20:34:13.7452183Z   "bsum": "d3b457749d23382d6dec2146163f72d5e6675aa7236bdb03077beb6cd875ed27",
2025-08-20T20:34:13.7452972Z   "build_date": "2025-08-20T20:33:38Z",
2025-08-20T20:34:13.7453577Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:13.7454188Z   "build_id": "17107810040",
2025-08-20T20:34:13.7455047Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgunfmt?tag=0.25.1-x86_64-linux&download=msgunfmt.log",
2025-08-20T20:34:13.7456431Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:13.7457784Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgunfmt?tag=0.25.1-x86_64-linux&download=msgunfmt",
2025-08-20T20:34:13.7459093Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgunfmt:0.25.1-x86_64-linux",
2025-08-20T20:34:13.7459943Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgunfmt",
2025-08-20T20:34:13.7461219Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgunfmt?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:13.7462311Z   "shasum": "a790b76dc8054c10007a1303358099aa74e1e4c489b3b3d006c20e4b319522c7",
2025-08-20T20:34:13.7463101Z   "size": "2.0 MB",
2025-08-20T20:34:13.7463426Z   "size_raw": "2074064",
2025-08-20T20:34:13.7463772Z   "snapshots": [
2025-08-20T20:34:13.7464084Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:13.7464455Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:13.7464822Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:13.7465180Z   ]
2025-08-20T20:34:13.7465436Z }
2025-08-20T20:34:13.7465632Z 
2025-08-20T20:34:13.7465638Z 
2025-08-20T20:34:13.8665336Z Uploaded  69314be19b6e msgmerge.log
2025-08-20T20:34:13.8940649Z Exists    ce32941f4e3a msgmerge.version
2025-08-20T20:34:13.9348471Z Uploading 518acac28f93 msgmerge.version.sig
2025-08-20T20:34:13.9375010Z Uploaded  25ed36795c99 msgmerge.sig
2025-08-20T20:34:13.9671406Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/msguniq.log'
2025-08-20T20:34:13.9709850Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msguniq?tag=0.25.1-x86_64-linux&download=msguniq.log
2025-08-20T20:34:13.9710487Z 
2025-08-20T20:34:13.9710968Z [+] Parsing/Uploading gettext/msguniq --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fmsguniq [x86_64-Linux]
2025-08-20T20:34:13.9754856Z {
2025-08-20T20:34:13.9755243Z   "_disabled": "false",
2025-08-20T20:34:13.9755686Z   "host": "x86_64-Linux",
2025-08-20T20:34:13.9756111Z   "rank": "",
2025-08-20T20:34:13.9756444Z   "pkg": "gettext.static",
2025-08-20T20:34:13.9757183Z   "pkg_family": "gettext",
2025-08-20T20:34:13.9757487Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:13.9757733Z   "pkg_name": "msguniq",
2025-08-20T20:34:13.9757959Z   "pkg_type": "static",
2025-08-20T20:34:13.9758390Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/msguniq",
2025-08-20T20:34:13.9758833Z   "app_id": "",
2025-08-20T20:34:13.9759027Z   "appstream": "",
2025-08-20T20:34:13.9759220Z   "category": [
2025-08-20T20:34:13.9759407Z     "ConsoleOnly",
2025-08-20T20:34:13.9759591Z     "Utility"
2025-08-20T20:34:13.9759765Z   ],
2025-08-20T20:34:13.9760051Z   "description": "Unify duplicate translations in message catalog [gettext]",
2025-08-20T20:34:13.9760417Z   "desktop": "",
2025-08-20T20:34:13.9760606Z   "homepage": [
2025-08-20T20:34:13.9760819Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:13.9761116Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:13.9761391Z   ],
2025-08-20T20:34:13.9761901Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msguniq?tag=0.25.1-x86_64-linux&download=msguniq.png",
2025-08-20T20:34:13.9762460Z   "license": [],
2025-08-20T20:34:13.9762887Z   "maintainer": [
2025-08-20T20:34:13.9763180Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:13.9763488Z   ],
2025-08-20T20:34:13.9763655Z   "provides": [
2025-08-20T20:34:13.9763838Z     "autopoint",
2025-08-20T20:34:13.9764014Z     "envsubst",
2025-08-20T20:34:13.9764191Z     "gettext",
2025-08-20T20:34:13.9764371Z     "gettextize",
2025-08-20T20:34:13.9764554Z     "gettext.sh",
2025-08-20T20:34:13.9764733Z     "msgattrib",
2025-08-20T20:34:13.9764913Z     "msgcat",
2025-08-20T20:34:13.9765087Z     "msgcmp",
2025-08-20T20:34:13.9765258Z     "msgcomm",
2025-08-20T20:34:13.9765438Z     "msgconv",
2025-08-20T20:34:13.9765617Z     "msgen",
2025-08-20T20:34:13.9765784Z     "msgexec",
2025-08-20T20:34:13.9765961Z     "msgfilter",
2025-08-20T20:34:13.9766143Z     "msgfmt",
2025-08-20T20:34:13.9766314Z     "msggrep",
2025-08-20T20:34:13.9766496Z     "msginit",
2025-08-20T20:34:13.9766673Z     "msgmerge",
2025-08-20T20:34:13.9766840Z     "msgunfmt",
2025-08-20T20:34:13.9767005Z     "msguniq",
2025-08-20T20:34:13.9767355Z     "ngettext",
2025-08-20T20:34:13.9767531Z     "recode-sr-latin",
2025-08-20T20:34:13.9767722Z     "xgettext"
2025-08-20T20:34:13.9767878Z   ],
2025-08-20T20:34:13.9768034Z   "note": [
2025-08-20T20:34:13.9768300Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:13.9768610Z   ],
2025-08-20T20:34:13.9768768Z   "repology": [
2025-08-20T20:34:13.9768936Z     "gettext"
2025-08-20T20:34:13.9769096Z   ],
2025-08-20T20:34:13.9769254Z   "screenshots": [],
2025-08-20T20:34:13.9769440Z   "src_url": [
2025-08-20T20:34:13.9769669Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:13.9769940Z   ],
2025-08-20T20:34:13.9770092Z   "tag": [
2025-08-20T20:34:13.9770248Z     "text",
2025-08-20T20:34:13.9770413Z     "translation"
2025-08-20T20:34:13.9770582Z   ],
2025-08-20T20:34:13.9770746Z   "version": "0.25.1",
2025-08-20T20:34:13.9770948Z   "version_upstream": "0.25.1",
2025-08-20T20:34:13.9771280Z   "bsum": "4bf0d45a846d7176780146f7dab8a79f59fb6c601b20b24513d245f3c0117ee7",
2025-08-20T20:34:13.9771639Z   "build_date": "2025-08-20T20:33:38Z",
2025-08-20T20:34:13.9771990Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:13.9772337Z   "build_id": "17107810040",
2025-08-20T20:34:13.9773020Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msguniq?tag=0.25.1-x86_64-linux&download=msguniq.log",
2025-08-20T20:34:13.9774141Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:13.9775466Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msguniq?tag=0.25.1-x86_64-linux&download=msguniq",
2025-08-20T20:34:13.9776609Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/msguniq:0.25.1-x86_64-linux",
2025-08-20T20:34:13.9777611Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msguniq",
2025-08-20T20:34:13.9778651Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msguniq?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:13.9779767Z   "shasum": "0d560d3f4fb8afdaaaf5efbb035f1c85f7026ccbf6f43858de13f06465988d94",
2025-08-20T20:34:13.9780400Z   "size": "1.9 MB",
2025-08-20T20:34:13.9780719Z   "size_raw": "1989776",
2025-08-20T20:34:13.9781061Z   "snapshots": [
2025-08-20T20:34:13.9781396Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:13.9781796Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:13.9782169Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:13.9782534Z   ]
2025-08-20T20:34:13.9783222Z }
2025-08-20T20:34:13.9783402Z 
2025-08-20T20:34:13.9783416Z 
2025-08-20T20:34:14.0066615Z Uploaded  e4b7dea0cbb9 msgmerge.json.sig
2025-08-20T20:34:14.0252478Z Uploaded  c6b486a2596e msgmerge.json
2025-08-20T20:34:14.0333336Z Uploading 3d9617168afb msgunfmt.sig
2025-08-20T20:34:14.0401658Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:14.0402440Z Exists    a790b76dc805 msgunfmt
2025-08-20T20:34:14.0591418Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:14.0636697Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:14.0654178Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:14.0696702Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:14.0849289Z Uploading a5cc09e7e14f msgunfmt.json
2025-08-20T20:34:14.1297800Z Uploading d3bc5d04a813 msgunfmt.json.sig
2025-08-20T20:34:14.2564723Z Uploading c10eb0d4214f msguniq.sig
2025-08-20T20:34:14.2568028Z Exists    0d560d3f4fb8 msguniq
2025-08-20T20:34:14.2600012Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:14.2651118Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:14.2790304Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:14.2877965Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:14.2878813Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:14.3078044Z Uploading a132e569b2c9 msguniq.json.sig
2025-08-20T20:34:14.3200542Z Uploading e491f25d9485 msguniq.json
2025-08-20T20:34:14.3259254Z Uploaded  518acac28f93 msgmerge.version.sig
2025-08-20T20:34:14.4090523Z Uploaded  26c140bb751b msgmerge.log.sig
2025-08-20T20:34:14.4091518Z Uploading ee53c0e13c15 msgmerge
2025-08-20T20:34:14.4150755Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:14.4388523Z Uploading 69314be19b6e msgunfmt.log
2025-08-20T20:34:14.4510806Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:14.4773400Z Uploading 1ce4983a952e msgunfmt.log.sig
2025-08-20T20:34:14.6163307Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:14.6484521Z Uploading 69314be19b6e msguniq.log
2025-08-20T20:34:14.6610776Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:14.6745422Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/ngettext.log'
2025-08-20T20:34:14.6793505Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/ngettext?tag=0.25.1-x86_64-linux&download=ngettext.log
2025-08-20T20:34:14.6794395Z 
2025-08-20T20:34:14.6795194Z [+] Parsing/Uploading gettext/ngettext --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fngettext [x86_64-Linux]
2025-08-20T20:34:14.6841129Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/recode-sr-latin.log'
2025-08-20T20:34:14.6842348Z {
2025-08-20T20:34:14.6842795Z   "_disabled": "false",
2025-08-20T20:34:14.6843158Z   "host": "x86_64-Linux",
2025-08-20T20:34:14.6843500Z   "rank": "",
2025-08-20T20:34:14.6843814Z   "pkg": "gettext.static",
2025-08-20T20:34:14.6844185Z   "pkg_family": "gettext",
2025-08-20T20:34:14.6844558Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:14.6844940Z   "pkg_name": "ngettext",
2025-08-20T20:34:14.6845288Z   "pkg_type": "static",
2025-08-20T20:34:14.6845934Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/ngettext",
2025-08-20T20:34:14.6846895Z   "app_id": "",
2025-08-20T20:34:14.6847231Z   "appstream": "",
2025-08-20T20:34:14.6847536Z   "category": [
2025-08-20T20:34:14.6847817Z     "ConsoleOnly",
2025-08-20T20:34:14.6848116Z     "Utility"
2025-08-20T20:34:14.6848351Z   ],
2025-08-20T20:34:14.6848794Z   "description": "Translate message and choose plural form [gettext]",
2025-08-20T20:34:14.6849348Z   "desktop": "",
2025-08-20T20:34:14.6849659Z   "homepage": [
2025-08-20T20:34:14.6850015Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:14.6850530Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:14.6850976Z   ],
2025-08-20T20:34:14.6851826Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/ngettext?tag=0.25.1-x86_64-linux&download=ngettext.png",
2025-08-20T20:34:14.6852971Z   "license": [],
2025-08-20T20:34:14.6853297Z   "maintainer": [
2025-08-20T20:34:14.6853662Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:14.6854081Z   ],
2025-08-20T20:34:14.6854360Z   "provides": [
2025-08-20T20:34:14.6854669Z     "autopoint",
2025-08-20T20:34:14.6854962Z     "envsubst",
2025-08-20T20:34:14.6855253Z     "gettext",
2025-08-20T20:34:14.6855553Z     "gettextize",
2025-08-20T20:34:14.6855881Z     "gettext.sh",
2025-08-20T20:34:14.6856193Z     "msgattrib",
2025-08-20T20:34:14.6856496Z     "msgcat",
2025-08-20T20:34:14.6856786Z     "msgcmp",
2025-08-20T20:34:14.6857074Z     "msgcomm",
2025-08-20T20:34:14.6857358Z     "msgconv",
2025-08-20T20:34:14.6857632Z     "msgen",
2025-08-20T20:34:14.6857906Z     "msgexec",
2025-08-20T20:34:14.6858180Z     "msgfilter",
2025-08-20T20:34:14.6858457Z     "msgfmt",
2025-08-20T20:34:14.6858722Z     "msggrep",
2025-08-20T20:34:14.6859009Z     "msginit",
2025-08-20T20:34:14.6859305Z     "msgmerge",
2025-08-20T20:34:14.6859609Z     "msgunfmt",
2025-08-20T20:34:14.6859911Z     "msguniq",
2025-08-20T20:34:14.6860208Z     "ngettext",
2025-08-20T20:34:14.6860510Z     "recode-sr-latin",
2025-08-20T20:34:14.6860831Z     "xgettext"
2025-08-20T20:34:14.6861141Z   ],
2025-08-20T20:34:14.6861423Z   "note": [
2025-08-20T20:34:14.6861873Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:14.6862404Z   ],
2025-08-20T20:34:14.6866497Z   "repology": [
2025-08-20T20:34:14.6866795Z     "gettext"
2025-08-20T20:34:14.6867078Z   ],
2025-08-20T20:34:14.6867363Z   "screenshots": [],
2025-08-20T20:34:14.6867700Z   "src_url": [
2025-08-20T20:34:14.6868102Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:14.6868570Z   ],
2025-08-20T20:34:14.6868841Z   "tag": [
2025-08-20T20:34:14.6869115Z     "text",
2025-08-20T20:34:14.6869396Z     "translation"
2025-08-20T20:34:14.6869700Z   ],
2025-08-20T20:34:14.6869972Z   "version": "0.25.1",
2025-08-20T20:34:14.6870311Z   "version_upstream": "0.25.1",
2025-08-20T20:34:14.6870872Z   "bsum": "c81099c719b820dbd23a648391bfed7493a9d92bc220f5c044e8522b71fa0297",
2025-08-20T20:34:14.6871488Z   "build_date": "2025-08-20T20:33:40Z",
2025-08-20T20:34:14.6872087Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:14.6872917Z   "build_id": "17107810040",
2025-08-20T20:34:14.6873799Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/ngettext?tag=0.25.1-x86_64-linux&download=ngettext.log",
2025-08-20T20:34:14.6875131Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:14.6876445Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/ngettext?tag=0.25.1-x86_64-linux&download=ngettext",
2025-08-20T20:34:14.6877583Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/ngettext:0.25.1-x86_64-linux",
2025-08-20T20:34:14.6878384Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/ngettext",
2025-08-20T20:34:14.6879409Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/ngettext?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:14.6880721Z   "shasum": "398bac1786a30b47524c1ba7d742781af7919ada9c259586cc7a0aa82f5bca39",
2025-08-20T20:34:14.6881415Z   "size": "256 KB",
2025-08-20T20:34:14.6881779Z   "size_raw": "259728",
2025-08-20T20:34:14.6882115Z   "snapshots": [
2025-08-20T20:34:14.6882457Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:14.6883034Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:14.6883404Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:14.6883767Z   ]
2025-08-20T20:34:14.6884033Z }
2025-08-20T20:34:14.6884191Z 
2025-08-20T20:34:14.6884196Z 
2025-08-20T20:34:14.6912408Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:14.6915416Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:14.6916038Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:14.6926935Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:14.6927383Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:14.6927806Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:14.6928232Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:14.6929254Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:14.6929704Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:14.6930127Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:14.6930567Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:14.6931008Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:14.6931399Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:14.6931790Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:14.6932153Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:14.6932524Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:14.6933106Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:14.6933507Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:14.6933888Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:14.6934262Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:14.6934639Z Uploaded  ee53c0e13c15 msgmerge
2025-08-20T20:34:14.6935204Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgmerge:0.25.1-x86_64-linux
2025-08-20T20:34:14.6935941Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:14.6936620Z Digest: sha256:ee53c0e13c156ab7447927aa39e0637be2635c44b7a1dcd67460d72631e5172f
2025-08-20T20:34:14.6937872Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin?tag=0.25.1-x86_64-linux&download=recode-sr-latin.log
2025-08-20T20:34:14.6939108Z 
2025-08-20T20:34:14.6939933Z [+] Parsing/Uploading gettext/recode-sr-latin --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Frecode-sr-latin [x86_64-Linux]
2025-08-20T20:34:14.6941077Z Uploading 2aa8fd457967 msguniq.log.sig
2025-08-20T20:34:14.6965434Z {
2025-08-20T20:34:14.6965928Z   "_disabled": "false",
2025-08-20T20:34:14.6966673Z   "host": "x86_64-Linux",
2025-08-20T20:34:14.6967885Z   "rank": "",
2025-08-20T20:34:14.6968223Z   "pkg": "gettext.static",
2025-08-20T20:34:14.6968549Z   "pkg_family": "gettext",
2025-08-20T20:34:14.6968922Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:14.6969318Z   "pkg_name": "recode-sr-latin",
2025-08-20T20:34:14.6969720Z   "pkg_type": "static",
2025-08-20T20:34:14.6970403Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/recode-sr-latin",
2025-08-20T20:34:14.6971165Z   "app_id": "",
2025-08-20T20:34:14.6971478Z   "appstream": "",
2025-08-20T20:34:14.6971778Z   "category": [
2025-08-20T20:34:14.6972066Z     "ConsoleOnly",
2025-08-20T20:34:14.6972379Z     "Utility"
2025-08-20T20:34:14.6972569Z   ],
2025-08-20T20:34:14.6973092Z   "description": "Convert Serbian text from Cyrillic to Latin script [gettext]",
2025-08-20T20:34:14.6973466Z   "desktop": "",
2025-08-20T20:34:14.6973650Z   "homepage": [
2025-08-20T20:34:14.6973866Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:14.6974165Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:14.6974495Z   ],
2025-08-20T20:34:14.6975036Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin?tag=0.25.1-x86_64-linux&download=recode-sr-latin.png",
2025-08-20T20:34:14.6975834Z   "license": [],
2025-08-20T20:34:14.6976025Z   "maintainer": [
2025-08-20T20:34:14.6976248Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:14.6976498Z   ],
2025-08-20T20:34:14.6976665Z   "provides": [
2025-08-20T20:34:14.6976839Z     "autopoint",
2025-08-20T20:34:14.6977009Z     "envsubst",
2025-08-20T20:34:14.6977176Z     "gettext",
2025-08-20T20:34:14.6977344Z     "gettextize",
2025-08-20T20:34:14.6977517Z     "gettext.sh",
2025-08-20T20:34:14.6977687Z     "msgattrib",
2025-08-20T20:34:14.6977854Z     "msgcat",
2025-08-20T20:34:14.6978020Z     "msgcmp",
2025-08-20T20:34:14.6978184Z     "msgcomm",
2025-08-20T20:34:14.6978347Z     "msgconv",
2025-08-20T20:34:14.6978516Z     "msgen",
2025-08-20T20:34:14.6978683Z     "msgexec",
2025-08-20T20:34:14.6978850Z     "msgfilter",
2025-08-20T20:34:14.6979019Z     "msgfmt",
2025-08-20T20:34:14.6979182Z     "msggrep",
2025-08-20T20:34:14.6979343Z     "msginit",
2025-08-20T20:34:14.6979506Z     "msgmerge",
2025-08-20T20:34:14.6979673Z     "msgunfmt",
2025-08-20T20:34:14.6979844Z     "msguniq",
2025-08-20T20:34:14.6980011Z     "ngettext",
2025-08-20T20:34:14.6980183Z     "recode-sr-latin",
2025-08-20T20:34:14.6980379Z     "xgettext"
2025-08-20T20:34:14.6980549Z   ],
2025-08-20T20:34:14.6980704Z   "note": [
2025-08-20T20:34:14.6980973Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:14.6981288Z   ],
2025-08-20T20:34:14.6981465Z   "repology": [
2025-08-20T20:34:14.6981636Z     "gettext"
2025-08-20T20:34:14.6981823Z   ],
2025-08-20T20:34:14.6981987Z   "screenshots": [],
2025-08-20T20:34:14.6982180Z   "src_url": [
2025-08-20T20:34:14.6982416Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:14.6983054Z   ],
2025-08-20T20:34:14.6983314Z   "tag": [
2025-08-20T20:34:14.6983593Z     "text",
2025-08-20T20:34:14.6983869Z     "translation"
2025-08-20T20:34:14.6984161Z   ],
2025-08-20T20:34:14.6984421Z   "version": "0.25.1",
2025-08-20T20:34:14.6984773Z   "version_upstream": "0.25.1",
2025-08-20T20:34:14.6985335Z   "bsum": "0c808b0175527e3c4a05405d1730c3ae00829b6e92f9702d649219b024304458",
2025-08-20T20:34:14.7002332Z   "build_date": "2025-08-20T20:33:41Z",
2025-08-20T20:34:14.7003237Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:14.7004109Z   "build_id": "17107810040",
2025-08-20T20:34:14.7005061Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin?tag=0.25.1-x86_64-linux&download=recode-sr-latin.log",
2025-08-20T20:34:14.7006438Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:14.7007865Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin?tag=0.25.1-x86_64-linux&download=recode-sr-latin",
2025-08-20T20:34:14.7009138Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin:0.25.1-x86_64-linux",
2025-08-20T20:34:14.7010068Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin",
2025-08-20T20:34:14.7011182Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:14.7012464Z   "shasum": "1bcaae1afd230bb22bf65199784b11d283f27a37e0f760fda5ad016a831f6362",
2025-08-20T20:34:14.7013343Z   "size": "256 KB",
2025-08-20T20:34:14.7013675Z   "size_raw": "260080",
2025-08-20T20:34:14.7014019Z   "snapshots": [
2025-08-20T20:34:14.7014345Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:14.7014740Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:14.7015107Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:14.7015477Z   ]
2025-08-20T20:34:14.7015743Z }
2025-08-20T20:34:14.7015902Z 
2025-08-20T20:34:14.7015907Z 
2025-08-20T20:34:14.8659935Z Uploaded  69314be19b6e msgunfmt.log
2025-08-20T20:34:14.9138221Z Exists    ce32941f4e3a msgunfmt.version
2025-08-20T20:34:14.9339674Z Uploading 518acac28f93 msgunfmt.version.sig
2025-08-20T20:34:14.9651093Z Uploaded  3d9617168afb msgunfmt.sig
2025-08-20T20:34:14.9800528Z Uploading f9df34dbbe10 recode-sr-latin.sig
2025-08-20T20:34:14.9810615Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:14.9841918Z Exists    1bcaae1afd23 recode-sr-latin
2025-08-20T20:34:14.9855129Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:14.9858908Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:14.9861188Z Exists    398bac1786a3 ngettext
2025-08-20T20:34:14.9897618Z Uploading 64dbbcf0c913 ngettext.sig
2025-08-20T20:34:14.9898968Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:15.0019183Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:15.0026898Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:15.0081552Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:15.0082184Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:15.0122291Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:15.0238096Z Uploading aee94eab9ca0 recode-sr-latin.json
2025-08-20T20:34:15.0299800Z Uploading c486dcd48f9d ngettext.json
2025-08-20T20:34:15.0305882Z Uploaded  a5cc09e7e14f msgunfmt.json
2025-08-20T20:34:15.0330191Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:15.0351497Z Uploading 7ca08a4964be recode-sr-latin.json.sig
2025-08-20T20:34:15.0440201Z Uploading 92a408e083d8 ngettext.json.sig
2025-08-20T20:34:15.0513974Z Uploaded  d3bc5d04a813 msgunfmt.json.sig
2025-08-20T20:34:15.0672850Z Uploaded  69314be19b6e msguniq.log
2025-08-20T20:34:15.0871911Z Exists    ce32941f4e3a msguniq.version
2025-08-20T20:34:15.1197771Z Uploading 518acac28f93 msguniq.version.sig
2025-08-20T20:34:15.2591024Z Uploaded  c10eb0d4214f msguniq.sig
2025-08-20T20:34:15.2629486Z Uploaded  a132e569b2c9 msguniq.json.sig
2025-08-20T20:34:15.2773497Z Uploaded  e491f25d9485 msguniq.json
2025-08-20T20:34:15.3154014Z Uploaded  518acac28f93 msgunfmt.version.sig
2025-08-20T20:34:15.3423844Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:15.3681560Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:15.3684517Z Uploading 69314be19b6e recode-sr-latin.log
2025-08-20T20:34:15.3803248Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:15.3908965Z Uploading d651ca7f801c recode-sr-latin.log.sig
2025-08-20T20:34:15.3999648Z Uploading 69314be19b6e ngettext.log
2025-08-20T20:34:15.4029807Z Uploaded  1ce4983a952e msgunfmt.log.sig
2025-08-20T20:34:15.4030857Z Uploading e561a258b640 msgunfmt
2025-08-20T20:34:15.4050635Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:15.4278298Z Uploading 567f5b1d2aff ngettext.log.sig
2025-08-20T20:34:15.4776882Z Uploaded  518acac28f93 msguniq.version.sig
2025-08-20T20:34:15.6461461Z Uploaded  2aa8fd457967 msguniq.log.sig
2025-08-20T20:34:15.6462145Z Uploading f228f7de8d46 msguniq
2025-08-20T20:34:15.6835775Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:15.6836604Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:15.6837346Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:15.6837822Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:15.6838251Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:15.6838685Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:15.6839154Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:15.6839572Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:15.6839988Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:15.6840432Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:15.6840903Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:15.6841373Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:15.6841805Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:15.6842220Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:15.6842845Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:15.6843280Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:15.6843712Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:15.6844139Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:15.6844628Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:15.6845059Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:15.6845476Z Uploaded  e561a258b640 msgunfmt
2025-08-20T20:34:15.6846464Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgunfmt:0.25.1-x86_64-linux
2025-08-20T20:34:15.6847296Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:15.6848035Z Digest: sha256:e561a258b64098f54ab0a8a5ac11a28014616119edde5e37ce1ee77522dda983
2025-08-20T20:34:15.7733702Z Uploaded  69314be19b6e recode-sr-latin.log
2025-08-20T20:34:15.7940298Z Exists    ce32941f4e3a recode-sr-latin.version
2025-08-20T20:34:15.7950696Z Uploaded  69314be19b6e ngettext.log
2025-08-20T20:34:15.8109145Z Uploading 518acac28f93 recode-sr-latin.version.sig
2025-08-20T20:34:15.8170723Z Exists    ce32941f4e3a ngettext.version
2025-08-20T20:34:15.8384139Z Uploading 518acac28f93 ngettext.version.sig
2025-08-20T20:34:15.9263509Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:15.9264172Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:15.9264629Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:15.9264991Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:15.9265336Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:15.9265704Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:15.9266053Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:15.9266400Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:15.9266744Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:15.9267083Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:15.9267454Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:15.9267824Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:15.9268159Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:15.9268486Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:15.9268815Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:15.9269142Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:15.9269483Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:15.9269823Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:15.9270157Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:15.9270498Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:15.9270828Z Uploaded  f228f7de8d46 msguniq
2025-08-20T20:34:15.9271390Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/msguniq:0.25.1-x86_64-linux
2025-08-20T20:34:15.9272049Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:15.9273144Z Digest: sha256:f228f7de8d46f59f8d8c3cac78d7b7396125d8b55ccd3073d5dd84c19e8ed2a1
2025-08-20T20:34:15.9518677Z Uploaded  f9df34dbbe10 recode-sr-latin.sig
2025-08-20T20:34:15.9600114Z Uploaded  92a408e083d8 ngettext.json.sig
2025-08-20T20:34:15.9642033Z Uploaded  c486dcd48f9d ngettext.json
2025-08-20T20:34:15.9828912Z Uploaded  64dbbcf0c913 ngettext.sig
2025-08-20T20:34:16.0026733Z Uploaded  aee94eab9ca0 recode-sr-latin.json
2025-08-20T20:34:16.0052520Z Uploaded  7ca08a4964be recode-sr-latin.json.sig
2025-08-20T20:34:16.2355107Z Uploaded  518acac28f93 recode-sr-latin.version.sig
2025-08-20T20:34:16.2831792Z Uploaded  518acac28f93 ngettext.version.sig
2025-08-20T20:34:16.3240237Z Uploaded  d651ca7f801c recode-sr-latin.log.sig
2025-08-20T20:34:16.3240924Z Uploading d90ec02de819 recode-sr-latin
2025-08-20T20:34:16.3628211Z Uploaded  567f5b1d2aff ngettext.log.sig
2025-08-20T20:34:16.3629059Z Uploading 47a9805595d0 ngettext
2025-08-20T20:34:16.6229699Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:16.6230367Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:16.6230890Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:16.6231547Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:16.6232197Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:16.6233016Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:16.6233674Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:16.6234271Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:16.6234754Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:16.6235255Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:16.6235853Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:16.6236393Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:16.6236988Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:16.6237603Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:16.6238561Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:16.6239149Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:16.6239596Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:16.6240102Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:16.6240456Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:16.6240794Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:16.6241205Z Uploaded  d90ec02de819 recode-sr-latin
2025-08-20T20:34:16.6241848Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin:0.25.1-x86_64-linux
2025-08-20T20:34:16.6242544Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:16.6243318Z Digest: sha256:d90ec02de819d21bf13449f858b472aaf335663828cffd2dedd826bf1a208c1b
2025-08-20T20:34:16.7304495Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:16.7305103Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:16.7305662Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:16.7306237Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:16.7306719Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:16.7307062Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:16.7307402Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:16.7307750Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:16.7308078Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:16.7308412Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:16.7308748Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:16.7309088Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:16.7309392Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:16.7309688Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:16.7309981Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:16.7310277Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:16.7310584Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:16.7310894Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:16.7311197Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:16.7311505Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:16.7311800Z Uploaded  47a9805595d0 ngettext
2025-08-20T20:34:16.7312310Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/ngettext:0.25.1-x86_64-linux
2025-08-20T20:34:16.7313572Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:16.7314236Z Digest: sha256:47a9805595d09d990f1c5f2250cb11d3f7f22e46bcb4b59b9f0294b07c1e43d6
2025-08-20T20:34:19.8477743Z 
2025-08-20T20:34:19.8478536Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgmerge
2025-08-20T20:34:19.8479401Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgmerge?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:19.8479954Z 
2025-08-20T20:34:20.9140587Z 
2025-08-20T20:34:20.9141349Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msgunfmt
2025-08-20T20:34:20.9142192Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msgunfmt?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:20.9143056Z 
2025-08-20T20:34:21.0733860Z 
2025-08-20T20:34:21.0734700Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/msguniq
2025-08-20T20:34:21.0735760Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/msguniq?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:21.0736456Z 
2025-08-20T20:34:21.7694255Z 
2025-08-20T20:34:21.7694998Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin
2025-08-20T20:34:21.7696129Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/recode-sr-latin?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:21.7696864Z 
2025-08-20T20:34:21.8979850Z 
2025-08-20T20:34:21.8980545Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/ngettext
2025-08-20T20:34:21.8981591Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/ngettext?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:21.8982314Z 
2025-08-20T20:34:22.0574991Z '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/gettext.static.log' -> '/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/xgettext.log'
2025-08-20T20:34:22.0614278Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/xgettext?tag=0.25.1-x86_64-linux&download=xgettext.log
2025-08-20T20:34:22.0614960Z 
2025-08-20T20:34:22.0615967Z [+] Parsing/Uploading gettext/xgettext --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgettext%2Fxgettext [x86_64-Linux]
2025-08-20T20:34:22.0660252Z {
2025-08-20T20:34:22.0660604Z   "_disabled": "false",
2025-08-20T20:34:22.0661048Z   "host": "x86_64-Linux",
2025-08-20T20:34:22.0661415Z   "rank": "",
2025-08-20T20:34:22.0661758Z   "pkg": "gettext.static",
2025-08-20T20:34:22.0662157Z   "pkg_family": "gettext",
2025-08-20T20:34:22.0662552Z   "pkg_id": "nixpkgs.gettext",
2025-08-20T20:34:22.0663141Z   "pkg_name": "xgettext",
2025-08-20T20:34:22.0663494Z   "pkg_type": "static",
2025-08-20T20:34:22.0664182Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext",
2025-08-20T20:34:22.0664989Z   "app_id": "",
2025-08-20T20:34:22.0665324Z   "appstream": "",
2025-08-20T20:34:22.0665674Z   "category": [
2025-08-20T20:34:22.0666001Z     "ConsoleOnly",
2025-08-20T20:34:22.0666320Z     "Utility"
2025-08-20T20:34:22.0666637Z   ],
2025-08-20T20:34:22.0667112Z   "description": "Extract gettext strings from source [gettext]",
2025-08-20T20:34:22.0667727Z   "desktop": "",
2025-08-20T20:34:22.0668073Z   "homepage": [
2025-08-20T20:34:22.0668433Z     "https://www.gnu.org/software/gettext",
2025-08-20T20:34:22.0668939Z     "https://savannah.gnu.org/projects/gettext"
2025-08-20T20:34:22.0669387Z   ],
2025-08-20T20:34:22.0670360Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/xgettext?tag=0.25.1-x86_64-linux&download=xgettext.png",
2025-08-20T20:34:22.0671325Z   "license": [],
2025-08-20T20:34:22.0671656Z   "maintainer": [
2025-08-20T20:34:22.0672036Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:34:22.0672496Z   ],
2025-08-20T20:34:22.0672978Z   "provides": [
2025-08-20T20:34:22.0673310Z     "autopoint",
2025-08-20T20:34:22.0673634Z     "envsubst",
2025-08-20T20:34:22.0673949Z     "gettext",
2025-08-20T20:34:22.0674264Z     "gettextize",
2025-08-20T20:34:22.0674873Z     "gettext.sh",
2025-08-20T20:34:22.0675196Z     "msgattrib",
2025-08-20T20:34:22.0675501Z     "msgcat",
2025-08-20T20:34:22.0675806Z     "msgcmp",
2025-08-20T20:34:22.0676101Z     "msgcomm",
2025-08-20T20:34:22.0676370Z     "msgconv",
2025-08-20T20:34:22.0676553Z     "msgen",
2025-08-20T20:34:22.0676732Z     "msgexec",
2025-08-20T20:34:22.0676927Z     "msgfilter",
2025-08-20T20:34:22.0677105Z     "msgfmt",
2025-08-20T20:34:22.0677279Z     "msggrep",
2025-08-20T20:34:22.0677454Z     "msginit",
2025-08-20T20:34:22.0677667Z     "msgmerge",
2025-08-20T20:34:22.0677979Z     "msgunfmt",
2025-08-20T20:34:22.0678275Z     "msguniq",
2025-08-20T20:34:22.0678556Z     "ngettext",
2025-08-20T20:34:22.0678866Z     "recode-sr-latin",
2025-08-20T20:34:22.0679196Z     "xgettext"
2025-08-20T20:34:22.0679505Z   ],
2025-08-20T20:34:22.0679786Z   "note": [
2025-08-20T20:34:22.0680241Z     "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"
2025-08-20T20:34:22.0680761Z   ],
2025-08-20T20:34:22.0681041Z   "repology": [
2025-08-20T20:34:22.0681334Z     "gettext"
2025-08-20T20:34:22.0681612Z   ],
2025-08-20T20:34:22.0681884Z   "screenshots": [],
2025-08-20T20:34:22.0682201Z   "src_url": [
2025-08-20T20:34:22.0682597Z     "https://git.savannah.gnu.org/gitweb/?p=gettext.git"
2025-08-20T20:34:22.0683260Z   ],
2025-08-20T20:34:22.0683535Z   "tag": [
2025-08-20T20:34:22.0683812Z     "text",
2025-08-20T20:34:22.0684103Z     "translation"
2025-08-20T20:34:22.0684405Z   ],
2025-08-20T20:34:22.0684689Z   "version": "0.25.1",
2025-08-20T20:34:22.0685049Z   "version_upstream": "0.25.1",
2025-08-20T20:34:22.0685714Z   "bsum": "95ea6cc737e988f1760d1ddacfbd34bab2cffe93a3b41d20df99d43dca2baa0f",
2025-08-20T20:34:22.0686355Z   "build_date": "2025-08-20T20:33:42Z",
2025-08-20T20:34:22.0687231Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107810040",
2025-08-20T20:34:22.0687920Z   "build_id": "17107810040",
2025-08-20T20:34:22.0688861Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/xgettext?tag=0.25.1-x86_64-linux&download=xgettext.log",
2025-08-20T20:34:22.0690270Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gettext/static.nixpkgs.stable.yaml",
2025-08-20T20:34:22.0691659Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/xgettext?tag=0.25.1-x86_64-linux&download=xgettext",
2025-08-20T20:34:22.0693052Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext:0.25.1-x86_64-linux",
2025-08-20T20:34:22.0693919Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext",
2025-08-20T20:34:22.0695002Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/xgettext?tag=0.25.1-x86_64-linux&manifest",
2025-08-20T20:34:22.0696136Z   "shasum": "b788acca67b7d40bd0289c87370d5c11b0ed0fe06d5917272eb3b4be6bfd7412",
2025-08-20T20:34:22.0696770Z   "size": "12 MB",
2025-08-20T20:34:22.0697102Z   "size_raw": "11678928",
2025-08-20T20:34:22.0697466Z   "snapshots": [
2025-08-20T20:34:22.0697790Z     "0.22.5-x86_64-linux[0.22.5]",
2025-08-20T20:34:22.0698183Z     "0.25-x86_64-linux[0.25]",
2025-08-20T20:34:22.0698557Z     "0.25.1-x86_64-linux[0.25.1]"
2025-08-20T20:34:22.0698925Z   ]
2025-08-20T20:34:22.0699195Z }
2025-08-20T20:34:22.0699355Z 
2025-08-20T20:34:22.0699361Z 
2025-08-20T20:34:22.4232548Z Exists    5109f8d18b15 CHECKSUM
2025-08-20T20:34:22.4272570Z Exists    b788acca67b7 xgettext
2025-08-20T20:34:22.4307554Z Uploading 271390215c59 CHECKSUM.sig
2025-08-20T20:34:22.4314057Z Uploading 145d320f96c6 xgettext.sig
2025-08-20T20:34:22.4431786Z Uploading 423640a66380 SBUILD.sig
2025-08-20T20:34:22.4457212Z Exists    2e1d2c333219 SBUILD
2025-08-20T20:34:22.4733429Z Exists    11cf0313013e msgmerge.png
2025-08-20T20:34:22.4759316Z Uploading 18301d70930a xgettext.json
2025-08-20T20:34:22.5111466Z Uploading b8e51e726325 xgettext.json.sig
2025-08-20T20:34:22.8134469Z Uploaded  271390215c59 CHECKSUM.sig
2025-08-20T20:34:22.8544021Z Uploading 69314be19b6e xgettext.log
2025-08-20T20:34:22.9019066Z Uploaded  423640a66380 SBUILD.sig
2025-08-20T20:34:22.9353628Z Uploading 77c7a2d60b86 xgettext.log.sig
2025-08-20T20:34:23.2957941Z Uploaded  69314be19b6e xgettext.log
2025-08-20T20:34:23.3210298Z Exists    ce32941f4e3a xgettext.version
2025-08-20T20:34:23.3389741Z Uploading 518acac28f93 xgettext.version.sig
2025-08-20T20:34:23.3614340Z Uploaded  145d320f96c6 xgettext.sig
2025-08-20T20:34:23.4294040Z Uploaded  18301d70930a xgettext.json
2025-08-20T20:34:23.4714291Z Uploaded  b8e51e726325 xgettext.json.sig
2025-08-20T20:34:23.7075668Z Uploaded  518acac28f93 xgettext.version.sig
2025-08-20T20:34:23.9136257Z Uploaded  77c7a2d60b86 xgettext.log.sig
2025-08-20T20:34:23.9137146Z Uploading 2a36a13fdcf0 xgettext
2025-08-20T20:34:24.2531451Z Skipped   11cf0313013e gettext.sh.png
2025-08-20T20:34:24.2532119Z Skipped   11cf0313013e msgcomm.png
2025-08-20T20:34:24.2532843Z Skipped   11cf0313013e autopoint.png
2025-08-20T20:34:24.2533374Z Skipped   11cf0313013e msggrep.png
2025-08-20T20:34:24.2533693Z Skipped   11cf0313013e msgcmp.png
2025-08-20T20:34:24.2534003Z Skipped   11cf0313013e msgunfmt.png
2025-08-20T20:34:24.2534327Z Skipped   11cf0313013e msginit.png
2025-08-20T20:34:24.2534630Z Skipped   11cf0313013e msgfmt.png
2025-08-20T20:34:24.2534927Z Skipped   11cf0313013e msguniq.png
2025-08-20T20:34:24.2535233Z Skipped   11cf0313013e gettextize.png
2025-08-20T20:34:24.2535572Z Skipped   11cf0313013e recode-sr-latin.png
2025-08-20T20:34:24.2535912Z Skipped   11cf0313013e envsubst.png
2025-08-20T20:34:24.2536218Z Skipped   11cf0313013e msgen.png
2025-08-20T20:34:24.2536511Z Skipped   11cf0313013e msgconv.png
2025-08-20T20:34:24.2536828Z Skipped   11cf0313013e msgcat.png
2025-08-20T20:34:24.2537128Z Skipped   11cf0313013e xgettext.png
2025-08-20T20:34:24.2537440Z Skipped   11cf0313013e msgfilter.png
2025-08-20T20:34:24.2537976Z Skipped   11cf0313013e ngettext.png
2025-08-20T20:34:24.2538286Z Skipped   11cf0313013e msgattrib.png
2025-08-20T20:34:24.2538592Z Skipped   11cf0313013e msgexec.png
2025-08-20T20:34:24.2538898Z Uploaded  2a36a13fdcf0 xgettext
2025-08-20T20:34:24.2539419Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext:0.25.1-x86_64-linux
2025-08-20T20:34:24.2539989Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:24.2540477Z Digest: sha256:2a36a13fdcf0d4db8e971b67a3d59354e450ea26e31e1e20176118209991bf1f
2025-08-20T20:34:29.4065921Z 
2025-08-20T20:34:29.4066734Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:29.4068112Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gettext/nixpkgs/xgettext?tag=0.25.1-x86_64-linux&manifest 
2025-08-20T20:34:29.4069159Z 
2025-08-20T20:34:31.2557448Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:34:31.5587511Z ./BUILD_ARTIFACTS.tar : 26.96%   (  78.1 MiB =>   21.1 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:34:31.5773713Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:34:31.5820654Z 
2025-08-20T20:34:31.5821838Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml :: 00(Hr):01(Min):23(Sec)
2025-08-20T20:34:31.5822572Z 
2025-08-20T20:34:31.5838980Z 
2025-08-20T20:34:31.5839338Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:34:31 PM) UTC
2025-08-20T20:34:31.5839755Z 
2025-08-20T20:34:31.7233225Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:34:31.7286228Z ##[group]Run ##Presets
2025-08-20T20:34:31.7286571Z [36;1m##Presets[0m
2025-08-20T20:34:31.7286774Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:31.7286987Z [36;1m#-------------#[0m
2025-08-20T20:34:31.7287197Z [36;1m##Debug?[0m
2025-08-20T20:34:31.7287442Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:31.7287739Z [36;1m  set -x[0m
2025-08-20T20:34:31.7287930Z [36;1mfi[0m
2025-08-20T20:34:31.7288109Z [36;1m#-------------#[0m
2025-08-20T20:34:31.7288309Z [36;1m##Set ENV[0m
2025-08-20T20:34:31.7288543Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:34:31.7289229Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-0.25.1-x86_64-linux"[0m
2025-08-20T20:34:31.7289683Z [36;1m    GHCRPKG_TAG_SRCBUILD="0.25.1-x86_64-linux"[0m
2025-08-20T20:34:31.7290190Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040"[0m
2025-08-20T20:34:31.7290737Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:34:31.7291154Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:34:31.7291605Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:34:31.7291940Z [36;1m fi[0m
2025-08-20T20:34:31.7292120Z [36;1m##Push[0m
2025-08-20T20:34:31.7292347Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:34:31.7292836Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:34:31.7293263Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:34:31.7293771Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:34:31.7294232Z [36;1m     ls -sh "/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:34:31.7294571Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:34:31.7294791Z [36;1m       {[0m
2025-08-20T20:34:31.7294982Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:34:31.7295329Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:34:31.7295801Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:34:31.7296250Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:34:31.7296748Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=0.25.1-x86_64-linux")[0m
2025-08-20T20:34:31.7297411Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107810040")[0m
2025-08-20T20:34:31.7298022Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107810040")[0m
2025-08-20T20:34:31.7298657Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext:0.25.1-x86_64-linux")[0m
2025-08-20T20:34:31.7299313Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:33:42Z")[0m
2025-08-20T20:34:31.7299768Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=0.25.1")[0m
2025-08-20T20:34:31.7300244Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:33:42Z")[0m
2025-08-20T20:34:31.7300940Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext")[0m
2025-08-20T20:34:31.7301626Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:34:31.7302107Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=0.25.1")[0m
2025-08-20T20:34:31.7302562Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=0.25.1")[0m
2025-08-20T20:34:31.7303698Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext")[0m
2025-08-20T20:34:31.7304432Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-gettext")[0m
2025-08-20T20:34:31.7305141Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://git.savannah.gnu.org/gitweb/?p=gettext.git")[0m
2025-08-20T20:34:31.7305771Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:34:31.7306232Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=0.25.1")[0m
2025-08-20T20:34:31.7306823Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:34:31.7307337Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:34:31.7307778Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:34:31.7308032Z [36;1m         #Check[0m
2025-08-20T20:34:31.7308638Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T20:33:42Z" ]]; then[0m
2025-08-20T20:34:31.7309375Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:34:31.7309728Z [36;1m            break[0m
2025-08-20T20:34:31.7309935Z [36;1m          else[0m
2025-08-20T20:34:31.7310339Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:34:31.7310773Z [36;1m          fi[0m
2025-08-20T20:34:31.7310998Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:34:31.7311253Z [36;1m        done[0m
2025-08-20T20:34:31.7311440Z [36;1m       }[0m
2025-08-20T20:34:31.7311643Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:34:31.7311893Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:34:31.7312494Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:33:42Z" ]]; then[0m
2025-08-20T20:34:31.7313471Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:34:31.7313894Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:34:31.7314169Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:34:31.7314792Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:33:42Z" ]]; then[0m
2025-08-20T20:34:31.7315549Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:34:31.7316062Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:34:31.7316475Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:34:31.7316711Z [36;1m           fi[0m
2025-08-20T20:34:31.7316905Z [36;1m       fi[0m
2025-08-20T20:34:31.7317080Z [36;1m   fi[0m
2025-08-20T20:34:31.7317255Z [36;1m fi[0m
2025-08-20T20:34:31.7317454Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:34:31.7374377Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:31.7374626Z env:
2025-08-20T20:34:31.7374830Z   CROSS_COMPILING: NO
2025-08-20T20:34:31.7375078Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:34:31.7375323Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:34:31.7375539Z   ON_QEMU: NO
2025-08-20T20:34:31.7375725Z   DEBUG: 0
2025-08-20T20:34:31.7375905Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:34:31.7376125Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:34:31.7376407Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:34:31.7376718Z   KEEP_LOGS: YES
2025-08-20T20:34:31.7376911Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:31.7377131Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:34:31.7377532Z   SBUILD_REBUILD: false
2025-08-20T20:34:31.7378080Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:34:31.7378647Z   BUILD_SYS: host://nix
2025-08-20T20:34:31.7378852Z   BUILD_ON_HOST: TRUE
2025-08-20T20:34:31.7379041Z   BUILD_SYSTEM: HOST
2025-08-20T20:34:31.7379233Z   SYSTMP: /tmp
2025-08-20T20:34:31.7379416Z   GHA_MODE: MATRIX
2025-08-20T20:34:31.7379855Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:31.7380519Z   INPUT_SBUILD: /tmp/pkgforge/woUsUigyj_build.yaml
2025-08-20T20:34:31.7380847Z   BUILD_DIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml
2025-08-20T20:34:31.7381233Z   SBUILD_OUTDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:31.7381717Z   SBUILD_TMPDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:31.7382103Z   PKG_TYPE: static
2025-08-20T20:34:31.7382298Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:31.7382509Z   SBUILD_PKGVER: 0.25.1
2025-08-20T20:34:31.7382973Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107810040
2025-08-20T20:34:31.7383343Z   BUILD_ID: 17107810040
2025-08-20T20:34:31.7383533Z   PKG_NAME: xgettext
2025-08-20T20:34:31.7383735Z   PKG_DATE: 2025-08-20T20:33:42Z
2025-08-20T20:34:31.7383957Z   PKG_VERSION: 0.25.1
2025-08-20T20:34:31.7384155Z   PKG_VERSION_UPSTREAM: 0.25.1
2025-08-20T20:34:31.7384458Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:31.7384788Z   GHCRPKG_TAG: 0.25.1-x86_64-linux
2025-08-20T20:34:31.7385188Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext
2025-08-20T20:34:31.7385675Z   PKG_SRCURL: https://git.savannah.gnu.org/gitweb/?p=gettext.git
2025-08-20T20:34:31.7385993Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:31.7386488Z   GHCR_TOKEN: ***
2025-08-20T20:34:31.7386791Z   GITHUB_TOKEN: ***
2025-08-20T20:34:31.7387019Z   GITLAB_TOKEN: ***
2025-08-20T20:34:31.7388121Z   MINISIGN_KEY: ***
2025-08-20T20:34:31.7388312Z ##[endgroup]
2025-08-20T20:34:31.7493044Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:34:31.7504272Z 22M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:34:31.7524601Z total 40M
2025-08-20T20:34:31.7524994Z 4.0K CHECKSUM
2025-08-20T20:34:31.7525319Z 4.0K CHECKSUM.sig
2025-08-20T20:34:31.7525624Z 8.0K SBUILD
2025-08-20T20:34:31.7525970Z 4.0K SBUILD.sig
2025-08-20T20:34:31.7526190Z 4.0K SBUILD_TEMP
2025-08-20T20:34:31.7526378Z  28K autopoint
2025-08-20T20:34:31.7526588Z 4.0K autopoint.json
2025-08-20T20:34:31.7526825Z 4.0K autopoint.json.sig
2025-08-20T20:34:31.7527042Z  60K autopoint.log
2025-08-20T20:34:31.7527245Z 4.0K autopoint.log.sig
2025-08-20T20:34:31.7527456Z  40K autopoint.png
2025-08-20T20:34:31.7527648Z 4.0K autopoint.sig
2025-08-20T20:34:31.7527842Z 4.0K autopoint.version
2025-08-20T20:34:31.7528055Z 4.0K autopoint.version.sig
2025-08-20T20:34:31.7528278Z 868K cldr-plurals
2025-08-20T20:34:31.7528496Z 4.0K cldr-plurals.sig
2025-08-20T20:34:31.7528698Z 268K envsubst
2025-08-20T20:34:31.7528876Z 4.0K envsubst.json
2025-08-20T20:34:31.7529071Z 4.0K envsubst.json.sig
2025-08-20T20:34:31.7529272Z  60K envsubst.log
2025-08-20T20:34:31.7529462Z 4.0K envsubst.log.sig
2025-08-20T20:34:31.7529660Z  40K envsubst.png
2025-08-20T20:34:31.7529846Z 4.0K envsubst.sig
2025-08-20T20:34:31.7530035Z 4.0K envsubst.version
2025-08-20T20:34:31.7530243Z 4.0K envsubst.version.sig
2025-08-20T20:34:31.7530456Z 8.0K gettext.sh
2025-08-20T20:34:31.7530641Z 4.0K gettext.sh.json
2025-08-20T20:34:31.7530853Z 4.0K gettext.sh.json.sig
2025-08-20T20:34:31.7531063Z  60K gettext.sh.log
2025-08-20T20:34:31.7531260Z 4.0K gettext.sh.log.sig
2025-08-20T20:34:31.7531462Z  40K gettext.sh.png
2025-08-20T20:34:31.7531644Z 4.0K gettext.sh.sig
2025-08-20T20:34:31.7531828Z 4.0K gettext.sh.version
2025-08-20T20:34:31.7532034Z 4.0K gettext.sh.version.sig
2025-08-20T20:34:31.7532251Z  60K gettext.static.log
2025-08-20T20:34:31.7532991Z 4.0K gettext.static.version
2025-08-20T20:34:31.7533288Z 4.0K gettext.static.version.sig
2025-08-20T20:34:31.7533520Z 4.0K gettext.version
2025-08-20T20:34:31.7533723Z 4.0K gettext.version.sig
2025-08-20T20:34:31.7533926Z  44K gettextize
2025-08-20T20:34:31.7534104Z 4.0K gettextize.json
2025-08-20T20:34:31.7534298Z 4.0K gettextize.json.sig
2025-08-20T20:34:31.7534496Z  60K gettextize.log
2025-08-20T20:34:31.7534688Z 4.0K gettextize.log.sig
2025-08-20T20:34:31.7534891Z  40K gettextize.png
2025-08-20T20:34:31.7535078Z 4.0K gettextize.sig
2025-08-20T20:34:31.7535266Z 4.0K gettextize.version
2025-08-20T20:34:31.7535644Z 4.0K gettextize.version.sig
2025-08-20T20:34:31.7535858Z 292K hostname
2025-08-20T20:34:31.7536034Z 4.0K hostname.sig
2025-08-20T20:34:31.7536217Z 1.9M msgattrib
2025-08-20T20:34:31.7536390Z 4.0K msgattrib.json
2025-08-20T20:34:31.7536574Z 4.0K msgattrib.json.sig
2025-08-20T20:34:31.7536766Z  60K msgattrib.log
2025-08-20T20:34:31.7536951Z 4.0K msgattrib.log.sig
2025-08-20T20:34:31.7537155Z  40K msgattrib.png
2025-08-20T20:34:31.7537337Z 4.0K msgattrib.sig
2025-08-20T20:34:31.7537520Z 4.0K msgattrib.version
2025-08-20T20:34:31.7537724Z 4.0K msgattrib.version.sig
2025-08-20T20:34:31.7537932Z 1.9M msgcat
2025-08-20T20:34:31.7538098Z 4.0K msgcat.json
2025-08-20T20:34:31.7538281Z 4.0K msgcat.json.sig
2025-08-20T20:34:31.7538459Z  60K msgcat.log
2025-08-20T20:34:31.7538640Z 4.0K msgcat.log.sig
2025-08-20T20:34:31.7538826Z  40K msgcat.png
2025-08-20T20:34:31.7539014Z 4.0K msgcat.sig
2025-08-20T20:34:31.7539193Z 4.0K msgcat.version
2025-08-20T20:34:31.7539385Z 4.0K msgcat.version.sig
2025-08-20T20:34:31.7539588Z 444K msgcmp
2025-08-20T20:34:31.7539759Z 4.0K msgcmp.json
2025-08-20T20:34:31.7539945Z 4.0K msgcmp.json.sig
2025-08-20T20:34:31.7540135Z  60K msgcmp.log
2025-08-20T20:34:31.7540310Z 4.0K msgcmp.log.sig
2025-08-20T20:34:31.7540482Z  40K msgcmp.png
2025-08-20T20:34:31.7540650Z 4.0K msgcmp.sig
2025-08-20T20:34:31.7540835Z 4.0K msgcmp.version
2025-08-20T20:34:31.7541021Z 4.0K msgcmp.version.sig
2025-08-20T20:34:31.7541221Z 1.9M msgcomm
2025-08-20T20:34:31.7541403Z 4.0K msgcomm.json
2025-08-20T20:34:31.7541597Z 4.0K msgcomm.json.sig
2025-08-20T20:34:31.7541793Z  60K msgcomm.log
2025-08-20T20:34:31.7541972Z 4.0K msgcomm.log.sig
2025-08-20T20:34:31.7542170Z  40K msgcomm.png
2025-08-20T20:34:31.7542348Z 4.0K msgcomm.sig
2025-08-20T20:34:31.7542521Z 4.0K msgcomm.version
2025-08-20T20:34:31.7542960Z 4.0K msgcomm.version.sig
2025-08-20T20:34:31.7543164Z 1.9M msgconv
2025-08-20T20:34:31.7543334Z 4.0K msgconv.json
2025-08-20T20:34:31.7543638Z 4.0K msgconv.json.sig
2025-08-20T20:34:31.7543937Z  60K msgconv.log
2025-08-20T20:34:31.7544173Z 4.0K msgconv.log.sig
2025-08-20T20:34:31.7544466Z  40K msgconv.png
2025-08-20T20:34:31.7544652Z 4.0K msgconv.sig
2025-08-20T20:34:31.7544826Z 4.0K msgconv.version
2025-08-20T20:34:31.7545015Z 4.0K msgconv.version.sig
2025-08-20T20:34:31.7545310Z 1.9M msgen
2025-08-20T20:34:31.7545477Z 4.0K msgen.json
2025-08-20T20:34:31.7545652Z 4.0K msgen.json.sig
2025-08-20T20:34:31.7545835Z  60K msgen.log
2025-08-20T20:34:31.7546109Z 4.0K msgen.log.sig
2025-08-20T20:34:31.7546340Z  40K msgen.png
2025-08-20T20:34:31.7546510Z 4.0K msgen.sig
2025-08-20T20:34:31.7546677Z 4.0K msgen.version
2025-08-20T20:34:31.7546859Z 4.0K msgen.version.sig
2025-08-20T20:34:31.7547048Z 456K msgexec
2025-08-20T20:34:31.7547216Z 4.0K msgexec.json
2025-08-20T20:34:31.7547400Z 4.0K msgexec.json.sig
2025-08-20T20:34:31.7547583Z  60K msgexec.log
2025-08-20T20:34:31.7547761Z 4.0K msgexec.log.sig
2025-08-20T20:34:31.7547945Z  40K msgexec.png
2025-08-20T20:34:31.7548120Z 4.0K msgexec.sig
2025-08-20T20:34:31.7548326Z 4.0K msgexec.version
2025-08-20T20:34:31.7548523Z 4.0K msgexec.version.sig
2025-08-20T20:34:31.7548720Z 2.0M msgfilter
2025-08-20T20:34:31.7548896Z 4.0K msgfilter.json
2025-08-20T20:34:31.7549088Z 4.0K msgfilter.json.sig
2025-08-20T20:34:31.7549288Z  60K msgfilter.log
2025-08-20T20:34:31.7549475Z 4.0K msgfilter.log.sig
2025-08-20T20:34:31.7549675Z  40K msgfilter.png
2025-08-20T20:34:31.7550045Z 4.0K msgfilter.sig
2025-08-20T20:34:31.7550246Z 4.0K msgfilter.version
2025-08-20T20:34:31.7550453Z 4.0K msgfilter.version.sig
2025-08-20T20:34:31.7550662Z 1.5M msgfmt
2025-08-20T20:34:31.7550831Z 4.0K msgfmt.json
2025-08-20T20:34:31.7565273Z 4.0K msgfmt.json.sig
2025-08-20T20:34:31.7565624Z  60K msgfmt.log
2025-08-20T20:34:31.7565833Z 4.0K msgfmt.log.sig
2025-08-20T20:34:31.7566040Z  40K msgfmt.png
2025-08-20T20:34:31.7566323Z 4.0K msgfmt.sig
2025-08-20T20:34:31.7566507Z 4.0K msgfmt.version
2025-08-20T20:34:31.7566701Z 4.0K msgfmt.version.sig
2025-08-20T20:34:31.7566903Z 2.1M msggrep
2025-08-20T20:34:31.7567184Z 4.0K msggrep.json
2025-08-20T20:34:31.7567608Z 4.0K msggrep.json.sig
2025-08-20T20:34:31.7567881Z  60K msggrep.log
2025-08-20T20:34:31.7568127Z 4.0K msggrep.log.sig
2025-08-20T20:34:31.7568321Z  40K msggrep.png
2025-08-20T20:34:31.7568495Z 4.0K msggrep.sig
2025-08-20T20:34:31.7568748Z 4.0K msggrep.version
2025-08-20T20:34:31.7568975Z 4.0K msggrep.version.sig
2025-08-20T20:34:31.7569177Z 2.0M msginit
2025-08-20T20:34:31.7569359Z 4.0K msginit.json
2025-08-20T20:34:31.7569651Z 4.0K msginit.json.sig
2025-08-20T20:34:31.7569853Z  60K msginit.log
2025-08-20T20:34:31.7570036Z 4.0K msginit.log.sig
2025-08-20T20:34:31.7570236Z  40K msginit.png
2025-08-20T20:34:31.7570515Z 4.0K msginit.sig
2025-08-20T20:34:31.7570693Z 4.0K msginit.version
2025-08-20T20:34:31.7570883Z 4.0K msginit.version.sig
2025-08-20T20:34:31.7571116Z 2.3M msgmerge
2025-08-20T20:34:31.7571356Z 4.0K msgmerge.json
2025-08-20T20:34:31.7571546Z 4.0K msgmerge.json.sig
2025-08-20T20:34:31.7571735Z  60K msgmerge.log
2025-08-20T20:34:31.7571962Z 4.0K msgmerge.log.sig
2025-08-20T20:34:31.7572210Z  40K msgmerge.png
2025-08-20T20:34:31.7572385Z 4.0K msgmerge.sig
2025-08-20T20:34:31.7572564Z 4.0K msgmerge.version
2025-08-20T20:34:31.7572981Z 4.0K msgmerge.version.sig
2025-08-20T20:34:31.7573190Z 2.0M msgunfmt
2025-08-20T20:34:31.7573363Z 4.0K msgunfmt.json
2025-08-20T20:34:31.7573594Z 4.0K msgunfmt.json.sig
2025-08-20T20:34:31.7573836Z  60K msgunfmt.log
2025-08-20T20:34:31.7574027Z 4.0K msgunfmt.log.sig
2025-08-20T20:34:31.7574211Z  40K msgunfmt.png
2025-08-20T20:34:31.7574442Z 4.0K msgunfmt.sig
2025-08-20T20:34:31.7574667Z 4.0K msgunfmt.version
2025-08-20T20:34:31.7574861Z 4.0K msgunfmt.version.sig
2025-08-20T20:34:31.7575057Z 1.9M msguniq
2025-08-20T20:34:31.7575311Z 4.0K msguniq.json
2025-08-20T20:34:31.7575508Z 4.0K msguniq.json.sig
2025-08-20T20:34:31.7575691Z  60K msguniq.log
2025-08-20T20:34:31.7575871Z 4.0K msguniq.log.sig
2025-08-20T20:34:31.7576141Z  40K msguniq.png
2025-08-20T20:34:31.7576325Z 4.0K msguniq.sig
2025-08-20T20:34:31.7576499Z 4.0K msguniq.version
2025-08-20T20:34:31.7576701Z 4.0K msguniq.version.sig
2025-08-20T20:34:31.7576997Z 256K ngettext
2025-08-20T20:34:31.7577169Z 4.0K ngettext.json
2025-08-20T20:34:31.7577356Z 4.0K ngettext.json.sig
2025-08-20T20:34:31.7577539Z  60K ngettext.log
2025-08-20T20:34:31.7577818Z 4.0K ngettext.log.sig
2025-08-20T20:34:31.7578006Z  40K ngettext.png
2025-08-20T20:34:31.7578186Z 4.0K ngettext.sig
2025-08-20T20:34:31.7578369Z 4.0K ngettext.version
2025-08-20T20:34:31.7578657Z 4.0K ngettext.version.sig
2025-08-20T20:34:31.7578866Z 4.0K project-id
2025-08-20T20:34:31.7579063Z 4.0K project-id.sig
2025-08-20T20:34:31.7579364Z 256K recode-sr-latin
2025-08-20T20:34:31.7579595Z 4.0K recode-sr-latin.json
2025-08-20T20:34:31.7579818Z 4.0K recode-sr-latin.json.sig
2025-08-20T20:34:31.7580064Z  60K recode-sr-latin.log
2025-08-20T20:34:31.7580365Z 4.0K recode-sr-latin.log.sig
2025-08-20T20:34:31.7580587Z  40K recode-sr-latin.png
2025-08-20T20:34:31.7580790Z 4.0K recode-sr-latin.sig
2025-08-20T20:34:31.7581093Z 4.0K recode-sr-latin.version
2025-08-20T20:34:31.7581335Z 4.0K recode-sr-latin.version.sig
2025-08-20T20:34:31.7581559Z 292K urlget
2025-08-20T20:34:31.7581770Z 4.0K urlget.sig
2025-08-20T20:34:31.7581996Z  16K user-email
2025-08-20T20:34:31.7582173Z 4.0K user-email.sig
2025-08-20T20:34:31.7582349Z  12M xgettext
2025-08-20T20:34:31.7582543Z 4.0K xgettext.json
2025-08-20T20:34:31.7582942Z 4.0K xgettext.json.sig
2025-08-20T20:34:31.7583368Z  60K xgettext.log
2025-08-20T20:34:31.7583651Z 4.0K xgettext.log.sig
2025-08-20T20:34:31.7583844Z  40K xgettext.png
2025-08-20T20:34:31.7584021Z 4.0K xgettext.sig
2025-08-20T20:34:31.7584225Z 4.0K xgettext.version
2025-08-20T20:34:31.7584489Z 4.0K xgettext.version.sig
2025-08-20T20:34:31.9015075Z Uploading ce7fe54c284a BUILD_ARTIFACTS.zstd
2025-08-20T20:34:33.1147844Z Uploaded  ce7fe54c284a BUILD_ARTIFACTS.zstd
2025-08-20T20:34:33.1148659Z Uploading 76f4970e0a4e SRCBUILD-gettext
2025-08-20T20:34:33.4126930Z Uploaded  76f4970e0a4e SRCBUILD-gettext
2025-08-20T20:34:33.4129030Z Pushed [registry] ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040:0.25.1-x86_64-linux
2025-08-20T20:34:33.4131394Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:34:33.4133134Z Digest: sha256:76f4970e0a4ec9c251834ec1be6171c968393eec23e7822bdaac7a617cac9bcd
2025-08-20T20:34:38.5698786Z 
2025-08-20T20:34:38.5699787Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040
2025-08-20T20:34:38.5700498Z 
2025-08-20T20:34:38.7123302Z ##[group]Run ##Presets
2025-08-20T20:34:38.7123739Z [36;1m##Presets[0m
2025-08-20T20:34:38.7124093Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:38.7124461Z [36;1m#-------------#[0m
2025-08-20T20:34:38.7124832Z [36;1m##Debug?[0m
2025-08-20T20:34:38.7125266Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:38.7125790Z [36;1m  set -x[0m
2025-08-20T20:34:38.7126106Z [36;1mfi[0m
2025-08-20T20:34:38.7126456Z [36;1m#-------------#[0m
2025-08-20T20:34:38.7126891Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:34:38.7127502Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:34:38.7201913Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:38.7202333Z env:
2025-08-20T20:34:38.7202843Z   CROSS_COMPILING: NO
2025-08-20T20:34:38.7203238Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:34:38.7203644Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:34:38.7204012Z   ON_QEMU: NO
2025-08-20T20:34:38.7204248Z   DEBUG: 0
2025-08-20T20:34:38.7204448Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:34:38.7204686Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:34:38.7204988Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:34:38.7205295Z   KEEP_LOGS: YES
2025-08-20T20:34:38.7205499Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:38.7205721Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:34:38.7205939Z   SBUILD_REBUILD: false
2025-08-20T20:34:38.7206479Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:34:38.7207048Z   BUILD_SYS: host://nix
2025-08-20T20:34:38.7207248Z   BUILD_ON_HOST: TRUE
2025-08-20T20:34:38.7207438Z   BUILD_SYSTEM: HOST
2025-08-20T20:34:38.7207629Z   SYSTMP: /tmp
2025-08-20T20:34:38.7207807Z   GHA_MODE: MATRIX
2025-08-20T20:34:38.7208242Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:38.7208753Z   INPUT_SBUILD: /tmp/pkgforge/woUsUigyj_build.yaml
2025-08-20T20:34:38.7209074Z   BUILD_DIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml
2025-08-20T20:34:38.7209458Z   SBUILD_OUTDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:38.7209936Z   SBUILD_TMPDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:38.7210311Z   PKG_TYPE: static
2025-08-20T20:34:38.7210505Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:38.7210706Z   SBUILD_PKGVER: 0.25.1
2025-08-20T20:34:38.7211033Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107810040
2025-08-20T20:34:38.7211397Z   BUILD_ID: 17107810040
2025-08-20T20:34:38.7211592Z   PKG_NAME: xgettext
2025-08-20T20:34:38.7211792Z   PKG_DATE: 2025-08-20T20:33:42Z
2025-08-20T20:34:38.7212012Z   PKG_VERSION: 0.25.1
2025-08-20T20:34:38.7212219Z   PKG_VERSION_UPSTREAM: 0.25.1
2025-08-20T20:34:38.7212526Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:38.7213104Z   GHCRPKG_TAG: 0.25.1-x86_64-linux
2025-08-20T20:34:38.7213506Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext
2025-08-20T20:34:38.7213991Z   PKG_SRCURL: https://git.savannah.gnu.org/gitweb/?p=gettext.git
2025-08-20T20:34:38.7214316Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:38.7214549Z   GHCRPKG_TAG_SRCBUILD: 0.25.1-x86_64-linux
2025-08-20T20:34:38.7214993Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040
2025-08-20T20:34:38.7215420Z ##[endgroup]
2025-08-20T20:34:38.7371599Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:34:38.7371903Z with:
2025-08-20T20:34:38.7372108Z   name: Bincache_gettext_x86_64-Linux
2025-08-20T20:34:38.7372415Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:34:38.7372922Z   compression-level: 0
2025-08-20T20:34:38.7373137Z   retention-days: 30
2025-08-20T20:34:38.7373327Z   overwrite: true
2025-08-20T20:34:38.7373520Z   if-no-files-found: warn
2025-08-20T20:34:38.7373740Z   include-hidden-files: false
2025-08-20T20:34:38.7373954Z env:
2025-08-20T20:34:38.7374118Z   CROSS_COMPILING: NO
2025-08-20T20:34:38.7374320Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:34:38.7374540Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:34:38.7374749Z   ON_QEMU: NO
2025-08-20T20:34:38.7374917Z   DEBUG: 0
2025-08-20T20:34:38.7375091Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:34:38.7375307Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:34:38.7375583Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:34:38.7375938Z   KEEP_LOGS: YES
2025-08-20T20:34:38.7376142Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:38.7376349Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:34:38.7376562Z   SBUILD_REBUILD: false
2025-08-20T20:34:38.7377104Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:34:38.7377663Z   BUILD_SYS: host://nix
2025-08-20T20:34:38.7377864Z   BUILD_ON_HOST: TRUE
2025-08-20T20:34:38.7378052Z   BUILD_SYSTEM: HOST
2025-08-20T20:34:38.7378244Z   SYSTMP: /tmp
2025-08-20T20:34:38.7378424Z   GHA_MODE: MATRIX
2025-08-20T20:34:38.7378854Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:38.7379397Z   INPUT_SBUILD: /tmp/pkgforge/woUsUigyj_build.yaml
2025-08-20T20:34:38.7379734Z   BUILD_DIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml
2025-08-20T20:34:38.7380125Z   SBUILD_OUTDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:38.7380608Z   SBUILD_TMPDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:38.7380987Z   PKG_TYPE: static
2025-08-20T20:34:38.7381180Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:38.7381384Z   SBUILD_PKGVER: 0.25.1
2025-08-20T20:34:38.7381705Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107810040
2025-08-20T20:34:38.7382064Z   BUILD_ID: 17107810040
2025-08-20T20:34:38.7382252Z   PKG_NAME: xgettext
2025-08-20T20:34:38.7382452Z   PKG_DATE: 2025-08-20T20:33:42Z
2025-08-20T20:34:38.7382834Z   PKG_VERSION: 0.25.1
2025-08-20T20:34:38.7383047Z   PKG_VERSION_UPSTREAM: 0.25.1
2025-08-20T20:34:38.7383351Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:38.7383690Z   GHCRPKG_TAG: 0.25.1-x86_64-linux
2025-08-20T20:34:38.7384085Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext
2025-08-20T20:34:38.7384572Z   PKG_SRCURL: https://git.savannah.gnu.org/gitweb/?p=gettext.git
2025-08-20T20:34:38.7384894Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:38.7385114Z   GHCRPKG_TAG_SRCBUILD: 0.25.1-x86_64-linux
2025-08-20T20:34:38.7385550Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040
2025-08-20T20:34:38.7385972Z   UTC_TIME: 2025_08_20T08_34_38_PM
2025-08-20T20:34:38.7386191Z ##[endgroup]
2025-08-20T20:34:38.9626811Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:34:38.9629790Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:34:38.9630515Z With the provided path, there will be 2 files uploaded
2025-08-20T20:34:39.0805193Z Artifact name is valid!
2025-08-20T20:34:39.0806908Z Root directory input is valid!
2025-08-20T20:34:39.1140072Z Beginning upload of artifact content to blob storage
2025-08-20T20:34:39.4181768Z Uploaded bytes 8388608
2025-08-20T20:34:39.4341159Z Uploaded bytes 16777216
2025-08-20T20:34:39.5711874Z Uploaded bytes 22544648
2025-08-20T20:34:39.5860108Z Finished uploading artifact content to blob storage!
2025-08-20T20:34:39.5863201Z SHA256 digest of uploaded artifact zip is 42a67986e8f9faabe5b1e7f16df77899303944f96d48cf97448246833282ca9e
2025-08-20T20:34:39.5864335Z Finalizing artifact upload
2025-08-20T20:34:39.6870570Z Artifact Bincache_gettext_x86_64-Linux.zip successfully finalized. Artifact ID 3812960942
2025-08-20T20:34:39.6872025Z Artifact Bincache_gettext_x86_64-Linux has been successfully uploaded! Final size is 22544648 bytes. Artifact ID is 3812960942
2025-08-20T20:34:39.6878712Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107810040/artifacts/3812960942
2025-08-20T20:34:39.7051079Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:34:39.7051416Z with:
2025-08-20T20:34:39.7051656Z   subject-name: gettext-17107810040-0.25.1-x86_64-linux
2025-08-20T20:34:39.7052461Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:34:39.7053570Z   show-summary: true
2025-08-20T20:34:39.7053789Z   push-to-registry: false
2025-08-20T20:34:39.7054186Z   github-token: ***
2025-08-20T20:34:39.7054391Z env:
2025-08-20T20:34:39.7054569Z   CROSS_COMPILING: NO
2025-08-20T20:34:39.7054783Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:34:39.7055013Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:34:39.7055230Z   ON_QEMU: NO
2025-08-20T20:34:39.7055407Z   DEBUG: 0
2025-08-20T20:34:39.7055592Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:34:39.7055823Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:34:39.7056132Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:34:39.7056439Z   KEEP_LOGS: YES
2025-08-20T20:34:39.7056632Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:39.7056848Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:34:39.7057067Z   SBUILD_REBUILD: false
2025-08-20T20:34:39.7057603Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:34:39.7058173Z   BUILD_SYS: host://nix
2025-08-20T20:34:39.7058375Z   BUILD_ON_HOST: TRUE
2025-08-20T20:34:39.7058572Z   BUILD_SYSTEM: HOST
2025-08-20T20:34:39.7058773Z   SYSTMP: /tmp
2025-08-20T20:34:39.7058957Z   GHA_MODE: MATRIX
2025-08-20T20:34:39.7059394Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:39.7059907Z   INPUT_SBUILD: /tmp/pkgforge/woUsUigyj_build.yaml
2025-08-20T20:34:39.7060234Z   BUILD_DIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml
2025-08-20T20:34:39.7060637Z   SBUILD_OUTDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:39.7061128Z   SBUILD_TMPDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:39.7061537Z   PKG_TYPE: static
2025-08-20T20:34:39.7061735Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:39.7061947Z   SBUILD_PKGVER: 0.25.1
2025-08-20T20:34:39.7062289Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107810040
2025-08-20T20:34:39.7062876Z   BUILD_ID: 17107810040
2025-08-20T20:34:39.7063115Z   PKG_NAME: xgettext
2025-08-20T20:34:39.7063327Z   PKG_DATE: 2025-08-20T20:33:42Z
2025-08-20T20:34:39.7063557Z   PKG_VERSION: 0.25.1
2025-08-20T20:34:39.7063772Z   PKG_VERSION_UPSTREAM: 0.25.1
2025-08-20T20:34:39.7064087Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:39.7064426Z   GHCRPKG_TAG: 0.25.1-x86_64-linux
2025-08-20T20:34:39.7064837Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext
2025-08-20T20:34:39.7065348Z   PKG_SRCURL: https://git.savannah.gnu.org/gitweb/?p=gettext.git
2025-08-20T20:34:39.7065684Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:39.7065913Z   GHCRPKG_TAG_SRCBUILD: 0.25.1-x86_64-linux
2025-08-20T20:34:39.7066356Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040
2025-08-20T20:34:39.7067034Z   UTC_TIME: 2025_08_20T08_34_38_PM
2025-08-20T20:34:39.7067265Z ##[endgroup]
2025-08-20T20:34:39.7159490Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:34:39.7159948Z env:
2025-08-20T20:34:39.7160140Z   CROSS_COMPILING: NO
2025-08-20T20:34:39.7160369Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:34:39.7160608Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:34:39.7160832Z   ON_QEMU: NO
2025-08-20T20:34:39.7161015Z   DEBUG: 0
2025-08-20T20:34:39.7161204Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:34:39.7161436Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:34:39.7161971Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:34:39.7162303Z   KEEP_LOGS: YES
2025-08-20T20:34:39.7162505Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:39.7163031Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:34:39.7163268Z   SBUILD_REBUILD: false
2025-08-20T20:34:39.7163820Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:34:39.7164405Z   BUILD_SYS: host://nix
2025-08-20T20:34:39.7164615Z   BUILD_ON_HOST: TRUE
2025-08-20T20:34:39.7164820Z   BUILD_SYSTEM: HOST
2025-08-20T20:34:39.7165021Z   SYSTMP: /tmp
2025-08-20T20:34:39.7165212Z   GHA_MODE: MATRIX
2025-08-20T20:34:39.7165654Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:39.7166170Z   INPUT_SBUILD: /tmp/pkgforge/woUsUigyj_build.yaml
2025-08-20T20:34:39.7166505Z   BUILD_DIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml
2025-08-20T20:34:39.7166906Z   SBUILD_OUTDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:39.7167406Z   SBUILD_TMPDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:39.7167794Z   PKG_TYPE: static
2025-08-20T20:34:39.7167996Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:39.7168216Z   SBUILD_PKGVER: 0.25.1
2025-08-20T20:34:39.7168554Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107810040
2025-08-20T20:34:39.7168934Z   BUILD_ID: 17107810040
2025-08-20T20:34:39.7169141Z   PKG_NAME: xgettext
2025-08-20T20:34:39.7169354Z   PKG_DATE: 2025-08-20T20:33:42Z
2025-08-20T20:34:39.7169589Z   PKG_VERSION: 0.25.1
2025-08-20T20:34:39.7169804Z   PKG_VERSION_UPSTREAM: 0.25.1
2025-08-20T20:34:39.7170122Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:39.7170463Z   GHCRPKG_TAG: 0.25.1-x86_64-linux
2025-08-20T20:34:39.7170880Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext
2025-08-20T20:34:39.7171383Z   PKG_SRCURL: https://git.savannah.gnu.org/gitweb/?p=gettext.git
2025-08-20T20:34:39.7171711Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:39.7171943Z   GHCRPKG_TAG_SRCBUILD: 0.25.1-x86_64-linux
2025-08-20T20:34:39.7172390Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040
2025-08-20T20:34:39.7173059Z   UTC_TIME: 2025_08_20T08_34_38_PM
2025-08-20T20:34:39.7173313Z ##[endgroup]
2025-08-20T20:34:40.1230866Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:34:40.1231210Z with:
2025-08-20T20:34:40.1231908Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:34:40.1232927Z   subject-name: gettext-17107810040-0.25.1-x86_64-linux
2025-08-20T20:34:40.1233283Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:34:40.1235951Z   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/17107810040/attempts/1"}}}
2025-08-20T20:34:40.1238777Z   push-to-registry: false
2025-08-20T20:34:40.1239003Z   show-summary: true
2025-08-20T20:34:40.1239410Z   github-token: ***
2025-08-20T20:34:40.1239616Z env:
2025-08-20T20:34:40.1239799Z   CROSS_COMPILING: NO
2025-08-20T20:34:40.1240171Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:34:40.1240417Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:34:40.1240641Z   ON_QEMU: NO
2025-08-20T20:34:40.1240822Z   DEBUG: 0
2025-08-20T20:34:40.1241010Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:34:40.1241243Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:34:40.1241533Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:34:40.1241845Z   KEEP_LOGS: YES
2025-08-20T20:34:40.1242039Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:40.1242264Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:34:40.1242487Z   SBUILD_REBUILD: false
2025-08-20T20:34:40.1243238Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:34:40.1243810Z   BUILD_SYS: host://nix
2025-08-20T20:34:40.1244018Z   BUILD_ON_HOST: TRUE
2025-08-20T20:34:40.1244219Z   BUILD_SYSTEM: HOST
2025-08-20T20:34:40.1244420Z   SYSTMP: /tmp
2025-08-20T20:34:40.1244620Z   GHA_MODE: MATRIX
2025-08-20T20:34:40.1245073Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:40.1245594Z   INPUT_SBUILD: /tmp/pkgforge/woUsUigyj_build.yaml
2025-08-20T20:34:40.1245927Z   BUILD_DIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml
2025-08-20T20:34:40.1246320Z   SBUILD_OUTDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:40.1246818Z   SBUILD_TMPDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:40.1247214Z   PKG_TYPE: static
2025-08-20T20:34:40.1247413Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:40.1247627Z   SBUILD_PKGVER: 0.25.1
2025-08-20T20:34:40.1247957Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107810040
2025-08-20T20:34:40.1248327Z   BUILD_ID: 17107810040
2025-08-20T20:34:40.1248527Z   PKG_NAME: xgettext
2025-08-20T20:34:40.1248736Z   PKG_DATE: 2025-08-20T20:33:42Z
2025-08-20T20:34:40.1248968Z   PKG_VERSION: 0.25.1
2025-08-20T20:34:40.1249190Z   PKG_VERSION_UPSTREAM: 0.25.1
2025-08-20T20:34:40.1249506Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:40.1249843Z   GHCRPKG_TAG: 0.25.1-x86_64-linux
2025-08-20T20:34:40.1250251Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext
2025-08-20T20:34:40.1250749Z   PKG_SRCURL: https://git.savannah.gnu.org/gitweb/?p=gettext.git
2025-08-20T20:34:40.1251078Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:40.1251312Z   GHCRPKG_TAG_SRCBUILD: 0.25.1-x86_64-linux
2025-08-20T20:34:40.1251760Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040
2025-08-20T20:34:40.1252195Z   UTC_TIME: 2025_08_20T08_34_38_PM
2025-08-20T20:34:40.1252428Z ##[endgroup]
2025-08-20T20:34:41.5834529Z Attestation created for 126 subjects
2025-08-20T20:34:41.5839437Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:34:41.5840375Z -----BEGIN CERTIFICATE-----
2025-08-20T20:34:41.5841056Z MIIG8TCCBnagAwIBAgIUSqjIbElAgHuGNgzCnRAkkNM7D6UwCgYIKoZIzj0EAwMw
2025-08-20T20:34:41.5841726Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:34:41.5842371Z cm1lZGlhdGUwHhcNMjUwODIwMjAzNDQwWhcNMjUwODIwMjA0NDQwWjAAMFkwEwYH
2025-08-20T20:34:41.5843139Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEboH54/W3fLtIZYKSW3xPmOmxIxAklWjMnV3N
2025-08-20T20:34:41.5844022Z qtd/cJygqNeN6yN4mfFeiuhkCMZfexuIMWCSvoHGBEuT0maLbKOCBZUwggWRMA4G
2025-08-20T20:34:41.5844651Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU6EAH
2025-08-20T20:34:41.5845274Z wd6Iby0MJ0T0hc6bnGD7KdkwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:34:41.5845877Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:34:41.5846493Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:34:41.5847130Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:34:41.5847933Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:34:41.5848729Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:34:41.5849371Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:34:41.5850017Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:34:41.5850657Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:34:41.5851470Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:34:41.5852088Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:34:41.5852846Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:34:41.5853508Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:34:41.5854133Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:34:41.5854749Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:34:41.5855391Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:34:41.5856205Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:34:41.5856828Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:34:41.5857431Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:34:41.5857905Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:34:41.5858389Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:34:41.5858851Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:34:41.5859317Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:34:41.5859783Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:34:41.5860241Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3ODEwMDQwL2F0
2025-08-20T20:34:41.5860707Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T20:34:41.5861175Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJMOI5
2025-08-20T20:34:41.5861638Z AAAEAwBIMEYCIQC/mFask3qsmnPoC1nn/wGJ5lQ4XuVrXfWr6haF1pTZOAIhAO+B
2025-08-20T20:34:41.5862067Z 8rMFHcx0p1971Dj3u6KvoTChK/jGsRnv95gwxTfPMAoGCCqGSM49BAMDA2kAMGYC
2025-08-20T20:34:41.5862497Z MQCTO7JyHO7Pas+ndaOgvvx/Wi2pM8/SPSJCiqdZNQXxcMLznb3GSAfpYWXJ9kkk
2025-08-20T20:34:41.5863230Z 9f8CMQCIMTa4Q1oDaiZMCr3NzWTfHEFWhahqCYKlsfPv4ozc7dDaOqfh9xMYpcZL
2025-08-20T20:34:41.5863581Z d3LZK4M=
2025-08-20T20:34:41.5863767Z -----END CERTIFICATE-----
2025-08-20T20:34:41.5863919Z 
2025-08-20T20:34:41.5864426Z ##[endgroup]
2025-08-20T20:34:41.5864874Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:34:41.5865271Z https://search.sigstore.dev?logIndex=414294207
2025-08-20T20:34:41.5865616Z [36mAttestation uploaded to repository[39m
2025-08-20T20:34:41.5865961Z https://github.com/pkgforge/bincache/attestations/9872135
2025-08-20T20:34:41.6740713Z ##[group]Run ##Presets
2025-08-20T20:34:41.6740992Z [36;1m##Presets[0m
2025-08-20T20:34:41.6741200Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:41.6741419Z [36;1m#-------------#[0m
2025-08-20T20:34:41.6741633Z [36;1m##Debug?[0m
2025-08-20T20:34:41.6741889Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:41.6742192Z [36;1m  set -x[0m
2025-08-20T20:34:41.6742376Z [36;1mfi[0m
2025-08-20T20:34:41.6742559Z [36;1m#-------------#[0m
2025-08-20T20:34:41.6743337Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:34:41.6743869Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/gettext/nixpkgs"[0m
2025-08-20T20:34:41.6744297Z [36;1m exit 1[0m
2025-08-20T20:34:41.6744491Z [36;1mfi[0m
2025-08-20T20:34:41.6795237Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:41.6795495Z env:
2025-08-20T20:34:41.6795686Z   CROSS_COMPILING: NO
2025-08-20T20:34:41.6795971Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:34:41.6796207Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:34:41.6796430Z   ON_QEMU: NO
2025-08-20T20:34:41.6796611Z   DEBUG: 0
2025-08-20T20:34:41.6796799Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:34:41.6797033Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:34:41.6797342Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:34:41.6797667Z   KEEP_LOGS: YES
2025-08-20T20:34:41.6797875Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:41.6798119Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:34:41.6798349Z   SBUILD_REBUILD: false
2025-08-20T20:34:41.6798904Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:34:41.6799492Z   BUILD_SYS: host://nix
2025-08-20T20:34:41.6799705Z   BUILD_ON_HOST: TRUE
2025-08-20T20:34:41.6799915Z   BUILD_SYSTEM: HOST
2025-08-20T20:34:41.6800117Z   SYSTMP: /tmp
2025-08-20T20:34:41.6800310Z   GHA_MODE: MATRIX
2025-08-20T20:34:41.6800769Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:41.6801296Z   INPUT_SBUILD: /tmp/pkgforge/woUsUigyj_build.yaml
2025-08-20T20:34:41.6801639Z   BUILD_DIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml
2025-08-20T20:34:41.6802055Z   SBUILD_OUTDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:41.6802565Z   SBUILD_TMPDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:41.6803125Z   PKG_TYPE: static
2025-08-20T20:34:41.6803328Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:41.6803544Z   SBUILD_PKGVER: 0.25.1
2025-08-20T20:34:41.6803888Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107810040
2025-08-20T20:34:41.6804262Z   BUILD_ID: 17107810040
2025-08-20T20:34:41.6804475Z   PKG_NAME: xgettext
2025-08-20T20:34:41.6804688Z   PKG_DATE: 2025-08-20T20:33:42Z
2025-08-20T20:34:41.6804918Z   PKG_VERSION: 0.25.1
2025-08-20T20:34:41.6805139Z   PKG_VERSION_UPSTREAM: 0.25.1
2025-08-20T20:34:41.6805463Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:41.6805799Z   GHCRPKG_TAG: 0.25.1-x86_64-linux
2025-08-20T20:34:41.6806212Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext
2025-08-20T20:34:41.6806710Z   PKG_SRCURL: https://git.savannah.gnu.org/gitweb/?p=gettext.git
2025-08-20T20:34:41.6807035Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:41.6807269Z   GHCRPKG_TAG_SRCBUILD: 0.25.1-x86_64-linux
2025-08-20T20:34:41.6807732Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040
2025-08-20T20:34:41.6808168Z   UTC_TIME: 2025_08_20T08_34_38_PM
2025-08-20T20:34:41.6808403Z ##[endgroup]
2025-08-20T20:34:41.6909592Z ##[group]Run ##Presets
2025-08-20T20:34:41.6909878Z [36;1m##Presets[0m
2025-08-20T20:34:41.6910086Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:41.6910302Z [36;1m#-------------#[0m
2025-08-20T20:34:41.6910507Z [36;1m##Debug?[0m
2025-08-20T20:34:41.6910759Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:41.6911066Z [36;1m  set -x[0m
2025-08-20T20:34:41.6911257Z [36;1mfi[0m
2025-08-20T20:34:41.6911444Z [36;1m#-------------#[0m
2025-08-20T20:34:41.6911686Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:34:41.6912148Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gettext/nixpkgs"[0m
2025-08-20T20:34:41.6913040Z [36;1m exit 1[0m
2025-08-20T20:34:41.6913242Z [36;1mfi[0m
2025-08-20T20:34:41.6964603Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:41.6964883Z env:
2025-08-20T20:34:41.6965074Z   CROSS_COMPILING: NO
2025-08-20T20:34:41.6965293Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:34:41.6965575Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:34:41.6965799Z   ON_QEMU: NO
2025-08-20T20:34:41.6965978Z   DEBUG: 0
2025-08-20T20:34:41.6966161Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:34:41.6966390Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:34:41.6966684Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:34:41.6966996Z   KEEP_LOGS: YES
2025-08-20T20:34:41.6967194Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:41.6967413Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:34:41.6967638Z   SBUILD_REBUILD: false
2025-08-20T20:34:41.6968192Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:34:41.6968784Z   BUILD_SYS: host://nix
2025-08-20T20:34:41.6969014Z   BUILD_ON_HOST: TRUE
2025-08-20T20:34:41.6969219Z   BUILD_SYSTEM: HOST
2025-08-20T20:34:41.6969419Z   SYSTMP: /tmp
2025-08-20T20:34:41.6969611Z   GHA_MODE: MATRIX
2025-08-20T20:34:41.6970065Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:41.6970598Z   INPUT_SBUILD: /tmp/pkgforge/woUsUigyj_build.yaml
2025-08-20T20:34:41.6970933Z   BUILD_DIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml
2025-08-20T20:34:41.6971328Z   SBUILD_OUTDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:41.6971819Z   SBUILD_TMPDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:41.6972213Z   PKG_TYPE: static
2025-08-20T20:34:41.6972410Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:41.6972817Z   SBUILD_PKGVER: 0.25.1
2025-08-20T20:34:41.6973187Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107810040
2025-08-20T20:34:41.6973577Z   BUILD_ID: 17107810040
2025-08-20T20:34:41.6973782Z   PKG_NAME: xgettext
2025-08-20T20:34:41.6973990Z   PKG_DATE: 2025-08-20T20:33:42Z
2025-08-20T20:34:41.6974219Z   PKG_VERSION: 0.25.1
2025-08-20T20:34:41.6974436Z   PKG_VERSION_UPSTREAM: 0.25.1
2025-08-20T20:34:41.6974749Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:41.6975077Z   GHCRPKG_TAG: 0.25.1-x86_64-linux
2025-08-20T20:34:41.6975480Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext
2025-08-20T20:34:41.6975978Z   PKG_SRCURL: https://git.savannah.gnu.org/gitweb/?p=gettext.git
2025-08-20T20:34:41.6976302Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:41.6976533Z   GHCRPKG_TAG_SRCBUILD: 0.25.1-x86_64-linux
2025-08-20T20:34:41.6976979Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040
2025-08-20T20:34:41.6977412Z   UTC_TIME: 2025_08_20T08_34_38_PM
2025-08-20T20:34:41.6977641Z ##[endgroup]
2025-08-20T20:34:41.7079438Z ##[group]Run ##Presets
2025-08-20T20:34:41.7079714Z [36;1m##Presets[0m
2025-08-20T20:34:41.7079927Z [36;1mset +x ; set +e[0m
2025-08-20T20:34:41.7080145Z [36;1m#-------------#[0m
2025-08-20T20:34:41.7080350Z [36;1m##Debug?[0m
2025-08-20T20:34:41.7080597Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:34:41.7080896Z [36;1m  set -x[0m
2025-08-20T20:34:41.7081090Z [36;1mfi[0m
2025-08-20T20:34:41.7081272Z [36;1m#-------------#[0m
2025-08-20T20:34:41.7081623Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:34:41.7082024Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:34:41.7082330Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:34:41.7082603Z [36;1mfi[0m
2025-08-20T20:34:41.7136559Z shell: /usr/bin/bash -e {0}
2025-08-20T20:34:41.7136812Z env:
2025-08-20T20:34:41.7137013Z   CROSS_COMPILING: NO
2025-08-20T20:34:41.7137308Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:34:41.7137796Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:34:41.7138021Z   ON_QEMU: NO
2025-08-20T20:34:41.7138202Z   DEBUG: 0
2025-08-20T20:34:41.7138383Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:34:41.7138616Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:34:41.7138917Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gettext/nixpkgs
2025-08-20T20:34:41.7139223Z   KEEP_LOGS: YES
2025-08-20T20:34:41.7139419Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:34:41.7139643Z   PKG_FAMILY_LOCAL: gettext
2025-08-20T20:34:41.7139875Z   SBUILD_REBUILD: false
2025-08-20T20:34:41.7140420Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gettext/static.nixpkgs.stable.yaml
2025-08-20T20:34:41.7140999Z   BUILD_SYS: host://nix
2025-08-20T20:34:41.7141209Z   BUILD_ON_HOST: TRUE
2025-08-20T20:34:41.7141416Z   BUILD_SYSTEM: HOST
2025-08-20T20:34:41.7141613Z   SYSTMP: /tmp
2025-08-20T20:34:41.7141797Z   GHA_MODE: MATRIX
2025-08-20T20:34:41.7142242Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:34:41.7143005Z   INPUT_SBUILD: /tmp/pkgforge/woUsUigyj_build.yaml
2025-08-20T20:34:41.7143346Z   BUILD_DIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml
2025-08-20T20:34:41.7143740Z   SBUILD_OUTDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR
2025-08-20T20:34:41.7144228Z   SBUILD_TMPDIR: /tmp/pkgforge/ZxO7ahv_woUsUigyj_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:34:41.7144616Z   PKG_TYPE: static
2025-08-20T20:34:41.7144817Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:34:41.7145035Z   SBUILD_PKGVER: 0.25.1
2025-08-20T20:34:41.7145369Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107810040
2025-08-20T20:34:41.7145733Z   BUILD_ID: 17107810040
2025-08-20T20:34:41.7145937Z   PKG_NAME: xgettext
2025-08-20T20:34:41.7146151Z   PKG_DATE: 2025-08-20T20:33:42Z
2025-08-20T20:34:41.7146380Z   PKG_VERSION: 0.25.1
2025-08-20T20:34:41.7146601Z   PKG_VERSION_UPSTREAM: 0.25.1
2025-08-20T20:34:41.7146927Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gettext/nixpkgs/xgettext
2025-08-20T20:34:41.7147258Z   GHCRPKG_TAG: 0.25.1-x86_64-linux
2025-08-20T20:34:41.7147661Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gettext/nixpkgs/xgettext
2025-08-20T20:34:41.7148152Z   PKG_SRCURL: https://git.savannah.gnu.org/gitweb/?p=gettext.git
2025-08-20T20:34:41.7148477Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:34:41.7148706Z   GHCRPKG_TAG_SRCBUILD: 0.25.1-x86_64-linux
2025-08-20T20:34:41.7149149Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gettext/nixpkgs/gettext-srcbuild-17107810040
2025-08-20T20:34:41.7149581Z   UTC_TIME: 2025_08_20T08_34_38_PM
2025-08-20T20:34:41.7149811Z ##[endgroup]
2025-08-20T20:34:41.7239385Z EXITED
2025-08-20T20:34:41.7291249Z Cleaning up orphan processes
